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
@ -364,14 +364,14 @@ _clutter_backend_get_units_per_em (ClutterBackend *backend)
|
||||
}
|
||||
|
||||
/**
|
||||
* clutter_get_default_backend:
|
||||
* clutter_get_default_backend1:
|
||||
*
|
||||
* Retrieves the default #ClutterBackend used by Clutter. The
|
||||
* #ClutterBackend holds backend-specific configuration options.
|
||||
*
|
||||
* Return value: the default backend. You should not ref or
|
||||
* unref the returned object. Applications should rarely need
|
||||
* to use this.
|
||||
* Return value: (transfer none): the default backend. You should
|
||||
* not ref or unref the returned object. Applications should rarely
|
||||
* need to use this.
|
||||
*
|
||||
* Since: 0.4
|
||||
*/
|
||||
@ -561,7 +561,7 @@ clutter_backend_set_font_options (ClutterBackend *backend,
|
||||
*
|
||||
* Retrieves the font options for @backend.
|
||||
*
|
||||
* Return value: the font options of the #ClutterBackend
|
||||
* Return value: (transfer none): the font options of the #ClutterBackend
|
||||
*
|
||||
* Since: 0.8
|
||||
*/
|
||||
|
Reference in New Issue
Block a user