libpurple/protocols/jabber/jingle/session.h

changeset 39494
f68a311bc10d
parent 36889
4dfe09057bed
child 39552
24d7baa6fcf9
--- a/libpurple/protocols/jabber/jingle/session.h	Mon Mar 18 22:56:37 2019 -0500
+++ b/libpurple/protocols/jabber/jingle/session.h	Wed Mar 20 00:32:08 2019 -0500
@@ -44,8 +44,6 @@
 typedef struct _JingleSession JingleSession;
 /** @copydoc _JingleSessionClass */
 typedef struct _JingleSessionClass JingleSessionClass;
-/** @copydoc _JingleSessionPrivate */
-typedef struct _JingleSessionPrivate JingleSessionPrivate;
 
 /** The session class */
 struct _JingleSessionClass
@@ -57,7 +55,6 @@
 struct _JingleSession
 {
 	GObject parent;                /**< The parent of this object. */
-	JingleSessionPrivate *priv;      /**< The private data of this object. */
 };
 
 struct _JingleContent;
@@ -72,7 +69,7 @@
 /**
  * Registers the JingleSession type in the type system.
  */
-void jingle_session_register_type(PurplePlugin *plugin);
+void jingle_session_register(PurplePlugin *plugin);
 
 JingleSession *jingle_session_create(JabberStream *js, const gchar *sid,
 				     const gchar *local_jid, const gchar *remote_jid,

mercurial