summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam@afuera.me.uk>2017-04-12 22:17:25 +0100
committerSam Thursfield <sam@afuera.me.uk>2017-04-12 22:18:07 +0100
commit6ae86d28f5d0bb7f030cad275ad3ff0007dbcf04 (patch)
tree4de187459d7110658ac9b7197057a7ee8ba6d79a
parent9b13d9f1d99032695ad7351311ad0d5bd4f957f2 (diff)
downloadtracker-6ae86d28f5d0bb7f030cad275ad3ff0007dbcf04.tar.gz
libtracker-sparql: Fix introspection mistakes
The gir-scanner doesn't actually run for these files at the moment, so the mistakes didn't get caught until now.
-rw-r--r--src/libtracker-sparql/tracker-resource.c2
-rw-r--r--src/libtracker-sparql/tracker-uri.c6
2 files changed, 4 insertions, 4 deletions
diff --git a/src/libtracker-sparql/tracker-resource.c b/src/libtracker-sparql/tracker-resource.c
index 8876cd6fe..cf5c1936e 100644
--- a/src/libtracker-sparql/tracker-resource.c
+++ b/src/libtracker-sparql/tracker-resource.c
@@ -582,7 +582,7 @@ ADD_PROPERTY_FOR_GTYPE (tracker_resource_add_double, double, G_TYPE_DOUBLE, g_va
ADD_PROPERTY_FOR_GTYPE (tracker_resource_add_int, int, G_TYPE_INT, g_value_set_int, validate_int);
/**
- * tracker_resource_add_boolean:
+ * tracker_resource_add_int64:
* @self: the #TrackerResource
* @property_uri: a string identifying the property to modify
* @value: the property object
diff --git a/src/libtracker-sparql/tracker-uri.c b/src/libtracker-sparql/tracker-uri.c
index dcbf5798e..0b5c3f349 100644
--- a/src/libtracker-sparql/tracker-uri.c
+++ b/src/libtracker-sparql/tracker-uri.c
@@ -167,7 +167,7 @@ find_conversion (const char *format,
*
* The result is escaped using g_uri_escape_string().
*
- * Returns: (transfer-full): a newly-allocated string holding the result. The returned string
+ * Returns: (transfer full): a newly-allocated string holding the result. The returned string
* should be freed with g_free() when no longer needed.
*
* Since: 0.10
@@ -271,7 +271,7 @@ cleanup:
*
* Calls tracker_sparql_escape_uri_vprintf() with the @... supplied.
*
- * Returns: (transfer-full): a newly-allocated string holding the result.The returned string
+ * Returns: (transfer full): a newly-allocated string holding the result.The returned string
* should be freed with g_free() when no longer needed.
*
* Since: 0.10
@@ -295,7 +295,7 @@ tracker_sparql_escape_uri_printf (const gchar *format, ...)
*
* Calls tracker_sparql_escape_uri_printf().
*
- * Returns: (transfer-full): a newly-allocated string holding the result. The returned string
+ * Returns: (transfer full): a newly-allocated string holding the result. The returned string
* should be freed with g_free() when no longer needed.
*
* Since: 1.12