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:
Matthias Clasen 2006-04-24 18:31:48 +00:00 committed by Matthias Clasen
parent 167afc896a
commit 64d3323a33
3 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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);