| 57 * |
57 * |
| 58 * Returns: (transfer full): The new widget. |
58 * Returns: (transfer full): The new widget. |
| 59 * |
59 * |
| 60 * Since: 3.0.0 |
60 * Since: 3.0.0 |
| 61 */ |
61 */ |
| |
62 PIDGIN_AVAILABLE_IN_3_0 |
| 62 GtkWidget *pidgin_conversation_new(PurpleConversation *conversation); |
63 GtkWidget *pidgin_conversation_new(PurpleConversation *conversation); |
| 63 |
64 |
| 64 /** |
65 /** |
| 65 * pidgin_conversation_from_purple_conversation: |
66 * pidgin_conversation_from_purple_conversation: |
| 66 * @conversation: A [class@Purple.Conversation]. |
67 * @conversation: A [class@Purple.Conversation]. |
| 70 * Returns: (transfer none) (nullable): The [class@Pidgin.Conversation] displaying |
71 * Returns: (transfer none) (nullable): The [class@Pidgin.Conversation] displaying |
| 71 * @conversation if one exists, otherwise %NULL. |
72 * @conversation if one exists, otherwise %NULL. |
| 72 * |
73 * |
| 73 * Since: 3.0.0 |
74 * Since: 3.0.0 |
| 74 */ |
75 */ |
| |
76 PIDGIN_AVAILABLE_IN_3_0 |
| 75 GtkWidget *pidgin_conversation_from_purple_conversation(PurpleConversation *conversation); |
77 GtkWidget *pidgin_conversation_from_purple_conversation(PurpleConversation *conversation); |
| 76 |
78 |
| 77 /** |
79 /** |
| 78 * pidgin_conversation_get_conversation: |
80 * pidgin_conversation_get_conversation: |
| 79 * @conversation: The instance. |
81 * @conversation: The instance. |
| 83 * Returns: (transfer none): The [class@Purple.Conversation] that @conversation |
85 * Returns: (transfer none): The [class@Purple.Conversation] that @conversation |
| 84 * is displaying. |
86 * is displaying. |
| 85 * |
87 * |
| 86 * Since: 3.0.0 |
88 * Since: 3.0.0 |
| 87 */ |
89 */ |
| |
90 PIDGIN_AVAILABLE_IN_3_0 |
| 88 PurpleConversation *pidgin_conversation_get_conversation(PidginConversation *conversation); |
91 PurpleConversation *pidgin_conversation_get_conversation(PidginConversation *conversation); |
| 89 |
92 |
| 90 /** |
93 /** |
| 91 * pidgin_conversation_close: |
94 * pidgin_conversation_close: |
| 92 * @conversation: The instance. |
95 * @conversation: The instance. |