Software: Apache/2.0.54 (Fedora). PHP/5.0.4 uname -a: Linux mina-info.me 2.6.17-1.2142_FC4smp #1 SMP Tue Jul 11 22:57:02 EDT 2006 i686 uid=48(apache) gid=48(apache) groups=48(apache) Safe-mode: OFF (not secure) /usr/share/gtk-doc/html/libuser/ drwxr-xr-x |
Viewing file: Select action/file-type:
Synopsis#define LU_ERROR_CHECK (err_p_p) void lu_error_new (lu_error_t **error, lu_status_t code, const char *fmt, ...); void lu_error_free (lu_error_t **error); gboolean lu_error_is_success (lu_status_t status); gboolean lu_error_is_warning (lu_status_t status); gboolean lu_error_is_error (lu_status_t status); const char* lu_strerror (lu_error_t *error); Description
A struct lu_error contains an error code and a human-readable, possibly
translated error string. The error string is using the encoding specified
by DetailsLU_ERROR_CHECK()#define LU_ERROR_CHECK(err_p_p) Checks that the given pointer to a pointer to a struct does not already point to a valid lu_error structure. This macro is used by many internal functions to check that an error has not already occurred when they are invoked.
lu_error_new ()void lu_error_new (lu_error_t **error, lu_status_t code, const char *fmt, ...); Creates a new lu_error structure. lu_error_free ()void lu_error_free (lu_error_t **error); Frees an lu_error structure.
lu_error_is_success ()gboolean lu_error_is_success (lu_status_t status); Check if the error code held by an error structure is a success code.
lu_error_is_warning ()gboolean lu_error_is_warning (lu_status_t status); Check if the error code held by an error structure is a warning code.
lu_error_is_error ()gboolean lu_error_is_error (lu_status_t status); Check if the error code held by an error structure is an error code.
|
:: Command execute :: | |
--[ c99shell v. 1.0 pre-release build #16 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0035 ]-- |