Go to the source code of this file.
|
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) |
|
◆ XMMS_BUILD_PATH
◆ xmms_build_path()
char* xmms_build_path |
( |
const char * |
first, |
|
|
|
... |
|
) |
| |
Build path to file in xmms2 configuration directory.
- Parameters
-
first | The first file or directory name in the path. |
... | Additional file/directory names. |
- Returns
- Absolute path to a file or directory.
Definition at line 38 of file utils.c.
◆ xmms_natcmp()
gint xmms_natcmp |
( |
const gchar * |
str1, |
|
|
const gchar * |
str2 |
|
) |
| |
◆ xmms_natcmp_len()
gint xmms_natcmp_len |
( |
const gchar * |
str1, |
|
|
gint |
len1, |
|
|
const gchar * |
str2, |
|
|
gint |
len2 |
|
) |
| |