Updated Notify_dbus (markdown)

Chris Caron 2019-02-05 11:02:52 -05:00
parent 3dcb99fb9a
commit 4ddc04be3e

@ -18,7 +18,7 @@ There are currently no options you can specify for this kind of notification, so
* **kde**://
* This is just an alias to qt:// for simplicity purposes. Like qt://, this explicitly only attempt to access the QT DBus (even if the GLib one is present).
* **glib**://
* This will explicitly only attempt to access the GLib DBus (even if the QT one is present). A gnome:// alias was not created as gnome:// is already handled using a more mature/newer approach defined [[here|Notify_gnome]].
* This will explicitly only attempt to access the GLib DBus (even if the QT one is present). A gnome:// alias was not created as Gnome support is already handled using a more mature/newer approach defined [[here|Notify_gnome]].
### Parameter Breakdown
There are no parameters at this time.