![]() |
![]() |
![]() |
libeasyfc Documentation | ![]() |
---|---|---|---|---|
Top | Description |
GQuark ezfc_error_get_quark (void
);
Obtains a GQuark being used for GError.
Returns : |
a GQuark. |
enum ezfc_error_t { EZFC_ERR_UNKNOWN = -1, EZFC_ERR_SUCCESS = 0, EZFC_ERR_OOM, EZFC_ERR_FAIL_ON_FC, EZFC_ERR_NO_VALID_FONT, EZFC_ERR_NO_FAMILY, EZFC_ERR_NO_CONFIG_DIR, EZFC_ERR_NO_ELEMENTS, EZFC_ERR_NO_CONFIG_FILE, EZFC_ERR_FAIL_ON_XML, EZFC_ERR_FAIL_ON_LIBC, EZFC_ERR_END };
Error code used in libeasyfc.
unknown error happened. | |
an operation is succeeded. | |
Out of memory occurred. | |
an error happened in fontconfig. | |
no valid font is available on the system. | |
no font family name found in a class. | |
no valid configuration directory found. | |
no elements found to write. | |
no configuration file was available on the filesystem. | |
an error happened in libxml2. | |
an error happened in libc. | |
No real error, but just a terminator. |