Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
gtk
Commits
12174660
Commit
12174660
authored
Dec 17, 2010
by
Matthias Clasen
Browse files
Add the private struct in class_init
parent
881ea288
Changes
1
Hide whitespace changes
Inline
Side-by-side
gtk/gtktreestore.c
View file @
12174660
...
...
@@ -222,6 +222,8 @@ gtk_tree_store_class_init (GtkTreeStoreClass *class)
object_class
=
(
GObjectClass
*
)
class
;
object_class
->
finalize
=
gtk_tree_store_finalize
;
g_type_class_add_private
(
class
,
sizeof
(
GtkTreeStorePrivate
));
}
static
void
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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