You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation for Xdp.Portal::session-state-changed has the third argument of the callback function as a pointer, whereas it seems it should be a value:
i.e. I think XdpLoginSessionStage* session_state should be XdpLoginSessionStage session_state there. I couldn't work out how this comes about in the documentation generation process to submit a PR though, sorry.
The text was updated successfully, but these errors were encountered:
The documentation for Xdp.Portal::session-state-changed has the third argument of the callback function as a pointer, whereas it seems it should be a value:
i.e. I think
XdpLoginSessionStage* session_state
should beXdpLoginSessionStage session_state
there. I couldn't work out how this comes about in the documentation generation process to submit a PR though, sorry.The text was updated successfully, but these errors were encountered: