docs: add Gtk*Class docs

https://bugzilla.gnome.org/show_bug.cgi?id=81006
This commit is contained in:
William Jon McCann
2014-01-17 15:17:45 -05:00
parent f3f7c385d9
commit add1ca00f4
65 changed files with 657 additions and 40 deletions

View File

@ -48,6 +48,10 @@ struct _GtkApplicationWindow
GtkApplicationWindowPrivate *priv;
};
/**
* GtkApplicationWindowClass:
* @parent_class: The parent class.
*/
struct _GtkApplicationWindowClass
{
GtkWindowClass parent_class;