Skip to end of metadata
Go to start of metadata

variant FB::JSAPI::GetProperty ( const std::wstring &  propertyName  )  [inline, virtual]

This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.

Reimplemented in FB::JSAPIProxy.

Definition at line 386 of file JSAPI.h.

References FB::wstring_to_utf8().

Referenced by FB::Npapi::NPObjectAPI::GetProperty().

00387         {
00388             return GetProperty(wstring_to_utf8(propertyName));
00389         }

Here is the call graph for this function:


Generated on 19 Jun 2013 for FireBreath by  doxygen 1.6.1
Labels
  • None