utils

utils — Common utility functions used by Listaller

Functions

Object Hierarchy


Description

Functions

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.

Parameters

self

the (null) instance

 

first_element

 

 

...

 

 

Types and Values