~ubuntu-branches/ubuntu/trusty/epiphany-extensions/trusty

« back to all changes in this revision

Viewing changes to extensions/smart-bookmarks/mozilla/mozilla-selection.h

  • Committer: Bazaar Package Importer
  • Author(s): Frederic Peters
  • Date: 2011-04-14 19:04:24 UTC
  • mfrom: (1.1.43 upstream) (2.3.16 experimental)
  • Revision ID: james.westby@ubuntu.com-20110414190424-df2o8wz2pei97hbd
Tags: 3.0.0-2
debian/control.in: bump build-dep on epiphany.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 *  Copyright © 2000 Marco Pesenti Gritti
3
 
 *
4
 
 *  This program is free software; you can redistribute it and/or modify
5
 
 *  it under the terms of the GNU General Public License as published by
6
 
 *  the Free Software Foundation; either version 2, or (at your option)
7
 
 *  any later version.
8
 
 *
9
 
 *  This program is distributed in the hope that it will be useful,
10
 
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
11
 
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12
 
 *  GNU General Public License for more details.
13
 
 *
14
 
 *  You should have received a copy of the GNU General Public License
15
 
 *  along with this program; if not, write to the Free Software
16
 
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17
 
 *
18
 
 *  $Id$
19
 
 */
20
 
 
21
 
#ifndef SMART_BOOKMARKS_MOZILLA_SELECTION_H
22
 
#define SMART_BOOKMARKS_MOZILLA_SELECTION_H
23
 
 
24
 
#include <glib.h>
25
 
 
26
 
#include <epiphany/epiphany.h>
27
 
 
28
 
G_BEGIN_DECLS
29
 
 
30
 
char *mozilla_get_selected_text (EphyEmbed *embed);
31
 
 
32
 
G_END_DECLS
33
 
 
34
 
#endif