xfconf programming sample , to retrieve `xfconf-query -c xfwm4 -p /general/theme` and signal binding

Nick Schermer nickschermer at gmail.com
Tue Nov 8 11:15:53 CET 2011


XfconfChannel *channel = xfconf_channel_get ("xfwm4");
g_signal_connect (channel, "property-changed::/general/theme",
G_CALLBACK(tester), NULL);

Nick

On Tue, Nov 8, 2011 at 10:32 AM, Aaron Lewis <the.warl0ck.1989 at gmail.com> wrote:
> Hi,
>
>        Could anyone please provide a simple snip of code , to complete the
>        same as the following command:
>
>        xfconf-query -c xfwm4 -p /general/theme
>
>        And the signal i should use , to connect to the CALLBACK function in
>        my own program.
>
>        Thanks !
>
> --
> Best Regards,
> Aaron Lewis - PGP: 0xDFE6C29E ( http://pgp.mit.edu/ )
> Finger Print: 9482 448F C7C3 896C 1DFE 7DD3 2492 A7D0 DFE6 C29E
> _______________________________________________
> Xfce4-dev mailing list
> Xfce4-dev at xfce.org
> https://mail.xfce.org/mailman/listinfo/xfce4-dev
>


More information about the Xfce4-dev mailing list