Re: GHashTable and const

2008-07-05 Thread Murray Cumming
On Fri, 2008-07-04 at 22:42 -0400, Mark Mielke wrote: [snip] > Why would a function taking a const parameter be calling a function with > the parameter that isn't defined to take a const? Because const means what you say it means. The compiler can't know. For instance, an internal cache or refere

Re: Re: proposal about glib

2008-07-05 Thread yangyang
But,  now,  many applications use glib, such as: light httpd(http://blog.lighttpd.net/articles/2008/02/19/project-glib-it-compiles-mostly). These applications needs more efficiency.  -原始邮件-发件人:Johan Dahlin <[EMAIL PROTECTED]>收件人:Felipe Contreras <[EMAIL PROTECTED]>主题:Re: proposal about glib

Bug in the make chain.

2008-07-05 Thread henman
../gtk/gtk-update-icon-cache program seems to have a bug in it. I does not (at lease on my system obey what I think the --force option should do). If it did I would not get the error message below: File exists Please inquire into this and respond. I am not a regular member of this lis

GTK-Docc setup: Documentation not generated for some functions

2008-07-05 Thread Saravanan Shanmugham (sarvi)
Hi, I am new the GTK-Doc tools. I am trying to add gtk-doc support to generate API documentation for the Upstart project(an open source Init replacement). The code seems to already be heavily commented for the GTK-Doc tool but the GTK-Doc tooling in the makefile did not exist and I am

GTK+ 3.x wiki page

2008-07-05 Thread Kristian Rietveld
Hi all, As promised in my previous e-mail I would create a wiki page over at live.gnome.org to track the tasks and progress to get to GTK+ 3.0. This page can now be found here: http://live.gnome.org/GTK+/3.0/Tasks regards, -kris. ___ gtk-devel-lis

GTK+ 2.13.4 released

2008-07-05 Thread Matthias Clasen
GTK+ 2.13.4 is now available for download at: http://download.gnome.org/sources/gtk+/2.13/ gtk+-2.13.4.tar.bz2 md5sum: deece1a4392c929968da5c89507fc5fb gtk+-2.13.4.tar.gzmd5sum: 76961cfb01f7e7c2b5d82cdc83690234 This is the fifth development release leading up to GTK+ 2.14. Notes: * Thi

g_app_launch_context_get_startup_notify_id

2008-07-05 Thread Gian Mario Tagliaretti
While writing python bindings for gio I've run into a problem with g_app_launch_context_get_startup_notify_id. the doc doesn't state that the list of files needs to be a Glist of GFile, so I was using uris in the GList to test the bindings. Another similar function g_app_launch_context_get_displa

Re: g_app_launch_context_get_startup_notify_id

2008-07-05 Thread Matthias Clasen
On Sat, Jul 5, 2008 at 6:50 PM, Gian Mario Tagliaretti <[EMAIL PROTECTED]> wrote: > While writing python bindings for gio I've run into a problem with > g_app_launch_context_get_startup_notify_id. > > the doc doesn't state that the list of files needs to be a Glist of > GFile, so I was using uris