fix formatting of details_acquired() signal.
2008-05-28 Michael Natterer <mitch@imendio.com> * gtk/gtkprinter.h: fix formatting of details_acquired() signal. svn path=/trunk/; revision=20224
This commit is contained in:
parent
9172d33782
commit
0bf59ed22e
@ -1,3 +1,7 @@
|
|||||||
|
2008-05-28 Michael Natterer <mitch@imendio.com>
|
||||||
|
|
||||||
|
* gtk/gtkprinter.h: fix formatting of details_acquired() signal.
|
||||||
|
|
||||||
2008-05-28 Michael Natterer <mitch@imendio.com>
|
2008-05-28 Michael Natterer <mitch@imendio.com>
|
||||||
|
|
||||||
* gtk/gtkcolorbutton.h: fix comment: the widget is called
|
* gtk/gtkcolorbutton.h: fix comment: the widget is called
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
/* GtkPrinter
|
/* GtkPrinter
|
||||||
* Copyright (C) 2006 John (J5) Palmieri <johnp@redhat.com>
|
* Copyright (C) 2006 John (J5) Palmieri <johnp@redhat.com>
|
||||||
*
|
*
|
||||||
* This library is free software; you can redistribute it and/or
|
* This library is free software; you can redistribute it and/or
|
||||||
@ -70,8 +70,9 @@ struct _GtkPrinterClass
|
|||||||
{
|
{
|
||||||
GObjectClass parent_class;
|
GObjectClass parent_class;
|
||||||
|
|
||||||
void (*details_acquired) (GtkPrinter *printer, gboolean success);
|
void (*details_acquired) (GtkPrinter *printer,
|
||||||
|
gboolean success);
|
||||||
|
|
||||||
/* Padding for future expansion */
|
/* Padding for future expansion */
|
||||||
void (*_gtk_reserved1) (void);
|
void (*_gtk_reserved1) (void);
|
||||||
void (*_gtk_reserved2) (void);
|
void (*_gtk_reserved2) (void);
|
||||||
|
Loading…
Reference in New Issue
Block a user