Commit fad72879 authored by Olivier Crête's avatar Olivier Crête

pseudotcp: it's still a GObject

parent f645ea6b
...@@ -78,14 +78,14 @@ ...@@ -78,14 +78,14 @@
#include "agent-priv.h" #include "agent-priv.h"
struct _PseudoTcpSocketClass { struct _PseudoTcpSocketClass {
GIOStreamClass parent_class; GObjectClass parent_class;
}; };
typedef struct _PseudoTcpSocketPrivate PseudoTcpSocketPrivate; typedef struct _PseudoTcpSocketPrivate PseudoTcpSocketPrivate;
struct _PseudoTcpSocket { struct _PseudoTcpSocket {
GIOStream parent; GObject parent;
PseudoTcpSocketPrivate *priv; PseudoTcpSocketPrivate *priv;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment