summaryrefslogtreecommitdiff
path: root/src/lib/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/input.h')
-rw-r--r--src/lib/input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/input.h b/src/lib/input.h
index ddca212..2f7721e 100644
--- a/src/lib/input.h
+++ b/src/lib/input.h
@@ -62,7 +62,7 @@ void input_disconnect(Input *self, GError **error);
GHashTable *input_get_properties(Input *self, GError **error);
const gchar *input_get_dbus_object_path(Input *self);
-gboolean input_get_connected(Input *self, GError **error);
+const gboolean input_get_connected(Input *self);
#endif /* __INPUT_H */