mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
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:
parent
05d785685b
commit
c8747d974d
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user