diff pidgin/gtkconv.h @ 32806:0dd2cbee5b80

Add API for getting default conversation theme.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Mon, 28 May 2012 22:33:46 +0000
parents dc44bb639e8e
children
line wrap: on
line diff
--- a/pidgin/gtkconv.h	Mon May 28 22:13:56 2012 +0000
+++ b/pidgin/gtkconv.h	Mon May 28 22:33:46 2012 +0000
@@ -172,6 +172,13 @@
 PurpleConversationUiOps *pidgin_conversations_get_conv_ui_ops(void);
 
 /**
+ * Returns the default theme for GTK+ conversations.
+ *
+ * @return The default GTK+ conversation theme.
+ */
+PurpleTheme *pidgin_conversations_get_default_theme(void);
+
+/**
  * Updates the buddy icon on a conversation.
  *
  * @param conv The conversation.