diff options
author | Colin Walters <walters@verbum.org> | 2009-12-10 08:23:40 -0200 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2009-12-16 17:22:01 -0200 |
commit | 6529c07614ebfbfac73f526efb057d8a8e3a7354 (patch) | |
tree | 6470d8b8af29900905a07ff7838d180cec8fd36e /gtk/gtkprintsettings.c | |
parent | b3c48a4501d77c15ae236f1fe4514cc02de187f3 (diff) | |
download | gtk+-6529c07614ebfbfac73f526efb057d8a8e3a7354.tar.gz |
[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.
Diffstat (limited to 'gtk/gtkprintsettings.c')
-rw-r--r-- | gtk/gtkprintsettings.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk/gtkprintsettings.c b/gtk/gtkprintsettings.c index ee7d6c69d2..748c6ee0d0 100644 --- a/gtk/gtkprintsettings.c +++ b/gtk/gtkprintsettings.c @@ -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 |