GVariant: add support for single precision floats
[platform/upstream/glib.git] / gio / gdbusnamewatching.c
index 79b4f8e..adf53c3 100644 (file)
@@ -198,6 +198,7 @@ schedule_call_in_idle (Client *client, CallType call_type)
                          call_in_idle_cb,
                          data,
                          (GDestroyNotify) call_handler_data_free);
+  g_source_set_name (idle_source, "[gio] call_in_idle_cb");
   g_source_attach (idle_source, client->main_context);
   g_source_unref (idle_source);
 }