summaryrefslogtreecommitdiff
path: root/firefox-libzg/extension/components/zeitgeist.idl
blob: 278620196adb8f5050441d8e668811ebb619e628 (plain)
1
2
3
4
5
6
7
#include "nsISupports.idl"
[scriptable, uuid(d879c08c-517d-44f0-83e1-3ef75a527ddf)]
interface zeitgeist : nsISupports
{
	void		insert(in string url, in AUTF8String title);
};