configuration-prefix



High,

how about a gnome-config-library-call like

char  *gnome_config_get_prefix()

in file

gnome-libs/libgnome/gnome-config.c

the following way:

/**
 * gnome_config_get_prefix:
 *
 * Call this routine to get the current configuration prefix from the
stack.
 */
char *
gnome_config_get_prefix (void)
{
        if(prefix_list) {
               return( prefix_list->data);
        }
     else {
        return( NULL );
        }
}


Siggi






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]