[cluttermm/cluttermm-1-24] Actor: Don't wrap deprecated vfuncs.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cluttermm/cluttermm-1-24] Actor: Don't wrap deprecated vfuncs.
- Date: Thu, 21 Apr 2016 07:45:08 +0000 (UTC)
commit 4e46d59da237e72f6b4813c9d9b08d15658498f6
Author: Murray Cumming <murrayc murrayc com>
Date: Thu Apr 21 09:44:56 2016 +0200
Actor: Don't wrap deprecated vfuncs.
clutter/src/actor.hg | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/clutter/src/actor.hg b/clutter/src/actor.hg
index 0732c0f..75a3577 100644
--- a/clutter/src/actor.hg
+++ b/clutter/src/actor.hg
@@ -930,9 +930,9 @@ protected:
_WRAP_METHOD(void set_shader_param_value(const Glib::ustring& param, const Glib::ValueBase& value),
clutter_actor_set_shader_param, deprecated "Use ShaderEffect::set_uniform_value() instead.")
- //TODO: These are deprecated. Remove them when we can break ABI:
- _WRAP_VFUNC(void show_all(), show_all)
- _WRAP_VFUNC(void hide_all(), hide_all)
+ //The show_all and hide_all vfuncs are deprecated.
+ //_WRAP_VFUNC(void show_all(), show_all)
+ //_WRAP_VFUNC(void hide_all(), hide_all)
//The realize and unrealize vfuncs are deprecated.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]