GNUnet debian-0.24.3-29-g453fda2cf
 
Loading...
Searching...
No Matches
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.
 
GNUNET_GNSRECORD_ValueToStringFunction value_to_string
 Conversion to string.
 
GNUNET_GNSRECORD_StringToValueFunction string_to_value
 Conversion to binary.
 
GNUNET_GNSRECORD_TypenameToNumberFunction typename_to_number
 Typename to number.
 
GNUNET_GNSRECORD_NumberToTypenameFunction number_to_typename
 Number to typename.
 
GNUNET_GNSRECORD_IsCriticalFunction is_critical
 Is critical.
 

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: