Top |
GarconMenuItemAction * | garcon_menu_item_action_new () |
const gchar * | garcon_menu_item_action_get_command () |
void | garcon_menu_item_action_set_command () |
const gchar * | garcon_menu_item_action_get_name () |
void | garcon_menu_item_action_set_name () |
const gchar * | garcon_menu_item_action_get_icon_name () |
void | garcon_menu_item_action_set_icon_name () |
void | garcon_menu_item_action_ref () |
void | garcon_menu_item_action_unref () |
const gchar *
garcon_menu_item_action_get_command (GarconMenuItemAction *action
);
void garcon_menu_item_action_set_command (GarconMenuItemAction *action
,const gchar *command
);
const gchar *
garcon_menu_item_action_get_name (GarconMenuItemAction *action
);
void garcon_menu_item_action_set_name (GarconMenuItemAction *action
,const gchar *name
);
const gchar *
garcon_menu_item_action_get_icon_name (GarconMenuItemAction *action
);
void garcon_menu_item_action_set_icon_name (GarconMenuItemAction *action
,const gchar *icon_name
);
“command”
property “command” char *
Command to be executed when the application action is clicked.
Owner: GarconMenuItemAction
Flags: Read / Write
Default value: NULL
“icon-name”
property “icon-name” char *
Name of the custom icon associated with this action.
Owner: GarconMenuItemAction
Flags: Read / Write
Default value: NULL