| Top |
| EvLinkDest * | dest | Read / Write / Construct Only |
| gboolean | exclude-reset-fields | Read / Write / Construct Only |
| char * | filename | Read / Write / Construct Only |
| gpointer | hide-list | Read / Write / Construct Only |
| char * | name | Read / Write / Construct Only |
| char * | params | Read / Write / Construct Only |
| gpointer | reset-fields | Read / Write / Construct Only |
| gpointer | show-list | Read / Write / Construct Only |
| gpointer | toggle-list | Read / Write / Construct Only |
| EvLinkActionType | type | Read / Write / Construct Only |
| char * | uri | Read / Write / Construct Only |
gboolean ev_link_action_equal (EvLinkAction *a,EvLinkAction *b);
Checks whether a
and b
are equal.
Since: 3.8
EvLinkActionType
ev_link_action_get_action_type (EvLinkAction *self);
EvLinkAction * ev_link_action_new_layers_state (GList *show_list,GList *hide_list,GList *toggle_list);
EvLinkAction * ev_link_action_new_remote (EvLinkDest *dest,const gchar *filename);
EvLinkAction *
ev_link_action_new_external_uri (const gchar *uri);
EvLinkAction * ev_link_action_new_launch (const gchar *filename,const gchar *params);
“dest” property“dest” EvLinkDest *
The link action destination.
Owner: EvLinkAction
Flags: Read / Write / Construct Only
“exclude-reset-fields” property“exclude-reset-fields” gboolean
Whether to exclude/include reset-fields when resetting form.
Owner: EvLinkAction
Flags: Read / Write / Construct Only
Default value: FALSE
“filename” property “filename” char *
The link action filename.
Owner: EvLinkAction
Flags: Read / Write / Construct Only
Default value: NULL
“hide-list” property“hide-list” gpointer
The list of layers that should be hidden.
Owner: EvLinkAction
Flags: Read / Write / Construct Only
“name” property “name” char *
The link action name.
Owner: EvLinkAction
Flags: Read / Write / Construct Only
Default value: NULL
“params” property “params” char *
The link action params.
Owner: EvLinkAction
Flags: Read / Write / Construct Only
Default value: NULL
“reset-fields” property“reset-fields” gpointer
The list of fields that should be/should not be reset.
Owner: EvLinkAction
Flags: Read / Write / Construct Only
“show-list” property“show-list” gpointer
The list of layers that should be shown.
Owner: EvLinkAction
Flags: Read / Write / Construct Only
“toggle-list” property“toggle-list” gpointer
The list of layers that should be toggled.
Owner: EvLinkAction
Flags: Read / Write / Construct Only
“type” property“type” EvLinkActionType
The link action type.
Owner: EvLinkAction
Flags: Read / Write / Construct Only
Default value: EV_LINK_ACTION_TYPE_GOTO_DEST