PolkitQt-1
polkitqt1-authority.h
62 Unknown = 0x00,
64 Yes = 0x01,
66 No = 0x02,
68 Challenge = 0x03
74 None = 0x00,
80 AllowUserInteraction = 0x01
87 E_None = 0x00,
89 E_GetAuthority = 0x01,
91 E_CheckFailed = 0x02,
93 E_WrongSubject = 0x03,
95 E_UnknownResult = 0x04,
97 E_EnumFailed = 0x05,
99 E_RegisterFailed = 0x06,
101 E_UnregisterFailed = 0x07,
103 E_CookieOrIdentityEmpty = 0x08,
105 E_AgentResponseFailed = 0x09,
107 E_RevokeFailed = 0x0A
206 * \see checkAuthorization(const QString&, const Subject&, AuthorizationFlags) Base version of this method.
208 // TODO: merge with checkAuthorization when we decide to break binary compatibility probably in Plasma 6
230 * \see checkAuthorization(const QString&, const Subject&, AuthorizationFlags, const DetailsMap&) for a description of the details parameter.
232 * \see checkAuthorizationSync(const QString&, const Subject, AuthorizationFlags) Base version of this method.
336 * Provide response that \p identity successfully authenticated for the authentication request identified by \p cookie.
348 * Provide response that \p identity successfully authenticated for the authentication request identified by \p cookie.
358 bool authenticationAgentResponseSync(const QString& cookie, const PolkitQt1::Identity& identity);
QString message
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Jun 7 2023 03:57:31 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Jun 7 2023 03:57:31 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.