diff options
Diffstat (limited to 'docs/reference/gtk/tmpl/gtkobject.sgml')
-rw-r--r-- | docs/reference/gtk/tmpl/gtkobject.sgml | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/docs/reference/gtk/tmpl/gtkobject.sgml b/docs/reference/gtk/tmpl/gtkobject.sgml index 048f28094..86df56db0 100644 --- a/docs/reference/gtk/tmpl/gtkobject.sgml +++ b/docs/reference/gtk/tmpl/gtkobject.sgml @@ -98,6 +98,20 @@ The object itself. You should never use these members directly - </para> +<!-- ##### SIGNAL GtkObject::destroy ##### --> +<para> +Signals that all holders of a reference to the #GtkObject should release +the reference that they hold. May result in finalization of the object +if all references are released. +</para> + +@object: the object which received the signal. + +<!-- ##### ARG GtkObject:user-data ##### --> +<para> + +</para> + <!-- ##### MACRO GTK_OBJECT_TYPE ##### --> <para> Gets the type of an object. @@ -493,17 +507,3 @@ Useless deprecated macro. Ignore it. -<!-- ##### SIGNAL GtkObject::destroy ##### --> -<para> -Signals that all holders of a reference to the #GtkObject should release -the reference that they hold. May result in finalization of the object -if all references are released. -</para> - -@object: the object which received the signal. - -<!-- ##### ARG GtkObject:user-data ##### --> -<para> - -</para> - |