mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 21:40:19 +00:00
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>
|
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/gdkregion-generic.c: Documentation fixes.
|
||||||
|
|
||||||
* gdk/directfb/gdkmain-directfb.c: Make the comment not look like
|
* gdk/directfb/gdkmain-directfb.c: Make the comment not look like
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
2006-04-24 Matthias Clasen <mclasen@redhat.com>
|
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/gdkregion-generic.c: Documentation fixes.
|
||||||
|
|
||||||
* gdk/directfb/gdkmain-directfb.c: Make the comment not look like
|
* gdk/directfb/gdkmain-directfb.c: Make the comment not look like
|
||||||
|
@ -35,11 +35,12 @@ typedef void (*GtkPrintSettingsFunc) (const gchar *key,
|
|||||||
const gchar *value,
|
const gchar *value,
|
||||||
gpointer user_data);
|
gpointer user_data);
|
||||||
|
|
||||||
typedef struct
|
typedef struct _GtkPageRange GtkPageRange;
|
||||||
|
struct _GtkPageRange
|
||||||
{
|
{
|
||||||
gint start;
|
gint start;
|
||||||
gint end;
|
gint end;
|
||||||
} GtkPageRange;
|
};
|
||||||
|
|
||||||
GType gtk_print_settings_get_type (void) G_GNUC_CONST;
|
GType gtk_print_settings_get_type (void) G_GNUC_CONST;
|
||||||
GtkPrintSettings *gtk_print_settings_new (void);
|
GtkPrintSettings *gtk_print_settings_new (void);
|
||||||
|
Loading…
Reference in New Issue
Block a user