Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] GTK in CVS


Ok, I added handlers for all 4 log domains but when I try to remove them I get a bunch
of error messages for each domain other than "Gtk" of the form:

GLib-WARNING **:g_log_remove_handler: could not find handler with id '2' for domain "Gdk"

GLib-WARNING **:g_log_remove_handler: could not find handler with id '3' for domain "GLib"

GLib-WARNING **:g_log_remove_handler: could not find handler with id '4' for domain "GdkPixbuf"

It seems I can add them OK but can't remove them.  Havoc, should I keep bothering you about
this sort of thing or hold off for major issues?

Steve



Havoc Pennington <hp@xxxxxxxxxx>
Sent by: platform-swt-dev-admin@xxxxxxxxxxx

12/06/01 07:16 PM
Please respond to platform-swt-dev

       
        To:        platform-swt-dev@xxxxxxxxxxx
        cc:        
        Subject:        Re: [platform-swt-dev] GTK in CVS



Steve_Northover@xxxxxxx writes:
> So, given that the API fails silently, are the exact strings that I need
> to
> pass in "Gtk", "Gdk", "GLib", "GdkPixbuf"?  I think I'll wait on the rest
> until we actually use the API.

Yes, those are right, except now that I look GdkPixbuf is broken and
uses the default domain - sigh.

I filed a bug:
 http://bugzilla.gnome.org/show_bug.cgi?id=66412

> Actually, if example from the doc used "gtk" or some string that's not
> NULL, I wouldn't have make the mistake in the first place.

I fixed the docs to have several examples, so it should be clear now.

Havoc
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev



Back to the top