| 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” gchar *
Command to be executed when the application action is clicked.
Owner: GarconMenuItemAction
Flags: Read / Write
Default value: NULL
“icon-name” property“icon-name” gchar *
Name of the custom icon associated with this action.
Owner: GarconMenuItemAction
Flags: Read / Write
Default value: NULL
“name” property“name” gchar *
Name of the application action (will be displayed in menus etc.).
Owner: GarconMenuItemAction
Flags: Read / Write
Default value: NULL