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

« back to all changes in this revision

Viewing changes to doc/reference/librygel-server/gtkdoc/html/RygelMediaServerPlugin.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>RygelMediaServerPlugin</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="RygelMusicItem.html" title="RygelMusicItem">
 
10
<link rel="next" href="RygelSearchableContainer.html" title="RygelSearchableContainer">
 
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="RygelMusicItem.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="RygelSearchableContainer.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="#RygelMediaServerPlugin.synopsis" class="shortcut">Top</a>
 
25
                   | 
 
26
                  <a href="#RygelMediaServerPlugin.description" class="shortcut">Description</a>
 
27
                   | 
 
28
                  <a href="#RygelMediaServerPlugin.object-hierarchy" class="shortcut">Object Hierarchy</a>
 
29
</td></tr>
 
30
</table>
 
31
<div class="refentry">
 
32
<a name="RygelMediaServerPlugin"></a><div class="titlepage"></div>
 
33
<div class="refnamediv"><table width="100%"><tr>
 
34
<td valign="top">
 
35
<h2><span class="refentrytitle"><a name="RygelMediaServerPlugin.top_of_page"></a>RygelMediaServerPlugin</span></h2>
 
36
<p>RygelMediaServerPlugin — This is the base class for every Rygel implementation of a UPnP media server. It should be used either for a real plug-in for the rygel process or used in-process via the librygel-server API (see the standalone-server.c example).</p>
 
37
</td>
 
38
<td valign="top" align="right"></td>
 
39
</tr></table></div>
 
40
<div class="refsynopsisdiv">
 
41
<a name="RygelMediaServerPlugin.synopsis"></a><h2>Synopsis</h2>
 
42
<pre class="synopsis">#define             <a class="link" href="RygelMediaServerPlugin.html#RYGEL-TYPE-MEDIA-SERVER-PLUGIN:CAPS" title="RYGEL_TYPE_MEDIA_SERVER_PLUGIN">RYGEL_TYPE_MEDIA_SERVER_PLUGIN</a>
 
43
struct              <a class="link" href="RygelMediaServerPlugin.html#RygelMediaServerPlugin-struct" title="struct RygelMediaServerPlugin">RygelMediaServerPlugin</a>;
 
44
struct              <a class="link" href="RygelMediaServerPlugin.html#RygelMediaServerPluginClass" title="struct RygelMediaServerPluginClass">RygelMediaServerPluginClass</a>;
 
45
</pre>
 
46
</div>
 
47
<div class="refsect1">
 
48
<a name="RygelMediaServerPlugin.object-hierarchy"></a><h2>Object Hierarchy</h2>
 
49
<pre class="synopsis">
 
50
  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
51
   +----<a href="../gupnp/GUPnPResourceFactory.html">GUPnPResourceFactory</a>
 
52
         +----RygelPlugin
 
53
               +----RygelMediaServerPlugin
 
54
</pre>
 
55
</div>
 
56
<div class="refsect1">
 
57
<a name="RygelMediaServerPlugin.description"></a><h2>Description</h2>
 
58
</div>
 
59
<div class="refsect1">
 
60
<a name="RygelMediaServerPlugin.details"></a><h2>Details</h2>
 
61
<div class="refsect2">
 
62
<a name="RYGEL-TYPE-MEDIA-SERVER-PLUGIN:CAPS"></a><h3>RYGEL_TYPE_MEDIA_SERVER_PLUGIN</h3>
 
63
<pre class="programlisting">#define RYGEL_TYPE_MEDIA_SERVER_PLUGIN (rygel_media_server_plugin_get_type ())
 
64
</pre>
 
65
<p>
 
66
The type for <a class="link" href="RygelMediaServerPlugin.html" title="RygelMediaServerPlugin"><span class="type">RygelMediaServerPlugin</span></a>.
 
67
</p>
 
68
</div>
 
69
<hr>
 
70
<div class="refsect2">
 
71
<a name="RygelMediaServerPlugin-struct"></a><h3>struct RygelMediaServerPlugin</h3>
 
72
<pre class="programlisting">struct RygelMediaServerPlugin;</pre>
 
73
<p>
 
74
This is the base class for every Rygel implementation of a UPnP media server. It should be used either for a real plug-in for the rygel process or used in-process via the librygel-server API (see the standalone-server.c example).
 
75
</p>
 
76
</div>
 
77
<hr>
 
78
<div class="refsect2">
 
79
<a name="RygelMediaServerPluginClass"></a><h3>struct RygelMediaServerPluginClass</h3>
 
80
<pre class="programlisting">struct RygelMediaServerPluginClass {
 
81
        RygelPluginClass parent_class;
 
82
};
 
83
</pre>
 
84
<p>
 
85
The class structure for <a class="link" href="RygelMediaServerPlugin.html#RYGEL-TYPE-MEDIA-SERVER-PLUGIN:CAPS" title="RYGEL_TYPE_MEDIA_SERVER_PLUGIN"><code class="literal">RYGEL_TYPE_MEDIA_SERVER_PLUGIN</code></a>. All the fields in this structure are private and should never be accessed directly.
 
86
</p>
 
87
<div class="variablelist"><table border="0">
 
88
<col align="left" valign="top">
 
89
<tbody><tr>
 
90
<td><p><span class="term"><span class="type">RygelPluginClass</span> <em class="structfield"><code><a name="RygelMediaServerPluginClass.parent-class"></a>parent_class</code></em>;</span></p></td>
 
91
<td>the parent class structure</td>
 
92
</tr></tbody>
 
93
</table></div>
 
94
</div>
 
95
</div>
 
96
</div>
 
97
<div class="footer">
 
98
<hr>
 
99
          Generated by GTK-Doc V1.18</div>
 
100
</body>
 
101
</html>
 
 
b'\\ No newline at end of file'