diff options
author | Aleksander Morgado <aleksandermj@chromium.org> | 2023-04-27 12:19:18 +0000 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2023-04-27 12:23:04 +0000 |
commit | bf2843ad77732f5fbe1ee04e7ad5415a60bf5eeb (patch) | |
tree | d9be783f8a8e239652ea7837700d98dc6359765f /libmm-glib/libmm-glib.h | |
parent | fdf03f9b2ccbc4a6a0a8102d44a991f78673e5a1 (diff) |
libmm-glib: separate files for flags and enums types
This allows us to skip needing to include the non-existent
build_string_from_mask() or get_string() counterparts in the
documentation index.
Diffstat (limited to 'libmm-glib/libmm-glib.h')
-rw-r--r-- | libmm-glib/libmm-glib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libmm-glib/libmm-glib.h b/libmm-glib/libmm-glib.h index a6490fd8..8c282562 100644 --- a/libmm-glib/libmm-glib.h +++ b/libmm-glib/libmm-glib.h @@ -98,6 +98,7 @@ /* generated */ #include <mm-errors-types.h> #include <mm-enums-types.h> +#include <mm-flags-types.h> #include <mm-gdbus-manager.h> #include <mm-gdbus-modem.h> #include <mm-gdbus-bearer.h> |