diff options
Diffstat (limited to 'gnome-autoar/autoar-create.h')
-rw-r--r-- | gnome-autoar/autoar-create.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gnome-autoar/autoar-create.h b/gnome-autoar/autoar-create.h index 4282c9f..9c953d8 100644 --- a/gnome-autoar/autoar-create.h +++ b/gnome-autoar/autoar-create.h @@ -66,6 +66,13 @@ struct _AutoarCreateClass GError *error); }; +/** + * AUTOAR_CREATE_ERROR: + * + * Error domain for #AutoarCreate. Not all error occurs in #AutoarCreate uses + * this domain. It is only used for error occurs in #AutoarCreate itself. + * See #AutoarCreate::error signal for more information. + **/ #define AUTOAR_CREATE_ERROR autoar_create_quark() GQuark autoar_create_quark (void); |