Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
gtk
Commits
8d4ffedb
Commit
8d4ffedb
authored
Oct 20, 2010
by
Carlos Garnacho
Browse files
GtkStyleContext: '_' prefix the structs, gtk-doc prefers this.
parent
770f050d
Changes
1
Hide whitespace changes
Inline
Side-by-side
gtk/gtkstylecontext.h
View file @
8d4ffedb
...
...
@@ -33,16 +33,16 @@ G_BEGIN_DECLS
#define GTK_IS_STYLE_CONTEXT_CLASS(c) (G_TYPE_CHECK_CLASS_TYPE ((c), GTK_TYPE_STYLE_CONTEXT))
#define GTK_STYLE_CONTEXT_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), GTK_TYPE_STYLE_CONTEXT, GtkStyleContextClass))
typedef
struct
GtkStyleContext
GtkStyleContext
;
typedef
struct
GtkStyleContextClass
GtkStyleContextClass
;
typedef
struct
_
GtkStyleContext
GtkStyleContext
;
typedef
struct
_
GtkStyleContextClass
GtkStyleContextClass
;
struct
GtkStyleContext
struct
_
GtkStyleContext
{
GObject
parent_object
;
gpointer
priv
;
};
struct
GtkStyleContextClass
struct
_
GtkStyleContextClass
{
GObjectClass
parent_class
;
...
...
Write
Preview
Markdown
is supported
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