libpurple/connection.h

changeset 36067
df9f5de00ea2
parent 35572
5c4846317f2f
child 36068
e9b9320a985a
equal deleted inserted replaced
36066:74459c16b063 36067:df9f5de00ea2
375 */ 375 */
376 #define PURPLE_CONNECTION_IS_CONNECTED(gc) \ 376 #define PURPLE_CONNECTION_IS_CONNECTED(gc) \
377 (purple_connection_get_state(gc) == PURPLE_CONNECTION_CONNECTED) 377 (purple_connection_get_state(gc) == PURPLE_CONNECTION_CONNECTED)
378 378
379 /** 379 /**
380 * purple_connection_is_disconnecting:
381 * @param gc The connection.
382 *
383 * Checks, if connection is in disconnecting state.
384 *
385 * Returns: %TRUE, if the account is disconnecting.
386 */
387 gboolean
388 purple_connection_is_disconnecting(const PurpleConnection *gc);
389
390 /**
380 * purple_connection_get_account: 391 * purple_connection_get_account:
381 * @gc: The connection. 392 * @gc: The connection.
382 * 393 *
383 * Returns the connection's account. 394 * Returns the connection's account.
384 * 395 *

mercurial