diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-12-11 23:01:04 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-12-26 10:12:05 +0100 |
commit | 0d0ad722d9da2039ad71ece9c8ae4b1786c7f757 (patch) | |
tree | d9076b44272057e490bedf8bd9049b2a59d44b5a /src/mm-iface-modem-3gpp-profile-manager.h | |
parent | f97957046b6861631483b778945ebaf5f083f70d (diff) |
iface-modem-3gpp-profile-manager: initialize the 'IndexField' property
Diffstat (limited to 'src/mm-iface-modem-3gpp-profile-manager.h')
-rw-r--r-- | src/mm-iface-modem-3gpp-profile-manager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-iface-modem-3gpp-profile-manager.h b/src/mm-iface-modem-3gpp-profile-manager.h index dcf97895..e6f2833e 100644 --- a/src/mm-iface-modem-3gpp-profile-manager.h +++ b/src/mm-iface-modem-3gpp-profile-manager.h @@ -41,6 +41,7 @@ struct _MMIfaceModem3gppProfileManager { gpointer user_data); gboolean (* check_support_finish) (MMIfaceModem3gppProfileManager *self, GAsyncResult *res, + gchar **index_field, GError **error); /* Asynchronous setup of unsolicited events */ |