|
XMMS2
|
Miscellaneous internal utility functions specific to the daemon. More...
#include <stdlib.h>#include <glib.h>#include <stdarg.h>#include <string.h>#include "xmmsc/xmmsc_util.h"#include "xmms/xmms_util.h"#include "xmmspriv/xmms_utils.h"#include "xmmsc/xmmsc_strlist.h"Go to the source code of this file.
Functions | |
| char * | xmms_build_path (const char *first,...) |
| Build path to file in xmms2 configuration directory. More... | |
| gchar * | xmms_build_playlist_url (const gchar *plspath, const gchar *file) |
| gint | xmms_natcmp_len (const gchar *str1, gint len1, const gchar *str2, gint len2) |
| gint | xmms_natcmp (const gchar *str1, const gchar *str2) |
Miscellaneous internal utility functions specific to the daemon.
Definition in file utils.c.
| char* xmms_build_path | ( | const char * | first, |
| ... | |||
| ) |
| gchar* xmms_build_playlist_url | ( | const gchar * | plspath, |
| const gchar * | file | ||
| ) |
| gint xmms_natcmp_len | ( | const gchar * | str1, |
| gint | len1, | ||
| const gchar * | str2, | ||
| gint | len2 | ||
| ) |
Definition at line 127 of file utils.c.
Referenced by xmms_natcmp().
1.8.14