XMMS2
|
#include <xmmsc/xmmsc_compiler.h>
Macros | |
#define | XMMS_BUILD_PATH(...) xmms_build_path (__VA_ARGS__, NULL) |
Functions | |
char * | xmms_build_path (const char *name,...) |
Build path to file in xmms2 configuration directory. More... | |
gint | xmms_natcmp_len (const gchar *str1, gint len1, const gchar *str2, gint len2) |
gint | xmms_natcmp (const gchar *str1, const gchar *str2) |
gboolean | xmms_strcase_equal (gconstpointer v1, gconstpointer v2) |
Case insensitive version of g_str_equal. More... | |
guint | xmms_strcase_hash (gconstpointer v) |
Case insensitive version of g_str_hash. More... | |
#define XMMS_BUILD_PATH | ( | ... | ) | xmms_build_path (__VA_ARGS__, NULL) |
Referenced by main(), xmms_bindata_init(), xmms_coll_sync_init(), and xmms_medialib_init().
char* xmms_build_path | ( | const char * | first, |
... | |||
) |
Build path to file in xmms2 configuration directory.
first | The first file or directory name in the path. |
... | Additional file/directory names. |
gint xmms_natcmp | ( | const gchar * | str1, |
const gchar * | str2 | ||
) |
gint xmms_natcmp_len | ( | const gchar * | str1, |
gint | len1, | ||
const gchar * | str2, | ||
gint | len2 | ||
) |
Referenced by xmms_natcmp().
gboolean xmms_strcase_equal | ( | gconstpointer | v1, |
gconstpointer | v2 | ||
) |
Case insensitive version of g_str_equal.
v1 | first string |
v2 | second string |
Referenced by xmms_metadata_mapper_init().
guint xmms_strcase_hash | ( | gconstpointer | v | ) |
Case insensitive version of g_str_hash.
v | a string |
Referenced by xmms_metadata_mapper_init().