finch/gntconv.h

branch
soc.2013.gobjectification.plugins
changeset 37034
9d6765962b22
parent 37023
d9bcdc9a91e6
child 37035
e85ed7f4d6e3
equal deleted inserted replaced
37033:ce8b96a22ebe 37034:9d6765962b22
83 }; 83 };
84 84
85 /** 85 /**
86 * Get the ui-functions. 86 * Get the ui-functions.
87 * 87 *
88 * @return The PurpleConversationUiOps populated with the appropriate functions. 88 * Returns: The PurpleConversationUiOps populated with the appropriate functions.
89 */ 89 */
90 PurpleConversationUiOps *finch_conv_get_ui_ops(void); 90 PurpleConversationUiOps *finch_conv_get_ui_ops(void);
91 91
92 /** 92 /**
93 * Perform the necessary initializations. 93 * Perform the necessary initializations.
100 void finch_conversation_uninit(void); 100 void finch_conversation_uninit(void);
101 101
102 /** 102 /**
103 * Set a conversation as active in a contactized conversation 103 * Set a conversation as active in a contactized conversation
104 * 104 *
105 * @param conv The conversation to make active. 105 * @conv: The conversation to make active.
106 */ 106 */
107 void finch_conversation_set_active(PurpleConversation *conv); 107 void finch_conversation_set_active(PurpleConversation *conv);
108 108
109 /** 109 /**
110 * Sets the information widget for the conversation window. 110 * Sets the information widget for the conversation window.
111 * 111 *
112 * @param conv The conversation. 112 * @conv: The conversation.
113 * @param widget The widget containing the information. If @c NULL, 113 * @widget: The widget containing the information. If %NULL,
114 * the current information widget is removed. 114 * the current information widget is removed.
115 */ 115 */
116 void finch_conversation_set_info_widget(PurpleConversation *conv, GntWidget *widget); 116 void finch_conversation_set_info_widget(PurpleConversation *conv, GntWidget *widget);
117 117
118 /*@}*/ 118 /*@}*/

mercurial