Mercurial > pidgin
diff ChangeLog.API @ 22141:04bdf1ff5d2a
merge of '43413f6662ecd55ea083fbbacb3f16c01843e655'
and 'cd29baac3f6b045ec50d2511b143b39f8884b36d'
| author | Sadrul Habib Chowdhury <imadil@gmail.com> |
|---|---|
| date | Thu, 17 Jan 2008 08:12:37 +0000 |
| parents | 67463431121f |
| children | 252b96b6a32c 2bff44d78523 |
line wrap: on
line diff
--- a/ChangeLog.API Thu Jan 17 08:01:02 2008 +0000 +++ b/ChangeLog.API Thu Jan 17 08:12:37 2008 +0000 @@ -18,6 +18,18 @@ * purple_roomlist_field_get_type * purple_roomlist_field_get_label * purple_roomlist_field_get_hidden + * unlocalized_name field in PurpleAttentionType for UIs that need it. + * Some accessor and mutator functions for PurpleAttentionType: + * purple_attention_type_set_name + * purple_attention_type_set_incoming_desc + * purple_attention_type_set_outgoing_desc + * purple_attention_type_set_icon_name + * purple_attention_type_set_unlocalized_name + * purple_attention_type_get_name + * purple_attention_type_get_incoming_desc + * purple_attention_type_get_outgoing_desc + * purple_attention_type_get_icon_name + * purple_attention_type_get_unlocalized_name Pidgin: Added:
