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

@ -68,9 +68,9 @@ typedef enum
} GtkSpinType;
typedef struct _GtkSpinButton GtkSpinButton;
typedef struct _GtkSpinButtonPriv GtkSpinButtonPriv;
typedef struct _GtkSpinButtonClass GtkSpinButtonClass;
typedef struct _GtkSpinButton GtkSpinButton;
typedef struct _GtkSpinButtonPrivate GtkSpinButtonPrivate;
typedef struct _GtkSpinButtonClass GtkSpinButtonClass;
struct _GtkSpinButton
@ -78,7 +78,7 @@ struct _GtkSpinButton
GtkEntry entry;
/* <private> */
GtkSpinButtonPriv *priv;
GtkSpinButtonPrivate *priv;
};
struct _GtkSpinButtonClass