summaryrefslogtreecommitdiff
path: root/libpeas/peas-engine.h
diff options
context:
space:
mode:
authorGarrett Regier <alias301@gmail.com>2010-06-29 03:43:48 -0700
committerGarrett Regier <alias301@gmail.com>2010-06-29 03:48:14 -0700
commite96a37e6255bfc9abe1bc718b3c222219dff3da8 (patch)
treec26e3f0d61f47fe84f49874d821bd1b4f7fe2500 /libpeas/peas-engine.h
parent9973683e7db93543af33faa55b2e0eac700888b4 (diff)
downloadlibpeas-e96a37e6255bfc9abe1bc718b3c222219dff3da8.tar.gz
Coding style fixes
Diffstat (limited to 'libpeas/peas-engine.h')
-rw-r--r--libpeas/peas-engine.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/libpeas/peas-engine.h b/libpeas/peas-engine.h
index 440fb09..f1e80f8 100644
--- a/libpeas/peas-engine.h
+++ b/libpeas/peas-engine.h
@@ -37,13 +37,12 @@ G_BEGIN_DECLS
/**
* PeasEngine:
- * @parent: the parent object.
*
* Engine at the heart of the Peas plugin system.
*/
-typedef struct _PeasEngine PeasEngine;
-typedef struct _PeasEngineClass PeasEngineClass;
-typedef struct _PeasEnginePrivate PeasEnginePrivate;
+typedef struct _PeasEngine PeasEngine;
+typedef struct _PeasEngineClass PeasEngineClass;
+typedef struct _PeasEnginePrivate PeasEnginePrivate;
struct _PeasEngine {
GObject parent;