Skip to end of metadata
Go to start of metadata

void FB::JSAPIImpl::unregisterEventMethod ( const std::wstring &  name,
JSObjectPtr event 
) [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 from FB::JSAPI.

Definition at line 292 of file JSAPIImpl.h.

References unregisterEventMethod(), and FB::wstring_to_utf8().

00293         {
00294             unregisterEventMethod(wstring_to_utf8(name), event);
00295         }

Here is the call graph for this function:


Generated on 25 May 2013 for FireBreath by  doxygen 1.6.1
Labels
  • None