RecentManager
Description:
[ CCode ( has_construct_function = false ) ]
public RecentManager ()
public RecentManager ()
Creates a new recent manager object.
Recent manager objects are used to handle the list of recently used resources. A RecentManager object monitors the recently used resources list, and emits the “changed” signal each time something inside the list changes.
RecentManager objects are expensive: be sure to create them only when needed. You should use get_default instead.
Returns:
A newly created RecentManager object |