Deprecate clutter_clear_glyph_cache()
This is a wrapper function for API that has long since been public.
This commit is contained in:
parent
522b8be306
commit
6ef09dd15b
@ -2819,6 +2819,9 @@ clutter_get_keyboard_grab (void)
|
||||
* drawn.
|
||||
*
|
||||
* Since: 0.8
|
||||
*
|
||||
* Deprecated: 1.10: Use clutter_get_font_map() and
|
||||
* cogl_pango_font_map_clear_glyph_cache() instead.
|
||||
*/
|
||||
void
|
||||
clutter_clear_glyph_cache (void)
|
||||
|
@ -165,7 +165,10 @@ void clutter_grab_keyboard (ClutterActor *actor);
|
||||
void clutter_ungrab_keyboard (void);
|
||||
ClutterActor * clutter_get_keyboard_grab (void);
|
||||
|
||||
#if !defined(CLUTTER_DISABLE_DEPRECATED) || defined(CLUTTER_COMPILATION)
|
||||
void clutter_clear_glyph_cache (void);
|
||||
#endif
|
||||
|
||||
void clutter_set_font_flags (ClutterFontFlags flags);
|
||||
ClutterFontFlags clutter_get_font_flags (void);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user