GTK docs: various fixups

This commit is contained in:
Matthias Clasen
2010-10-01 13:05:12 -04:00
parent d35aa02dd5
commit 0bca60fdd3
4 changed files with 35 additions and 30 deletions

View File

@ -589,7 +589,11 @@ gtk_print_backend_set_list_done (GtkPrintBackend *backend)
/**
* gtk_print_backend_get_printer_list:
*
* Returns the current list of printers.
*
* Return value: (element-type GtkPrinter) (transfer container):
* A list of #GtkPrinter objects. The list should be freed
* with g_list_free().
*/
GList *
gtk_print_backend_get_printer_list (GtkPrintBackend *backend)