Re: [gdome] copying strings from gdome2 to external code
- From: Luca Padovani <padovani luca gmail com>
- To: Isidor Zeuner <gdome quidecco de>
- Cc: gdome gnome org
- Subject: Re: [gdome] copying strings from gdome2 to external code
- Date: Fri, 26 Aug 2011 13:38:01 +0200
Hi Isidor,
On 25/ago/2011, at 01:51, Isidor Zeuner wrote:
> What is the intended way to copy a complete string from gdome2 into an
> external format (e.g. std::string in C++)?
You can access the str field within the GdomeString structure:
GdomeString* s;
strcpy(mystring, s->str);
Cheers,
Luca
[
Date Prev][Date Next] [
Thread Prev][Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]