diff options
author | Tim Janik <timj@src.gnome.org> | 2002-02-04 18:36:33 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 2002-02-04 18:36:33 +0000 |
commit | 61c6d5b0161119721b303390574c2b7d75496ee2 (patch) | |
tree | f2c476b2f767165101687a6b12f5d26d089eb378 /docs | |
parent | c73fba247b1a0894b901f4d9203281126b55ddb5 (diff) |
fixes.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gobject/tmpl/gclosure.sgml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/reference/gobject/tmpl/gclosure.sgml b/docs/reference/gobject/tmpl/gclosure.sgml index 5c26553a3..77737ba38 100644 --- 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. +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 |