On Wed, 2017-08-30 at 20:18 +0900, Takao Fujiwara wrote:
> Do you have any ideas how to receive a GDBus signal before the GDBus
> method returns?
> When I run the following program, the return of "KeyEvent" is always
> output faster than "CommitText" signal in the client program.
> Or do you have any ideas to know if the returned GDBus method emitted
> a GDBus signal in the server side?
<snip>
>      result = g_dbus_proxy_call_sync (proxy,

This is a blocking call, so it's your client that's badly designed.

Cheers
_______________________________________________
gtk-devel-list mailing list
gtk-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-devel-list

Reply via email to