|  |  |  | Evince Document Library Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | Object Hierarchy | Properties | ||||
EvLinkAction; EvLinkActionClass; EvLinkActionPrivate; enum EvLinkActionType; gboolean ev_link_action_equal (EvLinkAction *a,EvLinkAction *b); EvLinkActionType ev_link_action_get_action_type (EvLinkAction *self); EvLinkDest * ev_link_action_get_dest (EvLinkAction *self); const gchar * ev_link_action_get_uri (EvLinkAction *self); const gchar * ev_link_action_get_filename (EvLinkAction *self); const gchar * ev_link_action_get_params (EvLinkAction *self); const gchar * ev_link_action_get_name (EvLinkAction *self); GList * ev_link_action_get_hide_list (EvLinkAction *self); GList * ev_link_action_get_show_list (EvLinkAction *self); GList * ev_link_action_get_toggle_list (EvLinkAction *self); EvLinkAction * ev_link_action_new_layers_state (GList *show_list,GList *hide_list,GList *toggle_list); EvLinkAction * ev_link_action_new_dest (EvLinkDest *dest); 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); EvLinkAction * ev_link_action_new_named (const gchar *name);
"dest" EvLinkDest* : Read / Write / Construct Only "filename" gchar* : Read / Write / Construct Only "hide-list" gpointer : Read / Write / Construct Only "name" gchar* : Read / Write / Construct Only "params" gchar* : Read / Write / Construct Only "show-list" gpointer : Read / Write / Construct Only "toggle-list" gpointer : Read / Write / Construct Only "type" EvLinkActionType : Read / Write / Construct Only "uri" gchar* : Read / Write / Construct Only
typedef enum {
	EV_LINK_ACTION_TYPE_GOTO_DEST,
	EV_LINK_ACTION_TYPE_GOTO_REMOTE,
	EV_LINK_ACTION_TYPE_EXTERNAL_URI,
	EV_LINK_ACTION_TYPE_LAUNCH,
	EV_LINK_ACTION_TYPE_NAMED,
	EV_LINK_ACTION_TYPE_LAYERS_STATE
	/* We'll probably fill this in more as we support the other types of
	 * actions */
} EvLinkActionType;
EvLinkActionType    ev_link_action_get_action_type      (EvLinkAction *self);
EvLinkDest *        ev_link_action_get_dest             (EvLinkAction *self);
| 
 | an EvLinkAction | 
| Returns : | an EvLinkDest. [transfer none] | 
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);
"filename" property  "filename"                 gchar*                : Read / Write / Construct Only
The link action filename.
Default value: NULL
"hide-list" property  "hide-list"                gpointer              : Read / Write / Construct Only
The list of layers that should be hidden.
"name" property  "name"                     gchar*                : Read / Write / Construct Only
The link action name.
Default value: NULL
"params" property  "params"                   gchar*                : Read / Write / Construct Only
The link action params.
Default value: NULL
"show-list" property  "show-list"                gpointer              : Read / Write / Construct Only
The list of layers that should be shown.
"toggle-list" property  "toggle-list"              gpointer              : Read / Write / Construct Only
The list of layers that should be toggled.
"type" property"type" EvLinkActionType : Read / Write / Construct Only
The link action type.
Default value: EV_LINK_ACTION_TYPE_GOTO_DEST