aboutsummaryrefslogtreecommitdiff
path: root/src/mm-sim.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mm-sim.c')
-rw-r--r--src/mm-sim.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mm-sim.c b/src/mm-sim.c
index 53235bc4..da667e22 100644
--- a/src/mm-sim.c
+++ b/src/mm-sim.c
@@ -32,7 +32,6 @@
#include "mm-base-modem.h"
#include "mm-log.h"
#include "mm-modem-helpers.h"
-#include "mm-marshal.h"
static void async_initable_iface_init (GAsyncInitableIface *iface);
@@ -1797,6 +1796,6 @@ mm_sim_class_init (MMSimClass *klass)
G_SIGNAL_RUN_FIRST,
G_STRUCT_OFFSET (MMSimClass, pin_lock_enabled),
NULL, NULL,
- mm_marshal_VOID__BOOLEAN,
+ g_cclosure_marshal_generic,
G_TYPE_NONE, 1, G_TYPE_BOOLEAN);
}