]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-irc-network.h
Add empathy_tp_chat_get_connection() to direct access the channel's connection.
[empathy.git] / libempathy / empathy-irc-network.h
index ac146a183103307d84ab2c437ba62f2f20694925..b10b2769e35341e530f0a00f64e154bb4b4876fe 100644 (file)
@@ -32,12 +32,11 @@ typedef struct _EmpathyIrcNetworkClass EmpathyIrcNetworkClass;
 
 struct _EmpathyIrcNetwork
 {
-    GObject parent;
+  GObject parent;
+  gpointer priv;
 
-    gpointer priv;
-
-    gboolean user_defined;
-    gboolean dropped;
+  gboolean user_defined;
+  gboolean dropped;
 };
 
 struct _EmpathyIrcNetworkClass