aboutsummaryrefslogtreecommitdiff
path: root/bindings/mono/ApplicationIndicator.custom
Commit message (Collapse)AuthorAgeFilesLines
* bindings/mono: Drop custom extension and use partial class in ↵Robert Tari2021-06-091-26/+0
| | | | ApplicationIndicatorCustom.cs
* Fork from Ubuntu's libappindicator project.Mike Gabriel2015-11-101-7/+7
|
* The purpose of a dllmap is to turn a DllImport for "foo" into a dlopen of ↵Jo Shields2010-09-191-4/+4
| | | | | | | "bar". This is most commonly used to make apps more cross-platform, by specifying the Windows library name (foo.dll) into a Linux/OSX/etc filename (libfoo.so.0). indicator-application has been binding directly to libappindicator.so.0, which means multiple places to update if the SONAME changes, and makes it less portable - this commit fixes this.
* Mono binding fixes.Cody Russell2010-01-111-0/+26