confuse-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Confuse-devel] cfg_setopt()


From: Daniel.Pocock
Subject: [Confuse-devel] cfg_setopt()
Date: Wed, 13 Aug 2008 11:20:04 +0100



Hi,

Is there a reason why cfg_setopt is not in the public API?

I want to do something like this in my application, manually adding a
new instance of `my_multi_section' after parsing has completed:

   cfg_opt = cfg_getopt(config_file, "my_multi_section");
   cfg_val_tmp = cfg_setopt(config_file, cfg_opt, 0);
   cfg_tmp = cfg_val_tmp->section;
   cfg_setstr(cfg_tmp, "my_value", "hello world");

my_multi_section is defined:

   CFG_SEC("my_multi_section", my_multi_section_opts, CFGF_MULTI)

I've patched confuse.c and confuse.h so that cfg_setopt is in the API,
and it seems to work.

Regards,

Daniel
_______________________________________________

This e-mail may contain information that is confidential, privileged or 
otherwise protected from disclosure. If you are not an intended recipient of 
this e-mail, do not duplicate or redistribute it by any means. Please delete it 
and any attachments and notify the sender that you have received it in error. 
Unless specifically indicated, this e-mail is not an offer to buy or sell or a 
solicitation to buy or sell any securities, investment products or other 
financial product or service, an official confirmation of any transaction, or 
an official statement of Barclays. Any views or opinions presented are solely 
those of the author and do not necessarily represent those of Barclays. This 
e-mail is subject to terms available at the following link: 
www.barcap.com/emaildisclaimer. By messaging with Barclays you consent to the 
foregoing.  Barclays Capital is the investment banking division of Barclays 
Bank PLC, a company registered in England (number 1026167) with its registered 
office at 1 Churchill Place, London, E14 5HP.  This email may relate to or be 
sent from other members of the Barclays Group.
_______________________________________________




reply via email to

[Prev in Thread] Current Thread [Next in Thread]