[tracker/tracker-0.10] libtracker-sparql: Fix 'Since' usage in gtk-doc documentation



commit 1794521ba04fd946aa419ab1dbca226971b5aa10
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]