pidgin/gtkprivacy.h

branch
soc.2013.gobjectification
changeset 34586
9ed4700451cc
parent 32790
b95c7c504118
child 35393
00f876b129bc
equal deleted inserted replaced
34585:cc4b9443deb9 34586:9ed4700451cc
24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 24 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
25 */ 25 */
26 #ifndef _PIDGINPRIVACY_H_ 26 #ifndef _PIDGINPRIVACY_H_
27 #define _PIDGINPRIVACY_H_ 27 #define _PIDGINPRIVACY_H_
28 28
29 #include "privacy.h" 29 #include "account.h"
30 30
31 G_BEGIN_DECLS 31 G_BEGIN_DECLS
32 32
33 /** 33 /**
34 * Initializes the GTK+ privacy subsystem. 34 * Initializes the GTK+ privacy subsystem.
65 * @param account The account. 65 * @param account The account.
66 * @param name The name of the user to add. 66 * @param name The name of the user to add.
67 */ 67 */
68 void pidgin_request_add_block(PurpleAccount *account, const char *name); 68 void pidgin_request_add_block(PurpleAccount *account, const char *name);
69 69
70 /**
71 * Returns the UI operations structure for the GTK+ privacy subsystem.
72 *
73 * @return The GTK+ UI privacy operations structure.
74 */
75 PurplePrivacyUiOps *pidgin_privacy_get_ui_ops(void);
76
77 G_END_DECLS 70 G_END_DECLS
78 71
79 #endif /* _PIDGINPRIVACY_H_ */ 72 #endif /* _PIDGINPRIVACY_H_ */

mercurial