Eo base: Correct comment regarding the finalizer.

This commit is contained in:
Tom Hacohen 2015-05-20 14:02:56 +01:00
parent dfbb777bf1
commit 99cb7e9ba7
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ Should not be used with #eo_do. Only use it with #eo_do_super. */
}
finalize {
/*@ Called at the end of #eo_add. Should not be called, just overridden. */
return: Eo *; /*@ The new object created, can be NULL if the finalize func decided to abort (though it should free the created object on it's own). */
return: Eo *; /*@ The new object created, can be NULL if aborting */
}
wref_add {
/*@ Add a new weak reference to obj.