XMMS2
|
Miscellaneous internal utility functions. More...
#include <stdlib.h>
#include <unistd.h>
#include <pwd.h>
#include <time.h>
#include <errno.h>
#include "xmms_configuration.h"
#include "xmmsc/xmmsc_util.h"
Go to the source code of this file.
Functions | |
const char * | xmms_usercachedir_get (char *buf, int len) |
Get the absolute path to the user cache dir. | |
const char * | xmms_userconfdir_get (char *buf, int len) |
Get the absolute path to the user config dir. | |
const char * | xmms_fallback_ipcpath_get (char *buf, int len) |
Get the fallback connection path (if XMMS_PATH is not accessible) | |
bool | xmms_sleep_ms (int n) |
Sleep for n milliseconds. |
Miscellaneous internal utility functions.
Definition in file utils_unix.c.
const char* xmms_fallback_ipcpath_get | ( | char * | buf, |
int | len | ||
) |
Get the fallback connection path (if XMMS_PATH is not accessible)
buf | A char buffer |
len | The length of buf (PATH_MAX is a good choice) |
Definition at line 93 of file utils_unix.c.
bool xmms_sleep_ms | ( | int | n | ) |
Sleep for n milliseconds.
n | The number of milliseconds to sleep. |
Definition at line 114 of file utils_unix.c.
const char* xmms_usercachedir_get | ( | char * | buf, |
int | len | ||
) |
Get the absolute path to the user cache dir.
buf | a char buffer |
len | the lenght of buf (PATH_MAX is a good choice) |
Definition at line 67 of file utils_unix.c.
const char* xmms_userconfdir_get | ( | char * | buf, |
int | len | ||
) |
Get the absolute path to the user config dir.
buf | A char buffer |
len | The length of buf (PATH_MAX is a good choice) |
Definition at line 80 of file utils_unix.c.