utils

utils — Common utility functions used by Listaller

Synopsis

gchar *             listaller_utils_build_filename      (const gchar *first_element,
                                                         ...);

Description

Details

listaller_utils_build_filename ()

gchar *             listaller_utils_build_filename      (const gchar *first_element,
                                                         ...);

Builds a filename similar to g_build_filename, but this implementation resolves all relative ("../.") path statements to one coherent path string.

self :

the (null) instance