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/gobject/ drwxr-xr-x |
Viewing file: Select action/file-type:
Synopsis#include <glib-object.h> #include <gobject/gvaluecollector.h> union GTypeCValue; #define G_VALUE_COLLECT (value, var_args, flags, __error) #define G_VALUE_LCOPY (value, var_args, flags, __error) #define G_VALUE_COLLECT_FORMAT_MAX_LENGTH Detailsunion GTypeCValueunion GTypeCValue { gint v_int; glong v_long; gint64 v_int64; gdouble v_double; gpointer v_pointer; }; A union holding one collected value. G_VALUE_COLLECT()#define G_VALUE_COLLECT(value, var_args, flags, __error) Collects a variable argument value from a va_list. We have to implement the varargs collection as a macro, because on some systems va_list variables cannot be passed by reference.
G_VALUE_LCOPY()#define G_VALUE_LCOPY(value, var_args, flags, __error) Collects a value's variable argument locations from a va_list.
G_VALUE_COLLECT_FORMAT_MAX_LENGTH#define G_VALUE_COLLECT_FORMAT_MAX_LENGTH (8) The maximal number of GTypeCValues which can be collected for a single GValue.
|
:: Command execute :: | |
--[ c99shell v. 1.0 pre-release build #16 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.003 ]-- |