[folks/648811-dummy-backend-rebase1: 12/48] dummy: Fix documentation in dummy-backend-factory.vala
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks/648811-dummy-backend-rebase1: 12/48] dummy: Fix documentation in dummy-backend-factory.vala
- Date: Thu, 7 Nov 2013 10:23:38 +0000 (UTC)
commit 8a5a7ad7d950b6227d77b79a3ca728d6ce2331e2
Author: Philip Withnall <philip withnall collabora co uk>
Date: Wed Nov 6 10:22:49 2013 +0000
dummy: Fix documentation in dummy-backend-factory.vala
backends/dummy/dummy-backend-factory.vala | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/backends/dummy/dummy-backend-factory.vala b/backends/dummy/dummy-backend-factory.vala
index 08df1cd..e5ca567 100644
--- a/backends/dummy/dummy-backend-factory.vala
+++ b/backends/dummy/dummy-backend-factory.vala
@@ -1,7 +1,7 @@
/*
* Copyright (C) 2009 Zeeshan Ali (Khattak) <zeeshanak gnome org>.
* Copyright (C) 2009 Nokia Corporation.
- * Copyright (C) 2011 Collabora Ltd.
+ * Copyright (C) 2011, 2013 Collabora Ltd.
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
@@ -29,6 +29,7 @@ using Folks;
/**
* The dummy backend module entry point.
*
+ * @backend_store a store to add the dummy backends to
* @since UNRELEASED
*/
public void module_init (BackendStore backend_store)
@@ -39,9 +40,10 @@ public void module_init (BackendStore backend_store)
/**
* The dummy backend module exit point.
*
+ * @param backend_store the store to remove the backends from
* @since UNRELEASED
*/
public void module_finalize (BackendStore backend_store)
{
- /* TODO: No backend_store.remove_backend() API exists. */
+ /* FIXME: No backend_store.remove_backend() API exists. */
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]