aboutsummaryrefslogtreecommitdiff
path: root/bindings/mono/app-indicator.sources.xml
Commit message (Collapse)AuthorAgeFilesLines
* generate app-indicator.sources.xml (for mono bindings) and ↵Charles Kerr2012-03-061-12/+0
| | | | appindicator.override (for python bindings) at configure time so that they can take into account top_builddir vs top_srcdir differences.
* The purpose of a dllmap is to turn a DllImport for "foo" into a dlopen of ↵Jo Shields2010-09-191-1/+1
| | | | | | | "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.
* gapi2-parser cannot cope with multiple signals connected to the same method ↵Jo Shields2010-09-191-1/+1
| | | | | | | - it will bail out, complaining it cannot find a method to match the second signal. This patch modifies the build system to copy app-indicator.c locally, with the "bad" X_NEW_LABEL signal removed, and use that copy to build the binding.
* Only work with specific files instead of the whole directory.Ted Gould2010-06-171-4/+4
|
* Adding GIR/VAPI support and flattening directoriesTed Gould2010-05-201-1/+1
|
* link against the versioned libraryKen VanDine2009-12-171-1/+1
|
* Move to bindings/monoCody Russell2009-12-111-0/+12