# HG changeset patch # User Elliott Sales de Andrade # Date 1316569894 0 # Node ID 4d85e218a52ec8ad89276daa9d91fd19935cbd57 # Parent 3294e08d7466d6c541b54ecf99fac57563fc092e Document things. diff -r 3294e08d7466 -r 4d85e218a52e pidgin/gtkconv-theme.h --- a/pidgin/gtkconv-theme.h Wed Sep 21 00:24:10 2011 +0000 +++ b/pidgin/gtkconv-theme.h Wed Sep 21 01:51:34 2011 +0000 @@ -109,6 +109,15 @@ */ void pidgin_conversation_theme_set_info(PidginConvTheme *theme, GHashTable *info); +/** + * Get the template data from a conversation theme. + * + * @param theme The conversation theme + * @param type The type of template data + * + * @return The template data requested. Fallback is made as required by styles. + * Subsequent calls to this function will return cached values. + */ const char *pidgin_conversation_theme_get_template(PidginConvTheme *theme, PidginConvThemeTemplateType type); /**