aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-contact.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-07-09 01:33:32 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-07-09 01:33:32 +0800
commit231b08de20361a1483e6457a2fdbcd4796cf8f79 (patch)
tree915bf06f9130d0e11d323a98cc02371d6c779a7e /libempathy/empathy-contact.h
parent12afeccfc91485fa8211aa02149d90c6515f3aec (diff)
downloadgsoc2013-empathy-231b08de20361a1483e6457a2fdbcd4796cf8f79.tar
gsoc2013-empathy-231b08de20361a1483e6457a2fdbcd4796cf8f79.tar.gz
gsoc2013-empathy-231b08de20361a1483e6457a2fdbcd4796cf8f79.tar.bz2
gsoc2013-empathy-231b08de20361a1483e6457a2fdbcd4796cf8f79.tar.lz
gsoc2013-empathy-231b08de20361a1483e6457a2fdbcd4796cf8f79.tar.xz
gsoc2013-empathy-231b08de20361a1483e6457a2fdbcd4796cf8f79.tar.zst
gsoc2013-empathy-231b08de20361a1483e6457a2fdbcd4796cf8f79.zip
empath-contact: remove tabs (Guillaume Desmottes)
svn path=/trunk/; revision=1217
Diffstat (limited to 'libempathy/empathy-contact.h')
-rw-r--r--libempathy/empathy-contact.h41
1 files changed, 20 insertions, 21 deletions
diff --git a/libempathy/empathy-contact.h b/libempathy/empathy-contact.h
index 697781ac4..23398b226 100644
--- a/libempathy/empathy-contact.h
+++ b/libempathy/empathy-contact.h
@@ -45,36 +45,36 @@ typedef struct _EmpathyContactClass EmpathyContactClass;
struct _EmpathyContact
{
- GObject parent;
- gpointer priv;
+ GObject parent;
+ gpointer priv;
};
struct _EmpathyContactClass
{
- GObjectClass parent_class;
+ GObjectClass parent_class;
};
typedef struct {
- guchar *data;
- gsize len;
- gchar *format;
- gchar *token;
- guint refcount;
+ guchar *data;
+ gsize len;
+ gchar *format;
+ gchar *token;
+ guint refcount;
} EmpathyAvatar;
typedef enum {
- EMPATHY_CAPABILITIES_NONE = 0,
- EMPATHY_CAPABILITIES_AUDIO = 1 << 0,
- EMPATHY_CAPABILITIES_VIDEO = 1 << 1,
- EMPATHY_CAPABILITIES_UNKNOWN = 1 << 7
+ EMPATHY_CAPABILITIES_NONE = 0,
+ EMPATHY_CAPABILITIES_AUDIO = 1 << 0,
+ EMPATHY_CAPABILITIES_VIDEO = 1 << 1,
+ EMPATHY_CAPABILITIES_UNKNOWN = 1 << 7
} EmpathyCapabilities;
typedef enum {
- EMPATHY_CONTACT_READY_NONE = 0,
- EMPATHY_CONTACT_READY_ID = 1 << 0,
- EMPATHY_CONTACT_READY_HANDLE = 1 << 1,
- EMPATHY_CONTACT_READY_NAME = 1 << 2,
- EMPATHY_CONTACT_READY_ALL = (1 << 3) - 1,
+ EMPATHY_CONTACT_READY_NONE = 0,
+ EMPATHY_CONTACT_READY_ID = 1 << 0,
+ EMPATHY_CONTACT_READY_HANDLE = 1 << 1,
+ EMPATHY_CONTACT_READY_NAME = 1 << 2,
+ EMPATHY_CONTACT_READY_ALL = (1 << 3) - 1,
} EmpathyContactReady;
GType empathy_contact_get_type (void) G_GNUC_CONST;
@@ -121,9 +121,9 @@ gboolean empathy_contact_load_avatar_cache (EmpathyContact *contact,
#define EMPATHY_TYPE_AVATAR (empathy_avatar_get_type ())
GType empathy_avatar_get_type (void) G_GNUC_CONST;
EmpathyAvatar * empathy_avatar_new (guchar *data,
- gsize len,
- gchar *format,
- gchar *token);
+ gsize len,
+ gchar *format,
+ gchar *token);
EmpathyAvatar * empathy_avatar_ref (EmpathyAvatar *avatar);
void empathy_avatar_unref (EmpathyAvatar *avatar);
@@ -133,4 +133,3 @@ gboolean empathy_avatar_save_to_file (EmpathyAvatar *avatar,
G_END_DECLS
#endif /* __EMPATHY_CONTACT_H__ */
-