file-picker.linux: more correct to use gint instead of int.

db4
John Benediktsson 2015-10-21 16:57:45 -07:00
parent 9b5cb445ee
commit 4851a5e14d
1 changed files with 2 additions and 2 deletions

View File

@ -23,10 +23,10 @@ FUNCTION: GtkWidget* gtk_file_chooser_dialog_new (
f f
GTK_FILE_CHOOSER_ACTION_OPEN GTK_FILE_CHOOSER_ACTION_OPEN
"Cancel" utf8 encode "Cancel" utf8 encode
GTK_RESPONSE_CANCEL int <ref> GTK_RESPONSE_CANCEL gint <ref>
] [ ] [
utf8 encode utf8 encode
GTK_RESPONSE_ACCEPT int <ref> GTK_RESPONSE_ACCEPT gint <ref>
f f
gtk_file_chooser_dialog_new gtk_file_chooser_dialog_new
&gtk_widget_destroy &gtk_widget_destroy