mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09: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
@ -693,8 +693,8 @@ clutter_interval_get_initial_value (ClutterInterval *interval,
|
||||
*
|
||||
* Gets the pointer to the initial value of @interval
|
||||
*
|
||||
* Return value: the initial value of the interval. The value
|
||||
* is owned by the #ClutterInterval and it should not be
|
||||
* Return value: (transfer none): the initial value of the interval.
|
||||
* The value is owned by the #ClutterInterval and it should not be
|
||||
* modified or freed
|
||||
*
|
||||
* Since: 1.0
|
||||
@ -766,8 +766,8 @@ clutter_interval_get_final_value (ClutterInterval *interval,
|
||||
*
|
||||
* Gets the pointer to the final value of @interval
|
||||
*
|
||||
* Return value: the final value of the interval. The value
|
||||
* is owned by the #ClutterInterval and it should not be
|
||||
* Return value: (transfer none): the final value of the interval.
|
||||
* The value is owned by the #ClutterInterval and it should not be
|
||||
* modified or freed
|
||||
*
|
||||
* Since: 1.0
|
||||
|
Reference in New Issue
Block a user