- Global gaim_group_set_setting (GaimGroup *g, const char *key, const char *value)
- Replaced by gaim_blist_node_set_bool(), gaim_blist_node_set_int() and gaim_blist_node_set_string() to enable types and consolidate functionality. This function is scheduled to be removed in the near future.
- Global gaim_group_get_setting (GaimGroup *g, const char *key)
- Replaced by gaim_blist_node_get_bool(), gaim_blist_node_get_int() and gaim_blist_node_get_string() to enable types and consolidate functionality. This function is scheduled to be removed in the near future.
- Global gaim_chat_set_setting (GaimChat *c, const char *key, const char *value)
- Replaced by gaim_blist_node_set_bool(), gaim_blist_node_set_int() and gaim_blist_node_set_string() to enable types and consolidate functionality. This function is scheduled to be removed in the near future.
- Global gaim_chat_get_setting (GaimChat *c, const char *key)
- Replaced by gaim_blist_node_get_bool(), gaim_blist_node_get_int() and gaim_blist_node_get_string() to enable types and consolidate functionality. This function is scheduled to be removed in the near future.
- Global gaim_buddy_set_setting (GaimBuddy *b, const char *key, const char *value)
- Replaced by gaim_blist_node_set_bool(), gaim_blist_node_set_int() and gaim_blist_node_set_string() to enable types and consolidate functionality. This function is scheduled to be removed in the near future.
- Global gaim_buddy_get_setting (GaimBuddy *b, const char *key)
- Replaced by gaim_blist_node_get_bool(), gaim_blist_node_get_int() and gaim_blist_node_get_string() to enable types and consolidate functionality. This function is scheduled to be removed in the near future.
Generated on Tue Aug 3 17:36:46 2004 for gaim by
1.3.4