mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-12 20:00:09 +00:00
pathbar: Remove priv pointer
This commit is contained in:
parent
a822d6fce9
commit
ff2ba52bc6
399
gtk/gtkpathbar.c
399
gtk/gtkpathbar.c
File diff suppressed because it is too large
Load Diff
@ -25,7 +25,6 @@ G_BEGIN_DECLS
|
||||
|
||||
typedef struct _GtkPathBar GtkPathBar;
|
||||
typedef struct _GtkPathBarClass GtkPathBarClass;
|
||||
typedef struct _GtkPathBarPrivate GtkPathBarPrivate;
|
||||
|
||||
|
||||
#define GTK_TYPE_PATH_BAR (gtk_path_bar_get_type ())
|
||||
@ -37,9 +36,7 @@ typedef struct _GtkPathBarPrivate GtkPathBarPrivate;
|
||||
|
||||
struct _GtkPathBar
|
||||
{
|
||||
GtkContainer parent;
|
||||
|
||||
GtkPathBarPrivate *priv;
|
||||
GtkContainer parent_instance;
|
||||
};
|
||||
|
||||
struct _GtkPathBarClass
|
||||
|
Loading…
Reference in New Issue
Block a user