ZeitgeistClipboardStorage
Object Hierarchy:
Description:
public class ZeitgeistClipboardStorage :
Object
Content:
Constants:
Creation methods:
Methods:
- public async void add_item (IClipboardItem item, Cancellable? cancellable = null)
- public async void clear (Cancellable? cancellable = null)
- public IClipboardItem get_current_item (ClipboardType type)
- public async IClipboardItem? get_item_by_checksum (string checksum, Cancellable? cancellable = null)
- public async List<IClipboardItem> get_items_by_search_query (string search_query, ClipboardCategory[]? cats = null, ClipboardTimerange date_copied = ALL, Cancellable? cancellable = null)
- public async List<IClipboardItem> get_recent_items (uint32 num_items, ClipboardCategory[]? cats = null, ClipboardTimerange date_copied = ALL, Cancellable? cancellable = null) throws Error
- public bool is_privacy_mode_enabled ()
- public async void remove_item (IClipboardItem item, Cancellable? cancellable = null)
- public async void select_item (IClipboardItem item, bool use_clipboard, bool use_primary, Cancellable? cancellable = null)
Signals:
Inherited Members:
All known members inherited from class GLib.Object