Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
を使用してリモートメソッドを呼び出そうとしています
dbus_g_proxy_call(proxy,"myFunc",&error,G_TYPE_INVALID,G_TYPE_INVALID);
しかし、これを試してみると、「インターフェイス「com.myinterface.dbus」にシグネチャ「」を持つメソッド「myFunc」が存在しません」というエラーメッセージが表示されます。これで何が間違っていますか?myFunc は void 型であり、入力パラメーターはありません。