preferences

preferences

Functions

Description

Functions

a_preferences_init ()

void
a_preferences_init ();

a_preferences_uninit ()

void
a_preferences_uninit ();

a_preferences_register_group ()

void
a_preferences_register_group (const gchar *key,
                              const gchar *name);

a_preferences_register ()

void
a_preferences_register (VikLayerParam *pref,
                        VikLayerParamData defaultval,
                        const gchar *group_key);

a_preferences_show_window ()

void
a_preferences_show_window (GtkWindow *parent);

a_preferences_get ()

VikLayerParamData *
a_preferences_get (const gchar *key);

a_preferences_run_setparam ()

void
a_preferences_run_setparam (VikLayerParamData data,
                            VikLayerParam *vlparams);

a_preferences_save_to_file ()

gboolean
a_preferences_save_to_file ();

Returns

TRUE on success