summaryrefslogtreecommitdiff
path: root/gtk/gtkprintsettings.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/gtkprintsettings.c
parent204d1fd0a66528310bee3394a5533ce77938e171 (diff)
downloadgtk+-6d5cdad56ec7b637438fc2a98c000891dbacef52.tar.gz
[GI] Annotate strings holding file paths as (type filename)
Diffstat (limited to 'gtk/gtkprintsettings.c')
-rw-r--r--gtk/gtkprintsettings.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkprintsettings.c b/gtk/gtkprintsettings.c
index 7507bd71e9..655c971514 100644
--- a/gtk/gtkprintsettings.c
+++ b/gtk/gtkprintsettings.c
@@ -1676,7 +1676,7 @@ gtk_print_settings_set_output_bin (GtkPrintSettings *settings,
/**
* gtk_print_settings_load_file:
* @settings: a #GtkPrintSettings
- * @file_name: the filename to read the settings from
+ * @file_name: (type filename): the filename to read the settings from
* @error: (allow-none): return location for errors, or %NULL
*
* Reads the print settings from @file_name. If the file could not be loaded
@@ -1711,7 +1711,7 @@ gtk_print_settings_load_file (GtkPrintSettings *settings,
/**
* gtk_print_settings_new_from_file:
- * @file_name: the filename to read the settings from
+ * @file_name: (type filename): the filename to read the settings from
* @error: (allow-none): return location for errors, or %NULL
*
* Reads the print settings from @file_name. Returns a new #GtkPrintSettings
@@ -1836,7 +1836,7 @@ gtk_print_settings_new_from_key_file (GKeyFile *key_file,
/**
* gtk_print_settings_to_file:
* @settings: a #GtkPrintSettings
- * @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 print settings from @settings to @file_name. If the