LibHalPropertySet
LibHalPropertySet *props;
LibHalPropertySet *props;
LibHalPropertySet *properties;
LibHalPropertySet *properties;
LibHalPropertySet *properties;
LibHalPropertySet *pset;
LibHalPropertySet *
LibHalPropertySet *result;
result = malloc (sizeof (LibHalPropertySet));
libhal_free_property_set (LibHalPropertySet * set)
libhal_property_set_get_num_elems (LibHalPropertySet *set)
property_set_lookup (const LibHalPropertySet *set, const char *key)
libhal_ps_get_type (const LibHalPropertySet *set, const char *key)
libhal_ps_get_string (const LibHalPropertySet *set, const char *key)
libhal_ps_get_int32 (const LibHalPropertySet *set, const char *key)
libhal_ps_get_uint64 (const LibHalPropertySet *set, const char *key)
libhal_ps_get_double (const LibHalPropertySet *set, const char *key)
libhal_ps_get_bool (const LibHalPropertySet *set, const char *key)
libhal_ps_get_strlist (const LibHalPropertySet *set, const char *key)
libhal_psi_init (LibHalPropertySetIterator * iter, LibHalPropertySet * set)
LibHalPropertySet *libhal_device_get_all_properties (LibHalContext *ctx,
void libhal_free_property_set (LibHalPropertySet *set);
unsigned int libhal_property_set_get_num_elems (LibHalPropertySet *set);
LibHalPropertyType libhal_ps_get_type (const LibHalPropertySet *set, const char *key);
const char *libhal_ps_get_string (const LibHalPropertySet *set, const char *key);
dbus_int32_t libhal_ps_get_int32 (const LibHalPropertySet *set, const char *key);
dbus_uint64_t libhal_ps_get_uint64 (const LibHalPropertySet *set, const char *key);
double libhal_ps_get_double (const LibHalPropertySet *set, const char *key);
dbus_bool_t libhal_ps_get_bool (const LibHalPropertySet *set, const char *key);
const char * const *libhal_ps_get_strlist (const LibHalPropertySet *set, const char *key);
LibHalPropertySet *set; /**< Property set we are iterating over */
void libhal_psi_init (LibHalPropertySetIterator *iter, LibHalPropertySet *set);