From 253188e4fc2b832b6c21d7195f3f6f8bfc72d72a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 1 Dec 2019 13:30:43 -0500 Subject: [PATCH] doc: Document FlatpakPortalError --- common/flatpak-portal-error.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/flatpak-portal-error.h b/common/flatpak-portal-error.h index 050ae8f0..6b32ee87 100644 --- a/common/flatpak-portal-error.h +++ b/common/flatpak-portal-error.h @@ -39,6 +39,8 @@ G_BEGIN_DECLS * @FLATPAK_PORTAL_ERROR_NOT_ALLOWED: The call was not allowed * @FLATPAK_PORTAL_ERROR_CANCELLED: The call was cancelled by the user * @FLATPAK_PORTAL_ERROR_WINDOW_DESTROYED: The window was destroyed by the user + * + * Error codes returned by portal calls. */ typedef enum { FLATPAK_PORTAL_ERROR_FAILED = 0,