![]() |
![]() |
![]() |
CodeSlayer Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
#include <codeslayer/codeslayer-preferences.h> struct CodeSlayerPreferences; CodeSlayerPreferences * codeslayer_preferences_new (GtkWidget *window
,CodeSlayerProfile *profile
); void codeslayer_preferences_run_dialog (CodeSlayerPreferences *preferences
);
Saves the profile preferences using the GKeyFile. The file is saved in the users home directory under the .codeslayer" folder.
CodeSlayerPreferences * codeslayer_preferences_new (GtkWidget *window
,CodeSlayerProfile *profile
);
Creates a new CodeSlayerPreferences.
|
a GtkWindow. |
|
a CodeSlayerProfile. |
Returns : |
a new CodeSlayerPreferences. |
void codeslayer_preferences_run_dialog (CodeSlayerPreferences *preferences
);
Show the preferences dialog.
|
a CodeSlayerPreferences. |