Name
libgnome -- Non GUI part of the GNOME library.
Synopsis
| 
#include <gnome.h>
void        gnomelib_init                   (const char *app_id,
                                             const char *app_version); | 
Description
libgnome is the library that provides access to
the non-X11 dependant parts of the GNOME framework.  The libraries in
this directory do not need to link with any GUI library.
Details
gnomelib_init ()
| void        gnomelib_init                   (const char *app_id,
                                             const char *app_version); | 
This initializes the libgnome library.
This routine is provided for non-GUI applications that do not
link against libgnomeui.  Note that libgnomeui will call gnomelib_init
internally at initialization time.