summaryrefslogtreecommitdiff
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
parentc35ea43d670e299629aafcd67797bb7e7df2fc60 (diff)
downloadgdk-pixbuf-5f9c268e561a3064704e6e9295428e7916e58a94.tar.gz
Doc improvements
svn path=/trunk/; revision=21412
-rw-r--r--ChangeLog7
-rw-r--r--gtk/gtkprintsettings.c6
2 files changed, 11 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index cfa21eaed..4c52e8d64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2008-09-17 Matthias Clasen <mclasen@redhat.com>
+ Bug 552500 – GtkPrintSettings API doc not precise enough
+
+ * gtk/gtkprintsettings.c: Documentation improvements. Suggested
+ by Guillaume Cottenceau
+
+2008-09-17 Matthias Clasen <mclasen@redhat.com>
+
Bug 552107 – Small libtool fixes
* configure.in: Regenerate libtool early, quote $deplibs_check_method.
diff --git a/gtk/gtkprintsettings.c b/gtk/gtkprintsettings.c
index e34e0dd6a..18eb08412 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.