glib库源码分析1

/**
* g_main_loop_quit:
* @loop: a #GMainLoop
*
* Stops a #GMainLoop from running. Any calls to g_main_loop_run()
* for the loop will return.
*
* Note that sources that have already been dispatched when
* g_main_loop_quit() is called will still be executed.
**/

posted on 2023-04-04 13:23  lydstory  阅读(49)  评论(0编辑  收藏  举报

导航