diff pidgin/gtkprivacy.h @ 15504:b53b783846a8

merge of '06e221e7ba1b9991d934d6c69e7d29d821d2e567' and '9a6dfa7a96d203a51ba160ccf94bb19e2e557161'
author Sean Egan <seanegan@gmail.com>
date Sat, 03 Feb 2007 08:13:34 +0000
parents d75099d2567e
children 760ef6d78d2d
line wrap: on
line diff
--- a/pidgin/gtkprivacy.h	Sat Feb 03 05:55:41 2007 +0000
+++ b/pidgin/gtkprivacy.h	Sat Feb 03 08:13:34 2007 +0000
@@ -22,25 +22,25 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
-#ifndef _GAIM_GTKPRIVACY_H_
-#define _GAIM_GTKPRIVACY_H_
+#ifndef _PIDGINPRIVACY_H_
+#define _PIDGINPRIVACY_H_
 
 #include "privacy.h"
 
 /**
  * Initializes the GTK+ privacy subsystem.
  */
-void gaim_gtk_privacy_init(void);
+void pidgin_privacy_init(void);
 
 /**
  * Shows the privacy dialog.
  */
-void gaim_gtk_privacy_dialog_show(void);
+void pidgin_privacy_dialog_show(void);
 
 /**
  * Hides the privacy dialog.
  */
-void gaim_gtk_privacy_dialog_hide(void);
+void pidgin_privacy_dialog_hide(void);
 
 /**
  * Requests confirmation to add a user to the allow list for an account,
@@ -51,7 +51,7 @@
  * @param account The account.
  * @param name    The name of the user to add.
  */
-void gaim_gtk_request_add_permit(GaimAccount *account, const char *name);
+void pidgin_request_add_permit(GaimAccount *account, const char *name);
 
 /**
  * Requests confirmation to add a user to the block list for an account,
@@ -62,13 +62,13 @@
  * @param account The account.
  * @param name    The name of the user to add.
  */
-void gaim_gtk_request_add_block(GaimAccount *account, const char *name);
+void pidgin_request_add_block(GaimAccount *account, const char *name);
 
 /**
  * Returns the UI operations structure for the GTK+ privacy subsystem.
  *
  * @return The GTK+ UI privacy operations structure.
  */
-GaimPrivacyUiOps *gaim_gtk_privacy_get_ui_ops(void);
+GaimPrivacyUiOps *pidgin_privacy_get_ui_ops(void);
 
-#endif /* _GAIM_GTKPRIVACY_H_ */
+#endif /* _PIDGINPRIVACY_H_ */