~manishsinha/zeitgeist-sharp/fix-739139

« back to all changes in this revision

Viewing changes to Zeitgeist/Client/IBlacklist.cs

  • Committer: Manish Sinha
  • Date: 2011-04-24 16:06:51 UTC
  • Revision ID: manishsinha@ubuntu.com-20110424160651-ly9s6jtqv2rne98n
Migrated zeitgeist-sharp from ndesk-dbus to dbus-sharp.

* Removed ndsk-dbus as dependency and added dbus-sharp as dependency
* Made a check for zeitgeist >= 0.7.1 in configure.ac. Has to be moved to >= 0.8.0 before release
* Removed System.Core as reference in Zeitgeist.csproj
* Removed the weakly-named System assembly reference and added strongly named System assembly reference

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
        /// When inserting events via LogClient.InsertEvents they will be checked against the blacklist templates 
33
33
        /// and if they match they will not be inserted in the log, and any matching monitors will not be signalled.
34
34
        /// </summary>
35
 
        [NDesk.DBus.Interface ("org.gnome.zeitgeist.Blacklist")]
 
35
        [DBus.Interface ("org.gnome.zeitgeist.Blacklist")]
36
36
        internal interface IBlacklist
37
37
        {
38
38
                /// <summary>