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