| 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); |