projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c73fba2
)
fixes.
author
Tim Janik
<timj@src.gnome.org>
Mon, 4 Feb 2002 18:36:33 +0000
(18:36 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Mon, 4 Feb 2002 18:36:33 +0000
(18:36 +0000)
docs/reference/gobject/tmpl/gclosure.sgml
patch
|
blob
|
history
diff --git
a/docs/reference/gobject/tmpl/gclosure.sgml
b/docs/reference/gobject/tmpl/gclosure.sgml
index
5c26553
..
77737ba
100644
(file)
--- a/
docs/reference/gobject/tmpl/gclosure.sgml
+++ b/
docs/reference/gobject/tmpl/gclosure.sgml
@@
-226,6
+226,10
@@
returns.
This function sets a flag on the closure to indicate that it's
calling environment has become invalid, and thus causes any future
invocations of g_closure_invoke() on this @closure to be ignored.
This function sets a flag on the closure to indicate that it's
calling environment has become invalid, and thus causes any future
invocations of g_closure_invoke() on this @closure to be ignored.
+Also, invalidation notifiers installed on the closure will be called
+at this point, and since invalidation notifiers may unreference
+the closure, @closure should be considered an invalidated pointer
+atfer this function, unles g_closure_ref() was called beforehand.
</para>
@closure: GClosure to invalidate
</para>
@closure: GClosure to invalidate