pathbar: Remove priv pointer

This commit is contained in:
Timm Bäder 2018-07-20 20:18:20 +02:00
parent a822d6fce9
commit ff2ba52bc6
2 changed files with 218 additions and 186 deletions

File diff suppressed because it is too large Load Diff

View File

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