[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
@ -285,7 +285,7 @@ gtk_layout_finalize (GObject *object)
|
||||
/**
|
||||
* gtk_layout_set_hadjustment:
|
||||
* @layout: a #GtkLayout
|
||||
* @adjustment: new scroll adjustment
|
||||
* @adjustment: (allow-none): new scroll adjustment
|
||||
*
|
||||
* Sets the horizontal scroll adjustment for the layout.
|
||||
*
|
||||
@ -305,7 +305,7 @@ gtk_layout_set_hadjustment (GtkLayout *layout,
|
||||
/**
|
||||
* gtk_layout_set_vadjustment:
|
||||
* @layout: a #GtkLayout
|
||||
* @adjustment: new scroll adjustment
|
||||
* @adjustment: (allow-none): new scroll adjustment
|
||||
*
|
||||
* Sets the vertical scroll adjustment for the layout.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user