[evolution-data-server] e_data_cal_view_new: Add documentation.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] e_data_cal_view_new: Add documentation.
- Date: Sun, 31 Mar 2013 16:12:31 +0000 (UTC)
commit 90a4df4ceb5fdde00400d21758b43047f22d050c
Author: Matthew Barnes <mbarnes redhat com>
Date: Sun Mar 31 08:36:17 2013 -0400
e_data_cal_view_new: Add documentation.
calendar/libedata-cal/e-data-cal-view.c | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
---
diff --git a/calendar/libedata-cal/e-data-cal-view.c b/calendar/libedata-cal/e-data-cal-view.c
index 5c710b7..5b3f4ba 100644
--- a/calendar/libedata-cal/e-data-cal-view.c
+++ b/calendar/libedata-cal/e-data-cal-view.c
@@ -598,6 +598,20 @@ e_data_cal_view_init (EDataCalView *view)
view->priv->flush_id = 0;
}
+/**
+ * e_data_cal_view_new:
+ * @backend: an #ECalBackend
+ * @sexp: an #ECalBackendSExp
+ * @connection: a #GDBusConnection
+ * @object_path: an object path for the view
+ * @error: return location for a #GError, or %NULL
+ *
+ * Creates a new #EDataCalView and exports its D-Bus interface on
+ * @connection at @object_path. If an error occurs while exporting,
+ * the function sets @error and returns %NULL.
+ *
+ * Returns: an #EDataCalView
+ **/
EDataCalView *
e_data_cal_view_new (ECalBackend *backend,
ECalBackendSExp *sexp,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]