Re: [multivalued in grilo (v3) 1/5] core: Add API to create relations between keys




Some minor doc fixes:

On Thu, 3 Mar 2011 13:38:13 +0100, "Juan A. Suarez Romero" <jasuarez igalia com> wrote:
(...)
 /**
+ * grl_plugin_registry_register_metadata_key_relation:
+ * @registry: the plugin registry
+ * @key1: key involved in relationship
+ * @key2: key involved in relationship
+ *
+ * Creates a relation between @key1 and @key2, meaning that the
values of both
+ * keys are somehow related.
+ *
+ * One example of a relation would be the one between the URI of a media
+ * resource and its mime-type for example: they are both tied
                                 ^^^^^^^^^^^

Remove that, it is duplicated.

(...)

+/**
  * grl_plugin_registry_lookup_metadata_key:
  * @registry: the registry instance
  * @key_name: the key name
@@ -827,6 +885,27 @@ grl_plugin_registry_lookup_metadata_key
(GrlPluginRegistry *registry,
 }

 /**
+ * grl_plugin_registry_lookup_metadata_key_relation:
+ * @registry: the registry instance
+ * @key: a metadata key
+ *
+ * Look up for a list of keys that have a relation with @key.

s/"for a list"/"the list"

Iago



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]