From a6d2b7900a79b54d228141891013c5e360a38a5b Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 6 Aug 2014 22:16:56 +0200 Subject: Initial commit --- src/hsd.h | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/hsd.h (limited to 'src/hsd.h') diff --git a/src/hsd.h b/src/hsd.h new file mode 100644 index 0000000..a150f91 --- /dev/null +++ b/src/hsd.h @@ -0,0 +1,30 @@ +/* + * Copyright (C) 2014 Wim Taymans + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Library General Public + * License as published by the Free Software Foundation; either + * version 2 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Library General Public License for more details. + * + * You should have received a copy of the GNU Library General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, + * Boston, MA 02110-1301, USA. + */ + +#include +#include + +#define HSD_SERVICE "org.freedesktop.Headset" + +typedef struct _HsdProfile HsdProfile; +typedef struct _HsdManager HsdManager; +typedef struct _HsdHeadset HsdHeadset; +typedef struct _HsdHeadsetTransport HsdHeadsetTransport; + +GDBusConnection * hsd_dbus_connection_get (void); -- cgit v1.2.3