diff options
author | Sense Egbert Hofstede <sense@ubuntu.com> | 2010-09-20 17:54:51 +0200 |
---|---|---|
committer | Sense Egbert Hofstede <sense@ubuntu.com> | 2010-09-20 17:54:51 +0200 |
commit | 482276fcb7af568bf09047d9613e6817c4af8ad1 (patch) | |
tree | 0b0c6ff946e998a15a459800acd73a1ac82c9293 /bindings/mono/ApplicationIndicator.custom | |
parent | 6c8da9ed8f79fb5f411a4130c99ce3189b7b5b82 (diff) | |
parent | 316dbc5d675e78b92334dc087d95c795a3a108d0 (diff) | |
download | libayatana-appindicator-482276fcb7af568bf09047d9613e6817c4af8ad1.tar.gz libayatana-appindicator-482276fcb7af568bf09047d9613e6817c4af8ad1.tar.bz2 libayatana-appindicator-482276fcb7af568bf09047d9613e6817c4af8ad1.zip |
Merging Jo Shields' fixes to the build infrastructure to shut GAPI up.
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 + } |