comparison src/conversation.h @ 8288:dde73afb3283

[gaim-migrate @ 9012] int -> GaimTypingState. How did that get missed? committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 19 Feb 2004 00:00:37 +0000
parents 1d86096ae0f4
children 230fee6f1e3e
comparison
equal deleted inserted replaced
8287:ef881489396e 8288:dde73afb3283
858 * Sets the IM's typing state. 858 * Sets the IM's typing state.
859 * 859 *
860 * @param im The IM. 860 * @param im The IM.
861 * @param state The typing state. 861 * @param state The typing state.
862 */ 862 */
863 void gaim_conv_im_set_typing_state(GaimConvIm *im, int state); 863 void gaim_conv_im_set_typing_state(GaimConvIm *im, GaimTypingState state);
864 864
865 /** 865 /**
866 * Returns the IM's typing state. 866 * Returns the IM's typing state.
867 * 867 *
868 * @param im The IM. 868 * @param im The IM.
869 * 869 *
870 * @return The IM's typing state. 870 * @return The IM's typing state.
871 */ 871 */
872 int gaim_conv_im_get_typing_state(const GaimConvIm *im); 872 GaimTypingState gaim_conv_im_get_typing_state(const GaimConvIm *im);
873 873
874 /** 874 /**
875 * Starts the IM's typing timeout. 875 * Starts the IM's typing timeout.
876 * 876 *
877 * @param im The IM. 877 * @param im The IM.