Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

osso_rpc_t Struct Reference
[Generic Remote Process Communication (RPC)]

#include <libosso.h>


Data Fields

int type
union {
   guint32   u
   gint32   i
   gboolean   b
   gdouble   d
   const gchar *   s
value


Detailed Description

The argument element used in the Generic RPC functions is a GArray of these osso_rpc_t structures.


Field Documentation

gboolean osso_rpc_t::b
 

Type is DBUS_TYPE_BOOLEAN

gdouble osso_rpc_t::d
 

Type is DBUS_TYPE_DOUBLE

gint32 osso_rpc_t::i
 

Type is DBUS_TYPE_INT32

const gchar* osso_rpc_t::s
 

Type is DBUS_TYPE_STRING

int osso_rpc_t::type
 

The type of argument

guint32 osso_rpc_t::u
 

Type is DBUS_TYPE_UINT32

union { ... } osso_rpc_t::value
 

The way the param is interpeted depends on the type field.


The documentation for this struct was generated from the following file:
Generated on Tue Aug 25 08:02:12 1970 for LibOSSO by doxygen 1.3.7