ASChooser
ASChooser — the applicaction chooser widget
include libappstarter/as.h
|
|
Details
ASChooserPrivate
typedef struct _ASChooserPrivate ASChooserPrivate;
ASChooser
typedef struct _ASChooser ASChooser;
as_chooser_new ()
GtkWidget * as_chooser_new (const gchar *file);
Creates a new ASChooser GtkWidget.
file :
|
the configuration file to use
|
Returns : |
a GtkWidget
|
as_chooser_save ()
gboolean as_chooser_save (ASChooser *chooser);
Save the configuration to file.
chooser :
|
an ASChooser
|
Returns : |
TRUE on succes, FALSE otherwise
|