forked from AuroraMiddleware/gtk
Document new api
svn path=/trunk/; revision=17932
This commit is contained in:
parent
8667f45fd7
commit
35169d6675
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user