[introspection] Merge in Gtk-custom.c annotations
The Gtk-custom.c file in gir-repository contained a number of introspection annotations. Merge those into the GTK source files. Some documentation was moved from the tmpl/ files to accomodate the addition of annotations.
This commit is contained in:
committed by
Johan Dahlin
parent
b3c48a4501
commit
6529c07614
@ -1288,9 +1288,9 @@ gtk_expander_new (const gchar *label)
|
||||
|
||||
/**
|
||||
* gtk_expander_new_with_mnemonic:
|
||||
* @label: the text of the label with an underscore in front of the
|
||||
* @label: (allow-none): the text of the label with an underscore in front of the
|
||||
* mnemonic character
|
||||
*
|
||||
*
|
||||
* Creates a new expander using @label as the text of the label.
|
||||
* If characters in @label are preceded by an underscore, they are underlined.
|
||||
* If you need a literal underscore character in a label, use '__' (two
|
||||
@ -1495,7 +1495,7 @@ gtk_expander_get_spacing (GtkExpander *expander)
|
||||
/**
|
||||
* gtk_expander_set_label:
|
||||
* @expander: a #GtkExpander
|
||||
* @label: a string
|
||||
* @label: (allow-none): a string
|
||||
*
|
||||
* Sets the text of the label of the expander to @label.
|
||||
*
|
||||
@ -1674,7 +1674,7 @@ gtk_expander_get_use_markup (GtkExpander *expander)
|
||||
/**
|
||||
* gtk_expander_set_label_widget:
|
||||
* @expander: a #GtkExpander
|
||||
* @label_widget: the new label widget
|
||||
* @label_widget: (allow-none): the new label widget
|
||||
*
|
||||
* Set the label widget for the expander. This is the widget
|
||||
* that will appear embedded alongside the expander arrow.
|
||||
|
||||
Reference in New Issue
Block a user