On 3/27/23 05:42, Daniel Henrique Barboza wrote:
+        g_autofree char *name = g_strdup_printf("%s", misa_cfg->name);
+        g_autofree char *desc = g_strdup_printf("%s", misa_cfg->description);

What is the point of this? It would seem that you could simply pass the original string literals to object_property_*.


r~

Reply via email to