Add G_SEAL annotation for struct members, and add accessors for
the (useful) fields. Patch based on work by Garrett Regier,
see bug #592580.
This commit is contained in:
Matthias Clasen
2010-05-25 11:54:16 -04:00
parent 57754edef6
commit 50a72eda2d
22 changed files with 1136 additions and 132 deletions

View File

@ -66,7 +66,7 @@ typedef struct _GdkKeymapClass GdkKeymapClass;
struct _GdkKeymap
{
GObject parent_instance;
GdkDisplay *display;
GdkDisplay *GSEAL (display);
};
struct _GdkKeymapClass