Skip to end of metadata
Go to start of metadata

bool FB::BrowserHost::isMainThread (  )  const

Query if this object is on the main thread.

Returns:
true if called on main thread, false if not.
Since:
1.3.0

Definition at line 231 of file BrowserHost.cpp.

Referenced by assertMainThread(), and releaseJSAPIPtr().

00232 {
00233     return m_threadId == boost::this_thread::get_id();
00234 }


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