diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-05-18 10:41:55 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-05-22 22:58:37 +0000 |
commit | ff45d292ee75b0e49c3de3677211218445659884 (patch) | |
tree | 7f4f1efc2e4bdd8305ca2415f08ae825c1989ad6 /libmm-glib/mm-common-helpers.h | |
parent | 34a50edde100436a1bbb5249b8bbb812c4fde7c2 (diff) |
libmm-glib: setup common helper to register DBus errors
Diffstat (limited to 'libmm-glib/mm-common-helpers.h')
-rw-r--r-- | libmm-glib/mm-common-helpers.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libmm-glib/mm-common-helpers.h b/libmm-glib/mm-common-helpers.h index 0ad6ea4c..a0037cd0 100644 --- a/libmm-glib/mm-common-helpers.h +++ b/libmm-glib/mm-common-helpers.h @@ -201,4 +201,7 @@ gboolean mm_utils_ishexstr (const gchar *hex); gboolean mm_utils_check_for_single_value (guint32 value); +/* DBus error handling */ +gboolean mm_common_register_errors (void); + #endif /* MM_COMMON_HELPERS_H */ |