diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2011-12-26 21:31:07 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-15 14:14:37 +0100 |
commit | dcecb94631935584919c2cce6a814b78772ac0aa (patch) | |
tree | 20426d55f445a56f0a8a46a55509ad32d789f511 /libmm-common/libmm-common.h | |
parent | 034381250277751741f134123fc61c0c5405adea (diff) |
libmm-common,libmm-glib: new object to handle properties in simple Connect()
Instead of using type unsafe properties passed to the connect() call, we build
a new object which does the handling of the properties to be passed.
Diffstat (limited to 'libmm-common/libmm-common.h')
-rw-r--r-- | libmm-common/libmm-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmm-common/libmm-common.h b/libmm-common/libmm-common.h index 10ac5871..75bbc364 100644 --- a/libmm-common/libmm-common.h +++ b/libmm-common/libmm-common.h @@ -26,6 +26,7 @@ #include "mm-errors-types.h" #include "mm-enums-types.h" #include "mm-common-helpers.h" +#include "mm-common-connect-properties.h" #include "mm-gdbus-manager.h" #include "mm-gdbus-modem.h" #include "mm-gdbus-bearer.h" |