mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-28 03:48:53 +02:00
More additions
This commit is contained in:
@@ -1925,7 +1925,7 @@ g_main_current_source (void)
|
||||
* SomeWidget *self = data;
|
||||
*
|
||||
* GDK_THREADS_ENTER ();
|
||||
* if (!g_source_is_destroyed (g_main_get_current_source ()))
|
||||
* if (!g_source_is_destroyed (g_main_current_source ()))
|
||||
* {
|
||||
* /<!-- -->* do stuff with self *<!-- -->/
|
||||
* }
|
||||
|
Reference in New Issue
Block a user