Struct
CamelURL
Description
struct CamelURL {
gchar* protocol;
gchar* user;
gchar* authmech;
gchar* host;
gint port;
gchar* path;
GData* params;
gchar* query;
gchar* fragment;
}
No description available.
Structure members
protocol:gchar*No description available.
user:gchar*No description available.
authmech:gchar*No description available.
host:gchar*No description available.
port:gintNo description available.
path:gchar*No description available.
params:GDataNo description available.
query:gchar*No description available.
fragment:gchar*No description available.
Functions
camel_url_decode
%-decodes the passed-in URL in place. The decoded version is never longer than the encoded version, so there does not need to be any additional space at the end of the string.
camel_url_encode
This %-encodes the given URL part and returns the escaped version in allocated memory, which the caller must free when it is done.