Add gtk_widget_path_get_type to the headers

Bug 636591
This commit is contained in:
Matthias Clasen 2010-12-06 09:50:01 -05:00
parent fd6e57687d
commit 5f75ffc974
2 changed files with 9 additions and 1 deletions

View File

@ -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>

View File

@ -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);