diff options
author | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2010-06-03 05:43:26 -0300 |
---|---|---|
committer | Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> | 2010-06-03 15:22:10 -0300 |
commit | 7236f8201cb70f48de414054ca81b50721bccaf9 (patch) | |
tree | 5ac940b539ab873f7fa5a67aab073e368d69f37b /gabble | |
parent | eb50614de711fdfc662e6342e73d771a06f01eff (diff) |
plugin API: Standardize header definition.
Diffstat (limited to 'gabble')
-rw-r--r-- | gabble/error.h | 4 | ||||
-rw-r--r-- | gabble/gabble.h | 4 | ||||
-rw-r--r-- | gabble/plugin.h | 2 | ||||
-rw-r--r-- | gabble/sidecar.h | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/gabble/error.h b/gabble/error.h index a44b5dabe..61b85af4e 100644 --- a/gabble/error.h +++ b/gabble/error.h @@ -1,5 +1,5 @@ -/* error.h — error API available to telepathy-gabble plugins (and internals) - * +/* + * error.h — error API available to telepathy-gabble plugins (and internals) * Copyright © 2010 Collabora Ltd. * * This library is free software; you can redistribute it and/or diff --git a/gabble/gabble.h b/gabble/gabble.h index e9f1bf172..fe2dded28 100644 --- a/gabble/gabble.h +++ b/gabble/gabble.h @@ -1,5 +1,5 @@ -/* gabble/gabble.h — API for telepathy-gabble plugins - * +/* + * gabble.h — API for telepathy-gabble plugins * Copyright © 2010 Collabora Ltd. * * This library is free software; you can redistribute it and/or diff --git a/gabble/plugin.h b/gabble/plugin.h index 3b072471f..ac75f4239 100644 --- a/gabble/plugin.h +++ b/gabble/plugin.h @@ -1,5 +1,5 @@ /* - * plugin.h — API for telepathy-gabble plugins + * plugin.h — plugin API for telepathy-gabble plugins * Copyright © 2009 Collabora Ltd. * Copyright © 2009 Nokia Corporation * diff --git a/gabble/sidecar.h b/gabble/sidecar.h index 531a7f95e..f860d3a89 100644 --- a/gabble/sidecar.h +++ b/gabble/sidecar.h @@ -1,5 +1,5 @@ /* - * sidecar.h — interface for connection sidecars + * sidecar.h — sidecar API availbale to telepathy-gabble plugins * Copyright © 2009 Collabora Ltd. * Copyright © 2009 Nokia Corporation * |