diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-12-06 09:50:01 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-12-06 09:50:01 -0500 |
commit | 5f75ffc97436b84a99ed450a0e8810f291a9237a (patch) | |
tree | e0110c5185d9642502c3456542c92914887e35c4 /gtk | |
parent | fd6e57687de49ac2c8e51923a3ccc471e5cc97b5 (diff) | |
download | gtk+-5f75ffc97436b84a99ed450a0e8810f291a9237a.tar.gz |
Add gtk_widget_path_get_type to the headers
Bug 636591
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/gtkwidgetpath.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/gtkwidgetpath.h b/gtk/gtkwidgetpath.h index 801906c68f..b069fe61e3 100644 --- a/gtk/gtkwidgetpath.h +++ b/gtk/gtkwidgetpath.h @@ -31,8 +31,10 @@ G_BEGIN_DECLS typedef struct _GtkWidgetPath GtkWidgetPath; +#define GTK_TYPE_WIDGET_PATH (gtk_widget_path_get_type ()) -GtkWidgetPath * gtk_widget_path_new (void); +GType gtk_widget_path_get_type (void) G_GNUC_CONST: +GtkWidgetPath * gtk_widget_path_new (void); GtkWidgetPath * gtk_widget_path_copy (const GtkWidgetPath *path); void gtk_widget_path_free (GtkWidgetPath *path); |