3.0: remove client messages

2011-01-30 Thread Benjamin Otte
Hey, I intend to remove the following things from GDK on my quest to get rid of GdkNativeWindow. structs: - GdkEventClientMessage: functions: - gdk_add_client_message_filter() - gdk_event_send_client_message() - gdk_event_send_clientmessage_toall() - gdk_event_send_client_message_for_display() sig

Re: Gtk-2.24.0 tarball doesn't build on quartz

2011-01-30 Thread Matthias Clasen
On Sun, Jan 30, 2011 at 11:25 PM, John Ralls wrote: > Undefined symbols: >  "_gtk_combo_box_text_new", referenced from: >      _create_combo_box in sizegroup.o >      _attach_widgets in textview.o >  "_gtk_combo_box_text_new_with_entry", referenced from: >      _do_combobox in combobox.o >  "_gtk_

Gtk-2.24.0 tarball doesn't build on quartz

2011-01-30 Thread John Ralls
Undefined symbols: "_gtk_combo_box_text_new", referenced from: _create_combo_box in sizegroup.o _attach_widgets in textview.o "_gtk_combo_box_text_new_with_entry", referenced from: _do_combobox in combobox.o "_gtk_combo_box_text_append_text", referenced from: _do_combo

Re: Make GtkPlug and GtkSocket X11-specific - unfinished

2011-01-30 Thread John Ralls
On Jan 30, 2011, at 2:39 PM, Hans Breuer wrote: > Current master - when build on windoze - gives: > > gtkstatusicon.c > gtktrayicon.h(40) : error C2061: syntax error : identifier 'GtkPlug' > gtktrayicon.h(43) : error C2059: syntax error : '}' > gtktrayicon.h(47) : error C2061: syntax error : ide

Make GtkPlug and GtkSocket X11-specific - unfinished

2011-01-30 Thread Hans Breuer
Current master - when build on windoze - gives: gtkstatusicon.c gtktrayicon.h(40) : error C2061: syntax error : identifier 'GtkPlug' gtktrayicon.h(43) : error C2059: syntax error : '}' gtktrayicon.h(47) : error C2061: syntax error : identifier 'GtkPlugClass' gtktrayicon.h(54) : error C2059: synta

GdkNativeWindow (was Re: Bad portability by foreign_new_for_display)

2011-01-30 Thread Hans Breuer
At 26.01.2011 23:36, Matthias Clasen wrote: On Wed, Jan 26, 2011 at 5:32 PM, Hans Breuer wrote: [...] Correct, I've overlooked the suggested loss of GdkNativeWindow during the creation of backend specific foreign_new_for_display(), but I think using a gpointer and e.g. have the backend specifc

URI parser in glib (missing)

2011-01-30 Thread Antono Vasiljev
Hello, All. I found 3 (at least) different implementations of uri parsing functions: URI parsing in GNet (deprecated). http://library.gnome.org/devel/gnet/stable/gnet-uri.html URI parsing in SOUP: http://library.gnome.org/devel/libsoup/unstable/libsoup-2.4-SoupURI.html URI parsing in Evolution: