pidgin/pidginconversation.h

changeset 42466
ca3374c1cdba
parent 42465
b7d530551c1b
child 42467
2b1d9d0770f2
equal deleted inserted replaced
42465:b7d530551c1b 42466:ca3374c1cdba
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.
95 * conversation and the user may remain in the conversation if the protocol 98 * conversation and the user may remain in the conversation if the protocol
96 * supports it. 99 * supports it.
97 * 100 *
98 * Since: 3.0.0 101 * Since: 3.0.0
99 */ 102 */
103 PIDGIN_AVAILABLE_IN_3_0
100 void pidgin_conversation_close(PidginConversation *conversation); 104 void pidgin_conversation_close(PidginConversation *conversation);
101 105
102 G_END_DECLS 106 G_END_DECLS
103 107
104 #endif /* PIDGIN_CONVERSATION_H */ 108 #endif /* PIDGIN_CONVERSATION_H */

mercurial