[tracker/0.10-documentation-review: 6/11] libtracker-sparql: Fix 'Since' usage in gtk-doc documentation
- From: Aleksander Morgado <aleksm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/0.10-documentation-review: 6/11] libtracker-sparql: Fix 'Since' usage in gtk-doc documentation
- Date: Tue, 8 Feb 2011 12:00:47 +0000 (UTC)
commit 9e902aee0677e050e9edfac351f37c495d36f6e2
Author: Aleksander Morgado <aleksander lanedo com>
Date: Mon Feb 7 19:12:16 2011 +0100
libtracker-sparql: Fix 'Since' usage in gtk-doc documentation
src/libtracker-sparql/tracker-connection.vala | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/libtracker-sparql/tracker-connection.vala b/src/libtracker-sparql/tracker-connection.vala
index cf99709..d12e645 100644
--- a/src/libtracker-sparql/tracker-connection.vala
+++ b/src/libtracker-sparql/tracker-connection.vala
@@ -269,7 +269,7 @@ public abstract class Tracker.Sparql.Connection : Object {
* Returns: a new #TrackerSparqlConnection. Call g_object_unref() on the
* object when no longer used.
*
- * Since 0.10
+ * Since: 0.10
*/
public static new Connection get_direct (Cancellable? cancellable = null) throws Sparql.Error, IOError, DBusError {
return get_internal (true, cancellable);
@@ -346,7 +346,7 @@ public abstract class Tracker.Sparql.Connection : Object {
* On error, #NULL is returned and the @error is set accordingly.
* Call g_object_unref() on the returned cursor when no longer needed.
*
- * Since 0.10
+ * Since: 0.10
*/
public abstract Cursor query (string sparql, Cancellable? cancellable = null) throws Sparql.Error, IOError, DBusError;
@@ -362,7 +362,7 @@ public abstract class Tracker.Sparql.Connection : Object {
* On error, #NULL is returned and the @error is set accordingly.
* Call g_object_unref() on the returned cursor when no longer needed.
*
- * Since 0.10
+ * Since: 0.10
*/
/**
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]