mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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:
parent
b01bdb7e70
commit
61c990dfba
647 changed files with 30833 additions and 7328 deletions
|
|
@ -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.)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue