summaryrefslogtreecommitdiff
path: root/src/up-qos.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/up-qos.c')
-rw-r--r--src/up-qos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/up-qos.c b/src/up-qos.c
index 63fba62..9fe5757 100644
--- a/src/up-qos.c
+++ b/src/up-qos.c
@@ -530,7 +530,7 @@ dkp_qos_class_init (DkpQosClass *klass)
g_signal_new ("latency-changed",
G_TYPE_FROM_CLASS (object_class), G_SIGNAL_RUN_LAST,
G_STRUCT_OFFSET (DkpQosClass, latency_changed),
- NULL, NULL, dkp_marshal_VOID__STRING_INT,
+ NULL, NULL, up_marshal_VOID__STRING_INT,
G_TYPE_NONE, 2, G_TYPE_STRING, G_TYPE_BOOLEAN);
signals [REQUESTS_CHANGED] =
g_signal_new ("requests-changed",