profileval_t - key value type -triplet

NAME  SYNOPSIS  Data Fields  Detailed Description  Author 

NAME

profileval_t − key value type -triplet

SYNOPSIS

#include <profileval.h>

Data Fields

char * pv_key
Key string.
char * pv_val
Value string.
char * pv_type
Type string.

Detailed Description

Profile data entries have: name, value and type.

The profileval_t structure is used to convey this information from profile daemon to client applications.

Author

Generated automatically by Doxygen for libprofile from the source code.


Updated 2024-01-29 - jenkler.se | uex.se