summaryrefslogtreecommitdiff
path: root/gtk/gtkradiobutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkradiobutton.h')
-rw-r--r--gtk/gtkradiobutton.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkradiobutton.h b/gtk/gtkradiobutton.h
index 7c1e5b4cd6..84e7042821 100644
--- a/gtk/gtkradiobutton.h
+++ b/gtk/gtkradiobutton.h
@@ -45,16 +45,16 @@ G_BEGIN_DECLS
#define GTK_RADIO_BUTTON_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_RADIO_BUTTON, GtkRadioButtonClass))
-typedef struct _GtkRadioButton GtkRadioButton;
-typedef struct _GtkRadioButtonPriv GtkRadioButtonPriv;
-typedef struct _GtkRadioButtonClass GtkRadioButtonClass;
+typedef struct _GtkRadioButton GtkRadioButton;
+typedef struct _GtkRadioButtonPrivate GtkRadioButtonPrivate;
+typedef struct _GtkRadioButtonClass GtkRadioButtonClass;
struct _GtkRadioButton
{
GtkCheckButton check_button;
/* <private> */
- GtkRadioButtonPriv *priv;
+ GtkRadioButtonPrivate *priv;
};
struct _GtkRadioButtonClass