~ubuntu-branches/ubuntu/saucy/xmms2/saucy-proposed

« back to all changes in this revision

Viewing changes to src/lib/xmmsutils/utils_unix.c

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2011-10-22 23:53:00 UTC
  • mto: (38.1.2 sid)
  • mto: This revision was merged to the branch mainline in revision 43.
  • Revision ID: james.westby@ubuntu.com-20111022235300-u50pdo3g341jvk7q
ImportĀ upstreamĀ versionĀ 0.8+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*  XMMS2 - X Music Multiplexer System
2
 
 *  Copyright (C) 2003-2009 XMMS2 Team
 
2
 *  Copyright (C) 2003-2011 XMMS2 Team
3
3
 *
4
4
 *  PLUGINS ARE NOT CONSIDERED TO BE DERIVED WORK !!!
5
5
 *
60
60
/**
61
61
 * Get the absolute path to the user cache dir.
62
62
 * @param buf a char buffer
63
 
 * @param len the lenght of buf (PATH_MAX is a good choice)
 
63
 * @param len the lenght of buf (XMMS_PATH_MAX is a good choice)
64
64
 * @return A pointer to buf, or NULL if an error occurred.
65
65
**/
66
66
const char *
73
73
 * Get the absolute path to the user config dir.
74
74
 *
75
75
 * @param buf A char buffer
76
 
 * @param len The length of buf (PATH_MAX is a good choice)
 
76
 * @param len The length of buf (XMMS_PATH_MAX is a good choice)
77
77
 * @return A pointer to buf, or NULL if an error occurred.
78
78
 */
79
79
const char *
86
86
 * Get the fallback connection path (if XMMS_PATH is not accessible)
87
87
 *
88
88
 * @param buf A char buffer
89
 
 * @param len The length of buf (PATH_MAX is a good choice)
 
89
 * @param len The length of buf (XMMS_PATH_MAX is a good choice)
90
90
 * @return A pointer to buf, or NULL if an error occured.
91
91
 */
92
92
const char *