~ubuntu-branches/ubuntu/vivid/libinfinity/vivid-proposed

« back to all changes in this revision

Viewing changes to docs/reference/libinftext/html/InfTextRemoteDeleteOperation.html

  • Committer: Package Import Robot
  • Author(s): Philipp Kern
  • Date: 2014-10-13 21:40:32 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20141013214032-6sei14s90dbzdspg
Tags: 0.6.3-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
</colgroup>
62
62
<tbody>
63
63
<tr>
64
 
<td class="property_type"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
 
64
<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
65
65
<td class="property_name"><a class="link" href="InfTextRemoteDeleteOperation.html#InfTextRemoteDeleteOperation--length" title="The “length” property">length</a></td>
66
66
<td class="property_flags">Read / Write / Construct Only</td>
67
67
</tr>
68
68
<tr>
69
 
<td class="property_type"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
 
69
<td class="property_type"><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></td>
70
70
<td class="property_name"><a class="link" href="InfTextRemoteDeleteOperation.html#InfTextRemoteDeleteOperation--position" title="The “position” property">position</a></td>
71
71
<td class="property_flags">Read / Write / Construct Only</td>
72
72
</tr>
94
94
</div>
95
95
<div class="refsect1">
96
96
<a name="InfTextRemoteDeleteOperation.object-hierarchy"></a><h2>Object Hierarchy</h2>
97
 
<pre class="screen">    <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
97
<pre class="screen">    <a href="https://developer.gnome.org/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
98
98
    <span class="lineart">╰──</span> InfTextRemoteDeleteOperation
99
99
</pre>
100
100
</div>
114
114
<div class="refsect2">
115
115
<a name="inf-text-remote-delete-operation-new"></a><h3>inf_text_remote_delete_operation_new ()</h3>
116
116
<pre class="programlisting"><a class="link" href="InfTextRemoteDeleteOperation.html" title="InfTextRemoteDeleteOperation"><span class="returnvalue">InfTextRemoteDeleteOperation</span></a> *
117
 
inf_text_remote_delete_operation_new (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> position</code></em>,
118
 
                                      <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> length</code></em>);</pre>
 
117
inf_text_remote_delete_operation_new (<em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> position</code></em>,
 
118
                                      <em class="parameter"><code><a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> length</code></em>);</pre>
119
119
<p>Creates a new delete operation that, when applied, deletes <em class="parameter"><code>length</code></em>
120
120
 
121
121
characters starting from position <em class="parameter"><code>position</code></em>
178
178
<a name="InfTextRemoteDeleteOperation.property-details"></a><h2>Property Details</h2>
179
179
<div class="refsect2">
180
180
<a name="InfTextRemoteDeleteOperation--length"></a><h3>The <code class="literal">“length”</code> property</h3>
181
 
<pre class="programlisting">  “length”                   <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
 
181
<pre class="programlisting">  “length”                   <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
182
182
<p>The length of the deleted text.</p>
183
183
<p>Flags: Read / Write / Construct Only</p>
184
184
<p>Default value: 0</p>
186
186
<hr>
187
187
<div class="refsect2">
188
188
<a name="InfTextRemoteDeleteOperation--position"></a><h3>The <code class="literal">“position”</code> property</h3>
189
 
<pre class="programlisting">  “position”                 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
 
189
<pre class="programlisting">  “position”                 <a href="https://developer.gnome.org/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a></pre>
190
190
<p>Position where to start deleting characters.</p>
191
191
<p>Flags: Read / Write / Construct Only</p>
192
192
<p>Default value: 0</p>