[gimp/soc-2009-dynamics] Implement the GimpConfigInterface
- From: Michael Natterer <mitch src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gimp/soc-2009-dynamics] Implement the GimpConfigInterface
- Date: Sun, 11 Oct 2009 14:25:50 +0000 (UTC)
commit c794fe0af25c84bdc9e6249c3cff34e26dc5b380
Author: Michael Natterer <mitch gimp org>
Date: Sun Oct 11 16:25:30 2009 +0200
Implement the GimpConfigInterface
app/core/gimpdynamicsoutput.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/app/core/gimpdynamicsoutput.c b/app/core/gimpdynamicsoutput.c
index 2cedea7..4a5b729 100644
--- a/app/core/gimpdynamicsoutput.c
+++ b/app/core/gimpdynamicsoutput.c
@@ -64,8 +64,9 @@ static void gimp_dynamics_output_get_property (GObject *object,
GParamSpec *pspec);
-G_DEFINE_TYPE (GimpDynamicsOutput, gimp_dynamics_output,
- GIMP_TYPE_OBJECT)
+G_DEFINE_TYPE_WITH_CODE (GimpDynamicsOutput, gimp_dynamics_output,
+ GIMP_TYPE_OBJECT,
+ G_IMPLEMENT_INTERFACE (GIMP_TYPE_CONFIG, NULL))
#define parent_class gimp_dynamics_output_parent_class
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]