~ubuntu-branches/ubuntu/oneiric/evince/oneiric-updates

« back to all changes in this revision

Viewing changes to help/reference/xml/ev-document-forms.xml

  • Committer: Bazaar Package Importer
  • Author(s): Josselin Mouette, Josselin Mouette, Marc 'HE' Brockschmidt
  • Date: 2008-12-31 16:41:58 UTC
  • mfrom: (1.1.36 upstream)
  • mto: (1.5.1 sid)
  • mto: This revision was merged to the branch mainline in revision 109.
  • Revision ID: james.westby@ubuntu.com-20081231164158-xnobl1sokvvc6ho8
Tags: 2.24.2-1
[ Josselin Mouette ]
* README.Debian: document that you need to install poppler-data.
  Closes: #506836.

[ Marc 'HE' Brockschmidt ]
* debian/control: Make the Gnome team maintainer. I'm not doing the job
   anyway.

[ Josselin Mouette ]
* New upstream release.
* Require nautilus 2.22 to build the extension for the correct 
  version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
                    <link linkend="EvDocumentForms">EvDocumentForms</link>;
24
24
                    <link linkend="EvDocumentFormsIface">EvDocumentFormsIface</link>;
25
25
<link linkend="GList">GList</link>*              <link linkend="ev-document-forms-get-form-fields">ev_document_forms_get_form_fields</link>   (<link linkend="EvDocumentForms">EvDocumentForms</link> *document_forms,
26
 
                                                         <link linkend="gint">gint</link> page);
 
26
                                                         <link linkend="EvPage">EvPage</link> *page);
27
27
<link linkend="gchar">gchar</link>*              <link linkend="ev-document-forms-form-field-text-get-text">ev_document_forms_form_field_text_get_text</link>
28
28
                                                        (<link linkend="EvDocumentForms">EvDocumentForms</link> *document_forms,
29
29
                                                         <link linkend="EvFormField">EvFormField</link> *field);
127
127
 
128
128
        /* Methods  */
129
129
        GList   *(* get_form_fields)                    (EvDocumentForms   *document_forms,
130
 
                                                         gint               page);
 
130
                                                         EvPage            *page);
131
131
        gchar   *(* form_field_text_get_text)           (EvDocumentForms   *document_forms,
132
132
                                                         EvFormField       *field);
133
133
        void     (* form_field_text_set_text)           (EvDocumentForms   *document_forms,
167
167
<refsect2>
168
168
<title><anchor id="ev-document-forms-get-form-fields" role="function"/>ev_document_forms_get_form_fields ()</title>
169
169
<indexterm><primary>ev_document_forms_get_form_fields</primary></indexterm><programlisting><link linkend="GList">GList</link>*              ev_document_forms_get_form_fields   (<link linkend="EvDocumentForms">EvDocumentForms</link> *document_forms,
170
 
                                                         <link linkend="gint">gint</link> page);</programlisting>
 
170
                                                         <link linkend="EvPage">EvPage</link> *page);</programlisting>
171
171
<para>
172
172
 
173
173
</para><variablelist role="params">