SeahorseCommands

SeahorseCommands

Description

Details

SeahorseCommandsPrivate

typedef struct _SeahorseCommandsPrivate SeahorseCommandsPrivate;


SeahorseCommands

typedef struct {
	GObject parent_instance;
	SeahorseCommandsPrivate *pv;
} SeahorseCommands;


seahorse_commands_show_properties ()

void                seahorse_commands_show_properties   (SeahorseCommands *self,
                                                         SeahorseObject *obj);


seahorse_commands_delete_objects ()

SeahorseOperation *    seahorse_commands_delete_objects (SeahorseCommands *self,
                                                         GList *obj);


seahorse_commands_get_view ()

SeahorseView *         seahorse_commands_get_view       (SeahorseCommands *self);


seahorse_commands_get_window ()

GtkWindow *            seahorse_commands_get_window     (SeahorseCommands *self);


seahorse_commands_get_command_actions ()

GtkActionGroup *       seahorse_commands_get_command_actions
                                                        (SeahorseCommands *self);


seahorse_commands_get_ui_definition ()

const char *           seahorse_commands_get_ui_definition
                                                        (SeahorseCommands *self);