summaryrefslogtreecommitdiff
path: root/gio/tests/gdbus-example-export.c
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2011-10-16 21:11:11 -0400
committerRyan Lortie <desrt@desrt.ca>2011-10-16 21:41:15 -0400
commit38e8ecd62a4e9dfcdf37bc31d8de6fb1fd39d6b5 (patch)
tree9bf8229ef081bcf1650f71f07e3da7f19be1faef /gio/tests/gdbus-example-export.c
parentb264fccd23cfb678fbaba9fc7459220f5eef7e14 (diff)
downloadglib-38e8ecd62a4e9dfcdf37bc31d8de6fb1fd39d6b5.tar.gz
more 'static' adding in testcases
No dead code found this time...
Diffstat (limited to 'gio/tests/gdbus-example-export.c')
-rw-r--r--gio/tests/gdbus-example-export.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gio/tests/gdbus-example-export.c b/gio/tests/gdbus-example-export.c
index 5dda58da0..51af05195 100644
--- a/gio/tests/gdbus-example-export.c
+++ b/gio/tests/gdbus-example-export.c
@@ -27,6 +27,7 @@ enum
PROP_NAME
};
+static GType my_object_get_type (void);
G_DEFINE_TYPE (MyObject, my_object, G_TYPE_OBJECT);
static void
@@ -120,7 +121,7 @@ my_object_class_init (MyObjectClass *class)
}
/* A method that we want to export */
-void
+static void
my_object_change_count (MyObject *myobj,
gint change)
{