XMMS2
xmms_utils.h
Go to the documentation of this file.
1 #ifndef __XMMS_PRIV_UTILS_H__
2 #define __XMMS_PRIV_UTILS_H__
3 
4 #define XMMS_BUILD_PATH(...) xmms_build_path (__VA_ARGS__, NULL)
5 
6 char *xmms_build_path (const char *name, ...);
7 gint xmms_natcmp_len (const gchar *str1, gint len1, const gchar *str2, gint len2);
8 gint xmms_natcmp (const gchar *str1, const gchar *str2);
9 
10 #endif /* __XMMS_PRIV_UTILS_H__ */
char * xmms_build_path(const char *name,...)
Build path to file in xmms2 configuration directory.
Definition: utils.c:38
gint xmms_natcmp(const gchar *str1, const gchar *str2)
Definition: utils.c:150
gint xmms_natcmp_len(const gchar *str1, gint len1, const gchar *str2, gint len2)
Definition: utils.c:127