XenevaOS
Loading...
Searching...
No Matches
Macros | Typedefs | Functions
svprop.h File Reference

Go to the source code of this file.

Macros

#define FT_SERVICE_ID_PROPERTIES   "properties"
 
#define FT_DEFINE_SERVICE_PROPERTIESREC(class_, set_property_, get_property_)
 

Typedefs

typedef FT_Error(* FT_Properties_SetFunc) (FT_Module module, const char *property_name, const void *value, FT_Bool value_is_string)
 
typedef FT_Error(* FT_Properties_GetFunc) (FT_Module module, const char *property_name, void *value)
 

Functions

 FT_DEFINE_SERVICE (Properties)
 

Macro Definition Documentation

◆ FT_DEFINE_SERVICE_PROPERTIESREC

#define FT_DEFINE_SERVICE_PROPERTIESREC (   class_,
  set_property_,
  get_property_ 
)
Value:
static const FT_Service_PropertiesRec class_ = \
{ \
set_property_, \
get_property_ \
};

◆ FT_SERVICE_ID_PROPERTIES

#define FT_SERVICE_ID_PROPERTIES   "properties"

Typedef Documentation

◆ FT_Properties_GetFunc

typedef FT_Error(* FT_Properties_GetFunc) (FT_Module module, const char *property_name, void *value)

◆ FT_Properties_SetFunc

typedef FT_Error(* FT_Properties_SetFunc) (FT_Module module, const char *property_name, const void *value, FT_Bool value_is_string)

Function Documentation

◆ FT_DEFINE_SERVICE()

FT_DEFINE_SERVICE ( Properties  )