Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 1bbf51ece72e40a5f40ad48678e7c5a5 > files > 389

libgnome32-devel-1.4.2-22mdv2009.1.i586.rpm

<refentry id="gnome-libgnome">
<refmeta>
<refentrytitle>libgnome</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>GNOME Library</refmiscinfo>
</refmeta>

<refnamediv>
<refname>libgnome</refname><refpurpose>Non GUI part of the GNOME library.</refpurpose>
</refnamediv>

<refsynopsisdiv><title>Synopsis</title>
<synopsis>

#include &lt;gnome.h&gt;


void        <link linkend="gnomelib-init">gnomelib_init</link>                   (const char *app_id,
                                             const char *app_version);
</synopsis>
</refsynopsisdiv>





<refsect1>
<title>Description</title>
<para>
<filename>libgnome</filename> 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.
</para>
</refsect1>

<refsect1>
<title>Details</title>
<refsect2>
<title><anchor id="gnomelib-init">gnomelib_init ()</title>
<programlisting>void        gnomelib_init                   (const char *app_id,
                                             const char *app_version);</programlisting>
<para>
This initializes the libgnome library.
</para>
<para>
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.</para>
<para>

</para><informaltable pgwide="1" frame="none" role="params">
<tgroup cols="2">
<colspec colwidth="2*">
<colspec colwidth="8*">
<tbody>
<row><entry align="right"><parameter>app_id</parameter>&nbsp;:</entry>
<entry> The application id name.
</entry></row>
<row><entry align="right"><parameter>app_version</parameter>&nbsp;:</entry>
<entry> The application version.
</entry></row>
</tbody></tgroup></informaltable></refsect2>

</refsect1>




</refentry>