Re: Missing symbols in def files

Cedric Gustin <[email protected]> Tue, 04 Mar 2003 09:46:54 +0100
Newsgroups gmane.comp.video.gimp.windows.devel
Message-ID <[email protected]>
Here is the (final) list of missing symbols I found in the latest gtk+-2 
DLLs while compiling gtkmm-2.2

g_thread_pool_get_num_unused_threads
g_thread_pool_stop_unused_threads

atk_component_get_layer
atk_component_get_mdi_zorder

gdk_screen_list_visuals
gdk_screen_make_display_name
gdk_screen_get_width_mm
gdk_screen_get_height_mm
gdk_screen_broadcast_client_message
gdk_drag_get_protocol_for_display
gdk_display_manager_get_type

gtk_clipboard_get_type
gtk_window_get_skip_taskbar_hint
gtk_tree_row_reference_get_type

A bunch of gtk_socket_* and gtk_plug_*

I also don't find any trace of the following functions and signals in the 
latest atk binaries (but I suppose they will be available when Tor releases 
atk-1.2.0 on win32)

atk_action_get_localized_name
atk_object_add_relationship
atk_object_remove_relationship
atk_object_active_descendant_changed (signal)
atk_text_attributes_changed (signal)

Still no hope of implementing gtk_plug and gtk_socket on win32 ?

Hope everything will be fixed with the release of gtk+-2.2.2 and many 
thanks to Tor for its wonderful work.

Cedric