[rygel/wip/ruih] ruih: Plugin style fixes
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel/wip/ruih] ruih: Plugin style fixes
- Date: Sun, 19 Oct 2014 14:11:03 +0000 (UTC)
commit 763ac040396e1e2756b95915516c52356e55fe30
Author: Jens Georg <mail jensge org>
Date: Sun Oct 19 15:41:34 2014 +0200
ruih: Plugin style fixes
Signed-off-by: Jens Georg <mail jensge org>
src/librygel-ruih/rygel-ruih-server-plugin.vala | 19 ++++++++++++-------
1 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/src/librygel-ruih/rygel-ruih-server-plugin.vala b/src/librygel-ruih/rygel-ruih-server-plugin.vala
index a3c1184..9eb015e 100644
--- a/src/librygel-ruih/rygel-ruih-server-plugin.vala
+++ b/src/librygel-ruih/rygel-ruih-server-plugin.vala
@@ -35,20 +35,25 @@ public class Rygel.RuihServerPlugin : Rygel.Plugin {
private static const string RUIH_SERVER_DESC_PATH =
BuildConfig.DATA_DIR +
"/xml/RuihServer2.xml";
- private static const string RUIH = "urn:schemas-upnp-org:device:RemoteUIServer";
+ private static const string RUIH =
+ "urn:schemas-upnp-org:device:RemoteUIServer";
/**
* Create an instance of the plugin.
*
- * @param name The non-human-readable name for the plugin, used in UPnP messages and in the Rygel
configuration file.
- * @param title An optional human-readable name (friendlyName) of the UPnP renderer provided by the
plugin. If the title is empty then the name will be used.
- * @param description An optional human-readable description (modelDescription) of the UPnP renderer
provided by the plugin.
+ * @param name The non-human-readable name for the plugin, used in UPnP
+ * messages and in the Rygel configuration file.
+ * @param title An optional human-readable name (friendlyName) of the UPnP
+ * RUIH server provided by the plugin. If the title is empty then the name
+ * will be used.
+ * @param description An optional human-readable description
+ * (modelDescription) of the UPnP RUIH server provided by the plugin.
*/
public RuihServerPlugin (string name,
- string? title,
- string? description = null,
- PluginCapabilities capabilities =
+ string? title,
+ string? description = null,
+ PluginCapabilities capabilities =
PluginCapabilities.NONE) {
Object (desc_path : RUIH_SERVER_DESC_PATH,
name : name,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]