gimp r26394 - in branches/soc-2008-tagging: . app/core
- From: aurisj svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r26394 - in branches/soc-2008-tagging: . app/core
- Date: Tue, 5 Aug 2008 17:43:04 +0000 (UTC)
Author: aurisj
Date: Tue Aug 5 17:43:04 2008
New Revision: 26394
URL: http://svn.gnome.org/viewvc/gimp?rev=26394&view=rev
Log:
2008-08-05 Aurimas JuÅka <aurisj svn gnome org>
* app/core/gimptagged.c (gimp_tagged_base_init): marshal GimpTags as
objects.
Modified:
branches/soc-2008-tagging/ChangeLog
branches/soc-2008-tagging/app/core/gimptagged.c
Modified: branches/soc-2008-tagging/app/core/gimptagged.c
==============================================================================
--- branches/soc-2008-tagging/app/core/gimptagged.c (original)
+++ branches/soc-2008-tagging/app/core/gimptagged.c Tue Aug 5 17:43:04 2008
@@ -26,6 +26,7 @@
#include "core-types.h"
#include "gimpmarshal.h"
+#include "gimptag.h"
#include "gimptagged.h"
@@ -77,18 +78,18 @@
G_SIGNAL_RUN_LAST,
G_STRUCT_OFFSET (GimpTaggedInterface, tag_added),
NULL, NULL,
- gimp_marshal_VOID__INT,
+ g_cclosure_marshal_VOID__OBJECT,
G_TYPE_NONE, 1,
- G_TYPE_INT);
+ GIMP_TYPE_TAG);
gimp_tagged_signals[TAG_REMOVED] =
g_signal_new ("tag-removed",
GIMP_TYPE_TAGGED,
G_SIGNAL_RUN_LAST,
G_STRUCT_OFFSET (GimpTaggedInterface, tag_removed),
NULL, NULL,
- gimp_marshal_VOID__INT,
+ g_cclosure_marshal_VOID__OBJECT,
G_TYPE_NONE, 1,
- G_TYPE_INT);
+ GIMP_TYPE_TAG);
initialized = TRUE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]