Constructor
EvinceDocumentLinkActionnew_layers_state
Declaration [src]
EvLinkAction*
ev_link_action_new_layers_state (
GList* show_list,
GList* hide_list,
GList* toggle_list
)
Parameters
show_list |
A list of EvLayer* |
A list of |
|
The data is owned by the caller of the function. | |
hide_list |
A list of EvLayer* |
A list of |
|
The data is owned by the caller of the function. | |
toggle_list |
A list of EvLayer* |
A list of |
|
The data is owned by the caller of the function. |
Return value
Returns: | EvLinkAction |
A new |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |