Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1729c0af authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Merge "Document linkToDeath behavior on object cleanup." am: ef92508f am:...

Merge "Document linkToDeath behavior on object cleanup." am: ef92508f am: b91a365c am: 9fa1140b am: d6ce3277 am: f815f12c

Change-Id: I7fd47701776e8ffc1e1a60a096f818bd2ac948e5
parents f1fb849a f815f12c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -173,6 +173,10 @@ public:
     * The @a cookie is optional -- if non-NULL, it should be a
     * memory address that you own (that is, you know it is unique).
     *
     * @note When all references to the binder being linked to are dropped, the
     * recipient is automatically unlinked. So, you must hold onto a binder in
     * order to receive death notifications about it.
     *
     * @note You will only receive death notifications for remote binders,
     * as local binders by definition can't die without you dying as well.
     * Trying to use this function on a local binder will result in an