diff options
author | Vincent Geddes <vgeddes@src.gnome.org> | 2007-02-08 01:05:36 +0000 |
---|---|---|
committer | Vincent Geddes <vgeddes@src.gnome.org> | 2007-02-08 01:05:36 +0000 |
commit | 5b14b631d594763e21f03e64ff24f87739c4d798 (patch) | |
tree | 743063ab46d7999e6957d19d6533cced662bce15 /README | |
parent | d7bb186f2b36e437225ca6debea23b8f1c3dc32b (diff) | |
download | glade-5b14b631d594763e21f03e64ff24f87739c4d798.tar.gz |
Replaced C++ style comments with the more portable ISO C syntax.
* gladeui/*.[ch]: Replaced C++ style comments with the more portable ISO C syntax.
* gladeui/glade-app.[ch]: Use the G_DEFINE_TYPE() and
g_type_class_add_private() idioms for registering the class.
* README.cvs: Renamed to 'README.svn'.
* plugins/gtk+/icons/16x16/Makefile.am, plugins/gtk+/icons/22x22/Makefile.am:
Added some icons.
* src/glade-project-window.c: Set the label for the Selector toolbutton.
svn path=/trunk/; revision=1080
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -30,7 +30,7 @@ About Glade-3 This version of Glade (Glade-3) is a complete rewrite of the original Glade codebase. - One of the main differnces from glade-2 is that C code generation has been removed from +One of the main differences from glade-2 is that C code generation has been removed from glade-3: this has been done on purpose, since using generated code is deprecated; the preferred way to use glade files is with libglade (if code generation is needed, this can be provided as another tool or plugin, code generation is simply not a part of the glade-3 project). @@ -45,7 +45,7 @@ It has a few useful new features such as stacked Undo/Redo and Multiple Project and respects the same XML format as glade-2. For a more details on what has changed, what still needs work, etc. see -the NEWS file & the glade-3 product at bugzilla.gnome.org. +the NEWS file & the glade3 product at bugzilla.gnome.org. Comments, bug reports and patches are more than welcome. @@ -62,7 +62,7 @@ generated by Glade. (We do not consider the code generated by Glade to be Requirements ~~~~~~~~~~~~ - o GTK+ 2.8.0 or above - http://www.gtk.org + o GTK+ 2.10.0 or above - http://www.gtk.org You also need the glib, pango and atk libraries. Make sure you have the devel packages as well, as these will contain the header files which you will need to compile C applications. |