Re: GDBus API Questions; was: GDBus/GVariant plans for next GLib release

2009-10-28 Thread Mikkel Kamstrup Erlandsen
2009/10/28 Mikkel Kamstrup Erlandsen : > 2009/10/28 Mikkel Kamstrup Erlandsen : >> 2009/10/27 Mikkel Kamstrup Erlandsen : >>> 2009/10/27 David Zeuthen : Hey Mikkel, On Mon, 2009-10-26 at 23:52 +0100, Mikkel Kamstrup Erlandsen wrote: > > I just looked over the newly introduced >>>

Re: GDBus API Questions; was: GDBus/GVariant plans for next GLib release

2009-10-28 Thread Mikkel Kamstrup Erlandsen
2009/10/28 Mikkel Kamstrup Erlandsen : > 2009/10/27 Mikkel Kamstrup Erlandsen : >> 2009/10/27 David Zeuthen : >>> Hey Mikkel, >>> >>> On Mon, 2009-10-26 at 23:52 +0100, Mikkel Kamstrup Erlandsen wrote: > I just looked over the newly introduced > g_dbus_connection_register_subtree() and re

Re: ellipsize on multi-lines label

2009-10-28 Thread Scott Horowitz
On Wed, Oct 28, 2009 at 10:40 AM, Daniele Maio wrote: > Hello, > > I've a GtkLabel with many lines of text , I would like to apply the > ellipsize method on that. > But when I try to do the ellipsize the label became one-line only. > There is any trick to do that ? > Thank you. Hi Daniele, You

ellipsize on multi-lines label

2009-10-28 Thread Daniele Maio
Hello, I've a GtkLabel with many lines of text , I would like to apply the ellipsize method on that. But when I try to do the ellipsize the label became one-line only. There is any trick to do that ? Thank you. Best Regards, Daniele Maio ___ gtk-devel-l

Re: Reviewing GVariant

2009-10-28 Thread Simon McVittie
On Wed, 28 Oct 2009 at 03:32:16 -0400, Ryan Lortie wrote: > GVariant type strings can be made "indefinite" by the addition of > wildcard characters. For example: > > "(i*)" - a pair where the first element is a 32bit integer and the >second element has any valid type With my D-Bus

Re: g_object_new shared memory

2009-10-28 Thread Tim Janik
On Tue, 27 Oct 2009, Hieu Le Trung wrote: Hi, I've posted this through gtk-app-devel list but no good response. So that I'm doing cross post here. Please don't, this list is for discussing development of the glib and gtk+ libraries, not applications using it. I wonder if we can do it with g

Re: Reviewing GVariant

2009-10-28 Thread Ryan Lortie
On Tue, 2009-10-27 at 21:03 -0400, Matthias Clasen wrote: > Just to run down the concepts you meet while reading this chapter, > mostly without introduction or explanation: > - type classes > - basic types, maybe types, container types > - 'any' types > - generic types > - variant types and type st