#include <gwenhywfar/url.h>#include <gwenhywfar/buffer.h>Go to the source code of this file.
Functions | |
| GWENHYWFAR_API GWEN_URL * | GWEN_Url_fromCommandString (const char *str) |
| GWENHYWFAR_API GWEN_URL * | GWEN_Url_fromString (const char *str) |
| GWENHYWFAR_API int | GWEN_Url_toCommandString (const GWEN_URL *url, GWEN_BUFFER *buf) |
| GWENHYWFAR_API int | GWEN_Url_toString (const GWEN_URL *url, GWEN_BUFFER *buf) |
| GWENHYWFAR_API GWEN_URL* GWEN_Url_fromCommandString | ( | const char * | str | ) |
| GWENHYWFAR_API GWEN_URL* GWEN_Url_fromString | ( | const char * | str | ) |
Parses the given string and returns an URL object (if the string is ok).
| GWENHYWFAR_API int GWEN_Url_toCommandString | ( | const GWEN_URL * | url, | |
| GWEN_BUFFER * | buf | |||
| ) |
| GWENHYWFAR_API int GWEN_Url_toString | ( | const GWEN_URL * | url, | |
| GWEN_BUFFER * | buf | |||
| ) |
1.4.7