clutter/actor: Double asterisk is required for GObject Introspection
Like GtkDoc and Doxygen before it.
Closes: https://gitlab.gnome.org/GNOME/mutter/-/issues/3252
Fixes: f4c6fa949d
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3527>
This commit is contained in:
parent
7551ffa81e
commit
e8116ba4f0
1 changed files with 1 additions and 1 deletions
|
@ -18385,7 +18385,7 @@ clutter_actor_bind_model_with_properties (ClutterActor *self,
|
||||||
clutter_actor_bind_model (self, model, bind_child_with_properties, clos, bind_closure_free);
|
clutter_actor_bind_model (self, model, bind_child_with_properties, clos, bind_closure_free);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/**
|
||||||
* clutter_actor_create_texture_paint_node:
|
* clutter_actor_create_texture_paint_node:
|
||||||
* @self: a #ClutterActor
|
* @self: a #ClutterActor
|
||||||
* @texture: a #CoglTexture
|
* @texture: a #CoglTexture
|
||||||
|
|
Loading…
Reference in a new issue