pidgin/pidginconversation.h

changeset 42315
e2475ff38c3d
parent 42301
d3930fe5505c
child 42346
45d2756d2a14
equal deleted inserted replaced
42314:37eca344465a 42315:e2475ff38c3d
61 * pidgin_conversation_from_purple_conversation: 61 * pidgin_conversation_from_purple_conversation:
62 * @conversation: A [class@Purple.Conversation]. 62 * @conversation: A [class@Purple.Conversation].
63 * 63 *
64 * Gets the [class@Pidgin.Conversation] that is displaying @conversation. 64 * Gets the [class@Pidgin.Conversation] that is displaying @conversation.
65 * 65 *
66 * Returns: (nullable): The [class@Pidgin.Conversation] displaying 66 * Returns: (transfer none) (nullable): The [class@Pidgin.Conversation] displaying
67 * @conversation if one exists, otherwise %NULL. 67 * @conversation if one exists, otherwise %NULL.
68 * 68 *
69 * Since: 3.0.0 69 * Since: 3.0.0
70 */ 70 */
71 GtkWidget *pidgin_conversation_from_purple_conversation(PurpleConversation *conversation); 71 GtkWidget *pidgin_conversation_from_purple_conversation(PurpleConversation *conversation);

mercurial