Skip to content

Commit

Permalink
add documentation for WFM SetArgs method.
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jun 7, 2013
1 parent 0739fba commit f2b1e08
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions wfm/src/Y2WFMComponent.h
Expand Up @@ -64,6 +64,12 @@ class Y2WFMComponent : public Y2Component
void SCRSetDefault (const YCPInteger &handle);
YCPInteger SCRGetDefault () const;
YCPValue Args (const YCPInteger& index = YCPNull ()) const;

/**
* Sets WFM::Args. It useful for clients component that need to set WFM:Args
* builts
* @return Previous value
*/
YCPList SetArgs (const YCPList& new_args);
YCPString GetLanguage () const;
YCPString GetEncoding () const;
Expand Down

0 comments on commit f2b1e08

Please sign in to comment.