diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-12-15 14:49:23 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-12-21 12:07:00 -0500 |
commit | 985eb1446978b059f6099522a3acd83c517a02c4 (patch) | |
tree | 4acf4400708c7712ecfb226c8c920bc3b9731d3c /docs | |
parent | 33417c36f1fd213fd3f8da902e012f934c7659ae (diff) | |
download | gtk+-985eb1446978b059f6099522a3acd83c517a02c4.tar.gz |
Multiple changes to reduce the amount of unprefixed symbols
The X11 backend exports a number of symbols which are _-prefixed
(so don't become part of the gdk api), but are not named in a
way to prevent accidental clashes between backends.
The one API change here is that the gdk_xid_table functions
have been removed - they did not server an purpose, since the
xid table only stores windows anyway, and we already have a
lookup-by-xid function for windows.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gdk/gdk3-sections.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/reference/gdk/gdk3-sections.txt b/docs/reference/gdk/gdk3-sections.txt index dc5db53d30..b5aa4234bc 100644 --- a/docs/reference/gdk/gdk3-sections.txt +++ b/docs/reference/gdk/gdk3-sections.txt @@ -951,8 +951,6 @@ GDK_CURSOR_XCURSOR GDK_CURSOR_XDISPLAY gdkx_visual_get gdk_x11_window_foreign_new_for_display -gdk_xid_table_lookup -gdk_xid_table_lookup_for_display gdk_x11_window_lookup_for_display gdk_x11_lookup_xdisplay gdk_x11_get_server_time |