summaryrefslogtreecommitdiff
path: root/gtk/gtkentrycompletion.h
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>2008-06-20 10:59:22 +0000
committerTim Janik <timj@src.gnome.org>2008-06-20 10:59:22 +0000
commit84086c1e070b90abc98d9eda1cd0bf7dcc1e5b9e (patch)
treec773959e9ab66f3f8702ccfa7ddb01145dda55a4 /gtk/gtkentrycompletion.h
parent7b287e64bc239d333b49444261d08982ae8b7c3a (diff)
downloadgtk+-84086c1e070b90abc98d9eda1cd0bf7dcc1e5b9e.tar.gz
Seal private member.
* gtk/gtkentrycompletion.h: Seal private member. svn path=/trunk/; revision=20506
Diffstat (limited to 'gtk/gtkentrycompletion.h')
-rw-r--r--gtk/gtkentrycompletion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkentrycompletion.h b/gtk/gtkentrycompletion.h
index b9ad7ce2e8..14365ff613 100644
--- a/gtk/gtkentrycompletion.h
+++ b/gtk/gtkentrycompletion.h
@@ -55,7 +55,7 @@ struct _GtkEntryCompletion
GObject parent_instance;
/*< private >*/
- GtkEntryCompletionPrivate *priv;
+ GtkEntryCompletionPrivate *GSEAL (priv);
};
struct _GtkEntryCompletionClass