On Tue, Jun 21, 2016 at 2:29 PM, Leandro Pereira
wrote:
> If you'd like to be the new maintainer please send me a private email, and
> I'll list you as the administrator.
Emmanuele Bassi just manifested interest in maintaining the list, and I've
passed the token to him
Folks,
I've been managing this list for about 13 years. And for a good while, I
haven't been developing stuff with GTK+ and Glib. It's time to leave the
maintenance task to someone that's closer to the community and have been
recently reading the list and developing stuff with GTK+.
The list do
Nader Morshed,
On Thu, Nov 18, 2010 at 8:21 PM, Nader Morshed wrote:
>
> #define G_OBJECT_UNREF_AND_NULLIFY(ptr) { \
> g_object_unref(ptr); \
> (ptr) = NULL; \
> }
>
Not a good idea: the object may still hold a reference, and nullifying
the pointer would probably nullify the only w
Daniel,
On Sat, May 8, 2010 at 7:18 PM, Daniel Leidert
wrote:
> Is it the desired behavior, that
>
> g_strstrip(" ")
>
> leads to a segmentation fault? I would expect, that an empty string ("")
> or NULL is returned.
The literal " " is a constant -- the operating system might allocate
that to a
On Wed, Oct 22, 2008 at 1:13 PM, Henri Häkkinen <[EMAIL PROTECTED]> wrote:
>
> What is the correct way of opening image files from the C source then? How
> do I know where the look for the installed data files?
>
If the pixmap is small, consider using gdk-pixbuf-csource and
embedding it into your
On Mon, Jul 21, 2008 at 4:13 PM, John Boncek <[EMAIL PROTECTED]> wrote:
>
> Is there some other widget or library I have missed?
>
WebKit GTK: http://live.gnome.org/WebKitGtk
--
Leandro A. F. Pereira <[EMAIL PROTECTED]>
Developer, Tiamat Software Wizardry.
___
Hi,
I've searched around but could not find a GtkCellRenderer with
libsexy's URLLabel functionality.
Before doing this myself, I'd like to know if someone already did it
and if that's open source
(and GPL-compatible, since I intend to use it in a GPL-licensed
utility I write).
Basically, I am try