#include <prop.h>
Data Fields | |
| size_t | size |
| size_t | offset |
| prop_def_t *(* | get_def )(property_t) |
| property_t(* | get_by_name )(const char *) |
| const gchar *(* | to_string )(property_t) |
| struct { | |
| prop_add_prop_changed_listener_t add | |
| prop_add_prop_changed_listener_full_t add_full | |
| prop_remove_prop_changed_listener_t remove | |
| } | prop_changed_listener |
| struct { | |
| prop_get_boolean_t get | |
| prop_set_boolean_t set | |
| } | boolean |
| struct { | |
| prop_get_guint32_t get | |
| prop_set_guint32_t set | |
| } | guint32 |
| struct { | |
| prop_get_guint64_t get | |
| prop_set_guint64_t set | |
| } | guint64 |
| struct { | |
| prop_get_storage_t get | |
| prop_set_storage_t set | |
| } | storage |
| struct { | |
| prop_get_string_t get | |
| prop_set_string_t set | |
| } | string |
| struct { | |
| prop_get_timestamp_t get | |
| prop_set_timestamp_t set | |
| } | timestamp |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.6