]> Pileus Git - ~andy/gtk/commitdiff
Document new api
authorMatthias Clasen <matthiasc@src.gnome.org>
Sat, 26 May 2007 18:59:43 +0000 (18:59 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 26 May 2007 18:59:43 +0000 (18:59 +0000)
svn path=/trunk/; revision=17932

ChangeLog
gtk/gtkprinter.c
gtk/gtkprintsettings.c

index b8e366ecd8bd14bc8cd7e8afa0e7f8cad8bf87f1..bb8188983699055ad532525202f3167cc92f4184 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2007-05-26  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkprinter.c:
+       * gtk/gtkprintsettings.c:
        * gtk/gtkpapersize.c:
        * gtk/gtkpagesetup.c:
        * gtk/gtknotebook.c:
index 883f40f11efbbef9bfe0a32fbb44d1b4014fbd95..b7ddcb8a26c9a66339f6458d56a40e662760d4c3 100644 (file)
@@ -811,7 +811,7 @@ _gtk_printer_create_cairo_surface (GtkPrinter       *printer,
 
 /**
  * gtk_printer_list_papers:
- * @printer:
+ * @printer: a #GtkPrinter
  * 
  * Lists all the paper sizes @printer supports.
  * This will return and empty list unless the printer's details are 
index f4b19e718fe63260d0f087289013b097b62595cc..321bc7c5bb027159234e0b14c22e717cb6f010a3 100644 (file)
@@ -1540,10 +1540,12 @@ gtk_print_settings_new_from_file (const gchar  *file_name,
 /**
  * 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
  * @error: return location for errors, or %NULL
  * 
- * Reads the print settings from @key_file. Returns a new #GtkPrintSettings
- * object with the restored settings, or %NULL if an error occurred.
+ * Reads the print settings from the group @group_name in @key_file. 
+ * Returns a new #GtkPrintSettings object with the restored settings, 
+ * or %NULL if an error occurred.
  *
  * Return value: the restored #GtkPrintSettings
  *