After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 635162 - Devhelp won't build due to the new GApplication API
Devhelp won't build due to the new GApplication API
Status: RESOLVED FIXED
Product: devhelp
Classification: Applications
Component: General
git master
Other Linux
: Normal blocker
: ---
Assigned To: devhelp-maint
devhelp-maint
Depends on: 635187
Blocks:
 
 
Reported: 2010-11-18 10:03 UTC by Aleksander Morgado
Modified: 2010-11-29 15:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Aleksander Morgado 2010-11-18 10:03:27 UTC
Since commit http://git.gnome.org/browse/glib/commit/?id=a7923a4aa3ff6d67672c6c69cd1b7d70fba9c57d in glib/gio for the new GApplication implementation, Devhelp git master won't compile properly as it uses the old API.
Comment 1 Aleksander Morgado 2010-11-18 14:55:58 UTC
Started a new branch in gnome git to fix this:
http://git.gnome.org/browse/devhelp/log/?h=new-gapplication-api

So far, it compiles properly, but still have some issues with the types of GVariant parameters passed between the current and remote instances.
Comment 2 Javier Jardón (IRC: jjardon) 2010-11-22 22:11:18 UTC
Why not using GtkApplication instead?
Comment 3 Aleksander Morgado 2010-11-22 22:49:03 UTC
(In reply to comment #2)
> Why not using GtkApplication instead?

That was decided in bug 624197
Comment 4 Frederic Peters 2010-11-29 12:06:02 UTC
Aleksander, did you make any progress on this? I had a look and probably I see the same issue as you, when passing a string (with --search for example), it fails because it receives a GVariant of type 'v' instead of type 's'; but I couldn't debug further.
Comment 5 Aleksander Morgado 2010-11-29 12:22:34 UTC
(In reply to comment #4)
> Aleksander, did you make any progress on this? I had a look and probably I see
> the same issue as you, when passing a string (with --search for example), it
> fails because it receives a GVariant of type 'v' instead of type 's'; but I
> couldn't debug further.

Yes, already filled a bug in GApplication: bug 635187

And it already has a patch for it, so waiting for desrt to review it.
Comment 6 Frederic Peters 2010-11-29 15:04:33 UTC
I tested, merged and pushed; thanks Aleksander!