Skip to content

Commit

Permalink
Merge pull request #41 from gjsify/swsnr-patch-1
Browse files Browse the repository at this point in the history
Remove unused Params interface
  • Loading branch information
Totto16 authored May 5, 2024
2 parents 5b787ff + 2004bf4 commit f62b5f4
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions packages/gnome-shell/src/ui/messageTray.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,21 +167,6 @@ export class Action extends GObject.Object {
public activate(): void;
}

/**
* @version 46
*/
export namespace Notification {
export interface Params {
gicon?: Gio.Icon | null;
secondaryGIcon?: Gio.Icon | null;
bannerMarkup?: boolean;
clear?: boolean;
datetime?: GLib.DateTime | null;
soundName?: string | null;
soundFile?: Gio.File | null;
}
}

/**
* @see https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/main/js/ui/messageTray.js#L482
* @version 46
Expand Down

0 comments on commit f62b5f4

Please sign in to comment.