GNUnet 0.21.1
GNUNET_GNSRECORD_PluginFunctions Struct Reference

Each plugin is required to return a pointer to a struct of this type as the return value from its entry point. More...

#include <gnunet_gnsrecord_plugin.h>

Data Fields

void * cls
 Closure for all of the callbacks. More...
 
GNUNET_GNSRECORD_ValueToStringFunction value_to_string
 Conversion to string. More...
 
GNUNET_GNSRECORD_StringToValueFunction string_to_value
 Conversion to binary. More...
 
GNUNET_GNSRECORD_TypenameToNumberFunction typename_to_number
 Typename to number. More...
 
GNUNET_GNSRECORD_NumberToTypenameFunction number_to_typename
 Number to typename. More...
 
GNUNET_GNSRECORD_IsCriticalFunction is_critical
 Is critical. More...
 

Detailed Description

Each plugin is required to return a pointer to a struct of this type as the return value from its entry point.

Definition at line 128 of file gnunet_gnsrecord_plugin.h.

Field Documentation

◆ cls

◆ value_to_string

◆ string_to_value

◆ typename_to_number

◆ number_to_typename

◆ is_critical

GNUNET_GNSRECORD_IsCriticalFunction GNUNET_GNSRECORD_PluginFunctions::is_critical

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