add 'owned' to update_image's image parameter

This commit is contained in:
Tom Beckmann 2013-11-16 16:30:56 +01:00
parent 69f3bc2bb8
commit 05721f9273

View File

@ -226,7 +226,7 @@ namespace Gala
/**
* Returns the passed orig_image with the correct content or a new one if orig_image was null
*/
Meta.BackgroundActor? update_image (Meta.BackgroundActor? orig_image, string? file, bool topmost)
Meta.BackgroundActor? update_image (owned Meta.BackgroundActor? orig_image, string? file, bool topmost)
{
Meta.BackgroundActor image = null;