clutter/actor: Change comment to refer to non-deprecated API

https://gitlab.gnome.org/GNOME/mutter/merge_requests/935
This commit is contained in:
Jonas Ådahl 2019-11-20 22:13:27 +01:00 committed by Georges Basile Stavracas Neto
parent 53431fce2a
commit 455535128a

View File

@ -15673,7 +15673,7 @@ update_pango_context (ClutterBackend *backend,
* stored by the #ClutterBackend change.
*
* You can use the returned #PangoContext to create a #PangoLayout
* and render text using cogl_pango_render_layout() to reuse the
* and render text using cogl_pango_show_layout() to reuse the
* glyphs cache also used by Clutter.
*
* Return value: (transfer none): the #PangoContext for a #ClutterActor.