Use GtkFooPrivate instead GtkFooPriv

This commit is contained in:
Javier Jardón
2010-08-26 19:15:37 +02:00
parent c6a44d8494
commit 1e5d7c0225
98 changed files with 1316 additions and 1316 deletions

View File

@ -37,16 +37,16 @@ G_BEGIN_DECLS
#define GTK_SIZE_GROUP_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_SIZE_GROUP, GtkSizeGroupClass))
typedef struct _GtkSizeGroup GtkSizeGroup;
typedef struct _GtkSizeGroupPriv GtkSizeGroupPriv;
typedef struct _GtkSizeGroupClass GtkSizeGroupClass;
typedef struct _GtkSizeGroup GtkSizeGroup;
typedef struct _GtkSizeGroupPrivate GtkSizeGroupPrivate;
typedef struct _GtkSizeGroupClass GtkSizeGroupClass;
struct _GtkSizeGroup
{
GObject parent_instance;
/* <private> */
GtkSizeGroupPriv *priv;
GtkSizeGroupPrivate *priv;
};
struct _GtkSizeGroupClass