[evolution-data-server] Fix code examples in ESourceExtension API docs.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Fix code examples in ESourceExtension API docs.
- Date: Sun, 14 Oct 2012 18:10:35 +0000 (UTC)
commit 95604cb1324217dd090ea2a72a3f7bc0e1abfdb9
Author: Matthew Barnes <mbarnes redhat com>
Date: Sun Oct 14 14:09:13 2012 -0400
Fix code examples in ESourceExtension API docs.
The examples did not follow our single-include policy.
libedataserver/e-source-address-book.c | 2 +-
libedataserver/e-source-alarms.c | 2 +-
libedataserver/e-source-authentication.c | 2 +-
libedataserver/e-source-autocomplete.c | 2 +-
libedataserver/e-source-calendar.c | 6 +++---
libedataserver/e-source-collection.c | 2 +-
libedataserver/e-source-goa.c | 2 +-
libedataserver/e-source-mail-account.c | 2 +-
libedataserver/e-source-mail-composition.c | 2 +-
libedataserver/e-source-mail-identity.c | 2 +-
libedataserver/e-source-mail-signature.c | 2 +-
libedataserver/e-source-mail-submission.c | 2 +-
libedataserver/e-source-mail-transport.c | 2 +-
libedataserver/e-source-mdn.c | 2 +-
libedataserver/e-source-offline.c | 2 +-
libedataserver/e-source-openpgp.c | 2 +-
libedataserver/e-source-refresh.c | 2 +-
libedataserver/e-source-resource.c | 2 +-
libedataserver/e-source-security.c | 2 +-
libedataserver/e-source-smime.c | 2 +-
libedataserver/e-source-webdav.c | 2 +-
21 files changed, 23 insertions(+), 23 deletions(-)
---
diff --git a/libedataserver/e-source-address-book.c b/libedataserver/e-source-address-book.c
index 38eb98a..b46da84 100644
--- a/libedataserver/e-source-address-book.c
+++ b/libedataserver/e-source-address-book.c
@@ -27,7 +27,7 @@
* Access the extension as follows:
*
* |[
- * #include <libedataserver/e-source-address-book.h>
+ * #include <libedataserver/libedataserver.h>
*
* ESourceAddressBook *extension;
*
diff --git a/libedataserver/e-source-alarms.c b/libedataserver/e-source-alarms.c
index f713bb4..6d77734 100644
--- a/libedataserver/e-source-alarms.c
+++ b/libedataserver/e-source-alarms.c
@@ -26,7 +26,7 @@
* Access the extension as follows:
*
* |[
- * #include <libedataserver/e-source-alarms.h>
+ * #include <libedataserver/libedataserver.h>
*
* ESourceAlarms *extension;
*
diff --git a/libedataserver/e-source-authentication.c b/libedataserver/e-source-authentication.c
index 914e8a9..bceb7ca 100644
--- a/libedataserver/e-source-authentication.c
+++ b/libedataserver/e-source-authentication.c
@@ -27,7 +27,7 @@
* Access the extension as follows:
*
* |[
- * #include <libedataserver/e-source-authentication.h>
+ * #include <libedataserver/libedataserver.h>
*
* ESourceAuthentication *extension;
*
diff --git a/libedataserver/e-source-autocomplete.c b/libedataserver/e-source-autocomplete.c
index 5a6ebfb..7ecbe53 100644
--- a/libedataserver/e-source-autocomplete.c
+++ b/libedataserver/e-source-autocomplete.c
@@ -27,7 +27,7 @@
* Access the extension as follows:
*
* |[
- * #include <libedataserver/e-source-autocomplete.h>
+ * #include <libedataserver/libedataserver.h>
*
* ESourceAutocomplete *extension;
*
diff --git a/libedataserver/e-source-calendar.c b/libedataserver/e-source-calendar.c
index 5714f9b..31163ef 100644
--- a/libedataserver/e-source-calendar.c
+++ b/libedataserver/e-source-calendar.c
@@ -29,7 +29,7 @@
* Access the extension as follows:
*
* |[
- * #include <libedataserver/e-source-calendar.h>
+ * #include <libedataserver/libedataserver.h>
*
* ESourceCalendar *extension;
*
@@ -47,7 +47,7 @@
* Access the extension as follows:
*
* |[
- * #include <libedataserver/e-source-calendar.h>
+ * #include <libedataserver/libedataserver.h>
*
* ESourceCalendar *extension;
*
@@ -65,7 +65,7 @@
* Access the extension as follows:
*
* |[
- * #include <libedataserver/e-source-calendar.h>
+ * #include <libedataserver/libedataserver.h>
*
* ESourceCalendar *extension;
*
diff --git a/libedataserver/e-source-collection.c b/libedataserver/e-source-collection.c
index 86d5975..5507ff9 100644
--- a/libedataserver/e-source-collection.c
+++ b/libedataserver/e-source-collection.c
@@ -27,7 +27,7 @@
* Access the extension as follows:
*
* |[
- * #include <libedataserver/e-source-collection.h>
+ * #include <libedataserver/libedataserver.h>
*
* ESourceCollection *extension;
*
diff --git a/libedataserver/e-source-goa.c b/libedataserver/e-source-goa.c
index 49496e2..8890621 100644
--- a/libedataserver/e-source-goa.c
+++ b/libedataserver/e-source-goa.c
@@ -28,7 +28,7 @@
* Access the extension as follows:
*
* |[
- * #include <libedataserver/e-source-goa.h>
+ * #include <libedataserver/libedataserver.h>
*
* ESourceGoa *extension;
*
diff --git a/libedataserver/e-source-mail-account.c b/libedataserver/e-source-mail-account.c
index 1315e8c..d551058 100644
--- a/libedataserver/e-source-mail-account.c
+++ b/libedataserver/e-source-mail-account.c
@@ -28,7 +28,7 @@
* Access the extension as follows:
*
* |[
- * #include <libedataserver/e-source-mail-account.h>
+ * #include <libedataserver/libedataserver.h>
*
* ESourceMailAccount *extension;
*
diff --git a/libedataserver/e-source-mail-composition.c b/libedataserver/e-source-mail-composition.c
index de1795d..6059d5b 100644
--- a/libedataserver/e-source-mail-composition.c
+++ b/libedataserver/e-source-mail-composition.c
@@ -27,7 +27,7 @@
* Access the extension as follows:
*
* |[
- * #include <libedataserver/e-source-mail-composition.h>
+ * #include <libedataserver/libedataserver.h>
*
* ESourceMailComposition *extension;
*
diff --git a/libedataserver/e-source-mail-identity.c b/libedataserver/e-source-mail-identity.c
index ab43cca..f8729f6 100644
--- a/libedataserver/e-source-mail-identity.c
+++ b/libedataserver/e-source-mail-identity.c
@@ -28,7 +28,7 @@
* Access the extension as follows:
*
* |[
- * #include <libedataserver/e-source-mail-identity.h>
+ * #include <libedataserver/libedataserver.h>
*
* ESourceMailIdentity *extension;
*
diff --git a/libedataserver/e-source-mail-signature.c b/libedataserver/e-source-mail-signature.c
index 03bb1a7..ca0a43a 100644
--- a/libedataserver/e-source-mail-signature.c
+++ b/libedataserver/e-source-mail-signature.c
@@ -27,7 +27,7 @@
* Access the extension as follows:
*
* |[
- * #include <libedataserver/e-source-mail-signature.h>
+ * #include <libedataserver/libedataserver.h>
*
* ESourceMailSignature *extension;
*
diff --git a/libedataserver/e-source-mail-submission.c b/libedataserver/e-source-mail-submission.c
index 49b3948..ae252fe 100644
--- a/libedataserver/e-source-mail-submission.c
+++ b/libedataserver/e-source-mail-submission.c
@@ -27,7 +27,7 @@
* Access the extension as follows:
*
* |[
- * #include <libedataserver/e-source-mail-submission.h>
+ * #include <libedataserver/libedataserver.h>
*
* ESourceMailSubmission *extension;
*
diff --git a/libedataserver/e-source-mail-transport.c b/libedataserver/e-source-mail-transport.c
index 847fa9e..6168918 100644
--- a/libedataserver/e-source-mail-transport.c
+++ b/libedataserver/e-source-mail-transport.c
@@ -27,7 +27,7 @@
* Access the extension as follows:
*
* |[
- * #include <libedataserver/e-source-mail-transport.h>
+ * #include <libedataserver/libedataserver.h>
*
* ESourceMailTransport *extension;
*
diff --git a/libedataserver/e-source-mdn.c b/libedataserver/e-source-mdn.c
index 7d7a32f..fe071de 100644
--- a/libedataserver/e-source-mdn.c
+++ b/libedataserver/e-source-mdn.c
@@ -28,7 +28,7 @@
* Access the extension as follows:
*
* |[
- * #include <libedataserver/e-source-mdn.h>
+ * #include <libedataserver/libedataserver.h>
*
* ESourceMDN *extension;
*
diff --git a/libedataserver/e-source-offline.c b/libedataserver/e-source-offline.c
index 30e6047..d37d9ce 100644
--- a/libedataserver/e-source-offline.c
+++ b/libedataserver/e-source-offline.c
@@ -27,7 +27,7 @@
* Access the extension as follows:
*
* |[
- * #include <libedataserver/e-source-offline.h>
+ * #include <libedataserver/libedataserver.h>
*
* ESourceOffline *extension;
*
diff --git a/libedataserver/e-source-openpgp.c b/libedataserver/e-source-openpgp.c
index 3d3328e..ef1fd5a 100644
--- a/libedataserver/e-source-openpgp.c
+++ b/libedataserver/e-source-openpgp.c
@@ -27,7 +27,7 @@
* Access the extension as follows:
*
* |[
- * #include <libedataserver/e-source-openpgp.h>
+ * #include <libedataserver/libedataserver.h>
*
* ESourceOpenPGP *extension;
*
diff --git a/libedataserver/e-source-refresh.c b/libedataserver/e-source-refresh.c
index a92c379..e4662ea 100644
--- a/libedataserver/e-source-refresh.c
+++ b/libedataserver/e-source-refresh.c
@@ -27,7 +27,7 @@
* Access the extension as follows:
*
* |[
- * #include <libedataserver/e-source-refresh.h>
+ * #include <libedataserver/libedataserver.h>
*
* ESourceRefresh *extension;
*
diff --git a/libedataserver/e-source-resource.c b/libedataserver/e-source-resource.c
index 5562e30..12bcd4c 100644
--- a/libedataserver/e-source-resource.c
+++ b/libedataserver/e-source-resource.c
@@ -33,7 +33,7 @@
* Access the extension as follows:
*
* |[
- * #include <libedataserver/e-source-resource.h>
+ * #include <libedataserver/libedataserver.h>
*
* ESourceResource *extension;
*
diff --git a/libedataserver/e-source-security.c b/libedataserver/e-source-security.c
index 069396c..81f7934 100644
--- a/libedataserver/e-source-security.c
+++ b/libedataserver/e-source-security.c
@@ -27,7 +27,7 @@
* Access the extension as follows:
*
* |[
- * #include <libedataserver/e-source-security.h>
+ * #include <libedataserver/libedataserver.h>
*
* ESourceSecurity *extension;
*
diff --git a/libedataserver/e-source-smime.c b/libedataserver/e-source-smime.c
index 3c55902..2ad1bec 100644
--- a/libedataserver/e-source-smime.c
+++ b/libedataserver/e-source-smime.c
@@ -27,7 +27,7 @@
* Access the extension as follows:
*
* |[
- * #include <libedataserver/e-source-smime.h>
+ * #include <libedataserver/libedataserver.h>
*
* ESourceSMIME *extension;
*
diff --git a/libedataserver/e-source-webdav.c b/libedataserver/e-source-webdav.c
index 510d48a..5fd9117 100644
--- a/libedataserver/e-source-webdav.c
+++ b/libedataserver/e-source-webdav.c
@@ -36,7 +36,7 @@
* Access the extension as follows:
*
* |[
- * #include <libedataserver/e-source-webdav.h>
+ * #include <libedataserver/libedataserver.h>
*
* ESourceWebdav *extension;
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]