[GI] Add missing (scope) annotations

This commit is contained in:
Pavel Holejsovsky
2011-01-18 10:14:56 +01:00
parent 3c8fc21e9b
commit 9b88eb356d
7 changed files with 14 additions and 10 deletions

View File

@ -999,7 +999,8 @@ gtk_print_run_page_setup_dialog (GtkWindow *parent,
* @parent: (allow-none): transient parent, or %NULL
* @page_setup: (allow-none): an existing #GtkPageSetup, or %NULL
* @settings: a #GtkPrintSettings
* @done_cb: a function to call when the user saves the modified page setup
* @done_cb: (scope async): a function to call when the user saves
* the modified page setup
* @data: user data to pass to @done_cb
*
* Runs a page setup dialog, letting the user modify the values from @page_setup.