summaryrefslogtreecommitdiff
path: root/gtk/gtkpagesetup.c
diff options
context:
space:
mode:
authorPavel Holejsovsky <pholejs@src.gnome.org>2011-01-18 06:42:31 +0100
committerPavel Holejsovsky <pholejs@src.gnome.org>2011-01-18 17:29:40 +0100
commit6d5cdad56ec7b637438fc2a98c000891dbacef52 (patch)
treecc07503e24762c06d27c5bb5db47487313f6c9fa /gtk/gtkpagesetup.c
parent204d1fd0a66528310bee3394a5533ce77938e171 (diff)
downloadgtk+-6d5cdad56ec7b637438fc2a98c000891dbacef52.tar.gz
[GI] Annotate strings holding file paths as (type filename)
Diffstat (limited to 'gtk/gtkpagesetup.c')
-rw-r--r--gtk/gtkpagesetup.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkpagesetup.c b/gtk/gtkpagesetup.c
index a00177efd6..0ba69d33fa 100644
--- a/gtk/gtkpagesetup.c
+++ b/gtk/gtkpagesetup.c
@@ -526,7 +526,7 @@ gtk_page_setup_get_page_height (GtkPageSetup *setup,
/**
* gtk_page_setup_load_file:
* @setup: a #GtkPageSetup
- * @file_name: the filename to read the page setup from
+ * @file_name: (type filename): the filename to read the page setup from
* @error: (allow-none): return location for an error, or %NULL
*
* Reads the page setup from the file @file_name.
@@ -560,7 +560,7 @@ gtk_page_setup_load_file (GtkPageSetup *setup,
/**
* gtk_page_setup_new_from_file:
- * @file_name: the filename to read the page setup from
+ * @file_name: (type filename): the filename to read the page setup from
* @error: (allow-none): return location for an error, or %NULL
*
* Reads the page setup from the file @file_name. Returns a
@@ -730,7 +730,7 @@ gtk_page_setup_new_from_key_file (GKeyFile *key_file,
/**
* gtk_page_setup_to_file:
* @setup: a #GtkPageSetup
- * @file_name: the file to save to
+ * @file_name: (type filename): the file to save to
* @error: (allow-none): return location for errors, or %NULL
*
* This function saves the information from @setup to @file_name.