JULEA
Loading...
Searching...
No Matches
Data Fields
JBackendOperationParam Struct Reference

#include <jbackend-operation.h>

Data Fields

union { 
 
   struct { 
 
      bson_t   bson 
 
   }  
 
   struct { 
 
      GError   error 
 
      GError *   error_ptr 
 
      const gchar *   error_quark_string 
 
   }  
 
};  
 
union { 
 
   gconstpointer   ptr_const 
 
   gpointer   ptr 
 
};  
 
gint len
 
JBackendOperationParamType type
 
gboolean bson_initialized
 

Field Documentation

◆ [union]

union { ... } JBackendOperationParam

◆ [union]

union { ... } JBackendOperationParam

◆ bson

bson_t JBackendOperationParam::bson

◆ bson_initialized

gboolean JBackendOperationParam::bson_initialized
Todo:
this belongs to the bson member but is here for alignment purposes

◆ error

GError JBackendOperationParam::error

◆ error_ptr

GError* JBackendOperationParam::error_ptr

◆ error_quark_string

const gchar* JBackendOperationParam::error_quark_string

◆ len

gint JBackendOperationParam::len

◆ ptr

gpointer JBackendOperationParam::ptr

◆ ptr_const

gconstpointer JBackendOperationParam::ptr_const

◆ type

JBackendOperationParamType JBackendOperationParam::type

The documentation for this struct was generated from the following file: