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
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_
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
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
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
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
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: