aboutsummaryrefslogtreecommitdiff
path: root/bindings/mono/app-indicator.sources.xml
diff options
context:
space:
mode:
authorJo Shields <jms@destiny>2010-09-19 20:47:07 +0100
committerJo Shields <jms@destiny>2010-09-19 20:47:07 +0100
commit4247b7e6e67ab79cea4f5b80566ab1e8def6f6f2 (patch)
tree37793aba80fc8180b56e789f0836ad37d0ee48af /bindings/mono/app-indicator.sources.xml
parentb598108bd71748ab0dc7088a36835864f5f96e22 (diff)
downloadayatana-indicator-application-4247b7e6e67ab79cea4f5b80566ab1e8def6f6f2.tar.gz
ayatana-indicator-application-4247b7e6e67ab79cea4f5b80566ab1e8def6f6f2.tar.bz2
ayatana-indicator-application-4247b7e6e67ab79cea4f5b80566ab1e8def6f6f2.zip
The purpose of a dllmap is to turn a DllImport for "foo" into a dlopen of "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.
Diffstat (limited to 'bindings/mono/app-indicator.sources.xml')
-rw-r--r--bindings/mono/app-indicator.sources.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/mono/app-indicator.sources.xml b/bindings/mono/app-indicator.sources.xml
index 97faadf..6cf28e9 100644
--- a/bindings/mono/app-indicator.sources.xml
+++ b/bindings/mono/app-indicator.sources.xml
@@ -1,6 +1,6 @@
<gapi-parser-input>
<api filename="libappindicator-api.raw">
- <library name="libappindicator.so.0">
+ <library name="appindicator.dll">
<namespace name="AppIndicator">
<file>app-indicator.c</file>
<file>../../src/app-indicator-enum-types.c</file>