CodeSlayerPreferences

CodeSlayerPreferences — The profile preferences.

Synopsis

#include <codeslayer/codeslayer-preferences.h>

struct              CodeSlayerPreferences;
CodeSlayerPreferences * codeslayer_preferences_new      (GtkWidget *window,
                                                         CodeSlayerProfile *profile);
void                codeslayer_preferences_run_dialog   (CodeSlayerPreferences *preferences);

Object Hierarchy

  GObject
   +----CodeSlayerPreferences

Description

Saves the profile preferences using the GKeyFile. The file is saved in the users home directory under the .codeslayer" folder.

Details

struct CodeSlayerPreferences

struct CodeSlayerPreferences;

codeslayer_preferences_new ()

CodeSlayerPreferences * codeslayer_preferences_new      (GtkWidget *window,
                                                         CodeSlayerProfile *profile);

Creates a new CodeSlayerPreferences.

window :

a GtkWindow.

profile :

a CodeSlayerProfile.

Returns :

a new CodeSlayerPreferences.

codeslayer_preferences_run_dialog ()

void                codeslayer_preferences_run_dialog   (CodeSlayerPreferences *preferences);

Show the preferences dialog.

preferences :

a CodeSlayerPreferences.