Method
GnomeCmdFileActionsexecute
Declaration
void
gnome_cmd_file_actions_execute (
GnomeCmdFileActions* fa,
const gchar* action,
GVariant* parameter,
GtkWindow* parent_window,
GnomeCmdState* state
)
Parameters
action-
Type:
const gchar*Name of the action.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. parameter-
Type:
GVariantParameter of the action.
The data is owned by the caller of the method. parent_window-
Type:
GtkWindowA window, plug-in may use as a parent (
transient-for).The data is owned by the caller of the method. state-
Type:
GnomeCmdStateCurrent state of both application’s panels.
The data is owned by the caller of the method.