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

@ -45,16 +45,16 @@ G_BEGIN_DECLS
#define GTK_RADIO_MENU_ITEM_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_RADIO_MENU_ITEM, GtkRadioMenuItemClass))
typedef struct _GtkRadioMenuItem GtkRadioMenuItem;
typedef struct _GtkRadioMenuItemPriv GtkRadioMenuItemPriv;
typedef struct _GtkRadioMenuItemClass GtkRadioMenuItemClass;
typedef struct _GtkRadioMenuItem GtkRadioMenuItem;
typedef struct _GtkRadioMenuItemPrivate GtkRadioMenuItemPrivate;
typedef struct _GtkRadioMenuItemClass GtkRadioMenuItemClass;
struct _GtkRadioMenuItem
{
GtkCheckMenuItem check_menu_item;
/* <private> */
GtkRadioMenuItemPriv *priv;
GtkRadioMenuItemPrivate *priv;
};
struct _GtkRadioMenuItemClass