File: utils.c

package info (click to toggle)
listaller 0.5.9-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 8,096 kB
  • ctags: 1,611
  • sloc: xml: 11,195; ansic: 2,298; sh: 1,648; perl: 1,452; cpp: 1,289; java: 157; makefile: 134; cs: 48; python: 24
file content (12 lines) | stat: -rw-r--r-- 370 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
/**
 * SECTION:utils
 * @short_description: Common utility functions used by Listaller
 */
/**
 * listaller_utils_build_filename:
 * @self: the (null) instance
 * @first_element:  
 * @...:  
 * 
 * Builds a filename similar to g_build_filename, but this implementation resolves all relative ("../.") path statements to one coherent path string.
 */