Re: A question regarding gtk_clipboard_request_text

2005-08-10 Thread Nickolay V. Shmyrev
В Срд, 10/08/2005 в 14:57 +0800, Wang, Yong Y пишет: > Hi, > > I have a question regarding the function > void gtk_clipboard_request_text (GtkClipboard *clipboard, > > GtkClipboardTextReceivedFunc callback, > gpointer user_data); > > How long is

Re: Should g_get_host_name() as fallback return "localhost" instead of "unknown"?

2005-08-10 Thread Matthias Clasen
On Wed, 2005-08-10 at 18:17 +0300, Tor Lillqvist wrote: > Tristan Van Berkom writes: > > I agree that it would be a sounder api but wouldn't that be some > > strain of API/ABI breakage ? > > Not really as g_get_host_name() is new in 2.8. I doubt any code uses > it yet. > Since it is new, I thi

Re: Should g_get_host_name() as fallback return "localhost" instead of "unknown"?

2005-08-10 Thread Tor Lillqvist
Tristan Van Berkom writes: > I agree that it would be a sounder api but wouldn't that be some > strain of API/ABI breakage ? Not really as g_get_host_name() is new in 2.8. I doubt any code uses it yet. --tml ___ gtk-devel-list mailing list gtk-devel-

Re: configure.in changes

2005-08-10 Thread J. Ali Harlow
On 10/08/05 12:43:51, Owen Taylor wrote: The first is probably simpler - go back to: if test "x$gdktarget" = "xwin32"; then PANGO_PACKAGES="pangowin32 pangocairo" else PANGO_PACKAGES="pango pangocairo" fi Works for me - committed. Thanks, Owen. -- Ali Harlow

Re: Should g_get_host_name() as fallback return "localhost" instead of "unknown"?

2005-08-10 Thread Tristan Van Berkom
Tor Lillqvist wrote: I notice that a code snippet in Evolution (and there is similar code also in other places) which could be replaced with a call to g_get_host_name() uses "localhost" as fallback. Indeed, this is more logical than "unknown". Anybody object to changing g_get_host_name()? I agr

Re: Linking glib with gld in Irix

2005-08-10 Thread Magnus Bergman
On Tue, 9 Aug 2005 14:48:25 -0500 Albert Chin <[EMAIL PROTECTED]> wrote: > On Mon, Aug 08, 2005 at 03:41:19PM +0200, Magnus Bergman wrote: > > I have problems building glib (2.6.6) in Irix using GCC, gas and gld > > (no, I don't forget to use --with-gnu-ld). It fails then linking > > glib-genmarsh

Re: configure.in changes

2005-08-10 Thread J. Ali Harlow
On 10/08/05 12:43:51, Owen Taylor wrote: The first is probably simpler - go back to: if test "x$gdktarget" = "xwin32"; then PANGO_PACKAGES="pangowin32 pangocairo" else PANGO_PACKAGES="pango pangocairo" fi Since pangocairo pulls in pangowin32 on Windows, there is no added in

Re: configure.in changes

2005-08-10 Thread Owen Taylor
On Wed, 2005-08-10 at 11:06 +, J. Ali Harlow wrote: > On 10/08/05 04:03:29, Owen Taylor wrote: > > > So, if people want to test out what is in CVS now I'd appreciate it, > > especially for those deviating from the central stream of > > Linux+recent X.org. > > The changes to configure.in seem

Re: configure.in changes

2005-08-10 Thread J. Ali Harlow
On 10/08/05 04:03:29, Owen Taylor wrote: So, if people want to test out what is in CVS now I'd appreciate it, especially for those deviating from the central stream of Linux+recent X.org. The changes to configure.in seem fine, but the changes to gdkfont- win32.c that were checked in at the s

Re: Garbage collection in Gtk

2005-08-10 Thread Owen Taylor
On Wed, 2005-08-10 at 10:39 +0200, Tomasz Wegrzanowski wrote: > This is cross-posted to [EMAIL PROTECTED] > and gtk-devel-list@gnome.org, because the problem was initially found > with Ruby/GNOME2, but it seems extremely difficult to fix without serious > changes to Gtk itself. > > The post is pro

Garbage collection in Gtk

2005-08-10 Thread Tomasz Wegrzanowski
This is cross-posted to [EMAIL PROTECTED] and gtk-devel-list@gnome.org, because the problem was initially found with Ruby/GNOME2, but it seems extremely difficult to fix without serious changes to Gtk itself. The post is probably unnecessarily long, but I want to avoid any possible misunderstandin

Should g_get_host_name() as fallback return "localhost" instead of "unknown"?

2005-08-10 Thread Tor Lillqvist
I notice that a code snippet in Evolution (and there is similar code also in other places) which could be replaced with a call to g_get_host_name() uses "localhost" as fallback. Indeed, this is more logical than "unknown". Anybody object to changing g_get_host_name()? --tml __