summaryrefslogtreecommitdiff
path: root/gdata/services/freebase/gdata-freebase-topic-result.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdata/services/freebase/gdata-freebase-topic-result.c')
-rw-r--r--gdata/services/freebase/gdata-freebase-topic-result.c44
1 files changed, 22 insertions, 22 deletions
diff --git a/gdata/services/freebase/gdata-freebase-topic-result.c b/gdata/services/freebase/gdata-freebase-topic-result.c
index 4b21bd72..476b16af 100644
--- a/gdata/services/freebase/gdata-freebase-topic-result.c
+++ b/gdata/services/freebase/gdata-freebase-topic-result.c
@@ -575,7 +575,7 @@ gdata_freebase_topic_result_new (void)
* gdata_freebase_topic_object_unref()
*
* Since: 0.15.1
- **/
+ */
GDataFreebaseTopicObject *
gdata_freebase_topic_result_dup_object (GDataFreebaseTopicResult *self)
{
@@ -593,7 +593,7 @@ gdata_freebase_topic_result_dup_object (GDataFreebaseTopicResult *self)
* Returns: (transfer full): @object, with an extra reference.
*
* Since: 0.15.1
- **/
+ */
GDataFreebaseTopicObject *
gdata_freebase_topic_object_ref (GDataFreebaseTopicObject *object)
{
@@ -611,7 +611,7 @@ gdata_freebase_topic_object_ref (GDataFreebaseTopicObject *object)
* the object is freed.
*
* Since: 0.15.1
- **/
+ */
void
gdata_freebase_topic_object_unref (GDataFreebaseTopicObject *object)
{
@@ -633,7 +633,7 @@ gdata_freebase_topic_object_unref (GDataFreebaseTopicObject *object)
* Returns: (transfer container) (element-type gchar*): An array of property names, free with g_ptr_array_unref().
*
* Since: 0.15.1
- **/
+ */
GPtrArray *
gdata_freebase_topic_object_list_properties (const GDataFreebaseTopicObject *object)
{
@@ -663,7 +663,7 @@ gdata_freebase_topic_object_list_properties (const GDataFreebaseTopicObject *obj
* Returns: The number of values contained for @property
*
* Since: 0.15.1
- **/
+ */
guint64
gdata_freebase_topic_object_get_property_count (const GDataFreebaseTopicObject *object, const gchar *property)
{
@@ -695,7 +695,7 @@ gdata_freebase_topic_object_get_property_count (const GDataFreebaseTopicObject *
* Returns: the total number of hits for this property
*
* Since: 0.15.1
- **/
+ */
guint64
gdata_freebase_topic_object_get_property_hits (const GDataFreebaseTopicObject *object, const gchar *property)
{
@@ -725,7 +725,7 @@ gdata_freebase_topic_object_get_property_hits (const GDataFreebaseTopicObject *o
* Returns: (allow-none) (transfer none): the value for this property/item
*
* Since: 0.15.1
- **/
+ */
GDataFreebaseTopicValue *
gdata_freebase_topic_object_get_property_value (const GDataFreebaseTopicObject *object, const gchar *property, gint64 item)
{
@@ -753,7 +753,7 @@ gdata_freebase_topic_object_get_property_value (const GDataFreebaseTopicObject *
* Returns: (transfer none): the Freebase ID of this object
*
* Since: 0.15.1
- **/
+ */
const gchar *
gdata_freebase_topic_object_get_id (const GDataFreebaseTopicObject *object)
{
@@ -770,7 +770,7 @@ gdata_freebase_topic_object_get_id (const GDataFreebaseTopicObject *object)
* Returns: (transfer full): @value, with an extra reference.
*
* Since: 0.15.1
- **/
+ */
GDataFreebaseTopicValue *
gdata_freebase_topic_value_ref (GDataFreebaseTopicValue *value)
{
@@ -788,7 +788,7 @@ gdata_freebase_topic_value_ref (GDataFreebaseTopicValue *value)
* the object is freed.
*
* Since: 0.15.1
- **/
+ */
void
gdata_freebase_topic_value_unref (GDataFreebaseTopicValue *value)
{
@@ -807,7 +807,7 @@ gdata_freebase_topic_value_unref (GDataFreebaseTopicValue *value)
* Returns: the property name of @value
*
* Since: 0.15.1
- **/
+ */
const gchar *
gdata_freebase_topic_value_get_property (GDataFreebaseTopicValue *value)
{
@@ -826,7 +826,7 @@ gdata_freebase_topic_value_get_property (GDataFreebaseTopicValue *value)
* Returns: a textual representation of @value
*
* Since: 0.15.1
- **/
+ */
const gchar *
gdata_freebase_topic_value_get_text (GDataFreebaseTopicValue *value)
{
@@ -843,7 +843,7 @@ gdata_freebase_topic_value_get_text (GDataFreebaseTopicValue *value)
* Returns: the language @value is written in
*
* Since: 0.15.1
- **/
+ */
const gchar *
gdata_freebase_topic_value_get_language (GDataFreebaseTopicValue *value)
{
@@ -860,7 +860,7 @@ gdata_freebase_topic_value_get_language (GDataFreebaseTopicValue *value)
* Returns: the creator of this value, as a Freebase ID
*
* Since: 0.15.1
- **/
+ */
const gchar *
gdata_freebase_topic_value_get_creator (GDataFreebaseTopicValue *value)
{
@@ -879,7 +879,7 @@ gdata_freebase_topic_value_get_creator (GDataFreebaseTopicValue *value)
* Returns: The creation time of @value, or -1
*
* Since: 0.15.1
- **/
+ */
gint64
gdata_freebase_topic_value_get_timestamp (GDataFreebaseTopicValue *value)
{
@@ -896,7 +896,7 @@ gdata_freebase_topic_value_get_timestamp (GDataFreebaseTopicValue *value)
* Returns: the #GType of the contained value
*
* Since: 0.15.1
- **/
+ */
GType
gdata_freebase_topic_value_get_value_type (GDataFreebaseTopicValue *value)
{
@@ -912,7 +912,7 @@ gdata_freebase_topic_value_get_value_type (GDataFreebaseTopicValue *value)
* Copies in @gvalue the value held in @value. the #GValue must be later freed through g_value_unset()
*
* Since: 0.15.1
- **/
+ */
void
gdata_freebase_topic_value_copy_value (GDataFreebaseTopicValue *value, GValue *gvalue)
{
@@ -930,7 +930,7 @@ gdata_freebase_topic_value_copy_value (GDataFreebaseTopicValue *value, GValue *g
* Returns: the #gint64 value
*
* Since: 0.15.1
- **/
+ */
gint64
gdata_freebase_topic_value_get_int (GDataFreebaseTopicValue *value)
{
@@ -949,7 +949,7 @@ gdata_freebase_topic_value_get_int (GDataFreebaseTopicValue *value)
* Returns: the #gdouble value
*
* Since: 0.15.1
- **/
+ */
gdouble
gdata_freebase_topic_value_get_double (GDataFreebaseTopicValue *value)
{
@@ -968,7 +968,7 @@ gdata_freebase_topic_value_get_double (GDataFreebaseTopicValue *value)
* Returns: the string value
*
* Since: 0.15.1
- **/
+ */
const gchar *
gdata_freebase_topic_value_get_string (GDataFreebaseTopicValue *value)
{
@@ -988,7 +988,7 @@ gdata_freebase_topic_value_get_string (GDataFreebaseTopicValue *value)
* Returns: (transfer none): the compound value as a #GDataFreebaseTopicObject
*
* Since: 0.15.1
- **/
+ */
const GDataFreebaseTopicObject *
gdata_freebase_topic_value_get_object (GDataFreebaseTopicValue *value)
{
@@ -1009,7 +1009,7 @@ gdata_freebase_topic_value_get_object (GDataFreebaseTopicValue *value)
* Returns: Whether @value holds a Freebase image object
*
* Since: 0.15.1
- **/
+ */
gboolean
gdata_freebase_topic_value_is_image (GDataFreebaseTopicValue *value)
{