summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/reference/gtk/gtk3-sections.txt6
-rw-r--r--gtk/gtkwidgetpath.h4
2 files changed, 9 insertions, 1 deletions
diff --git a/docs/reference/gtk/gtk3-sections.txt b/docs/reference/gtk/gtk3-sections.txt
index 32759d9b21..261cf31196 100644
--- a/docs/reference/gtk/gtk3-sections.txt
+++ b/docs/reference/gtk/gtk3-sections.txt
@@ -5291,6 +5291,12 @@ gtk_widget_path_iter_set_widget_type
gtk_widget_path_length
gtk_widget_path_new
gtk_widget_path_prepend_type
+
+<SUBSECTION Standard>
+GTK_TYPE_WIDGET_PATH
+
+<SUBSECTION Private>
+gtk_widget_path_get_type
</SECTION>
<SECTION>
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);