~ubuntu-branches/ubuntu/vivid/glib2.0/vivid-proposed

« back to all changes in this revision

Viewing changes to docs/reference/gio/html/GEmblemedIcon.html

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2014-03-24 20:58:34 UTC
  • mfrom: (1.66.13)
  • Revision ID: package-import@ubuntu.com-20140324205834-8hsgok8k36ftocqa
Tags: 2.40.0-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
</tr>
61
61
<tr>
62
62
<td class="function_type">
63
 
<a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
 
63
<a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
64
64
</td>
65
65
<td class="function_name">
66
66
<a class="link" href="GEmblemedIcon.html#g-emblemed-icon-get-emblems" title="g_emblemed_icon_get_emblems ()">g_emblemed_icon_get_emblems</a> <span class="c_punctuation">()</span>
116
116
</div>
117
117
<div class="refsect1">
118
118
<a name="GEmblemedIcon.object-hierarchy"></a><h2>Object Hierarchy</h2>
119
 
<pre class="screen">    <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
119
<pre class="screen">    <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
120
120
    <span class="lineart">╰──</span> GEmblemedIcon
121
121
</pre>
122
122
</div>
165
165
</tr>
166
166
<tr>
167
167
<td class="parameter_name"><p>emblem</p></td>
168
 
<td class="parameter_description"><p> a <a class="link" href="GEmblem.html" title="GEmblem"><span class="type">GEmblem</span></a>, or <a href="../glib/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
 
168
<td class="parameter_description"><p> a <a class="link" href="GEmblem.html" title="GEmblem"><span class="type">GEmblem</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>. </p></td>
169
169
<td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
170
170
</tr>
171
171
</tbody>
211
211
<hr>
212
212
<div class="refsect2">
213
213
<a name="g-emblemed-icon-get-emblems"></a><h3>g_emblemed_icon_get_emblems ()</h3>
214
 
<pre class="programlisting"><a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
 
214
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *
215
215
g_emblemed_icon_get_emblems (<em class="parameter"><code><a class="link" href="GEmblemedIcon.html" title="GEmblemedIcon"><span class="type">GEmblemedIcon</span></a> *emblemed</code></em>);</pre>
216
216
<p>Gets the list of emblems for the <em class="parameter"><code>icon</code></em>
217
217
.</p>
232
232
</div>
233
233
<div class="refsect3">
234
234
<a name="id-1.4.10.7.10.4.6"></a><h4>Returns</h4>
235
 
<p> a <a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of
 
235
<p> a <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of
236
236
<a href="GEmblem.html"><span class="type">GEmblems</span></a> that is owned by <em class="parameter"><code>emblemed</code></em>
237
237
. </p>
238
238
<p><span class="annotation">[<acronym title="Generics and defining elements of containers and arrays."><span class="acronym">element-type</span></acronym> Gio.Emblem][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
246
246
g_emblemed_icon_add_emblem (<em class="parameter"><code><a class="link" href="GEmblemedIcon.html" title="GEmblemedIcon"><span class="type">GEmblemedIcon</span></a> *emblemed</code></em>,
247
247
                            <em class="parameter"><code><a class="link" href="GEmblem.html" title="GEmblem"><span class="type">GEmblem</span></a> *emblem</code></em>);</pre>
248
248
<p>Adds <em class="parameter"><code>emblem</code></em>
249
 
 to the <a href="../glib/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of <a href="GEmblem.html"><span class="type">GEmblems</span></a>.</p>
 
249
 to the <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of <a href="GEmblem.html"><span class="type">GEmblems</span></a>.</p>
250
250
<div class="refsect3">
251
251
<a name="id-1.4.10.7.10.5.5"></a><h4>Parameters</h4>
252
252
<div class="informaltable"><table width="100%" border="0">