~ubuntu-branches/ubuntu/utopic/anjuta/utopic

« back to all changes in this revision

Viewing changes to manuals/reference/libanjuta/html/libanjuta-IAnjutaEditorZoom.html

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson, Jackson Doak
  • Date: 2014-07-12 15:17:39 UTC
  • mfrom: (1.1.56) (27.1.27 sid)
  • Revision ID: package-import@ubuntu.com-20140712151739-eyw0ufhvwa5s11jc
Tags: 2:3.12.0-1
* Team upload.

[ Jackson Doak ]
* New upstream release
* Drop 03_valac_0.22.patch, fixed upstream\
* debian/control:
  - Bump b-dep version on libgtk-3-dev (>= 3.6.0), libglib2.0-dev (>= 2.34.0)
  - Bump stardards-version to 3.9.5. No changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
 
47
47
#define             <a class="link" href="libanjuta-IAnjutaEditorZoom.html#IANJUTA-EDITOR-ZOOM-ERROR:CAPS" title="IANJUTA_EDITOR_ZOOM_ERROR">IANJUTA_EDITOR_ZOOM_ERROR</a>
48
48
struct              <a class="link" href="libanjuta-IAnjutaEditorZoom.html#IAnjutaEditorZoomIface" title="struct IAnjutaEditorZoomIface">IAnjutaEditorZoomIface</a>;
49
 
<span class="returnvalue">GQuark</span>              <a class="link" href="libanjuta-IAnjutaEditorZoom.html#ianjuta-editor-zoom-error-quark" title="ianjuta_editor_zoom_error_quark ()">ianjuta_editor_zoom_error_quark</a>     (<em class="parameter"><code><span class="type">void</span></code></em>);
 
49
<a href="http://library.gnome.org/devel/glib/unstable/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              <a class="link" href="libanjuta-IAnjutaEditorZoom.html#ianjuta-editor-zoom-error-quark" title="ianjuta_editor_zoom_error_quark ()">ianjuta_editor_zoom_error_quark</a>     (<em class="parameter"><code><span class="type">void</span></code></em>);
50
50
<span class="returnvalue">void</span>                <a class="link" href="libanjuta-IAnjutaEditorZoom.html#ianjuta-editor-zoom-in" title="ianjuta_editor_zoom_in ()">ianjuta_editor_zoom_in</a>              (<em class="parameter"><code><span class="type">IAnjutaEditorZoom</span> *obj</code></em>,
51
 
                                                         <em class="parameter"><code><span class="type">GError</span> **err</code></em>);
 
51
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **err</code></em>);
52
52
<span class="returnvalue">void</span>                <a class="link" href="libanjuta-IAnjutaEditorZoom.html#ianjuta-editor-zoom-out" title="ianjuta_editor_zoom_out ()">ianjuta_editor_zoom_out</a>             (<em class="parameter"><code><span class="type">IAnjutaEditorZoom</span> *obj</code></em>,
53
 
                                                         <em class="parameter"><code><span class="type">GError</span> **err</code></em>);
 
53
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **err</code></em>);
54
54
</pre>
55
55
</div>
56
56
<div class="refsect1">
82
82
<hr>
83
83
<div class="refsect2">
84
84
<a name="ianjuta-editor-zoom-error-quark"></a><h3>ianjuta_editor_zoom_error_quark ()</h3>
85
 
<pre class="programlisting"><span class="returnvalue">GQuark</span>              ianjuta_editor_zoom_error_quark     (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 
85
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Quarks.html#GQuark"><span class="returnvalue">GQuark</span></a>              ianjuta_editor_zoom_error_quark     (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
86
86
<p>
87
87
</p>
88
88
</div>
90
90
<div class="refsect2">
91
91
<a name="ianjuta-editor-zoom-in"></a><h3>ianjuta_editor_zoom_in ()</h3>
92
92
<pre class="programlisting"><span class="returnvalue">void</span>                ianjuta_editor_zoom_in              (<em class="parameter"><code><span class="type">IAnjutaEditorZoom</span> *obj</code></em>,
93
 
                                                         <em class="parameter"><code><span class="type">GError</span> **err</code></em>);</pre>
 
93
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **err</code></em>);</pre>
94
94
<p>
95
95
Zoom in
96
96
</p>
115
115
<div class="refsect2">
116
116
<a name="ianjuta-editor-zoom-out"></a><h3>ianjuta_editor_zoom_out ()</h3>
117
117
<pre class="programlisting"><span class="returnvalue">void</span>                ianjuta_editor_zoom_out             (<em class="parameter"><code><span class="type">IAnjutaEditorZoom</span> *obj</code></em>,
118
 
                                                         <em class="parameter"><code><span class="type">GError</span> **err</code></em>);</pre>
 
118
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **err</code></em>);</pre>
119
119
<p>
120
120
Zoom out
121
121
</p>