Synopsis
const char * e_config_page_prev ( | ec, | |
| | pageid); | |
| EConfig * | ec; |
| const char * | pageid; |
Arguments
- ec
- pageid
The path of the page item.
Description
Find the path of the previous visible page before pageid. If pageid
is NULL then find the last visible page.
Return value
The path of the previous page, or NULL if pageid was the
first configured and visible page.