diff options
Diffstat (limited to 'docs/reference/gtk/tmpl/gtksocket.sgml')
-rw-r--r-- | docs/reference/gtk/tmpl/gtksocket.sgml | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/docs/reference/gtk/tmpl/gtksocket.sgml b/docs/reference/gtk/tmpl/gtksocket.sgml index 7bb277802b..fa45e8aaea 100644 --- a/docs/reference/gtk/tmpl/gtksocket.sgml +++ b/docs/reference/gtk/tmpl/gtksocket.sgml @@ -100,6 +100,28 @@ never be set by an application.) </para> +<!-- ##### 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. +<!-- # Unused Parameters # --> +@socket_: the object which received the signal. + +<!-- ##### 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. +@Returns: +<!-- # Unused Parameters # --> +@socket_: the object which received the signal. + <!-- ##### FUNCTION gtk_socket_new ##### --> <para> </para> @@ -135,25 +157,3 @@ never be set by an application.) @Returns: -<!-- ##### 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. -<!-- # Unused Parameters # --> -@socket_: the object which received the signal. - -<!-- ##### 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. -@Returns: -<!-- # Unused Parameters # --> -@socket_: the object which received the signal. - |