~ubuntu-branches/ubuntu/dapper/libgnomeui/dapper-updates

« back to all changes in this revision

Viewing changes to doc/reference/xml/gnome-ui-init.xml

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-04-11 17:46:10 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20060411174610-yb9v0rvx60x0mdli
Tags: 2.14.1-0ubuntu1
* New upstream release:
  - Fix --disable-crash-dialog 
  - Fix leaks 
  - Fix gettext initialization 
* Resynchronized with Debian, only Ubuntu changes are:
  - debian/libgnomeui-0.shlibs: bumped for added interfaces.
  - debian/rules: added stuff for cleaning.
  - debian/patches/30_crash-dialog.patch: dropped, fixed upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<refentry id="libgnomeui-gnome-ui-init">
2
2
<refmeta>
3
 
<refentrytitle id="top_of_page">gnome-ui-init</refentrytitle>
 
3
<refentrytitle>gnome-ui-init</refentrytitle>
4
4
<manvolnum>3</manvolnum>
5
5
<refmiscinfo>LIBGNOMEUI Library</refmiscinfo>
6
6
</refmeta>
7
7
 
8
8
<refnamediv>
9
 
<refname>gnome-ui-init</refname>
10
 
<refpurpose>Parameters (and deprecated functions) for initializing libgnomeui applications.</refpurpose>
11
 
<!--[<xref linkend="desc" endterm="desc.title"/>]-->
 
9
<refname>gnome-ui-init</refname><refpurpose>Parameters (and deprecated functions) for initializing libgnomeui applications.</refpurpose>
12
10
</refnamediv>
13
11
 
14
 
<refsynopsisdiv id="synopsis">
15
 
<title id="synopsis.title">Synopsis</title>
 
12
<refsynopsisdiv><title>Synopsis</title>
16
13
 
17
14
<synopsis>
18
15
 
45
42
 
46
43
 
47
44
 
48
 
<refsect1 id="desc">
49
 
<title id="desc.title">Description</title>
 
45
<refsect1>
 
46
<title>Description</title>
50
47
<para>
51
48
The initialization functions in this module are deprecated in favour of calls
52
49
to <link linkend="gnome-program-init"><function>gnome_program_init()</function></link> in the libgnome library.
59
56
</para>
60
57
</refsect1>
61
58
 
62
 
<refsect1 id="details">
63
 
<title id="details.title">Details</title>
 
59
<refsect1>
 
60
<title>Details</title>
64
61
<refsect2>
65
 
<title><anchor id="LIBGNOMEUI-MODULE:CAPS" role="macro"/>LIBGNOMEUI_MODULE</title>
 
62
<title><anchor id="LIBGNOMEUI-MODULE:CAPS"/>LIBGNOMEUI_MODULE</title>
66
63
<indexterm><primary>LIBGNOMEUI_MODULE</primary></indexterm><programlisting>#define LIBGNOMEUI_MODULE libgnomeui_module_info_get()
67
64
</programlisting>
68
65
<para>
71
68
applications using libgnomeui.
72
69
</para></refsect2>
73
70
<refsect2>
74
 
<title><anchor id="LIBGNOMEUI-PARAM-CRASH-DIALOG:CAPS" role="macro"/>LIBGNOMEUI_PARAM_CRASH_DIALOG</title>
 
71
<title><anchor id="LIBGNOMEUI-PARAM-CRASH-DIALOG:CAPS"/>LIBGNOMEUI_PARAM_CRASH_DIALOG</title>
75
72
<indexterm><primary>LIBGNOMEUI_PARAM_CRASH_DIALOG</primary></indexterm><programlisting>#define LIBGNOMEUI_PARAM_CRASH_DIALOG    "show-crash-dialog"
76
73
</programlisting>
77
74
<para>
83
80
<literal>--disable-crash-dialog</literal> on the command line.
84
81
</para></refsect2>
85
82
<refsect2>
86
 
<title><anchor id="LIBGNOMEUI-PARAM-DISPLAY:CAPS" role="macro"/>LIBGNOMEUI_PARAM_DISPLAY</title>
 
83
<title><anchor id="LIBGNOMEUI-PARAM-DISPLAY:CAPS"/>LIBGNOMEUI_PARAM_DISPLAY</title>
87
84
<indexterm><primary>LIBGNOMEUI_PARAM_DISPLAY</primary></indexterm><programlisting>#define LIBGNOMEUI_PARAM_DISPLAY      "display"
88
85
</programlisting>
89
86
<para>
92
89
parameter determines which X display the application will start on.
93
90
</para></refsect2>
94
91
<refsect2>
95
 
<title><anchor id="LIBGNOMEUI-PARAM-DEFAULT-ICON:CAPS" role="macro"/>LIBGNOMEUI_PARAM_DEFAULT_ICON</title>
 
92
<title><anchor id="LIBGNOMEUI-PARAM-DEFAULT-ICON:CAPS"/>LIBGNOMEUI_PARAM_DEFAULT_ICON</title>
96
93
<indexterm><primary>LIBGNOMEUI_PARAM_DEFAULT_ICON</primary></indexterm><programlisting>#define LIBGNOMEUI_PARAM_DEFAULT_ICON    "default-icon"
97
94
</programlisting>
98
95
<para>
100
97
the application.
101
98
</para></refsect2>
102
99
<refsect2>
103
 
<title><anchor id="gnome-init-with-popt-table" role="function" condition="deprecated:"/>gnome_init_with_popt_table ()</title>
 
100
<title><anchor id="gnome-init-with-popt-table"/>gnome_init_with_popt_table ()</title>
104
101
<indexterm role="deprecated"><primary>gnome_init_with_popt_table</primary></indexterm><programlisting><link linkend="int">int</link>         gnome_init_with_popt_table      (const <link linkend="char">char</link> *app_id,
105
102
                                             const <link linkend="char">char</link> *app_version,
106
103
                                             <link linkend="int">int</link> argc,
149
146
</simpara></listitem></varlistentry>
150
147
</variablelist></refsect2>
151
148
<refsect2>
152
 
<title><anchor id="gnome-init" role="macro" condition="deprecated:"/>gnome_init()</title>
 
149
<title><anchor id="gnome-init"/>gnome_init()</title>
153
150
<indexterm role="deprecated"><primary>gnome_init</primary></indexterm><programlisting>#define     gnome_init(app_id,app_version,argc,argv)</programlisting>
154
151
<warning><para><literal>gnome_init</literal> is deprecated and should not be used in newly-written code.</para></warning>
155
152
<para>
172
169
</simpara></listitem></varlistentry>
173
170
</variablelist></refsect2>
174
171
<refsect2>
175
 
<title><anchor id="gnome-gtk-module-info-get" role="function"/>gnome_gtk_module_info_get ()</title>
 
172
<title><anchor id="gnome-gtk-module-info-get"/>gnome_gtk_module_info_get ()</title>
176
173
<indexterm><primary>gnome_gtk_module_info_get</primary></indexterm><programlisting>const <link linkend="GnomeModuleInfo">GnomeModuleInfo</link>* gnome_gtk_module_info_get
177
174
                                            (void);</programlisting>
178
175
<para>