mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-19 00:20:09 +00:00
docs: adjust Since tags
This commit is contained in:
parent
a16722fc3a
commit
8353754c17
@ -924,7 +924,7 @@ gtk_combo_box_class_init (GtkComboBoxClass *klass)
|
||||
*
|
||||
* Whether the combo box has an entry.
|
||||
*
|
||||
* Since: 3.0
|
||||
* Since: 2.24
|
||||
*/
|
||||
g_object_class_install_property (object_class,
|
||||
PROP_HAS_ENTRY,
|
||||
@ -940,7 +940,7 @@ gtk_combo_box_class_init (GtkComboBoxClass *klass)
|
||||
* The column in the combo box's model to associate with strings from the entry
|
||||
* if the combo was created with #GtkComboBox:has-entry = %TRUE.
|
||||
*
|
||||
* Since: 3.0
|
||||
* Since: 2.24
|
||||
*/
|
||||
g_object_class_install_property (object_class,
|
||||
PROP_ENTRY_TEXT_COLUMN,
|
||||
@ -1220,6 +1220,7 @@ gtk_combo_box_get_property (GObject *object,
|
||||
case PROP_ENTRY_TEXT_COLUMN:
|
||||
g_value_set_int (value, priv->text_column);
|
||||
break;
|
||||
|
||||
default:
|
||||
G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec);
|
||||
break;
|
||||
@ -6156,7 +6157,7 @@ gtk_combo_box_get_button_sensitivity (GtkComboBox *combo_box)
|
||||
*
|
||||
* Return Value: whether there is an entry in @combo_box.
|
||||
*
|
||||
* Since: 3.0
|
||||
* Since: 2.24
|
||||
**/
|
||||
gboolean
|
||||
gtk_combo_box_get_has_entry (GtkComboBox *combo_box)
|
||||
@ -6176,7 +6177,7 @@ gtk_combo_box_get_has_entry (GtkComboBox *combo_box)
|
||||
*
|
||||
* @combo_box must be created with GtkComboBox:has-entry as %TRUE.
|
||||
*
|
||||
* Since: 3.0
|
||||
* Since: 2.24
|
||||
*/
|
||||
void
|
||||
gtk_combo_box_set_entry_text_column (GtkComboBox *combo_box,
|
||||
@ -6209,7 +6210,7 @@ gtk_combo_box_set_entry_text_column (GtkComboBox *combo_box,
|
||||
*
|
||||
* Return value: A column in the data source model of @combo_box.
|
||||
*
|
||||
* Since: 3.0
|
||||
* Since: 2.24
|
||||
*/
|
||||
gint
|
||||
gtk_combo_box_get_entry_text_column (GtkComboBox *combo_box)
|
||||
|
Loading…
Reference in New Issue
Block a user