Re: Bug with dbus_pending_call_steal_reply?
Thiago Macieira <[email protected]> Thu, 17 Aug 2023 22:54:25 -0700
| Newsgroups | gmane.comp.freedesktop.dbus |
|---|---|
| Message-ID | <4483633.8F6SAcFxjW@tjmaciei-mobl5> |
On Thursday, 17 August 2023 20:53:03 PDT bitfxed wrote: > Sorry, I messed up the link but you're saying I can't steal something > that isn't there and > https://dbus.freedesktop.org/doc/api/html/group__DBusPendingCall.html#ga5a73 > 8928c2369fef093ce00658903d06 says that it will either return the reply or > "returns NULL if none has been received yet.". Am I confusing something or > isn't that contradictory? You're not. The documentation has documented the _dbus_return_val_if_fail behaviour, which is an assertion or warning depending on build mode.