libpurple/purpleconversation.c

changeset 42486
594f84a2c97f
parent 42355
6f7c6b84aaa0
child 42514
461893f76c54
equal deleted inserted replaced
42485:15b74997e837 42486:594f84a2c97f
872 * 872 *
873 * However, if a protocol supports federated conversation, it is possible 873 * However, if a protocol supports federated conversation, it is possible
874 * for a conversation to be offline if the server it is on is currently 874 * for a conversation to be offline if the server it is on is currently
875 * unreachable. 875 * unreachable.
876 * 876 *
877 * See Also: [property@Conversation:federated]. 877 * See also [property@Conversation:federated].
878 * 878 *
879 * Since: 3.0.0 879 * Since: 3.0.0
880 */ 880 */
881 properties[PROP_ONLINE] = g_param_spec_boolean( 881 properties[PROP_ONLINE] = g_param_spec_boolean(
882 "online", "online", 882 "online", "online",

mercurial