summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9f5d0a9)
raw | patch | inline | side by side (parent: 9f5d0a9)
author | mental <mental@users.sourceforge.net> | |
Sat, 29 Apr 2006 17:49:04 +0000 (17:49 +0000) | ||
committer | mental <mental@users.sourceforge.net> | |
Sat, 29 Apr 2006 17:49:04 +0000 (17:49 +0000) |
doc/refcounting.txt | patch | blob | history |
diff --git a/doc/refcounting.txt b/doc/refcounting.txt
index 5dab790a059a20aa308c961012bbda54038c8391..e3f6cf27fc5cf4c5adba6e4227a59d2b6b4b4a47 100644 (file)
--- a/doc/refcounting.txt
+++ b/doc/refcounting.txt
REFCOUNTING FUNCTIONS
-Ref and unref functions are provided to manipulate object counter (and make
-the final decision to free the object for you), but their names will vary
-depending on the type of object.
+Ref and unref functions are provided to manipulate an object's refcount
+(and perhaps make the final decision to free the object), but their names
+will vary depending on the type of object.
Examples include g_object_ref()/g_object_unref() (for most GObject-based
types), sp_object_ref()/sp_object_unref() (for SPObject-derived classes),