Upgrade gtkmm to 2.10.8, glibmm to 2.13.3 and add cairomm 1.2.4

git-svn-id: svn://localhost/ardour2/trunk@2630 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2007-11-12 23:44:49 +00:00
parent b01bdb7e70
commit 61c990dfba
647 changed files with 30833 additions and 7328 deletions

View file

@ -3,6 +3,7 @@
#ifndef _GTKMM_MAIN_H
#define _GTKMM_MAIN_H
#include <glibmm.h>
/* $Id$ */
@ -118,7 +119,7 @@ public:
/** Scans the argument vector, and strips off all parameters parsed by GTK+ or your @a option_context.
* Add a Glib::OptionGroup to the Glib::OptionContext to parse your own command-line arguments.
*
* Note: The argument strings themselves won't be modified, although the
* Note: The argument strings themself won't be modified, although the
* pointers to them might change. This makes it possible to create your
* own argv of string literals, which have the type 'const char[]' in
* standard C++. (You might need to use const_cast<>, though.)