This commit is contained in:
Matthias Clasen 2014-02-19 19:36:55 -05:00
parent 469d333aa2
commit 2a8446bdec

View File

@ -91,6 +91,19 @@
#include <io.h>
#endif
/**
* SECTION:gtkfilechooserwidget
* Short_description: A file chooser widget
* @Title: GtkFileChooserWidget
* @See_also: #GtkFileChooserDialog
*
* #GtkFileChooserWidget is a widget for choosing files.
* It exposes the #GtkFileChooser interface, and you should
* use the methods of this interface to interact with the
* widget.
*/
/* Values for GtkSelection-related "info" fields */
#define SELECTION_TEXT 0
#define SELECTION_URI 1