summaryrefslogtreecommitdiff
path: root/firefox-40-libzg/extension/components/zeitgeist.idl
blob: 497781ee6cea8147893d6e8d59a99164db65ce3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/*
 * zeitgeist.idl
 * This file is part of zeitgeist dataprovider for firefox 
 *
 * Copyright (C) 2010 - Markus Korn <thekorn@gmx.de>
 * Copyright (C) 2010 - Michal Hruby <michal.mhr@gmail.com>
 * Copyright (C) 2011 - Collabora Ltd.
 *                      By Siegfried-A. Gevatter <siegfried@gevatter.com>
 *
 * zeitgeist dataprovider for firefox is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 3 of the License, or (at your option) any later version.
 * 
 * zeitgeist dataprovider for firefox is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 * 
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 */
 
 
#include "nsISupports.idl"
[scriptable, uuid(d879c08c-517d-44f0-83e1-3ef75a527ddf)]
interface zeitgeist : nsISupports
{
	void		insert(in string url, in string mimetype, in AUTF8String title, in string origin);
};