Перейти к файлу
Stephane Delcroix 3242d36a18 Merge commit '55b227ef1555d'
svn path=/trunk/exiv2-sharp/; revision=112069
2008-09-02 09:02:14 +00:00
exiv2 Merge commit 'dbfc872f852d17c' 2008-09-02 09:02:11 +00:00
glue Merge commit 'dbfc872f852d17c' 2008-09-02 09:02:11 +00:00
samples Merge commit '55b227ef1555d' 2008-09-02 09:02:14 +00:00
sources Merge commit '10c5a1ce0c230e' 2008-09-02 09:02:06 +00:00
.gitignore Merge commit '56d54516eb' 2008-09-02 09:01:55 +00:00
AUTHORS Merge commit '56d54516eb' 2008-09-02 09:01:55 +00:00
COPYING Merge commit '344941814a' 2008-09-02 09:01:59 +00:00
ChangeLog Merge commit '56d54516eb' 2008-09-02 09:01:55 +00:00
INSTALL Merge commit '56d54516eb' 2008-09-02 09:01:55 +00:00
Makefile.am Merge commit '344941814a' 2008-09-02 09:01:59 +00:00
NEWS Merge commit '10c5a1ce0c230e' 2008-09-02 09:02:06 +00:00
README Merge commit 'dbfc872f852d17c' 2008-09-02 09:02:11 +00:00
TODO Merge commit 'dbfc872f852d17c' 2008-09-02 09:02:11 +00:00
autogen.sh Merge commit '56d54516eb' 2008-09-02 09:01:55 +00:00
configure.ac Merge commit 'dbfc872f852d17c' 2008-09-02 09:02:11 +00:00

README

exiv2-sharp: a .Net and a GObject bindings for exiv2 (http://www.exiv2.org)

Author(s):
	Stephane Delcroix <stephane@delcroix.org>

Copyright 2008 Novell, Inc.

ABOUT exiv2-sharp:
==================
The exiv2-sharp package contains actually two bindings for exiv2. A GObject
one, located in glue/, and a managed (.Net, Mono) in exiv2. The managed binding
depends on the GObject one and require it to be installed.

FEATURES:
=========
exiv2-sharp aim to be as featurefull as exiv2 is in both bindings

BUILDING IT:
============
- build and install the code in glue/
- if glue code was modified, reparse the sources
	- "make api" in sources
- build the managed binding: "make" in exiv2

SAMPLE CODE:
============
Find both gobject (.c files) and managed (.cs files) samples using the bindings
in samples/

USING IT:
=========
Look at the samples, do NOT forget to GLib.GType.Init () or g_type_init () before
using any part of both bindings.

BUGS:
=====
There's no such things as bugs in exiv2-sharp. But in case you'd find something
that could eventually looks like it was a bug, drop me mail (no bugtracker yet)

LICENSE:
========
This code is release under the MIT.X11 license, see COPYING or file headers for
details.