~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/bind/javabind.h

  • Committer: Ted Gould
  • Date: 2008-11-21 05:24:08 UTC
  • Revision ID: ted@canonical.com-20081121052408-tilucis2pjrrpzxx
MergeĀ fromĀ fe-moved

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef __JAVABIND_H__
2
 
#define __JAVABIND_H__
3
1
/**
4
 
 * This is a simple mechanism to bind Inkscape to Java, and thence
 
2
 * @file
 
3
 * @brief This is a simple mechanism to bind Inkscape to Java, and thence
5
4
 * to all of the nice things that can be layered upon that. 
6
5
 *
7
6
 * Authors:
24
23
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
25
24
 */
26
25
 
 
26
#ifndef __JAVABIND_H__
 
27
#define __JAVABIND_H__
 
28
 
27
29
#include <glibmm.h>
28
30
#include <vector>
29
31