|
dfuzzer
|
#include <fuzz.h>
Data Fields | |
| char * | sig |
| GVariant * | var |
| struct df_signature * | next |
Structure contains a D-Bus signature of the argument and pointer to a next argument (arguments belongs to the method df_method_name in structure df_sig_list).
| struct df_signature* df_signature::next |
Pointer on next argument
| char* df_signature::sig |
D-Bus signature of the argument
| GVariant* df_signature::var |
Storage for randomly generated data for the argument
1.8.9.1