mirror of
https://github.com/brl/mutter.git
synced 2024-12-24 12:02:04 +00:00
Fix typo in the :clone getter method
The :clone property getter method, clutter_clone_get_source(), was defined using the wrong name of clutter_clone_get_clone_source().
This commit is contained in:
parent
bba85d47f9
commit
b08a011512
@ -317,7 +317,7 @@ clutter_clone_set_source (ClutterClone *clone,
|
||||
* Since: 1.0
|
||||
*/
|
||||
ClutterActor *
|
||||
clutter_clone_get_clone_source (ClutterClone *clone)
|
||||
clutter_clone_get_source (ClutterClone *clone)
|
||||
{
|
||||
g_return_val_if_fail (CLUTTER_IS_CLONE (clone), NULL);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user