gtksocket: Remove mention to gtk_socket_steal() deprecated function

This commit is contained in:
Javier Jardón 2010-09-08 17:14:37 +02:00
parent ca3348f8f1
commit 4a5e0a35b9

View File

@ -100,11 +100,6 @@
* <application>Qt</application>, allowing the same level of integration
* when embedding a <application>Qt</application> widget in GTK or vice versa.
*
* A socket can also be used to swallow arbitrary
* pre-existing top-level windows using gtk_socket_steal(),
* though the integration when this is done will not be as close
* as between a #GtkPlug and a #GtkSocket.
*
* <note>
* The #GtkPlug and #GtkSocket widgets are currently not available
* on all platforms supported by GTK+.