[cluttermm] Removed obsolete variations of Clutter::Script::get_object methods.
- From: Chris Kühl <chriskuehl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cluttermm] Removed obsolete variations of Clutter::Script::get_object methods.
- Date: Mon, 28 Mar 2011 14:15:02 +0000 (UTC)
commit 094e379b02965a313bf4335ac30020c0b068c9c2
Author: Chris Kühl <chrisk openismus com>
Date: Mon Mar 28 16:13:42 2011 +0200
Removed obsolete variations of Clutter::Script::get_object methods.
* clutter/src/script.hg:
ChangeLog | 6 ++++++
clutter/src/script.hg | 2 --
2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index cc00982..099403e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2011-03-28 Chris Kühl <chrisk openismus com>
+ Removed obsolete variations of Clutter::Script::get_object methods.
+
+ * clutter/src/script.hg:
+
+2011-03-28 Chris Kühl <chrisk openismus com>
+
Updated Clutter::Script example to use Clutter::Script::get_object.
* example/script.cc: Using Clutter::Script::get_object to avoid an
diff --git a/clutter/src/script.hg b/clutter/src/script.hg
index 9a6b557..86007c9 100644
--- a/clutter/src/script.hg
+++ b/clutter/src/script.hg
@@ -49,8 +49,6 @@ public:
_IGNORE(clutter_script_add_search_paths)
void add_search_paths(const std::vector<Glib::ustring>& paths);
_WRAP_METHOD(Glib::ustring lookup_filename(const Glib::ustring& filename), clutter_script_lookup_filename)
- _WRAP_METHOD(Glib::RefPtr<Glib::Object> get_object(const Glib::ustring& name), clutter_script_get_object, refreturn)
- _WRAP_METHOD(Glib::RefPtr<const Glib::Object> get_object(const Glib::ustring& name) const, clutter_script_get_object, refreturn, constversion)
/** Get a RefPtr to an object from the ClutterScript JSON file.
* For instance:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]