summaryrefslogtreecommitdiff
path: root/gtk
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-09-17 15:13:15 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-09-17 15:13:15 +0000
commit5f9c268e561a3064704e6e9295428e7916e58a94 (patch)
tree3c13b3db9d9db1140ab2196327670b0de04daf06 /gtk
parentc35ea43d670e299629aafcd67797bb7e7df2fc60 (diff)
downloadgtk+-5f9c268e561a3064704e6e9295428e7916e58a94.tar.gz
Doc improvements
svn path=/trunk/; revision=21412
Diffstat (limited to 'gtk')
-rw-r--r--gtk/gtkprintsettings.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/gtk/gtkprintsettings.c b/gtk/gtkprintsettings.c
index e34e0dd6a1..18eb084128 100644
--- a/gtk/gtkprintsettings.c
+++ b/gtk/gtkprintsettings.c
@@ -1635,7 +1635,8 @@ gtk_print_settings_new_from_file (const gchar *file_name,
* gtk_print_settings_load_key_file:
* @settings: a #GtkPrintSettings
* @key_file: the #GKeyFile to retrieve the settings from
- * @group_name: the name of the group to use
+ * @group_name: the name of the group to use, or %NULL to use the default
+ * "Print Settings"
* @error: return location for errors, or %NULL
*
* Reads the print settings from the group @group_name in @key_file.
@@ -1693,7 +1694,8 @@ gtk_print_settings_load_key_file (GtkPrintSettings *settings,
/**
* gtk_print_settings_new_from_key_file:
* @key_file: the #GKeyFile to retrieve the settings from
- * @group_name: the name of the group to use
+ * @group_name: the name of the group to use, or %NULL to use
+ * the default "Print Settings"
* @error: return location for errors, or %NULL
*
* Reads the print settings from the group @group_name in @key_file.