~ubuntu-branches/ubuntu/wily/grilo/wily

« back to all changes in this revision

Viewing changes to doc/grilo/html/grilo-GrlPls.html

  • Committer: Package Import Robot
  • Author(s): Alberto Garcia
  • Date: 2014-03-19 16:12:33 UTC
  • mfrom: (1.2.5)
  • Revision ID: package-import@ubuntu.com-20140319161233-03kxmz2x6btjv2tg
Tags: 0.2.10-1
* New upstream release.
* debian/control: update build dependency on libglib2.0-dev to 2.34.
* debian/libgrilo-0.2-1.symbols: update.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15
 
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="10"><tr valign="middle">
 
15
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle">
16
16
<td width="100%" align="left" class="shortcuts">
17
 
<a href="#" class="shortcut">Top</a><span id="nav_description"> <span class="dim">|</span> 
18
 
                  <a href="#grilo-GrlPls.description" class="shortcut">Description</a></span><span id="nav_hierarchy"> <span class="dim">|</span> 
19
 
                  <a href="#grilo-GrlPls.object-hierarchy" class="shortcut">Object Hierarchy</a></span>
 
17
<a href="#" class="shortcut">Top</a><span id="nav_description">  <span class="dim">|</span> 
 
18
                  <a href="#grilo-GrlPls.description" class="shortcut">Description</a></span>
20
19
</td>
21
20
<td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td>
22
21
<td><a accesskey="u" href="grilo-pls.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td>
68
67
</table></div>
69
68
</div>
70
69
<div class="refsect1">
71
 
<a name="grilo-GrlPls.object-hierarchy"></a><h2>Object Hierarchy</h2>
72
 
<pre class="screen">
73
 
</pre>
74
 
</div>
75
 
<div class="refsect1">
76
70
<a name="grilo-GrlPls.includes"></a><h2>Includes</h2>
77
71
<pre class="synopsis">#include &lt;grilo.h&gt;
78
72
</pre>
92
86
<p>Check if a file identified by GrlMedia object is a playlist or not.
93
87
This function does blocking I/O.</p>
94
88
<div class="refsect3">
95
 
<a name="id-1.6.5.2.7.2.5"></a><h4>Parameters</h4>
 
89
<a name="id-1.6.5.2.6.2.5"></a><h4>Parameters</h4>
96
90
<div class="informaltable"><table width="100%" border="0">
97
91
<colgroup>
98
92
<col width="150px" class="parameters_name">
107
101
</table></div>
108
102
</div>
109
103
<div class="refsect3">
110
 
<a name="id-1.6.5.2.7.2.6"></a><h4>Returns</h4>
 
104
<a name="id-1.6.5.2.6.2.6"></a><h4>Returns</h4>
111
105
<p> <code class="literal">TRUE</code> if a GrlMedia is recognized as a playlist.</p>
112
106
<p></p>
113
107
</div>
136
130
<p>See <a class="link" href="GrlSource.html#grl-source-browse" title="grl_source_browse ()"><code class="function">grl_source_browse()</code></a> function for additional information
137
131
and sample code.</p>
138
132
<div class="refsect3">
139
 
<a name="id-1.6.5.2.7.3.8"></a><h4>Parameters</h4>
 
133
<a name="id-1.6.5.2.6.3.8"></a><h4>Parameters</h4>
140
134
<div class="informaltable"><table width="100%" border="0">
141
135
<colgroup>
142
136
<col width="150px" class="parameters_name">
184
178
</table></div>
185
179
</div>
186
180
<div class="refsect3">
187
 
<a name="id-1.6.5.2.7.3.9"></a><h4>Returns</h4>
 
181
<a name="id-1.6.5.2.6.3.9"></a><h4>Returns</h4>
188
182
<p> the operation identifier</p>
189
183
<p></p>
190
184
</div>
215
209
<p>See <a class="link" href="GrlSource.html#grl-source-browse-sync" title="grl_source_browse_sync ()"><code class="function">grl_source_browse_sync()</code></a> function for additional information
216
210
and sample code.</p>
217
211
<div class="refsect3">
218
 
<a name="id-1.6.5.2.7.4.9"></a><h4>Parameters</h4>
 
212
<a name="id-1.6.5.2.6.4.9"></a><h4>Parameters</h4>
219
213
<div class="informaltable"><table width="100%" border="0">
220
214
<colgroup>
221
215
<col width="150px" class="parameters_name">
259
253
</table></div>
260
254
</div>
261
255
<div class="refsect3">
262
 
<a name="id-1.6.5.2.7.4.10"></a><h4>Returns</h4>
 
256
<a name="id-1.6.5.2.6.4.10"></a><h4>Returns</h4>
263
257
<p> a <span class="type">GList</span> with <a class="link" href="GrlMedia.html" title="GrlMedia"><span class="type">GrlMedia</span></a>
264
258
elements. After use <code class="function">g_object_unref()</code> every element and <code class="function">g_list_free()</code> the
265
259
list. </p>