/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk

« back to all changes in this revision

Viewing changes to libssts/MainLoop.h

  • Committer: Gustav Hartvigsson
  • Date: 2017-01-25 12:56:36 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20170125125636-t92fdnwtns3e73y3
* Fixed all warnings (exept the depricated warning...)

Show diffs side-by-side

added added

removed removed

Lines of Context:
291
291
                                  spointer user_data);
292
292
 
293
293
 
294
 
/**
 
294
/** @brief
295
295
 * @section THREAD_SAFTEY THREAD SAFTEY
296
296
 */
297
 
S_EXPORTED
298
297
inline void FOOL_DOXYGEN ();
299
298
 
 
299
 
300
300
/** @brief
301
301
 * lock the main loop form tampering from other threads.
302
302
 *
322
322
void
323
323
s_main_loop_unlock (SMainLoop * loop);
324
324
 
 
325
/* This has to be put last to remove undefined warning */
 
326
inline void FOOL_DOXYGEN () {};
325
327
 
326
328
/**
327
329
 * @}