aboutsummaryrefslogtreecommitdiff
path: root/libmm-glib/libmm-glib.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2011-12-09 15:44:56 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-15 14:14:33 +0100
commit7acacbbfd76bb59f0e0b370b66cb283ddeb5bbd4 (patch)
tree62f38e633b0e4bec0a0cb2be16174f68e95f29db /libmm-glib/libmm-glib.h
parent838f38ec8c9561dcb5305617d665bc11258af953 (diff)
libmm-glib: simplify handling of interfaces
Avoid trying to merge all interfaces into the same set of APIs, and keep having a specific object (proxy) for each interface handled by the GDBusObjects reported listed by the GDBusObjectManager.
Diffstat (limited to 'libmm-glib/libmm-glib.h')
-rw-r--r--libmm-glib/libmm-glib.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/libmm-glib/libmm-glib.h b/libmm-glib/libmm-glib.h
index 5452a516..f2867c69 100644
--- a/libmm-glib/libmm-glib.h
+++ b/libmm-glib/libmm-glib.h
@@ -23,7 +23,11 @@
#ifndef _LIBMM_GLIB_H_
#define _LIBMM_GLIB_H_
+#include <ModemManager.h>
+#include <mm-errors-types.h>
+#include <mm-enums-types.h>
+
#include <mm-manager.h>
-#include <mm-modem.h>
+#include <mm-object.h>
#endif /* _LIBMM_GLIB_H_ */