|
Evince
Evince is a document viewer capable of displaying multiple and single page document formats like PDF and Postscript.
|
Include dependency graph for ev-link-action.c:Go to the source code of this file.
Data Structures | |
| struct | _EvLinkAction |
| struct | _EvLinkActionClass |
| struct | _EvLinkActionPrivate |
Macros | |
| #define | EV_LINK_ACTION_GET_PRIVATE(object) (G_TYPE_INSTANCE_GET_PRIVATE ((object), EV_TYPE_LINK_ACTION, EvLinkActionPrivate)) |
Enumerations | |
| enum | { PROP_0, PROP_TYPE, PROP_DEST, PROP_URI, PROP_FILENAME, PROP_PARAMS, PROP_NAME, PROP_SHOW_LIST, PROP_HIDE_LIST, PROP_TOGGLE_LIST } |
| #define EV_LINK_ACTION_GET_PRIVATE | ( | object) | (G_TYPE_INSTANCE_GET_PRIVATE ((object), EV_TYPE_LINK_ACTION, EvLinkActionPrivate)) |
Definition at line 62 of file ev-link-action.c.
| anonymous enum |
| Enumerator | |
|---|---|
| PROP_0 | |
| PROP_TYPE | |
| PROP_DEST | |
| PROP_URI | |
| PROP_FILENAME | |
| PROP_PARAMS | |
| PROP_NAME | |
| PROP_SHOW_LIST | |
| PROP_HIDE_LIST | |
| PROP_TOGGLE_LIST | |
Definition at line 25 of file ev-link-action.c.
|
static |
Definition at line 318 of file ev-link-action.c.
| gboolean ev_link_action_equal | ( | EvLinkAction * | a, |
| EvLinkAction * | b | ||
| ) |
ev_link_action_equal: : a EvLinkAction : a EvLinkAction
Checks whether and are equal.
Returns: TRUE iff and are equal
Since: 3.8
Definition at line 494 of file ev-link-action.c.
Here is the caller graph for this function:
|
static |
| EvLinkActionType ev_link_action_get_action_type | ( | EvLinkAction * | self) |
| EvLinkDest* ev_link_action_get_dest | ( | EvLinkAction * | self) |
ev_link_action_get_dest: : an EvLinkAction
Returns: (transfer none): an EvLinkDest
Definition at line 80 of file ev-link-action.c.
Here is the caller graph for this function:| const gchar* ev_link_action_get_filename | ( | EvLinkAction * | self) |
| GList* ev_link_action_get_hide_list | ( | EvLinkAction * | self) |
ev_link_action_get_hide_list: : an EvLinkAction
Returns: (transfer none) (element-type EvLayer): a list of EvLayer objects
Definition at line 140 of file ev-link-action.c.
Here is the caller graph for this function:| const gchar* ev_link_action_get_name | ( | EvLinkAction * | self) |
| const gchar* ev_link_action_get_params | ( | EvLinkAction * | self) |
Definition at line 104 of file ev-link-action.c.
|
static |
| GList* ev_link_action_get_show_list | ( | EvLinkAction * | self) |
ev_link_action_get_show_list: : an EvLinkAction
Returns: (transfer none) (element-type EvLayer): a list of EvLayer objects
Definition at line 126 of file ev-link-action.c.
Here is the caller graph for this function:| GList* ev_link_action_get_toggle_list | ( | EvLinkAction * | self) |
ev_link_action_get_toggle_list: : an EvLinkAction
Returns: (transfer none) (element-type EvLayer): a list of EvLayer objects
Definition at line 154 of file ev-link-action.c.
Here is the caller graph for this function:| const gchar* ev_link_action_get_uri | ( | EvLinkAction * | self) |
|
static |
Definition at line 306 of file ev-link-action.c.
| EvLinkAction* ev_link_action_new_dest | ( | EvLinkDest * | dest) |
| 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_layers_state | ( | GList * | show_list, |
| GList * | hide_list, | ||
| GList * | toggle_list | ||
| ) |
ev_link_action_new_layers_state: : (element-type EvLayer): a list of EvLayer objects : (element-type EvLayer): a list of EvLayer objects : (element-type EvLayer): a list of EvLayer objects
Returns: (transfer full): a new EvLinkAction
Definition at line 470 of file ev-link-action.c.
Here is the caller graph for this function:| EvLinkAction* ev_link_action_new_named | ( | const gchar * | name) |
| EvLinkAction* ev_link_action_new_remote | ( | EvLinkDest * | dest, |
| const gchar * | filename | ||
| ) |
|
static |