Document GtkPrinterFunc

2006-06-19  Matthias Clasen  <mclasen@redhat.com>

	* gtk/tmpl/gtkprinter.sgml: Document GtkPrinterFunc

	* gtk/gtk-sections.txt: Add gtk_enumerate_printers
This commit is contained in:
Matthias Clasen 2006-06-19 17:32:46 +00:00 committed by Matthias Clasen
parent 05d785685b
commit c8747d974d
3 changed files with 31 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2006-06-19 Matthias Clasen <mclasen@redhat.com>
* gtk/tmpl/gtkprinter.sgml: Document GtkPrinterFunc
* gtk/gtk-sections.txt: Add gtk_enumerate_printers
2006-06-19 Alexander Larsson <alexl@redhat.com>
* gtk/gtk-sections.txt:

View File

@ -6184,6 +6184,8 @@ gtk_printer_is_active
gtk_printer_is_virtual
gtk_printer_is_default
gtk_printer_compare
GtkPrinterFunc
gtk_enumerate_printers
<SUBSECTION Standard>
GTK_TYPE_PRINTER

View File

@ -205,3 +205,26 @@ Printing support was added in GTK+ 2.10.
@Returns:
<!-- ##### USER_FUNCTION GtkPrinterFunc ##### -->
<para>
The type of function passed to gtk_enumerate_printers().
Note that you need to ref @printer, if you want to keep
a reference to it after the function has returned.
</para>
@printer: a #GtkPrinter
@data: user data passed to gtk_enumerate_printers()
@Returns: %TRUE to stop the enumeration, %FALSE to continue
<!-- ##### FUNCTION gtk_enumerate_printers ##### -->
<para>
</para>
@func:
@data:
@destroy:
@wait: