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
GTK_FILE_CHOOSER_ACTION_OPEN
"Cancel" utf8 encode
GTK_RESPONSE_CANCEL int <ref>
GTK_RESPONSE_CANCEL gint <ref>
] [
utf8 encode
GTK_RESPONSE_ACCEPT int <ref>
GTK_RESPONSE_ACCEPT gint <ref>
f
gtk_file_chooser_dialog_new
&gtk_widget_destroy