Re: Library introspection

2014-06-20 Thread Lionel Landwerlin
Have you tried to play with the --identifier-prefix= and --symbol-prefix= options for g-ir-scanner? something like : --identifier-prefix=DMAP --identifier-prefix=DAAP --identifier-prefix=DPAP --symbol-prefix=dmap --symbol-prefix=daap --symbol-prefix=dpap Hopefully, the subnames don't clash. -

Re:

2012-12-24 Thread Lionel Landwerlin
Hey there, I believe you can find plenty of information about the translation efforts on the wiki : https://live.gnome.org/TranslationProject Good luck! -Lionel On 24/12/12 06:25, yao bo wrote: Hello every one here! I am a fresh man from Xi'an Jiaotong University,China.In our

Re: Glib for iOS

2012-07-17 Thread Lionel Landwerlin
for portable code. Hub Usually people cross compiling glib with minimal deps/burden just copy the gtk-doc.m4 from the gtk-doc package and run configure with --disable-gtk-doc. Buildroot for example does that : http://git.buildroot.org/buildroot/tree/package/automake Regards, -- Lionel

Re: Glib for iOS

2012-07-17 Thread Lionel Landwerlin
Hmm... 1. Copy gtk-doc.m4 from gtk-doc to wherever you've installed automake 2. run autoreconf/autogen.sh in glib directory 3. run ./configure in glib directory with --disable-gtk-doc -- Lionel Landwerlin On Wed, 2012-07-18 at 02:40 +0300, Guetcho Guetchev wrote: Good point! However … how

Re: building gobject-introspection with Mingw

2012-07-16 Thread Lionel Landwerlin
On Mon, 2012-07-16 at 13:29 -0400, Colin Walters wrote: On Mon, 2012-07-16 at 12:36 -0400, Damon Register wrote: I have been experimenting for a little while, trying to build gtk3 using Mingw. I have done all the packages up to gtk itself. gtk3 build failed with an error message

Re: GSignal emission optimization

2011-10-11 Thread Lionel Landwerlin
Just pointing the patches on bugzilla : https://bugzilla.gnome.org/show_bug.cgi?id=661140 Regards, -- Lionel On Mon, 2011-10-03 at 11:53 -0400, Colin Walters wrote: On Sun, 2011-10-02 at 03:53 +0100, Lionel Landwerlin wrote: Our work is available here (I'm open to suggestions to move

GSignal emission optimization

2011-10-01 Thread Lionel Landwerlin
Hi all, These days I'm mostly working with frameworks Mx and Clutter and contributing to projects like this Media Explorer : https://github.com/media-explorer/media-explorer A few months ago we started to profile our application to get better performances on devices with a more embedded profile

Re: [directfb-dev] Gtk DirectFB backend

2010-09-22 Thread Lionel Landwerlin
the missing features and the unfinished bits of the back-end in order to get gtk2+-2.20/directfb swinging again? -Ilyes Gouta On Wed, Aug 25, 2010 at 8:49 PM, Lionel Landwerlin llandwer...@gmail.com wrote: Hi, There is a bug report for this : https://bugzilla.gnome.org/show_bug.cgi?id

Re: Gtk DirectFB backend (again...)

2010-09-05 Thread Lionel Landwerlin
be integrated within the main repository. Fair enough, I will do my best. Regards, -- Lionel Landwerlin ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Gtk DirectFB backend (again...)

2010-09-04 Thread Lionel Landwerlin
a frame buffer driver. Before that, I already wrote a couple of DirectFB drivers who worked on top of proprietary drivers (not the usual frame buffer) still for Set Top Box. Regards, -- Lionel Landwerlin ___ gtk-devel-list mailing list gtk-devel-list