XMMS2
Functions
utils_win32.c File Reference

Miscellaneous internal utility functions. More...

#include <stdlib.h>
#include <windows.h>
#include <time.h>
#include <xmmsc/xmmsc_util.h>

Functions

const char * xmms_userconfdir_get (char *buf, int len)
 Get the absolute path to the user config dir. More...
 
const char * xmms_fallback_ipcpath_get (char *buf, int len)
 Get the fallback connection path (if XMMS_PATH is not accessible) More...
 
bool xmms_sleep_ms (int n)
 Sleep for n milliseconds. More...
 

Detailed Description

Miscellaneous internal utility functions.

Function Documentation

const char* xmms_fallback_ipcpath_get ( char *  buf,
int  len 
)

Get the fallback connection path (if XMMS_PATH is not accessible)

Parameters
bufA char buffer
lenThe length of buf (XMMS_PATH_MAX is a good choice)
Returns
A pointer to buf, or NULL if an error occured.

Referenced by main(), and xmms_default_ipcpath_get().

bool xmms_sleep_ms ( int  n)

Sleep for n milliseconds.

Parameters
nThe number of milliseconds to sleep.
Returns
true when we waited the full time, false otherwise.
const char* xmms_userconfdir_get ( char *  buf,
int  len 
)

Get the absolute path to the user config dir.

Parameters
bufA char buffer
lenThe length of buf (XMMS_PATH_MAX is a good choice)
Returns
A pointer to buf, or NULL if an error occurred.

Referenced by xmms_build_path().