~ubuntu-branches/ubuntu/jaunty/goffice/jaunty-updates

« back to all changes in this revision

Viewing changes to docs/reference/xml/go-path.xml

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2009-02-16 18:20:31 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20090216182031-qpnfx8ihozyfd1lz
Tags: 0.6.6-1ubuntu1
* Merge from debian unstable, remaining changes:
  - call intltool-update -p in debian/rules
  - libgoffice-gtk-0-6 is a transitional package
  - libgoffice-0-6 conflicts with libgoffice-gtk-0-6 (<< 0.6.3-1ubuntu2)

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
                    <link linkend="GOPathPoint">GOPathPoint</link>;
27
27
                    <link linkend="GOPath">GOPath</link>;
28
28
#define             <link linkend="IS-GO-PATH:CAPS">IS_GO_PATH</link>                          (x)
29
 
<link linkend="GOPath">GOPath</link> *            <link linkend="go-path-new">go_path_new</link>                         (void);
 
29
<link linkend="GOPath">GOPath</link>*             <link linkend="go-path-new">go_path_new</link>                         (void);
30
30
<link linkend="void">void</link>                <link linkend="go-path-clear">go_path_clear</link>                       (<link linkend="GOPath">GOPath</link> *path);
31
31
<link linkend="void">void</link>                <link linkend="go-path-free">go_path_free</link>                        (<link linkend="GOPath">GOPath</link> *path);
32
32
<link linkend="void">void</link>                <link linkend="go-path-set-options">go_path_set_options</link>                 (<link linkend="GOPath">GOPath</link> *path,
166
166
</variablelist></refsect2>
167
167
<refsect2 id="go-path-new" role="function">
168
168
<title>go_path_new ()</title>
169
 
<indexterm zone="go-path-new"><primary>go_path_new</primary></indexterm><programlisting><link linkend="GOPath">GOPath</link> *            go_path_new                         (void);</programlisting>
 
169
<indexterm zone="go-path-new"><primary>go_path_new</primary></indexterm><programlisting><link linkend="GOPath">GOPath</link>*             go_path_new                         (void);</programlisting>
170
170
<para>
171
171
 
172
172
</para><variablelist role="params">