diff options
author | Javier Jardón <jjardon@gnome.org> | 2010-09-08 17:14:37 +0200 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-09-08 17:14:37 +0200 |
commit | 4a5e0a35b92f8bbe3070c8a37c96a9030f45f093 (patch) | |
tree | 1f32c020e992c08b954551667d9c3925e83d2535 /gtk/gtksocket.c | |
parent | ca3348f8f1a0021317f43dfb92a6179038ad50dd (diff) | |
download | gtk+-4a5e0a35b92f8bbe3070c8a37c96a9030f45f093.tar.gz |
gtksocket: Remove mention to gtk_socket_steal() deprecated function
Diffstat (limited to 'gtk/gtksocket.c')
-rw-r--r-- | gtk/gtksocket.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk/gtksocket.c b/gtk/gtksocket.c index 879406153a..ed82739e2e 100644 --- a/gtk/gtksocket.c +++ b/gtk/gtksocket.c @@ -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+. |