libpurple/purpleimconversation.c

changeset 42656
df9aafbae930
parent 42594
eddde70cedd8
equal deleted inserted replaced
42655:db971edd4b59 42656:df9aafbae930
190 obj_class->set_property = purple_im_conversation_set_property; 190 obj_class->set_property = purple_im_conversation_set_property;
191 obj_class->finalize = purple_im_conversation_finalize; 191 obj_class->finalize = purple_im_conversation_finalize;
192 192
193 conv_class->write_message = im_conversation_write_message; 193 conv_class->write_message = im_conversation_write_message;
194 194
195 /**
196 * PurpleIMConversation:typing-state:
197 *
198 * The typing state of the remote user.
199 *
200 * Since: 3.0
201 */
195 properties[PROP_TYPING_STATE] = g_param_spec_enum( 202 properties[PROP_TYPING_STATE] = g_param_spec_enum(
196 "typing-state", "Typing state", 203 "typing-state", "Typing state",
197 "Status of the user's typing of a message.", 204 "Status of the user's typing of a message.",
198 PURPLE_TYPE_IM_TYPING_STATE, PURPLE_IM_NOT_TYPING, 205 PURPLE_TYPE_IM_TYPING_STATE, PURPLE_IM_NOT_TYPING,
199 G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS); 206 G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);

mercurial