[Spice-devel] [client] spicy: Spicy uses GTK+ and must link with it

Francois Gouget fgouget at codeweavers.com
Sun Feb 26 19:17:37 UTC 2017


On Sun, 26 Feb 2017, Snir Sheriber wrote:

> Hi
> 
> 
> On 02/24/2017 01:23 PM, Francois Gouget wrote:
> > This avoids having the linker complain that gtk_toggle_action_get_type()
> > or some other GTK+ API is undefined.
> 
> Does this function is in use somewhere ? grep didn't find it and it works for
> me..

menu_cb_conn_bool_prop_changed() uses GTK_TOGGLE_ACTION() which is a 
macro defined in gtktoggleaction.h which eventually resolves into this 
call.

gcc -E if you want more details.

-- 
Francois Gouget <fgouget at codeweavers.com>


More information about the Spice-devel mailing list