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_VALUE_INVALID_ID char* lu_value_strdup (const GValue *value); void lu_value_init_set_id (GValue *value, id_t id); id_t lu_value_get_id (const GValue *value); int lu_values_equal (const GValue *a, const GValue *b); Description
Libuser entities store attribute values as GValue, which allows representing
any possible data type. Only a few types are needed in practice; the only
types applications should hard-code are
The only currently used data types that are not conveniently supported using
the above types are uid_t and gid_t (which can be together represented in
id_t), because they can support values outside of the range of glong. Helper
functions are provided to convert values between id_t and GValue, even if the
value is stored using DetailsLU_VALUE_INVALID_ID#define LU_VALUE_INVALID_ID ((id_t)-1) An id_t value that matches no valid user or group ID. lu_value_strdup ()char* lu_value_strdup (const GValue *value);
Converts
lu_value_init_set_id ()void lu_value_init_set_id (GValue *value, id_t id);
Initializes a zero-filled (uninitialized)
lu_value_get_id ()id_t lu_value_get_id (const GValue *value);
Get the contents of
If
|
:: Command execute :: | |
--[ c99shell v. 1.0 pre-release build #16 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0036 ]-- |