Tizen Native API
Public Attributes
_keynode_t Struct Reference

Public Attributes

char * keyname
int type
union {
   int   i
   int   b
   double   d
   char *   s
value
struct _keynode_tnext

Detailed Description

The structure type for an opaque type. It must be used via accessor functions.

Since :
2.3
See also:
vconf_keynode_get_name()
vconf_keynode_get_type()
vconf_keynode_get_bool()
vconf_keynode_get_dbl()
vconf_keynode_get_int()
vconf_keynode_get_str()

Member Data Documentation

Bool type

double _keynode_t::d

Double type

Integer type

Keyname for keynode

Next keynode

String type

Keynode type

union { ... } _keynode_t::value

Value for keynode


Except as noted, this content - excluding the Code Examples - is licensed under Creative Commons Attribution 3.0 and all of the Code Examples contained herein are licensed under BSD-3-Clause.
For details, see the Content License