Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gtk
Commits
a7d8127d
Commit
a7d8127d
authored
Jun 18, 2018
by
Timm Bäder
🤔
Browse files
fontbutton: Remove priv pointer
parent
beb4cb0e
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
gtk/gtkfontbutton.c
View file @
a7d8127d
This diff is collapsed.
Click to expand it.
gtk/gtkfontbutton.h
View file @
a7d8127d
...
...
@@ -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 */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment