mirror of
https://github.com/elementary/gala.git
synced 2024-12-26 02:33:27 +03:00
update to trunk rev395
This commit is contained in:
commit
3694419365
@ -56,7 +56,13 @@ namespace Gala
|
||||
}
|
||||
}
|
||||
|
||||
internal static void request_clean_icon_cache (uint32[] xids)
|
||||
/**
|
||||
* Marks the given xids as no longer needed, the corresponding icons
|
||||
* may be freed now. Mainly for internal purposes.
|
||||
*
|
||||
* @param xids The xids of the window that no longer need icons
|
||||
*/
|
||||
public static void request_clean_icon_cache (uint32[] xids)
|
||||
{
|
||||
if (cache_clear_timeout > 0)
|
||||
GLib.Source.remove (cache_clear_timeout);
|
||||
|
Loading…
Reference in New Issue
Block a user