elementary / wingpanel

Stylish top panel that holds indicators and spawns an application launcher
https://elementary.io
GNU General Public License v3.0
137 stars 44 forks source link

can't find send_notification function in Wingpanel.Indicator #345

Closed opnay closed 3 years ago

opnay commented 3 years ago

I make some application with indiciator. but, Can't send notification in Wingpanel.Indicator class. there's no way?

opnay commented 3 years ago

Sorry, i found it.

GLib.Application.get_default ().send_notification (...);