aboutsummaryrefslogtreecommitdiffstats
path: root/tp-account-widgets/empathy-irc-network-dialog.h
diff options
context:
space:
mode:
authorEmanuele Aina <emanuele.aina@collabora.com>2013-04-03 19:14:33 +0800
committerMarco Barisione <marco.barisione@collabora.co.uk>2013-08-20 18:03:04 +0800
commit42456ae2a2c758db70cc093679d05675293758cb (patch)
tree1e546367d2d44970c664f841b6834a2b8890fb8e /tp-account-widgets/empathy-irc-network-dialog.h
parent75df7ae67b78f94dd69ac5c6ad079e3d360c8461 (diff)
downloadgsoc2013-empathy-42456ae2a2c758db70cc093679d05675293758cb.tar
gsoc2013-empathy-42456ae2a2c758db70cc093679d05675293758cb.tar.gz
gsoc2013-empathy-42456ae2a2c758db70cc093679d05675293758cb.tar.bz2
gsoc2013-empathy-42456ae2a2c758db70cc093679d05675293758cb.tar.lz
gsoc2013-empathy-42456ae2a2c758db70cc093679d05675293758cb.tar.xz
gsoc2013-empathy-42456ae2a2c758db70cc093679d05675293758cb.tar.zst
gsoc2013-empathy-42456ae2a2c758db70cc093679d05675293758cb.zip
tp-account-widgets: Switch the symbols namespace to tpaw
The file names have been kept unchanged to keep the diff simple and will be updated later. This makes easier to spot where the account widgets still rely on libempathy. https://bugzilla.gnome.org/show_bug.cgi?id=699492
Diffstat (limited to 'tp-account-widgets/empathy-irc-network-dialog.h')
-rw-r--r--tp-account-widgets/empathy-irc-network-dialog.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tp-account-widgets/empathy-irc-network-dialog.h b/tp-account-widgets/empathy-irc-network-dialog.h
index a49c63da9..a879ea481 100644
--- a/tp-account-widgets/empathy-irc-network-dialog.h
+++ b/tp-account-widgets/empathy-irc-network-dialog.h
@@ -18,8 +18,8 @@
* Authors: Guillaume Desmottes <gdesmott@gnome.org>
*/
-#ifndef __EMPATHY_IRC_NETWORK_DIALOG_H__
-#define __EMPATHY_IRC_NETWORK_DIALOG_H__
+#ifndef __TPAW_IRC_NETWORK_DIALOG_H__
+#define __TPAW_IRC_NETWORK_DIALOG_H__
#include <gtk/gtk.h>
@@ -27,9 +27,9 @@
G_BEGIN_DECLS
-GtkWidget * empathy_irc_network_dialog_show (EmpathyIrcNetwork *network,
+GtkWidget * tpaw_irc_network_dialog_show (TpawIrcNetwork *network,
GtkWidget *parent);
G_END_DECLS
-#endif /* __EMPATHY_IRC_NETWORK_DIALOG_H__ */
+#endif /* __TPAW_IRC_NETWORK_DIALOG_H__ */