diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-07-13 11:33:07 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-07-13 11:33:07 +0800 |
commit | 0274669179600ac77475eed9870d2eab52c2cf14 (patch) | |
tree | 80f228649b670efac7f76ba5c0da5ed22a3a05c9 /shell/e-component-registry.h | |
parent | adb63f0f2156554a21dbfd8daba447001985e967 (diff) | |
download | gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.gz gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.tar.zst gsoc2013-evolution-0274669179600ac77475eed9870d2eab52c2cf14.zip |
Fix excessive whitespace.
Diffstat (limited to 'shell/e-component-registry.h')
-rw-r--r-- | shell/e-component-registry.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/shell/e-component-registry.h b/shell/e-component-registry.h index 1b4dd978bb..373912db03 100644 --- a/shell/e-component-registry.h +++ b/shell/e-component-registry.h @@ -22,23 +22,19 @@ #ifndef __E_COMPONENT_REGISTRY_H__ #define __E_COMPONENT_REGISTRY_H__ - #include "Evolution.h" #include <glib-object.h> #include <gdk-pixbuf/gdk-pixbuf.h> - G_BEGIN_DECLS - #define E_TYPE_COMPONENT_REGISTRY (e_component_registry_get_type ()) #define E_COMPONENT_REGISTRY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), E_TYPE_COMPONENT_REGISTRY, EComponentRegistry)) #define E_COMPONENT_REGISTRY_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), E_TYPE_COMPONENT_REGISTRY, EComponentRegistryClass)) #define E_IS_COMPONENT_REGISTRY(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), E_TYPE_COMPONENT_REGISTRY)) #define E_IS_COMPONENT_REGISTRY_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((obj), E_TYPE_COMPONENT_REGISTRY)) - typedef struct _EComponentRegistry EComponentRegistry; typedef struct _EComponentRegistryPrivate EComponentRegistryPrivate; typedef struct _EComponentRegistryClass EComponentRegistryClass; @@ -80,7 +76,6 @@ struct _EComponentInfo { }; typedef struct _EComponentInfo EComponentInfo; - GType e_component_registry_get_type (void); EComponentRegistry *e_component_registry_new (void); @@ -93,7 +88,6 @@ GNOME_Evolution_Component e_component_registry_activate (EComponentRegistry *r const gchar *id, CORBA_Environment *ev); - G_END_DECLS #endif /* __E_COMPONENT_REGISTRY_H__ */ |