pidgin/pidgininfopane.h

changeset 42296
1707a28b1258
parent 41124
95555046173e
child 42465
b7d530551c1b
equal deleted inserted replaced
42295:5ac321d71801 42296:1707a28b1258
67 * 67 *
68 * Returns: (transfer none): The #PurpleConversation displayed by @pane. 68 * Returns: (transfer none): The #PurpleConversation displayed by @pane.
69 */ 69 */
70 PurpleConversation *pidgin_info_pane_get_conversation(PidginInfoPane *pane); 70 PurpleConversation *pidgin_info_pane_get_conversation(PidginInfoPane *pane);
71 71
72 /**
73 * pidgin_info_pane_set_conversation:
74 * @pane: The instance.
75 * @conversation: (nullable): The [class@Purple.Conversation] to use.
76 *
77 * Sets the conversation that @pane uses to get its values.
78 *
79 * Typically this is only necessary for the conversation instance itself.
80 *
81 * Since: 3.0.0
82 */
83 void pidgin_info_pane_set_conversation(PidginInfoPane *pane, PurpleConversation *conversation);
84
72 G_END_DECLS 85 G_END_DECLS
73 86
74 #endif /* PIDGIN_INFO_PANE_H */ 87 #endif /* PIDGIN_INFO_PANE_H */

mercurial