summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-10-19 18:48:25 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-10-19 18:50:47 -0400
commitf918cd8787e68c8f11bdde10be8b0cc632417ada (patch)
tree3b2d8e49fb9a436768b123c3f56ebbd740322bce
parent7a3349ef07107e8389e0ecdf4cda961096b8210b (diff)
downloadat-spi2-core-f918cd8787e68c8f11bdde10be8b0cc632417ada.tar.gz
Declare void functions as such
handle_a11y_enabled_changed was missing a 'static void', causing static analyzers to complain about returns. https://bugzilla.gnome.org/show_bug.cgi?id=662249
-rw-r--r--bus/at-spi-bus-launcher.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bus/at-spi-bus-launcher.c b/bus/at-spi-bus-launcher.c
index a7f21831..3133a393 100644
--- a/bus/at-spi-bus-launcher.c
+++ b/bus/at-spi-bus-launcher.c
@@ -253,6 +253,7 @@ handle_get_property (GDBusConnection *connection,
return NULL;
}
+static void
handle_a11y_enabled_change (A11yBusLauncher *app, gboolean enabled,
gboolean notify_gsettings)
{