[gtk+] Add gtk_widget_path_get_type to the headers



commit 5f75ffc97436b84a99ed450a0e8810f291a9237a
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Dec 6 09:50:01 2010 -0500

    Add gtk_widget_path_get_type to the headers
    
    Bug 636591

 docs/reference/gtk/gtk3-sections.txt |    6 ++++++
 gtk/gtkwidgetpath.h                  |    4 +++-
 2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/docs/reference/gtk/gtk3-sections.txt b/docs/reference/gtk/gtk3-sections.txt
index 32759d9..261cf31 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 801906c..b069fe6 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]