pidgin/gtkaccount.h

branch
soc.2013.gobjectification
changeset 34585
cc4b9443deb9
parent 32790
b95c7c504118
child 34586
9ed4700451cc
equal deleted inserted replaced
34584:ed2747e0598c 34585:cc4b9443deb9
68 /** 68 /**
69 * Returns the gtkaccounts handle 69 * Returns the gtkaccounts handle
70 * 70 *
71 * @return The handle to the GTK+ account system 71 * @return The handle to the GTK+ account system
72 */ 72 */
73 void *pidgin_account_get_handle(void); 73 void *pidgin_accounts_get_handle(void);
74 74
75 /** 75 /**
76 * Initializes the GTK+ account system 76 * Initializes the GTK+ account system
77 */ 77 */
78 void pidgin_account_init(void); 78 void pidgin_accounts_init(void);
79 79
80 /** 80 /**
81 * Uninitializes the GTK+ account system 81 * Uninitializes the GTK+ account system
82 */ 82 */
83 void pidgin_account_uninit(void); 83 void pidgin_accounts_uninit(void);
84 84
85 G_END_DECLS 85 G_END_DECLS
86 86
87 #endif /* _PIDGINACCOUNT_H_ */ 87 #endif /* _PIDGINACCOUNT_H_ */

mercurial