| 177 * pidgin_conversation_theme_get_variants: |
177 * pidgin_conversation_theme_get_variants: |
| 178 * @theme: The conversation theme |
178 * @theme: The conversation theme |
| 179 * |
179 * |
| 180 * Get a list of available variants for a conversation theme. |
180 * Get a list of available variants for a conversation theme. |
| 181 * |
181 * |
| 182 * Returns: The list of variants. This GList and the string data are owned by |
182 * Returns: (element-type utf8): The list of variants. This GList and the string data are owned by |
| 183 * the theme and should not be freed by the caller. |
183 * the theme and should not be freed by the caller. |
| 184 */ |
184 */ |
| 185 const GList *pidgin_conversation_theme_get_variants(PidginConvTheme *theme); |
185 const GList *pidgin_conversation_theme_get_variants(PidginConvTheme *theme); |
| 186 |
186 |
| 187 /** |
187 /** |
| 208 * pidgin_conversation_theme_get_nick_colors: |
208 * pidgin_conversation_theme_get_nick_colors: |
| 209 * @theme: The conversation theme |
209 * @theme: The conversation theme |
| 210 * |
210 * |
| 211 * Get (and reference) the array of nick colors |
211 * Get (and reference) the array of nick colors |
| 212 * |
212 * |
| 213 * Returns: Pointer to GArray of nick colors, or NULL if no colors in theme |
213 * Returns: (transfer container) (element-type GdkRGBA): Pointer to GArray of nick colors, or NULL if no colors in theme |
| 214 */ |
214 */ |
| 215 GArray *pidgin_conversation_theme_get_nick_colors(PidginConvTheme *theme); |
215 GArray *pidgin_conversation_theme_get_nick_colors(PidginConvTheme *theme); |
| 216 |
216 |
| 217 G_END_DECLS |
217 G_END_DECLS |
| 218 |
218 |