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

« back to all changes in this revision

Viewing changes to docs/reference/xml/go-line-selector.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:
21
21
<title role="synopsis.title">Synopsis</title>
22
22
 
23
23
<synopsis>
24
 
<link linkend="GtkWidget">GtkWidget</link> *         <link linkend="go-line-dash-selector-new">go_line_dash_selector_new</link>           (<link linkend="GOLineDashType">GOLineDashType</link> initial_type,
 
24
<link linkend="GtkWidget">GtkWidget</link>*          <link linkend="go-line-dash-selector-new">go_line_dash_selector_new</link>           (<link linkend="GOLineDashType">GOLineDashType</link> initial_type,
25
25
                                                         <link linkend="GOLineDashType">GOLineDashType</link> default_type);
26
26
</synopsis>
27
27
</refsynopsisdiv>
45
45
<title role="details.title">Details</title>
46
46
<refsect2 id="go-line-dash-selector-new" role="function">
47
47
<title>go_line_dash_selector_new ()</title>
48
 
<indexterm zone="go-line-dash-selector-new"><primary>go_line_dash_selector_new</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link> *         go_line_dash_selector_new           (<link linkend="GOLineDashType">GOLineDashType</link> initial_type,
 
48
<indexterm zone="go-line-dash-selector-new"><primary>go_line_dash_selector_new</primary></indexterm><programlisting><link linkend="GtkWidget">GtkWidget</link>*          go_line_dash_selector_new           (<link linkend="GOLineDashType">GOLineDashType</link> initial_type,
49
49
                                                         <link linkend="GOLineDashType">GOLineDashType</link> default_type);</programlisting>
50
50
<para>
51
51
Creates a new line type selector.</para>