GNOME Bugzilla – Bug 642192
Correct annotations for st_theme_node_get_content_box()
Last modified: 2011-02-12 22:31:48 UTC
Mark the return as (out caller-allocate) so we can use it from JS.
Created attachment 180734 [details] [review] Correct annotations for st_theme_node_get_content_box()
Review of attachment 180734 [details] [review]: Sure. Might be worth annotating the similar st_theme_node_get_paint_box() and st_theme_node_get_background_paint_box().
Created attachment 180741 [details] [review] StThemeNode: Add (out caller-annotates) annotations Mark the ClutterActorBox return for a number of functions so we can use them from Javascript.
Review of attachment 180741 [details] [review]: Thanks!
Attachment 180741 [details] pushed as 69d25c9 - StThemeNode: Add (out caller-annotates) annotations