summaryrefslogtreecommitdiff
path: root/firefox-40-libzg/extension/components/zeitgeist.idl
diff options
context:
space:
mode:
Diffstat (limited to 'firefox-40-libzg/extension/components/zeitgeist.idl')
-rw-r--r--firefox-40-libzg/extension/components/zeitgeist.idl32
1 files changed, 0 insertions, 32 deletions
diff --git a/firefox-40-libzg/extension/components/zeitgeist.idl b/firefox-40-libzg/extension/components/zeitgeist.idl
deleted file mode 100644
index 497781e..0000000
--- a/firefox-40-libzg/extension/components/zeitgeist.idl
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- * 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);
-};
-