forked from AuroraMiddleware/gtk
Declare in a way grokked by gtk-doc.
2006-04-24 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprintsettings.h (GtkPageRange): Declare in a way grokked by gtk-doc.
This commit is contained in:
parent
167afc896a
commit
64d3323a33
@ -1,5 +1,7 @@
|
||||
2006-04-24 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkprintsettings.h (GtkPageRange): Declare in a way grokked by gtk-doc.
|
||||
|
||||
* gdk/gdkregion-generic.c: Documentation fixes.
|
||||
|
||||
* gdk/directfb/gdkmain-directfb.c: Make the comment not look like
|
||||
|
@ -1,5 +1,7 @@
|
||||
2006-04-24 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkprintsettings.h (GtkPageRange): Declare in a way grokked by gtk-doc.
|
||||
|
||||
* gdk/gdkregion-generic.c: Documentation fixes.
|
||||
|
||||
* gdk/directfb/gdkmain-directfb.c: Make the comment not look like
|
||||
|
@ -35,11 +35,12 @@ typedef void (*GtkPrintSettingsFunc) (const gchar *key,
|
||||
const gchar *value,
|
||||
gpointer user_data);
|
||||
|
||||
typedef struct
|
||||
typedef struct _GtkPageRange GtkPageRange;
|
||||
struct _GtkPageRange
|
||||
{
|
||||
gint start;
|
||||
gint end;
|
||||
} GtkPageRange;
|
||||
};
|
||||
|
||||
GType gtk_print_settings_get_type (void) G_GNUC_CONST;
|
||||
GtkPrintSettings *gtk_print_settings_new (void);
|
||||
|
Loading…
Reference in New Issue
Block a user