configuration-prefix
- From: Benutzer fuer gnome-list <li-gnome-devel-list twilight rhein-neckar de>
- To: gnome devel list <gnome-devel-list gnome org>
- Subject: configuration-prefix
- Date: Sun, 11 Jun 2000 21:11:01 +0200
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]