Clarify BInvoker::SetMessage() docs some more

The language on SetMessage() was still a bit confusing, this should
hopefully clear it up.
This commit is contained in:
John Scipione
2015-01-20 20:13:57 -05:00
parent da51f9c366
commit a66de90c49
+3 -6
View File
@@ -103,12 +103,9 @@
You may pass \c NULL into \a message to delete the current message You may pass \c NULL into \a message to delete the current message
without replacing it. without replacing it.
When Invoke() is called without a specific message, a copy of the When Invoke() is called with a \c NULL message parameter, a copy of the
message given here is sent to the "target" BHandler. The message passed in \a message is sent to the target BHandler. BInvoker takes
is sent as a BMessage. ownership of the BMessage object, so you should not delete it yourself.
BInvoker takes ownership of the BMessage object, so you must not delete
it yourself.
\since BeOS R3 \since BeOS R3
*/ */