aboutsummaryrefslogtreecommitdiff
path: root/src/mm-base-sim.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mm-base-sim.h')
-rw-r--r--src/mm-base-sim.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mm-base-sim.h b/src/mm-base-sim.h
index 9a290e0b..7e860f56 100644
--- a/src/mm-base-sim.h
+++ b/src/mm-base-sim.h
@@ -76,6 +76,14 @@ struct _MMBaseSimClass {
GAsyncResult *res,
GError **error);
+ /* Load EID (async) */
+ void (* load_eid) (MMBaseSim *self,
+ GAsyncReadyCallback callback,
+ gpointer user_data);
+ gchar * (* load_eid_finish) (MMBaseSim *self,
+ GAsyncResult *res,
+ GError **error);
+
/* Load operator identifier (async) */
void (* load_operator_identifier) (MMBaseSim *self,
GAsyncReadyCallback callback,