diff options
author | Wim Taymans <wtaymans@redhat.com> | 2014-08-06 22:16:56 +0200 |
---|---|---|
committer | Wim Taymans <wtaymans@redhat.com> | 2014-08-06 22:16:56 +0200 |
commit | a6d2b7900a79b54d228141891013c5e360a38a5b (patch) | |
tree | a8ebf0b9d71799c0a7a9b2753bd8a8e2f72df16a /src/hsd.h |
Initial commit
Diffstat (limited to 'src/hsd.h')
-rw-r--r-- | src/hsd.h | 30 |
1 files changed, 30 insertions, 0 deletions
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 <wim.taymans@gmail.com> + * + * 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 <glib.h> +#include <gio/gio.h> + +#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); |