[rygel/rygel-0-18] core: Rename C++ keyword
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel/rygel-0-18] core: Rename C++ keyword
- Date: Mon, 13 May 2013 09:22:47 +0000 (UTC)
commit 4be9e479177960928a47be18bf6087119e48d6ba
Author: Jens Georg <jensg openismus com>
Date: Sat Apr 20 17:41:09 2013 +0200
core: Rename C++ keyword
src/librygel-core/rygel-description-file.vala | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/librygel-core/rygel-description-file.vala b/src/librygel-core/rygel-description-file.vala
index 863bded..797561c 100644
--- a/src/librygel-core/rygel-description-file.vala
+++ b/src/librygel-core/rygel-description-file.vala
@@ -41,12 +41,12 @@ public class Rygel.DescriptionFile : Object {
/**
* Constructor to load a description file from disk
*
- * @param template the path to the description file.
+ * @param template_file the path to the description file.
* @throws GUPnP.XMLError.PARSE if there was an error reading or parsing
* the file.
*/
- public DescriptionFile (string template) throws GLib.Error {
- this.doc = new XMLDoc.from_path (template);
+ public DescriptionFile (string template_file) throws GLib.Error {
+ this.doc = new XMLDoc.from_path (template_file);
}
/**
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]