mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-19 14:22:18 -04:00
common: Add missing error codes to GDBusErrorEntry array
These were mistakenly only added to flatpak-error.h
This commit is contained in:
committed by
Phaedrus Leeds
parent
6db7806762
commit
bf37034663
@@ -79,6 +79,8 @@ static const GDBusErrorEntry flatpak_error_entries[] = {
|
||||
{FLATPAK_ERROR_NOT_CACHED, "org.freedesktop.Flatpak.Error.NotCached"}, /* Since: 1.3.3 */
|
||||
{FLATPAK_ERROR_REF_NOT_FOUND, "org.freedesktop.Flatpak.Error.RefNotFound"}, /* Since: 1.4.0 */
|
||||
{FLATPAK_ERROR_PERMISSION_DENIED, "org.freedesktop.Flatpak.Error.PermissionDenied"}, /* Since: 1.5.1 */
|
||||
{FLATPAK_ERROR_AUTHENTICATION_FAILED, "org.freedesktop.Flatpak.Error.AuthenticationFailed"}, /* Since: 1.7.3 */
|
||||
{FLATPAK_ERROR_NOT_AUTHORIZED, "org.freedesktop.Flatpak.Error.NotAuthorized"}, /* Since: 1.7.3 */
|
||||
};
|
||||
|
||||
typedef struct archive FlatpakAutoArchiveRead;
|
||||
|
||||
Reference in New Issue
Block a user