[grilo] vala: remove custom code for media getters/setters



commit f06f9c2c198d53ab93c667a2de23666408b17873
Author: Víctor Manuel Jáquez Leal <vjaquez igalia com>
Date:   Tue Aug 10 13:40:35 2010 +0200

    vala: remove custom code for media getters/setters
    
    With the new functions the introspection mechanism can detect
    the those symbols. No need to add them manually anymore.
    
    Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez igalia com>

 bindings/vala/grilo-0.1-custom.vala |   27 ---------------------------
 1 files changed, 0 insertions(+), 27 deletions(-)
---
diff --git a/bindings/vala/grilo-0.1-custom.vala b/bindings/vala/grilo-0.1-custom.vala
index c43bbb1..718c06c 100644
--- a/bindings/vala/grilo-0.1-custom.vala
+++ b/bindings/vala/grilo-0.1-custom.vala
@@ -1,31 +1,4 @@
 namespace Grl {
-	public class Media {
-		public unowned string get_id ();
-		public unowned string get_url ();
-		public unowned string get_author ();
-		public unowned string get_title ();
-		public unowned string get_description ();
-		public unowned string get_source ();
-		public unowned string get_thumbnail ();
-		public unowned string get_site ();
-		public unowned string get_date ();
-		public unowned string get_mime ();
-		public unowned string get_rating ();
-		public int get_duration ();
-
-		public void set_id (string id);
-		public void set_url (string url);
-		public void set_author (string url);
-		public void set_title (string title);
-		public void set_description (string description);
-		public void set_source (string source);
-		public void set_thumbnail (string thumbnail);
-		public void set_site (string site);
-		public void set_duration (int duration);
-		public void set_date (string date);
-		public void set_mime (string mime);
-	}
-
 	[CCode (instance_pos = 2.1)]
 	public delegate void MediaSourceMetadataCb (MediaSource source, Media? media, GLib.Error error);
 	[CCode (instance_pos = 2.1)]



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]