properties.c | 57 void (*propfn)(const char *key, const char *value, void *cookie); member in struct:property_list_callback_data 68 data->propfn(name, value, data->cookie); 72 void (*propfn)(const char *key, const char *value, void *cookie), 75 struct property_list_callback_data data = { propfn, cookie }; 250 int property_list(void (*propfn)(const char *key, const char *value, void *cookie), 333 int property_list(void (*propfn)(const char *key, const char *value, void *cookie),
|