| libseahorse Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
Synopsis
SeahorseCommandsPrivate; SeahorseCommands; void seahorse_commands_show_properties (SeahorseCommands *self,SeahorseObject *obj); SeahorseOperation * seahorse_commands_delete_objects (SeahorseCommands *self,GList *obj); SeahorseView * seahorse_commands_get_view (SeahorseCommands *self); GtkWindow * seahorse_commands_get_window (SeahorseCommands *self); GtkActionGroup * seahorse_commands_get_command_actions (SeahorseCommands *self); const char * seahorse_commands_get_ui_definition (SeahorseCommands *self);
Details
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);
|
|
|
|
Returns : |
seahorse_commands_get_view ()
SeahorseView * seahorse_commands_get_view (SeahorseCommands *self);
|
|
Returns : |
seahorse_commands_get_window ()
GtkWindow * seahorse_commands_get_window (SeahorseCommands *self);
|
|
Returns : |
seahorse_commands_get_command_actions ()
GtkActionGroup * seahorse_commands_get_command_actions
(SeahorseCommands *self);
|
|
Returns : |
seahorse_commands_get_ui_definition ()
const char * seahorse_commands_get_ui_definition (SeahorseCommands *self);
|
|
Returns : |
