summaryrefslogtreecommitdiffstats
path: root/input/fakehid.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2009-02-18 19:17:50 -0300
committerJohan Hedberg <johan.hedberg@nokia.com>2009-02-19 11:05:10 +0200
commitc95494ee508a9f36096af5ddb1c2ac1579a32b1d (patch)
treef04c45cc65a372d8ae5d953a72ab6156e8215bf1 /input/fakehid.h
parent56fe087dfc68f56d84ac41ca390c8a0dc7438e2d (diff)
Make input plugin to use BtIO API.
Diffstat (limited to 'input/fakehid.h')
-rw-r--r--input/fakehid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/fakehid.h b/input/fakehid.h
index ced9ed43..e61a7275 100644
--- a/input/fakehid.h
+++ b/input/fakehid.h
@@ -27,7 +27,7 @@ struct fake_input;
struct fake_hid {
uint16_t vendor;
uint16_t product;
- gboolean (*connect) (struct fake_input *fake_input);
+ gboolean (*connect) (struct fake_input *fake_input, GError **err);
int (*disconnect) (struct fake_input *fake_input);
gboolean (*event) (GIOChannel *chan, GIOCondition cond, gpointer data);
int (*setup_uinput) (struct fake_input *fake, struct fake_hid *fake_hid);