mirror of
https://github.com/flatpak/flatpak.git
synced 2026-05-18 21:55:22 -04:00
Add standard errors needed for portal
This commit is contained in:
@@ -31,6 +31,8 @@ static const GDBusErrorEntry xdg_app_error_entries[] = {
|
||||
{XDG_APP_ERROR_NOT_FOUND, "org.freedesktop.XdgApp.NotFound"},
|
||||
{XDG_APP_ERROR_EXISTS, "org.freedesktop.XdgApp.Exists"},
|
||||
{XDG_APP_ERROR_NOT_ALLOWED, "org.freedesktop.XdgApp.NotAllowed"},
|
||||
{XDG_APP_ERROR_CANCELLED, "org.freedesktop.XdgApp.Cancelled"},
|
||||
{XDG_APP_ERROR_WINDOW_DESTROYED, "org.freedesktop.XdgApp.WindowDestroyed"},
|
||||
};
|
||||
|
||||
GQuark
|
||||
|
||||
@@ -35,6 +35,8 @@ typedef enum {
|
||||
XDG_APP_ERROR_NOT_FOUND,
|
||||
XDG_APP_ERROR_EXISTS,
|
||||
XDG_APP_ERROR_NOT_ALLOWED,
|
||||
XDG_APP_ERROR_CANCELLED,
|
||||
XDG_APP_ERROR_WINDOW_DESTROYED,
|
||||
} XdgAppErrorEnum;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user