Seal private member.
* gtk/gtkentrycompletion.h: Seal private member. svn path=/trunk/; revision=20506
This commit is contained in:
@@ -55,7 +55,7 @@ struct _GtkEntryCompletion
|
||||
GObject parent_instance;
|
||||
|
||||
/*< private >*/
|
||||
GtkEntryCompletionPrivate *priv;
|
||||
GtkEntryCompletionPrivate *GSEAL (priv);
|
||||
};
|
||||
|
||||
struct _GtkEntryCompletionClass
|
||||
|
||||
Reference in New Issue
Block a user