[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:
Colin Walters
2009-12-10 08:23:40 -02:00
committed by Johan Dahlin
parent b3c48a4501
commit 6529c07614
88 changed files with 710 additions and 607 deletions

View File

@ -155,11 +155,11 @@ gtk_print_settings_get (GtkPrintSettings *settings,
* gtk_print_settings_set:
* @settings: a #GtkPrintSettings
* @key: a key
* @value: a string value, or %NULL
*
* @value: (allow-none): a string value, or %NULL
*
* Associates @value with @key.
*
* Since: 2.10
* Since: 2.10
*/
void
gtk_print_settings_set (GtkPrintSettings *settings,
@ -473,9 +473,9 @@ gtk_print_settings_set_int (GtkPrintSettings *settings,
/**
* gtk_print_settings_foreach:
* @settings: a #GtkPrintSettings
* @func: the function to call
* @func: (scope call) the function to call
* @user_data: user data for @func
*
*
* Calls @func for each key-value pair of @settings.
*
* Since: 2.10