~ubuntu-branches/ubuntu/raring/rygel/raring

« back to all changes in this revision

Viewing changes to doc/reference/librygel-server/gtkdoc/html/RygelMusicItem.html

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2012-09-26 22:34:15 UTC
  • mfrom: (1.3.2)
  • mto: (14.1.10 sid)
  • mto: This revision was merged to the branch mainline in revision 27.
  • Revision ID: package-import@ubuntu.com-20120926223415-mem27auv86jjrj9k
Imported Upstream version 0.16.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
2
<html>
 
3
<head>
 
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 
5
<title>RygelMusicItem</title>
 
6
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
 
7
<link rel="home" href="index.html" title="librygel-server Reference Manual">
 
8
<link rel="up" href="ch01.html" title="librygel-server API Reference">
 
9
<link rel="prev" href="RygelLogicalExpression.html" title="RygelLogicalExpression">
 
10
<link rel="next" href="RygelMediaServerPlugin.html" title="RygelMediaServerPlugin">
 
11
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
 
12
<link rel="stylesheet" href="style.css" type="text/css">
 
13
</head>
 
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="2">
 
16
<tr valign="middle">
 
17
<td><a accesskey="p" href="RygelLogicalExpression.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
 
18
<td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
 
19
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
 
20
<th width="100%" align="center">librygel-server Reference Manual</th>
 
21
<td><a accesskey="n" href="RygelMediaServerPlugin.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 
22
</tr>
 
23
<tr><td colspan="5" class="shortcuts">
 
24
<a href="#RygelMusicItem.synopsis" class="shortcut">Top</a>
 
25
                   | 
 
26
                  <a href="#RygelMusicItem.description" class="shortcut">Description</a>
 
27
                   | 
 
28
                  <a href="#RygelMusicItem.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
29
</td></tr>
 
30
</table>
 
31
<div class="refentry">
 
32
<a name="RygelMusicItem"></a><div class="titlepage"></div>
 
33
<div class="refnamediv"><table width="100%"><tr>
 
34
<td valign="top">
 
35
<h2><span class="refentrytitle"><a name="RygelMusicItem.top_of_page"></a>RygelMusicItem</span></h2>
 
36
<p>RygelMusicItem — Represents a music item.</p>
 
37
</td>
 
38
<td valign="top" align="right"></td>
 
39
</tr></table></div>
 
40
<div class="refsynopsisdiv">
 
41
<a name="RygelMusicItem.synopsis"></a><h2>Synopsis</h2>
 
42
<pre class="synopsis">#define             <a class="link" href="RygelMusicItem.html#RYGEL-TYPE-MUSIC-ITEM:CAPS" title="RYGEL_TYPE_MUSIC_ITEM">RYGEL_TYPE_MUSIC_ITEM</a>
 
43
<span class="returnvalue">void</span>                <a class="link" href="RygelMusicItem.html#rygel-music-item-lookup-album-art" title="rygel_music_item_lookup_album_art ()">rygel_music_item_lookup_album_art</a>   (<em class="parameter"><code><a class="link" href="RygelMusicItem.html" title="RygelMusicItem"><span class="type">RygelMusicItem</span></a> *self</code></em>);
 
44
#define             <a class="link" href="RygelMusicItem.html#RYGEL-MUSIC-ITEM-UPNP-CLASS:CAPS" title="RYGEL_MUSIC_ITEM_UPNP_CLASS">RYGEL_MUSIC_ITEM_UPNP_CLASS</a>
 
45
<a class="link" href="RygelMusicItem.html" title="RygelMusicItem"><span class="returnvalue">RygelMusicItem</span></a> *    <a class="link" href="RygelMusicItem.html#rygel-music-item-new" title="rygel_music_item_new ()">rygel_music_item_new</a>                (<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *id</code></em>,
 
46
                                                         <em class="parameter"><code><a class="link" href="RygelMediaContainer.html" title="RygelMediaContainer"><span class="type">RygelMediaContainer</span></a> *parent</code></em>,
 
47
                                                         <em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *title</code></em>,
 
48
                                                         <em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *upnp_class</code></em>);
 
49
struct              <a class="link" href="RygelMusicItem.html#RygelMusicItem-struct" title="struct RygelMusicItem">RygelMusicItem</a>;
 
50
struct              <a class="link" href="RygelMusicItem.html#RygelMusicItemClass" title="struct RygelMusicItemClass">RygelMusicItemClass</a>;
 
51
</pre>
 
52
</div>
 
53
<div class="refsect1">
 
54
<a name="RygelMusicItem.object-hierarchy"></a><h2>Object Hierarchy</h2>
 
55
<pre class="synopsis">
 
56
  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
57
   +----<a class="link" href="RygelMediaObject.html" title="RygelMediaObject">RygelMediaObject</a>
 
58
         +----<a class="link" href="RygelMediaItem.html" title="RygelMediaItem">RygelMediaItem</a>
 
59
               +----<a class="link" href="RygelAudioItem.html" title="RygelAudioItem">RygelAudioItem</a>
 
60
                     +----RygelMusicItem
 
61
</pre>
 
62
</div>
 
63
<div class="refsect1">
 
64
<a name="RygelMusicItem.description"></a><h2>Description</h2>
 
65
</div>
 
66
<div class="refsect1">
 
67
<a name="RygelMusicItem.details"></a><h2>Details</h2>
 
68
<div class="refsect2">
 
69
<a name="RYGEL-TYPE-MUSIC-ITEM:CAPS"></a><h3>RYGEL_TYPE_MUSIC_ITEM</h3>
 
70
<pre class="programlisting">#define RYGEL_TYPE_MUSIC_ITEM (rygel_music_item_get_type ())
 
71
</pre>
 
72
<p>
 
73
The type for <a class="link" href="RygelMusicItem.html" title="RygelMusicItem"><span class="type">RygelMusicItem</span></a>.
 
74
</p>
 
75
</div>
 
76
<hr>
 
77
<div class="refsect2">
 
78
<a name="rygel-music-item-lookup-album-art"></a><h3>rygel_music_item_lookup_album_art ()</h3>
 
79
<pre class="programlisting"><span class="returnvalue">void</span>                rygel_music_item_lookup_album_art   (<em class="parameter"><code><a class="link" href="RygelMusicItem.html" title="RygelMusicItem"><span class="type">RygelMusicItem</span></a> *self</code></em>);</pre>
 
80
<div class="variablelist"><table border="0">
 
81
<col align="left" valign="top">
 
82
<tbody><tr>
 
83
<td><p><span class="term"><em class="parameter"><code>self</code></em> :</span></p></td>
 
84
<td>the <a class="link" href="RygelMusicItem.html" title="RygelMusicItem"><span class="type">RygelMusicItem</span></a> instance</td>
 
85
</tr></tbody>
 
86
</table></div>
 
87
</div>
 
88
<hr>
 
89
<div class="refsect2">
 
90
<a name="RYGEL-MUSIC-ITEM-UPNP-CLASS:CAPS"></a><h3>RYGEL_MUSIC_ITEM_UPNP_CLASS</h3>
 
91
<pre class="programlisting">#define RYGEL_MUSIC_ITEM_UPNP_CLASS "object.item.audioItem.musicTrack"
 
92
</pre>
 
93
</div>
 
94
<hr>
 
95
<div class="refsect2">
 
96
<a name="rygel-music-item-new"></a><h3>rygel_music_item_new ()</h3>
 
97
<pre class="programlisting"><a class="link" href="RygelMusicItem.html" title="RygelMusicItem"><span class="returnvalue">RygelMusicItem</span></a> *    rygel_music_item_new                (<em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *id</code></em>,
 
98
                                                         <em class="parameter"><code><a class="link" href="RygelMediaContainer.html" title="RygelMediaContainer"><span class="type">RygelMediaContainer</span></a> *parent</code></em>,
 
99
                                                         <em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *title</code></em>,
 
100
                                                         <em class="parameter"><code>const <a href="../glib/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *upnp_class</code></em>);</pre>
 
101
</div>
 
102
<hr>
 
103
<div class="refsect2">
 
104
<a name="RygelMusicItem-struct"></a><h3>struct RygelMusicItem</h3>
 
105
<pre class="programlisting">struct RygelMusicItem;</pre>
 
106
<p>
 
107
Represents a music item.
 
108
</p>
 
109
</div>
 
110
<hr>
 
111
<div class="refsect2">
 
112
<a name="RygelMusicItemClass"></a><h3>struct RygelMusicItemClass</h3>
 
113
<pre class="programlisting">struct RygelMusicItemClass {
 
114
        RygelAudioItemClass parent_class;
 
115
};
 
116
</pre>
 
117
<p>
 
118
The class structure for <a class="link" href="RygelMusicItem.html#RYGEL-TYPE-MUSIC-ITEM:CAPS" title="RYGEL_TYPE_MUSIC_ITEM"><code class="literal">RYGEL_TYPE_MUSIC_ITEM</code></a>. All the fields in this structure are private and should never be accessed directly.
 
119
</p>
 
120
<div class="variablelist"><table border="0">
 
121
<col align="left" valign="top">
 
122
<tbody><tr>
 
123
<td><p><span class="term"><a class="link" href="RygelAudioItem.html#RygelAudioItemClass" title="struct RygelAudioItemClass"><span class="type">RygelAudioItemClass</span></a> <em class="structfield"><code><a name="RygelMusicItemClass.parent-class"></a>parent_class</code></em>;</span></p></td>
 
124
<td>the parent class structure</td>
 
125
</tr></tbody>
 
126
</table></div>
 
127
</div>
 
128
</div>
 
129
</div>
 
130
<div class="footer">
 
131
<hr>
 
132
          Generated by GTK-Doc V1.18</div>
 
133
</body>
 
134
</html>
 
 
b'\\ No newline at end of file'