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:
committed by
Michael Natterer
parent
9172d33782
commit
0bf59ed22e
@ -1,4 +1,4 @@
|
||||
/* GtkPrinter
|
||||
/* GtkPrinter
|
||||
* Copyright (C) 2006 John (J5) Palmieri <johnp@redhat.com>
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or
|
||||
@ -70,8 +70,9 @@ struct _GtkPrinterClass
|
||||
{
|
||||
GObjectClass parent_class;
|
||||
|
||||
void (*details_acquired) (GtkPrinter *printer, gboolean success);
|
||||
|
||||
void (*details_acquired) (GtkPrinter *printer,
|
||||
gboolean success);
|
||||
|
||||
/* Padding for future expansion */
|
||||
void (*_gtk_reserved1) (void);
|
||||
void (*_gtk_reserved2) (void);
|
||||
|
||||
Reference in New Issue
Block a user