[cluttermm] Help gmmproc ignore a _new() function we used.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cluttermm] Help gmmproc ignore a _new() function we used.
- Date: Tue, 15 Apr 2014 08:17:23 +0000 (UTC)
commit ca2b26dc688f501d861a7d7ec8e9dbb6df6408b4
Author: Murray Cumming <murrayc murrayc com>
Date: Tue Apr 15 10:17:08 2014 +0200
Help gmmproc ignore a _new() function we used.
clutter/src/colorize-effect.hg | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/clutter/src/colorize-effect.hg b/clutter/src/colorize-effect.hg
index 8d40bb5..e75af0a 100644
--- a/clutter/src/colorize-effect.hg
+++ b/clutter/src/colorize-effect.hg
@@ -27,6 +27,7 @@ namespace Clutter
class ColorizeEffect : public Clutter::OffscreenEffect
{
_CLASS_GOBJECT(ColorizeEffect, ClutterColorizeEffect, CLUTTER_COLORIZE_EFFECT, Clutter::OffscreenEffect,
ClutterOffscreenEffect)
+ _IGNORE(clutter_colorize_effect_new)
protected:
_WRAP_CTOR(ColorizeEffect(const Color& tint), clutter_colorize_effect_new)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]