After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 499133 - GtkDialog response signal on delete event
GtkDialog response signal on delete event
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Documentation
2.12.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2007-11-23 09:53 UTC by Josselin Mouette
Modified: 2007-11-25 05:43 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20



Description Josselin Mouette 2007-11-23 09:53:22 UTC
[ forwarded from http://bugs.debian.org/451874 by Kevin Ryde ]

In the signals section of the GtkDialog docs, the response signal says

    On a delete event, the response ID is GTK_RESPONSE_NONE.

but I believe it's GTK_RESPONSE_DELETE_EVENT, which is what's said in
the introduction, and under gtk_dialog_new_with_buttons.
Comment 1 Matthias Clasen 2007-11-25 05:43:14 UTC
2007-11-25  Matthias Clasen  <mclasen@redhat.com>

        * gtk/gtkdialog.c: Move signal and property documentation inline,
        fix a problem with the ::response signal docs.  (#499133, Josselin
        Mouette)