summaryrefslogtreecommitdiff
path: root/gtk/gtkwidgetpath.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-12-06 09:50:01 -0500
committerMatthias Clasen <mclasen@redhat.com>2010-12-06 09:50:01 -0500
commit5f75ffc97436b84a99ed450a0e8810f291a9237a (patch)
treee0110c5185d9642502c3456542c92914887e35c4 /gtk/gtkwidgetpath.h
parentfd6e57687de49ac2c8e51923a3ccc471e5cc97b5 (diff)
downloadgtk+-5f75ffc97436b84a99ed450a0e8810f291a9237a.tar.gz
Add gtk_widget_path_get_type to the headers
Bug 636591
Diffstat (limited to 'gtk/gtkwidgetpath.h')
-rw-r--r--gtk/gtkwidgetpath.h4
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);