Skip to content

Commit 7124201

Browse files
authored
Make clutter_offscreen_effect_get_target available to Cjs (#702)
In order to enable all effects in the "Cinnamon Burn My Windows" extension it's required that the clutter OffscreenEffect.get_target() API is available to Cjs. I believe that the "(skip)" comment text is a GObject-Introspection annotations that prevents the API from being exposed as a API call in Cjs. The current GNOME equivalent is OffscreenEffect.get_pipeline() which is available to Gjs. https://github.com/GNOME/mutter/blob/625965d956a8818b77eadbdf0ae6e5edbf60b029/clutter/clutter/clutter-offscreen-effect.c#L666
1 parent e1bb33e commit 7124201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clutter/clutter/clutter-offscreen-effect.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ clutter_offscreen_effect_get_texture (ClutterOffscreenEffect *effect)
579579
}
580580

581581
/**
582-
* clutter_offscreen_effect_get_target: (skip)
582+
* clutter_offscreen_effect_get_target:
583583
* @effect: a #ClutterOffscreenEffect
584584
*
585585
* Retrieves the material used as a render target for the offscreen

0 commit comments

Comments
 (0)