summaryrefslogtreecommitdiff
path: root/gtk/gtkprintoperation-unix.c
diff options
context:
space:
mode:
authorPavel Holejsovsky <pholejs@src.gnome.org>2011-01-18 10:14:56 +0100
committerPavel Holejsovsky <pholejs@src.gnome.org>2011-01-20 13:57:15 +0100
commit9b88eb356dde2578ff652511fcfc083b66be7b0b (patch)
tree1cb2fb0483a5a8df0027c6659bc0313fd7fea80a /gtk/gtkprintoperation-unix.c
parent3c8fc21e9b3e035b86ae0715b62dd88085ec08a8 (diff)
downloadgtk+-9b88eb356dde2578ff652511fcfc083b66be7b0b.tar.gz
[GI] Add missing (scope) annotations
Diffstat (limited to 'gtk/gtkprintoperation-unix.c')
-rw-r--r--gtk/gtkprintoperation-unix.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkprintoperation-unix.c b/gtk/gtkprintoperation-unix.c
index 2431371f0c..d3a8a37513 100644
--- a/gtk/gtkprintoperation-unix.c
+++ b/gtk/gtkprintoperation-unix.c
@@ -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.