aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary
diff options
context:
space:
mode:
authorDietmar Maurer <dietmar@src.gnome.org>2001-01-15 16:32:46 +0800
committerDietmar Maurer <dietmar@src.gnome.org>2001-01-15 16:32:46 +0800
commit41a9a74be42581c6d5e43057d56e88e867c22977 (patch)
tree64572ed5ba9dc4fde52dfef95cb5d6e2cf901222 /executive-summary
parentb2d82f7fb8ea51bd8d67d2482cc606c06e5a560b (diff)
downloadgsoc2013-evolution-41a9a74be42581c6d5e43057d56e88e867c22977.tar
gsoc2013-evolution-41a9a74be42581c6d5e43057d56e88e867c22977.tar.gz
gsoc2013-evolution-41a9a74be42581c6d5e43057d56e88e867c22977.tar.bz2
gsoc2013-evolution-41a9a74be42581c6d5e43057d56e88e867c22977.tar.lz
gsoc2013-evolution-41a9a74be42581c6d5e43057d56e88e867c22977.tar.xz
gsoc2013-evolution-41a9a74be42581c6d5e43057d56e88e867c22977.tar.zst
gsoc2013-evolution-41a9a74be42581c6d5e43057d56e88e867c22977.zip
changed the signature of the property_bag get/set functions
svn path=/trunk/; revision=7499
Diffstat (limited to 'executive-summary')
-rw-r--r--executive-summary/test-service/main.c2
-rw-r--r--executive-summary/test-service/rdf-summary.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/executive-summary/test-service/main.c b/executive-summary/test-service/main.c
index d2d35e9c96..3134990810 100644
--- a/executive-summary/test-service/main.c
+++ b/executive-summary/test-service/main.c
@@ -112,6 +112,7 @@ static void
set_property (BonoboPropertyBag *bag,
const BonoboArg *arg,
guint arg_id,
+ CORBA_Environment *ev,
gpointer user_data)
{
switch (arg_id) {
@@ -132,6 +133,7 @@ static void
get_property (BonoboPropertyBag *bag,
BonoboArg *arg,
guint arg_id,
+ CORBA_Environment *ev,
gpointer user_data)
{
UserData *ud = (UserData *) user_data;
diff --git a/executive-summary/test-service/rdf-summary.c b/executive-summary/test-service/rdf-summary.c
index 961115e6eb..c2d71551e5 100644
--- a/executive-summary/test-service/rdf-summary.c
+++ b/executive-summary/test-service/rdf-summary.c
@@ -565,6 +565,7 @@ static void
get_prop (BonoboPropertyBag *bag,
BonoboArg *arg,
guint arg_id,
+ CORBA_Environment *ev,
gpointer user_data)
{
RdfSummary *summary = (RdfSummary *) user_data;
@@ -587,6 +588,7 @@ static void
set_prop (BonoboPropertyBag *bag,
const BonoboArg *arg,
guint arg_id,
+ CORBA_Environment *ev,
gpointer user_data)
{
RdfSummary *summary = (RdfSummary *) user_data;