【发布时间】:2017-09-18 07:51:51
【问题描述】:
我正在使用gdbus-codegen 生成代码。但基本上我想在GAsyncReadyCallback callback 中获取传递给g_dbus_proxy_call() GVariant *parameters 的参数。
我不想为此使用 gpointer user_data,因为我需要 this 指针。
我该怎么做?
https://developer.gnome.org/gio/stable/GDBusProxy.html#g-dbus-proxy-call
【问题讨论】:
标签: c++ asynchronous glib dbus gio