summaryrefslogtreecommitdiff
path: root/gdata/services/freebase/gdata-freebase-result.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdata/services/freebase/gdata-freebase-result.c')
-rw-r--r--gdata/services/freebase/gdata-freebase-result.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdata/services/freebase/gdata-freebase-result.c b/gdata/services/freebase/gdata-freebase-result.c
index a147e994..2c87c3dc 100644
--- a/gdata/services/freebase/gdata-freebase-result.c
+++ b/gdata/services/freebase/gdata-freebase-result.c
@@ -81,7 +81,7 @@ gdata_freebase_result_class_init (GDataFreebaseResultClass *klass)
* containing (possibly nested) Freebase schema types and values.
*
* Since: 0.15.1
- **/
+ */
g_object_class_install_property (gobject_class, PROP_VARIANT,
g_param_spec_variant ("variant",
"Variant", "Variant holding the raw result.",
@@ -179,7 +179,7 @@ gdata_freebase_result_new (void)
* Returns: (allow-none) (transfer full): the serialized result, or %NULL; unref with g_variant_unref()
*
* Since: 0.15.1
- **/
+ */
GVariant *
gdata_freebase_result_dup_variant (GDataFreebaseResult *self)
{