diff -r db971edd4b59 -r df9aafbae930 libpurple/purpleimconversation.c --- a/libpurple/purpleimconversation.c Wed Apr 03 16:32:56 2024 -0500 +++ b/libpurple/purpleimconversation.c Tue Apr 09 21:50:31 2024 -0500 @@ -192,6 +192,13 @@ conv_class->write_message = im_conversation_write_message; + /** + * PurpleIMConversation:typing-state: + * + * The typing state of the remote user. + * + * Since: 3.0 + */ properties[PROP_TYPING_STATE] = g_param_spec_enum( "typing-state", "Typing state", "Status of the user's typing of a message.",