Mercurial > pidgin.yaz
changeset 26410:144802b7ed77
Declare purple_media_state_changed_get_type.
author | Mike Ruprecht <maiku@soc.pidgin.im> |
---|---|
date | Sat, 21 Mar 2009 03:42:45 +0000 |
parents | db9d2a760329 |
children | 86bc2d34f689 |
files | libpurple/media.h |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/media.h Sat Mar 21 03:09:10 2009 +0000 +++ b/libpurple/media.h Sat Mar 21 03:42:45 2009 +0000 @@ -189,6 +189,13 @@ GType purple_media_state_changed_get_type(void); /** + * Gets the type of the info type enum + * + * @return The info type enum's GType + */ +GType purple_media_info_type_get_type(void); + +/** * Gets the type of the media candidate structure. * * @return The media canditate's GType