summaryrefslogtreecommitdiff
path: root/pidgin/gtkdialogs.h
diff options
context:
space:
mode:
authorRichard Laager <rlaager@pidgin.im>2007-04-16 05:27:17 +0000
committerRichard Laager <rlaager@pidgin.im>2007-04-16 05:27:17 +0000
commit95d35dd314bc80c35c338b908d12f30b60d28ac0 (patch)
tree89d0766da92194475b377823a74a7bfe42da760e /pidgin/gtkdialogs.h
parentd95c576af6c2d771c6f962c695d57f3dfe6c7906 (diff)
downloadpidgin-95d35dd314bc80c35c338b908d12f30b60d28ac0.tar.gz
Word on the street is that we don't want things named pidginfoo_bar(), but
pidgin_foo_bar() instead.
Diffstat (limited to 'pidgin/gtkdialogs.h')
-rw-r--r--pidgin/gtkdialogs.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/pidgin/gtkdialogs.h b/pidgin/gtkdialogs.h
index 48015f41cc..e7eff1cfce 100644
--- a/pidgin/gtkdialogs.h
+++ b/pidgin/gtkdialogs.h
@@ -30,21 +30,21 @@
#include "conversation.h"
/* Functions in gtkdialogs.c (these should actually stay in this file) */
-void pidgindialogs_destroy_all(void);
-void pidgindialogs_about(void);
-void pidgindialogs_im(void);
-void pidgindialogs_im_with_user(PurpleAccount *, const char *);
-void pidgindialogs_info(void);
-void pidgindialogs_log(void);
-void pidgindialogs_alias_contact(PurpleContact *);
-void pidgindialogs_alias_buddy(PurpleBuddy *);
-void pidgindialogs_alias_chat(PurpleChat *);
+void pidgin_dialogs_destroy_all(void);
+void pidgin_dialogs_about(void);
+void pidgin_dialogs_im(void);
+void pidgin_dialogs_im_with_user(PurpleAccount *, const char *);
+void pidgin_dialogs_info(void);
+void pidgin_dialogs_log(void);
+void pidgin_dialogs_alias_contact(PurpleContact *);
+void pidgin_dialogs_alias_buddy(PurpleBuddy *);
+void pidgin_dialogs_alias_chat(PurpleChat *);
-void pidgindialogs_remove_buddy(PurpleBuddy *);
-void pidgindialogs_remove_group(PurpleGroup *);
-void pidgindialogs_remove_chat(PurpleChat *);
-void pidgindialogs_remove_contact(PurpleContact *);
-void pidgindialogs_merge_groups(PurpleGroup *, const char *);
+void pidgin_dialogs_remove_buddy(PurpleBuddy *);
+void pidgin_dialogs_remove_group(PurpleGroup *);
+void pidgin_dialogs_remove_chat(PurpleChat *);
+void pidgin_dialogs_remove_contact(PurpleContact *);
+void pidgin_dialogs_merge_groups(PurpleGroup *, const char *);
/* Everything after this should probably be moved elsewhere */