mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-13 05:50:10 +00:00
docs: Document GtkNativeDialogClass
This commit is contained in:
parent
5203bf0b83
commit
387078b40c
@ -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> */
|
||||
|
Loading…
Reference in New Issue
Block a user