Bindings to various Gnome desktop APIs
Перейти к файлу
Mike Kestner cd10a1874a 2009-07-21 Mike Kestner <mkestner@novell.com>
* gnomedesktop/metadata: DesktopItem.LaunchWithEnv takes a null
	term array for the envp param.

svn path=/trunk/gnome-desktop-sharp/; revision=138320
2009-07-21 18:03:17 +00:00
doc merging sourceview2 into gnome-desktop-sharp 2008-02-01 19:02:49 +00:00
gnomedesktop 2009-07-21 Mike Kestner <mkestner@novell.com> 2009-07-21 18:03:17 +00:00
gnomepanel 2008-08-27 Mike Kestner <mkestner@novell.com> 2008-08-27 19:11:57 +00:00
gnomeprint 2008-08-06 Mike Kestner <mkestner@novell.com> 2008-08-06 22:04:33 +00:00
gtkhtml 2008-10-21 Mike Kestner <mkestner@novell.com> 2008-10-21 22:08:47 +00:00
gtksourceview 2008-08-06 Mike Kestner <mkestner@novell.com> 2008-08-06 22:04:33 +00:00
nautilusburn 2008-08-06 Mike Kestner <mkestner@novell.com> 2008-08-06 22:04:33 +00:00
rsvg 2007-12-12 Mike Kestner <mkestner@novell.com> 2007-12-13 05:17:49 +00:00
sample 2008-08-06 Mike Kestner <mkestner@novell.com> 2008-08-06 22:04:33 +00:00
sources 2008-08-06 Mike Kestner <mkestner@novell.com> 2008-08-06 22:04:33 +00:00
vte 2009-03-25 Mike Kestner <mkestner@novell.com> 2009-03-26 04:33:58 +00:00
wnck 2008-08-06 Mike Kestner <mkestner@novell.com> 2008-08-06 22:04:33 +00:00
AUTHORS move to trunk 2007-10-23 20:42:12 +00:00
AssemblyInfo.cs.in move to trunk 2007-10-23 20:42:12 +00:00
COPYING move to trunk 2007-10-23 20:42:12 +00:00
ChangeLog 2009-07-21 Mike Kestner <mkestner@novell.com> 2009-07-21 18:03:17 +00:00
HACKING move to trunk 2007-10-23 20:42:12 +00:00
Makefile.am 2008-08-06 Mike Kestner <mkestner@novell.com> 2008-08-06 22:04:33 +00:00
Makefile.include 2008-08-06 Mike Kestner <mkestner@novell.com> 2008-08-06 22:04:33 +00:00
NEWS move to trunk 2007-10-23 20:42:12 +00:00
README move to trunk 2007-10-23 20:42:12 +00:00
autogen.sh 2007-12-12 Mike Kestner <mkestner@novell.com> 2007-12-13 02:47:03 +00:00
configure.in 2009-03-02 Mike Kestner <mkestner@novell.com> 2009-03-02 17:18:07 +00:00
gapi-cdecl-insert 2007-12-12 Mike Kestner <mkestner@novell.com> 2007-12-13 02:47:03 +00:00
gtk-sharp.snk move to trunk 2007-10-23 20:42:12 +00:00
policy.config.in 2007-12-12 Mike Kestner <mkestner@novell.com> 2007-12-13 02:47:03 +00:00

README

The Gtk#/Gnome# website can be found at: http://mono-project.com/GtkSharp/

GnomeDesktop# is a .NET language binding for assorted GNOME libraries from the
desktop release.  GnomeDesktop# is free software, licensed under the GNU LGPL.

Building & Installing GnomeDesktop#:
---------------------------

    The build is the traditional:

        ./configure
        make
        make install

Discussion & Support:
---------------------

    A mailing list for GnomeDesktop# discussion is available.

    You can subscribe to the mailing list by visiting:

        http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

    And following the instructions (on that page) to subscribe.
    Messages are posted on this mailing list by sending them to:

        gtk-sharp-list@ximian.com

    (The mailing list requires you to subscribe in order to post
    messages.)

    An archive of this mailing list can be found at:

        http://lists.ximian.com/archives/public/gtk-sharp-list/

    Also, people can get help with and discuss Gtk# on IRC via the
    #mono channel on the irc.gnome.org IRC server.

    People looking for general help with C# should visit the
    #c# channel on irc.freenode.net IRC server.


Developers:
-----------

    For developers wishing to "get started" with Gnome#, they are encouraged
    to read the Mono Hand Book:

        http://www.mono-project.com/Monkeyguide

Hackers:
--------

    For those who wish to help with the development of Gnome#, they should
    read the file named: HACKING.

    Also, anyone wishing to hack Gnome# is encouraged to join the Gtk#
    mailing list.  And to visit the #mono IRC channel (on irc.gnome.org).