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
881ea288
Commit
881ea288
authored
Dec 17, 2010
by
Matthias Clasen
Browse files
Remove sealed members from GtkTreeStore
parent
60953ae0
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
gtk/gtktreestore.c
View file @
881ea288
This diff is collapsed.
Click to expand it.
gtk/gtktreestore.h
View file @
881ea288
...
...
@@ -40,25 +40,15 @@ G_BEGIN_DECLS
#define GTK_IS_TREE_STORE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GTK_TYPE_TREE_STORE))
#define GTK_TREE_STORE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), GTK_TYPE_TREE_STORE, GtkTreeStoreClass))
typedef
struct
_GtkTreeStore
GtkTreeStore
;
typedef
struct
_GtkTreeStoreClass
GtkTreeStoreClass
;
typedef
struct
_GtkTreeStore
GtkTreeStore
;
typedef
struct
_GtkTreeStoreClass
GtkTreeStoreClass
;
typedef
struct
_GtkTreeStorePrivate
GtkTreeStorePrivate
;
struct
_GtkTreeStore
{
GObject
parent
;
gint
GSEAL
(
stamp
);
gpointer
GSEAL
(
root
);
gpointer
GSEAL
(
last
);
gint
GSEAL
(
n_columns
);
gint
GSEAL
(
sort_column_id
);
GList
*
GSEAL
(
sort_list
);
GtkSortType
GSEAL
(
order
);
GType
*
GSEAL
(
column_headers
);
GtkTreeIterCompareFunc
GSEAL
(
default_sort_func
);
gpointer
GSEAL
(
default_sort_data
);
GDestroyNotify
GSEAL
(
default_sort_destroy
);
guint
GSEAL
(
columns_dirty
)
:
1
;
GtkTreeStorePrivate
*
priv
;
};
struct
_GtkTreeStoreClass
...
...
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