From 1120e7ec07197225043e3e718c4c5ef867beec25 Mon Sep 17 00:00:00 2001 From: Janos Kovacs Date: Fri, 5 Feb 2010 05:53:51 +0200 Subject: - high level C API with glib bindings - example fmradio --- src/resource-glue.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/resource-glue.h (limited to 'src/resource-glue.h') diff --git a/src/resource-glue.h b/src/resource-glue.h new file mode 100644 index 0000000..4e668c2 --- /dev/null +++ b/src/resource-glue.h @@ -0,0 +1,20 @@ +#ifndef __LIB_RESOURCE_GLUE_H__ +#define __LIB_RESOURCE_GLUE_H__ + +#include + +#include + +DBusConnection *resource_get_dbus_bus(DBusBusType, DBusError *); +void *resource_timer_add(uint32_t, resconn_timercb_t,void *); +void resource_timer_del(void *); + +#endif /* __LIB_RESOURCE_GLUE_H__ */ + +/* + * Local Variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim:set expandtab shiftwidth=4: + */ -- cgit v1.2.3