diff options
author | Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> | 2009-02-18 18:39:49 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2009-06-01 23:46:05 +0800 |
commit | 04a90fadbd4dcd4fa2276a06f2cf4fdae411b729 (patch) | |
tree | 5ec2ada3d7371d4514339853c4720ef751a10f16 /libempathy/empathy-tp-file.h | |
parent | e5ac1f797a0e2f24f9a2412abf833dcdddf6998d (diff) | |
download | gsoc2013-empathy-04a90fadbd4dcd4fa2276a06f2cf4fdae411b729.tar gsoc2013-empathy-04a90fadbd4dcd4fa2276a06f2cf4fdae411b729.tar.gz gsoc2013-empathy-04a90fadbd4dcd4fa2276a06f2cf4fdae411b729.tar.bz2 gsoc2013-empathy-04a90fadbd4dcd4fa2276a06f2cf4fdae411b729.tar.lz gsoc2013-empathy-04a90fadbd4dcd4fa2276a06f2cf4fdae411b729.tar.xz gsoc2013-empathy-04a90fadbd4dcd4fa2276a06f2cf4fdae411b729.tar.zst gsoc2013-empathy-04a90fadbd4dcd4fa2276a06f2cf4fdae411b729.zip |
Cleanup in EmpathyTpFile style.
Diffstat (limited to 'libempathy/empathy-tp-file.h')
-rw-r--r-- | libempathy/empathy-tp-file.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/libempathy/empathy-tp-file.h b/libempathy/empathy-tp-file.h index b6fb7ff3a..0ec267108 100644 --- a/libempathy/empathy-tp-file.h +++ b/libempathy/empathy-tp-file.h @@ -42,18 +42,14 @@ G_BEGIN_DECLS #define EMPATHY_TP_FILE_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), EMPATHY_TYPE_TP_FILE, EmpathyTpFileClass)) typedef struct _EmpathyTpFile EmpathyTpFile; -typedef struct _EmpathyTpFilePriv EmpathyTpFilePriv; typedef struct _EmpathyTpFileClass EmpathyTpFileClass; -struct _EmpathyTpFile -{ +struct _EmpathyTpFile { GObject parent; - gpointer priv; }; -struct _EmpathyTpFileClass -{ +struct _EmpathyTpFileClass { GObjectClass parent_class; }; |