Hi all,
I know that this is not the correct place for this question but I
think you have used placeholders before.
I want to use placeholders like java ant For example:
gchar* host = ${db.host}
connect(host);
then a function parse the placeholders with the correct data:
(parameters = "db.host = localhost")
gchar* parseText(gchar* text, parameters);
This function may return the text with the placeholders replaced.
Something like this:
gchar* host = localhost
connect(host);
There is some library to do this in C?? With this plaholders
(${var.name}) or others...
Thanks a lot!!!!!!
_______________________________________________
gnome-devtools mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-devtools