]> git.0d.be Git - empathy.git/blobdiff - libempathy/empathy-tp-group.h
empathy-tp-tube: remove initiator and type member variables as they are not used
[empathy.git] / libempathy / empathy-tp-group.h
index df5c549808b29fb26501e5a07bd706caaa0f6066..9e0dd53efa47f930403dd93db985b6a05e73824b 100644 (file)
@@ -40,10 +40,10 @@ G_BEGIN_DECLS
 
 typedef struct _EmpathyTpGroup      EmpathyTpGroup;
 typedef struct _EmpathyTpGroupClass EmpathyTpGroupClass;
-typedef struct _EmpathyTpGroupPriv  EmpathyTpGroupPriv;
 
 struct _EmpathyTpGroup {
-       GObject      parent;
+       GObject parent;
+       gpointer priv;
 };
 
 struct _EmpathyTpGroupClass {
@@ -86,6 +86,7 @@ EmpathyPendingInfo *empathy_pending_info_new             (EmpathyContact     *me
                                                          EmpathyContact     *actor,
                                                          const gchar        *message);
 void                empathy_pending_info_free            (EmpathyPendingInfo *info);
+TpChannelGroupFlags empathy_tp_group_get_flags           (EmpathyTpGroup     *group);
 
 G_END_DECLS