~email-tehk/zeitgeist-datasources/totem-fix

« back to all changes in this revision

Viewing changes to firefox-libzg/extension/components/zeitgeist.idl

  • Committer: Michal Hruby
  • Date: 2010-05-11 20:22:33 UTC
  • Revision ID: michal.mhr@gmail.com-20100511202233-5o9mjf12z6tywdk8
Fix problems with non-ascii strings

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
[scriptable, uuid(d879c08c-517d-44f0-83e1-3ef75a527ddf)]
3
3
interface zeitgeist : nsISupports
4
4
{
5
 
        void            insert(in string url, in string title);
 
5
        void            insert(in string url, in AUTF8String title);
6
6
};
7
7