diff options
Diffstat (limited to 'docs/reference/gtk/tmpl/gtkinputdialog.sgml')
-rw-r--r-- | docs/reference/gtk/tmpl/gtkinputdialog.sgml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/reference/gtk/tmpl/gtkinputdialog.sgml b/docs/reference/gtk/tmpl/gtkinputdialog.sgml index 436f014e0f..bf5210516a 100644 --- a/docs/reference/gtk/tmpl/gtkinputdialog.sgml +++ b/docs/reference/gtk/tmpl/gtkinputdialog.sgml @@ -43,14 +43,6 @@ immediately. </para> -<!-- ##### FUNCTION gtk_input_dialog_new ##### --> -<para> -Creates a new #GtkInputDialog. -</para> - -@Returns: the new #GtkInputDialog. - - <!-- ##### SIGNAL GtkInputDialog::disable-device ##### --> <para> This signal is emitted when the user changes the @@ -71,3 +63,11 @@ mode of a device from #GDK_MODE_DISABLED to a @inputdialog: the object which received the signal. @deviceid: The ID of the newly enabled device. +<!-- ##### FUNCTION gtk_input_dialog_new ##### --> +<para> +Creates a new #GtkInputDialog. +</para> + +@Returns: the new #GtkInputDialog. + + |