summaryrefslogtreecommitdiff
path: root/gtk/gtkfontbutton.h
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2018-06-18 13:11:06 +0200
committerTimm Bäder <mail@baedert.org>2018-06-18 17:35:03 +0200
commita7d8127d5907b9ac4b9533ce8a6b3db118bf72bd (patch)
tree7e0adb78bae40cdfae0d22394c7d53aa46ab1381 /gtk/gtkfontbutton.h
parentbeb4cb0e3738f6d85184cc7a85c4d728f89855bf (diff)
downloadgtk+-a7d8127d5907b9ac4b9533ce8a6b3db118bf72bd.tar.gz
fontbutton: Remove priv pointer
Diffstat (limited to 'gtk/gtkfontbutton.h')
-rw-r--r--gtk/gtkfontbutton.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/gtk/gtkfontbutton.h b/gtk/gtkfontbutton.h
index eb9ebcc539..a05653c030 100644
--- a/gtk/gtkfontbutton.h
+++ b/gtk/gtkfontbutton.h
@@ -47,16 +47,14 @@ G_BEGIN_DECLS
typedef struct _GtkFontButton GtkFontButton;
typedef struct _GtkFontButtonClass GtkFontButtonClass;
-typedef struct _GtkFontButtonPrivate GtkFontButtonPrivate;
-struct _GtkFontButton {
+struct _GtkFontButton
+{
GtkWidget parent_instance;
-
- /*< private >*/
- GtkFontButtonPrivate *priv;
};
-struct _GtkFontButtonClass {
+struct _GtkFontButtonClass
+{
GtkWidgetClass parent_class;
/* font_set signal is emitted when font is chosen */