diff pidgin/gtkprivacy.h @ 15501:d75099d2567e

gaim_gtk to pidgin. I hope
author Sean Egan <seanegan@gmail.com>
date Sat, 03 Feb 2007 07:23:11 +0000
parents 5fe8042783c1
children 760ef6d78d2d
line wrap: on
line diff
--- a/pidgin/gtkprivacy.h	Sat Feb 03 01:08:41 2007 +0000
+++ b/pidgin/gtkprivacy.h	Sat Feb 03 07:23:11 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_ */