| 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_ */ |