|
NetSurf
|
Data Fields | |
| void * | userdata |
| int | level |
| int | item |
| const char * | folder |
| bool | in_menu |
| bool | found |
| bool(* | cb )(void *userdata, int level, int item, const char *title, nsurl *url, bool folder) |
| bool(* ami_hotlist_ctx::cb) (void *userdata, int level, int item, const char *title, nsurl *url, bool folder) |
Definition at line 104 of file hotlist.c.
Referenced by ami_hotlist_address_cb(), ami_hotlist_folder_enter_cb(), and ami_hotlist_scan().
| const char* ami_hotlist_ctx::folder |
Definition at line 101 of file hotlist.c.
Referenced by ami_hotlist_folder_enter_cb(), and ami_hotlist_scan().
| bool ami_hotlist_ctx::found |
Definition at line 103 of file hotlist.c.
Referenced by ami_hotlist_folder_enter_cb(), and ami_hotlist_scan().
| bool ami_hotlist_ctx::in_menu |
Definition at line 102 of file hotlist.c.
Referenced by ami_hotlist_address_cb(), ami_hotlist_folder_enter_cb(), ami_hotlist_folder_leave_cb(), and ami_hotlist_scan().
| int ami_hotlist_ctx::item |
Definition at line 100 of file hotlist.c.
Referenced by ami_hotlist_address_cb(), ami_hotlist_folder_enter_cb(), and ami_hotlist_scan().
| int ami_hotlist_ctx::level |
Definition at line 99 of file hotlist.c.
Referenced by ami_hotlist_address_cb(), ami_hotlist_folder_enter_cb(), ami_hotlist_folder_leave_cb(), and ami_hotlist_scan().
| void* ami_hotlist_ctx::userdata |
Definition at line 98 of file hotlist.c.
Referenced by ami_hotlist_address_cb(), ami_hotlist_folder_enter_cb(), and ami_hotlist_scan().