mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 03:10:09 +00:00
Add gtk_widget_path_get_type to the headers
Bug 636591
This commit is contained in:
parent
fd6e57687d
commit
5f75ffc974
@ -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>
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user