RAGS - v1.10.0
    Preparing search index...

    Freedesktop notification hints dictionary.

    interface Hints {
        "action-icons"?: Variant<any>;
        category?: Variant<any>;
        "desktop-entry"?: Variant<any>;
        "image-data"?: Variant<any>;
        "image-path"?: Variant<any>;
        resident?: Variant<any>;
        "sound-file"?: Variant<any>;
        "sound-name"?: Variant<any>;
        "suppress-sound"?: Variant<any>;
        transient?: Variant<any>;
        urgency?: Variant<any>;
        x?: Variant<any>;
        y?: Variant<any>;
        [hint: string]: Variant<any> | undefined;
    }

    Indexable

    • [hint: string]: Variant<any> | undefined
    Index

    Properties

    "action-icons"?: Variant<any>
    category?: Variant<any>

    Optionaldesktop-entry

    "desktop-entry"?: Variant<any>
    "image-data"?: Variant<any>
    "image-path"?: Variant<any>
    resident?: Variant<any>
    "sound-file"?: Variant<any>
    "sound-name"?: Variant<any>
    "suppress-sound"?: Variant<any>
    transient?: Variant<any>
    urgency?: Variant<any>
    x?: Variant<any>
    y?: Variant<any>