docs: Document GtkNativeDialogClass

This commit is contained in:
Emmanuele Bassi 2020-12-16 16:01:14 +00:00
parent 5203bf0b83
commit 387078b40c

View File

@ -32,10 +32,18 @@ G_BEGIN_DECLS
GDK_AVAILABLE_IN_ALL
G_DECLARE_DERIVABLE_TYPE (GtkNativeDialog, gtk_native_dialog, GTK, NATIVE_DIALOG, GObject)
/**
* GtkNativeDialogClass:
* @response: class handler for the #GtkNativeDialog::response signal
*
* Class structure for #GtkNativeDialog.
*/
struct _GtkNativeDialogClass
{
/*< private >*/
GObjectClass parent_class;
/*< public >*/
void (* response) (GtkNativeDialog *self, int response_id);
/* <private> */