gloox
1.0.28
|
#include <bookmarkhandler.h>
Public Attributes | |
std::string | name |
std::string | url |
This describes a single bookmarked URL item.
Definition at line 29 of file bookmarkhandler.h.
std::string name |
A human readable name of the bookmark. May be empty.
Definition at line 31 of file bookmarkhandler.h.
std::string url |
The URL of the bookmark.
Definition at line 32 of file bookmarkhandler.h.