summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>2008-06-20 11:02:19 +0000
committerTim Janik <timj@src.gnome.org>2008-06-20 11:02:19 +0000
commita04318013f7ccef013699eaae35ea88d7169d754 (patch)
tree35f070aab5ac54084b15c2dad517dd683bee2895
parent9135675bfd5e8174d2dd95a392bbcb5f43e731c8 (diff)
downloadgtk+-a04318013f7ccef013699eaae35ea88d7169d754.tar.gz
Seal GtkTextChildAnchor.
* gtk/gtktextchild.h: Sealed private member. svn path=/trunk/; revision=20538
-rw-r--r--gtk/gtktextchild.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktextchild.h b/gtk/gtktextchild.h
index 71dad60b4e..a60bec4397 100644
--- a/gtk/gtktextchild.h
+++ b/gtk/gtktextchild.h
@@ -55,7 +55,7 @@ struct _GtkTextChildAnchor
{
GObject parent_instance;
- gpointer segment;
+ gpointer GSEAL (segment);
};
struct _GtkTextChildAnchorClass