[gstreamermm] Re-ordered preset.hg vfunc declarations.
- From: José Alburquerque <jaalburqu src gnome org>
- To: svn-commits-list gnome org
- Subject: [gstreamermm] Re-ordered preset.hg vfunc declarations.
- Date: Wed, 29 Apr 2009 19:45:44 -0400 (EDT)
commit 56fd4188c097260532ac51020a5b97b4d5d64375
Author: José Alburquerque <jaalburqu svn gnome org>
Date: Wed Apr 29 19:41:17 2009 -0400
Re-ordered preset.hg vfunc declarations.
---
ChangeLog | 7 +++++++
gstreamer/src/preset.hg | 7 +++++--
2 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 7d04d9e..331aad8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-04-29 José Alburquerque <jaalburqu svn gnome org>
+
+ Re-ordered preset.hg vfunc declarations.
+
+ * gstreamer/src/preset.hg: Re-ordered vfunc declarations according
+ to the GstPreset Interface C structure declarations.
+
2009-04-16 José Alburquerque <jaalburqu svn gnome org>
* tools/m4/convert_gst.m4: Use ()->gobj() instead of Glib::unwrap()
diff --git a/gstreamer/src/preset.hg b/gstreamer/src/preset.hg
index b994510..c0f7a94 100644
--- a/gstreamer/src/preset.hg
+++ b/gstreamer/src/preset.hg
@@ -62,8 +62,6 @@ public:
#ifdef GLIBMM_VFUNCS_ENABLED
virtual Glib::StringArrayHandle get_preset_names_vfunc() const;
virtual Glib::StringArrayHandle get_property_names_vfunc() const;
- virtual bool get_meta_vfunc(const Glib::ustring& name,
- const Glib::ustring& tag, Glib::ustring& value);
#endif //GLIBMM_VFUNCS_ENABLED
_WRAP_VFUNC(bool load_preset(const Glib::ustring& name), "load_preset")
@@ -72,6 +70,11 @@ public:
_WRAP_VFUNC(bool delete_preset(const Glib::ustring& name), "delete_preset")
_WRAP_VFUNC(bool set_meta(const Glib::ustring& name, const Glib::ustring& tag, const Glib::ustring& value), "set_meta")
+#ifdef GLIBMM_VFUNCS_ENABLED
+ virtual bool get_meta_vfunc(const Glib::ustring& name,
+ const Glib::ustring& tag, Glib::ustring& value);
+#endif //GLIBMM_VFUNCS_ENABLED
+
protected:
#m4begin
_PUSH(SECTION_PCC_CLASS_INIT_VFUNCS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]