mirror of
https://github.com/brl/mutter.git
synced 2025-06-13 16:59:30 +00:00
Add gobject-introspection annotations
Add annotations such as (transfer-none) (out) (element-type ClutterActor), and so forth to the doc comments as appropriate. The annotations added here are a combination of the annotations previously in gir-repository for Clutter and annotations found in a review of all return values with that were being parsed with a transfer of "full". http://bugzilla.openedhand.com/show_bug.cgi?id=1452 Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>
This commit is contained in:

committed by
Emmanuele Bassi

parent
1d68dcab1f
commit
c5afd98416
@ -1009,8 +1009,8 @@ json_parser_load_from_data (JsonParser *parser,
|
||||
*
|
||||
* Retrieves the top level node from the parsed JSON stream.
|
||||
*
|
||||
* Return value: the root #JsonNode . The returned node is owned by
|
||||
* the #JsonParser and should never be modified or freed.
|
||||
* Return value: (transfer none): the root #JsonNode . The returned node
|
||||
* is owned by the #JsonParser and should never be modified or freed.
|
||||
*/
|
||||
JsonNode *
|
||||
json_parser_get_root (JsonParser *parser)
|
||||
|
Reference in New Issue
Block a user