Re: Initial work on a help API

2011-05-18 Thread Shaun McCance
On Wed, 2011-05-18 at 19:12 -0400, Ryan Lortie wrote: > On Wed, 2011-05-18 at 09:29 -0400, Shaun McCance wrote: > > With some GApplication work, we could get applications to read > > something from their .desktop file. Then it could be explicit, > > e.g. X-Launchpad-ID= You'd still have to pat

Re: Initial work on a help API

2011-05-18 Thread Ryan Lortie
On Wed, 2011-05-18 at 09:29 -0400, Shaun McCance wrote: > With some GApplication work, we could get applications to read > something from their .desktop file. Then it could be explicit, > e.g. X-Launchpad-ID= You'd still have to patch applications, > but with a one-line patch to a data file in

Re: CSS type selector specificity

2011-05-18 Thread Benjamin Otte
The parser branch has landed in git master now after Cosimo and me grinded on it for a while. If you notice something not looking right after updating gtk _and_ gnome-themes-standard, please complain to one of us. Benjamin On Thu, May 12, 2011 at 1:23 PM, Benjamin Otte wrote: > Hey, > > I inten

Re: gdbus-codegen

2011-05-18 Thread David Zeuthen
Hey, On Wed, May 18, 2011 at 3:44 AM, Xavier Claessens wrote: > Ok, so I can temporally change the default timeout like that: > > g_dbus_proxy_set_default_timeout(obj, 1000); > my_object_call_foo(obj); > g_dbus_proxy_set_default_timeout(obj, -1); Yup. Of course, if you use the proxy from more th

Re: Need approval to submit a patch

2011-05-18 Thread David Zeuthen
Hey, On Wed, May 18, 2011 at 7:09 AM, mar...@saepia.net wrote: >> First of all the main reason there isn't a function for this is that >> with the new gdbus-codegen(1) tool, this is automatically handled. >> That was always the plan and it's why pre-gdbus-codegen(1) is so >> low-level. > > I've l

Re: Initial work on a help API

2011-05-18 Thread Shaun McCance
On Wed, 2011-05-18 at 11:29 +0200, Rodrigo Moya wrote: > On Thu, 2011-04-21 at 16:16 -0400, Shaun McCance wrote: > > Hi all, > > > > I had a project called Squawk I was working on last year. > > I chatted a bit with Ryan Lortie about it at the recent > > help hackfest, and decided to work on it ag

Re: Need approval to submit a patch

2011-05-18 Thread mar...@saepia.net
> First of all the main reason there isn't a function for this is that > with the new gdbus-codegen(1) tool, this is automatically handled. > That was always the plan and it's why pre-gdbus-codegen(1) is so > low-level. I've looked at gdbus-codegen(1). I also extensively use GStreamer. When my pip

Re: Initial work on a help API

2011-05-18 Thread Rodrigo Moya
On Thu, 2011-04-21 at 16:16 -0400, Shaun McCance wrote: > Hi all, > > I had a project called Squawk I was working on last year. > I chatted a bit with Ryan Lortie about it at the recent > help hackfest, and decided to work on it again, but this > time directly in GLib and GTK+. > > The basic idea

Re: gdbus-codegen

2011-05-18 Thread Xavier Claessens
Le mardi 17 mai 2011 à 09:21 -0400, David Zeuthen a écrit : > Hi, > > On Tue, May 17, 2011 at 8:57 AM, Xavier Claessens wrote: > > Hi, > > > > I've discovered your gdbus-codegen utility in GLib 2.29.x. Those new > > APIs looks really good, I can't wait for using them :D > > > > However I've a lit