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:
@@ -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
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user