XdgAppError: Add documentation

tingping/wmclass
Matthias Clasen 2016-03-25 00:38:51 -04:00
parent 38ce9f5cfa
commit 79d152b7ff
2 changed files with 8 additions and 0 deletions

View File

@ -25,4 +25,10 @@
#include <gio/gio.h>
/**
* SECTION:xdg-app-error
* @Title: Error codes
*
*/
G_DEFINE_QUARK (xdg-app-error-quark, g_io_error)

View File

@ -30,6 +30,8 @@ G_BEGIN_DECLS
* XdgAppError:
* @XDG_APP_ERROR_ALREADY_INSTALLED: App/runtime is already installed
* @XDG_APP_ERROR_NOT_INSTALLED: App/runtime is not installed
*
* Error codes for library functions.
*/
typedef enum {
XDG_APP_ERROR_ALREADY_INSTALLED,