Continued library documentation.

81% is covered already.
This commit is contained in:
2013-09-16 13:20:53 +02:00
parent 12d0dfb069
commit 08465d91c3
5 changed files with 198 additions and 3 deletions

View File

@@ -34,6 +34,13 @@ typedef struct _GsweMoment GsweMoment;
typedef struct _GsweMomentClass GsweMomentClass;
typedef struct _GsweMomentPrivate GsweMomentPrivate;
/**
* GSWE_MOMENT_ERROR:
*
* Error domain for GsweMoment. Errors in this domain will be from
* #GsweMomentError enumeration. See #GError for more information on error
* domains.
*/
#define GSWE_MOMENT_ERROR gswe_moment_error_quark()
GQuark gswe_moment_error_quark(void);