CodeSlayerProfilesManager

CodeSlayerProfilesManager — The profiles.

Synopsis

#include <codeslayer/codeslayer-profiles-manager.h>

struct              CodeSlayerProfilesManager;
GtkWidget *         codeslayer_profiles_manager_new     (GtkWidget *window,
                                                         GtkApplication *application,
                                                         CodeSlayerProfiles *profiles,
                                                         CodeSlayerProfile *profile);
void                codeslayer_profiles_manager_run_dialog
                                                        (CodeSlayerProfilesManager *profiles_manager);

Object Hierarchy

  GObject
   +----CodeSlayerProfilesManager

Description

Details

struct CodeSlayerProfilesManager

struct CodeSlayerProfilesManager;

codeslayer_profiles_manager_new ()

GtkWidget *         codeslayer_profiles_manager_new     (GtkWidget *window,
                                                         GtkApplication *application,
                                                         CodeSlayerProfiles *profiles,
                                                         CodeSlayerProfile *profile);

Creates a new CodeSlayerProfilesManager.

window :

a CodeSlayerWindow.

application :

a CodeSlayerApplication.

profiles :

a CodeSlayerProfiles.

profile :

a CodeSlayerProfile.

Returns :

a new CodeSlayerProfilesManager.

codeslayer_profiles_manager_run_dialog ()

void                codeslayer_profiles_manager_run_dialog
                                                        (CodeSlayerProfilesManager *profiles_manager);

Show the profiles dialog.

profiles_manager :

a CodeSlayerProfilesManager.