Handbook
Glossary
gtk_file_chooser_dialog_new ( title parent action first_button_text varargs -- GtkWidget* )
Vocabulary
gtk2
.
ffi
Inputs
title
an
object
parent
an
object
action
an
object
first_button_text
an
object
varargs
an
object
Outputs
GtkWidget*
an
object
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
GtkWidget*
gtk_file_chooser_dialog_new
( gchar* title, GtkWindow* parent,
GtkFileChooserAction
action, gchar* first_button_text,
void*
varargs )