Top | ![]() |
![]() |
![]() |
![]() |
gboolean | mbim_utils_get_traces_enabled () |
void | mbim_utils_set_traces_enabled () |
void | mbim_utils_set_show_personal_info () |
gboolean | mbim_utils_get_show_personal_info () |
This section exposes a set of common utilities that may be used to work with the libmbim-glib library.
gboolean
mbim_utils_get_traces_enabled (void
);
Checks whether MBIM message traces are currently enabled.
Since: 1.0
void
mbim_utils_set_traces_enabled (gboolean enabled
);
Sets whether MBIM message traces are enabled or disabled.
Since: 1.0
void
mbim_utils_set_show_personal_info (gboolean show_personal_info
);
Sets whether personal info is printed when traces are enabled.
Since: 1.28
gboolean
mbim_utils_get_show_personal_info (void
);
Checks whether personal info should be hidden when traces are enabled.
Since: 1.28