diff options
author | Ted Gould <ted@gould.cx> | 2010-09-22 11:14:11 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-09-22 11:14:11 -0500 |
commit | f5e7b8efe61d35c65422284f49e5d01a614a9deb (patch) | |
tree | 6d963d25b6b8c2a87d67b9e789622819efd84673 /bindings/mono/ApplicationIndicator.custom | |
parent | c876d26568d76d4d06b319352cf63928f21dfba5 (diff) | |
parent | fe08c86fc6b9d9d843149bf195b995d7e38a2c40 (diff) | |
download | libayatana-appindicator-f5e7b8efe61d35c65422284f49e5d01a614a9deb.tar.gz libayatana-appindicator-f5e7b8efe61d35c65422284f49e5d01a614a9deb.tar.bz2 libayatana-appindicator-f5e7b8efe61d35c65422284f49e5d01a614a9deb.zip |
Import upstream version 0.2.9
Diffstat (limited to 'bindings/mono/ApplicationIndicator.custom')
-rw-r--r-- | bindings/mono/ApplicationIndicator.custom | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bindings/mono/ApplicationIndicator.custom b/bindings/mono/ApplicationIndicator.custom index 11d16a8..fcc52d7 100644 --- a/bindings/mono/ApplicationIndicator.custom +++ b/bindings/mono/ApplicationIndicator.custom @@ -1,10 +1,10 @@ -[DllImport ("libappindicator.so.0")] +[DllImport ("appindicator.dll")] static extern int app_indicator_get_status (IntPtr i); -[DllImport ("libappindicator.so.0")] +[DllImport ("appindicator.dll")] static extern int app_indicator_get_category (IntPtr i); -[DllImport ("libappindicator.so.0")] +[DllImport ("appindicator.dll")] static extern void app_indicator_set_status (IntPtr i, int s); [GLib.Property ("status")] @@ -23,4 +23,4 @@ static extern void app_indicator_set_status (IntPtr i, int s); get { return (Category) app_indicator_get_category (Handle); } - }
\ No newline at end of file + } |