revealer: Use new private model, remove priv pointer

This commit is contained in:
Alexander Larsson
2013-07-02 13:42:43 +02:00
parent 6aa1d69978
commit 09d22284f7
2 changed files with 39 additions and 35 deletions

View File

@ -36,7 +36,6 @@ G_BEGIN_DECLS
typedef struct _GtkRevealer GtkRevealer;
typedef struct _GtkRevealerClass GtkRevealerClass;
typedef struct _GtkRevealerPrivate GtkRevealerPrivate;
typedef enum {
GTK_REVEALER_TRANSITION_TYPE_NONE,
@ -49,7 +48,6 @@ typedef enum {
struct _GtkRevealer {
GtkBin parent_instance;
GtkRevealerPrivate * priv;
};
struct _GtkRevealerClass {