libpurple/accounts.h

changeset 42999
5a506dee26d2
parent 42647
b6c3acaddc83
equal deleted inserted replaced
42998:9fae31173eb3 42999:5a506dee26d2
54 /**************************************************************************/ 54 /**************************************************************************/
55 /* Accounts Subsystem */ 55 /* Accounts Subsystem */
56 /**************************************************************************/ 56 /**************************************************************************/
57 57
58 /** 58 /**
59 * purple_accounts_get_handle:
60 *
61 * Returns the accounts subsystem handle.
62 *
63 * Returns: The accounts subsystem handle.
64 *
65 * Since: 2.0
66 */
67 PURPLE_AVAILABLE_IN_ALL
68 void *purple_accounts_get_handle(void);
69
70 /**
71 * purple_accounts_init: 59 * purple_accounts_init:
72 * 60 *
73 * Initializes the accounts subsystem. 61 * Initializes the accounts subsystem.
74 * 62 *
75 * Since: 2.0 63 * Since: 2.0

mercurial