Dialog: Clarify that response ID 0 is not reserved

I only got so far in math, but it looks to me like zero isn’t positive.
We don’t reserve it, so be clear about that.
This commit is contained in:
Daniel Boles 2017-10-08 22:19:13 +01:00 committed by Daniel Boles
parent 77b75bdab1
commit 2cd65158a0

View File

@ -67,7 +67,7 @@ typedef enum
* @GTK_RESPONSE_HELP: Returned by Help buttons in GTK+ dialogs
*
* Predefined values for use as response ids in gtk_dialog_add_button().
* All predefined values are negative, GTK+ leaves positive values for
* All predefined values are negative; GTK+ leaves values of 0 or greater for
* application-defined response ids.
*/
typedef enum