27 #include <curl/curl.h>
30 #include "xmlparser.h"
45 #define LR_CURL_VERSION_CHECK(major,minor,patch) \
46 (LIBCURL_VERSION_MAJOR > (major) || \
47 (LIBCURL_VERSION_MAJOR == (major) && LIBCURL_VERSION_MINOR > (minor)) || \
48 (LIBCURL_VERSION_MAJOR == (major) && LIBCURL_VERSION_MINOR == (minor) && \
49 LIBCURL_VERSION_PATCH >= (patch)))
145 GError **err G_GNUC_UNUSED) G_GNUC_UNUSED;
gchar * lr_url_without_path(const char *url)
char * lr_pathconcat(const char *str,...)
int lr_remove_dir(const char *path)
gchar ** lr_strv_dup(gchar **array)
void * lr_realloc(void *ptr, size_t len)
int lr_copy_content(int source, int dest)
int lr_xml_parser_warning_logger(LrXmlParserWarningType type G_GNUC_UNUSED, char *msg, void *cbdata, GError **err G_GNUC_UNUSED) G_GNUC_UNUSED
gchar * lr_string_chunk_insert(GStringChunk *chunk, const gchar *string)
gboolean lr_best_checksum(GSList *list, LrChecksumType *type, gchar **value)
void * lr_malloc0(size_t len)
char * lr_prepend_url_protocol(const char *path)
void * lr_malloc(size_t len)