gbdus中除了使用org.freedesktop.DBus.Properties之外,还有其他方法可以设置接口的属性吗:</p>
g_dbus_connection_call_sync(conn,
"org.example",
"/org/example/object",
"org.freedesktop.DBus.Properties",
"Set",
g_variant_new(),
NULL,
G_DBUS_CALL_FLAGS_NONE,
-1,
NULL,
&error);
有没有更方便的API?