Improve the docs about cross-process embedding a bit. (#112101, #112006)

2003-05-05  Matthias Clasen  <maclas@gmx.de>

	* gtk/gtk-docs.sgml:
	* gtk/tmpl/gtksocket.sgml: Improve the docs about cross-process
	embedding a bit.  (#112101, #112006)
This commit is contained in:
Matthias Clasen 2003-05-05 18:13:59 +00:00 committed by Matthias Clasen
parent 362580fbdd
commit b533fc3ae5
3 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2003-05-05 Matthias Clasen <maclas@gmx.de>
* gtk/gtk-docs.sgml:
* gtk/tmpl/gtksocket.sgml: Improve the docs about cross-process
embedding a bit. (#112101, #112006)
2003-05-01 Matthias Clasen <maclas@gmx.de>
* gtk/gtk-docs.sgml:

View File

@ -298,7 +298,6 @@ that is, GUI components such as <link linkend="GtkButton">GtkButton</link> or
&GtkDialog;
&GtkInvisible;
&GtkMessageDialog;
&GtkPlug;
&GtkWindow;
&GtkWindowGroup;
</chapter>
@ -451,6 +450,7 @@ that is, GUI components such as <link linkend="GtkButton">GtkButton</link> or
<chapter id="PlugSocket">
<title>Cross-process Embedding</title>
&GtkPlug;
&GtkSocket;
</chapter>

View File

@ -137,7 +137,8 @@ never be set by an application.)
<!-- ##### SIGNAL GtkSocket::plug-added ##### -->
<para>
This signal is emitted when a client is successfully
added to the socket.
</para>
@socket: the object which received the signal.
@ -146,7 +147,9 @@ never be set by an application.)
<!-- ##### SIGNAL GtkSocket::plug-removed ##### -->
<para>
This signal is emitted when a client is removed from the socket. The
default action is to destroy the #GtkSocket widget, so if you want to
reuse it you must add a signal handler that returns %TRUE.
</para>
@socket: the object which received the signal.