Question about gchar & g_strconcat()
- From: "fred238 free fr" <fred238 free fr>
- To: gtk-devel-list gnome org
- Subject: Question about gchar & g_strconcat()
- Date: Wed, 12 Sep 2007 20:20:18 +0200
hello,
gchar *file;
file="test";
file = g_strconcat("/some/path/", file, ".txt", NULL);
g_printf("%s", file);
My question is do i must allocate memory for file ?
Fred
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]