docs: add Gtk*Class docs
https://bugzilla.gnome.org/show_bug.cgi?id=81006
This commit is contained in:
@ -48,6 +48,10 @@ struct _GtkApplicationWindow
|
||||
GtkApplicationWindowPrivate *priv;
|
||||
};
|
||||
|
||||
/**
|
||||
* GtkApplicationWindowClass:
|
||||
* @parent_class: The parent class.
|
||||
*/
|
||||
struct _GtkApplicationWindowClass
|
||||
{
|
||||
GtkWindowClass parent_class;
|
||||
|
||||
Reference in New Issue
Block a user