mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-09 12:25:48 +01:00
Doc: clarify a bit g_signal_connect_object()
"the object" can be a bit confusing for a beginner, he can think it is the @instance. https://bugzilla.gnome.org/show_bug.cgi?id=695887
This commit is contained in:
parent
2c566aa09e
commit
e569079414
@ -3688,7 +3688,7 @@ g_value_dup_object (const GValue *value)
|
|||||||
* ensures that the @gobject stays alive during the call to @c_handler
|
* ensures that the @gobject stays alive during the call to @c_handler
|
||||||
* by temporarily adding a reference count to @gobject.
|
* by temporarily adding a reference count to @gobject.
|
||||||
*
|
*
|
||||||
* When the object is destroyed the signal handler will be automatically
|
* When the @gobject is destroyed the signal handler will be automatically
|
||||||
* disconnected. Note that this is not currently threadsafe (ie:
|
* disconnected. Note that this is not currently threadsafe (ie:
|
||||||
* emitting a signal while @gobject is being destroyed in another thread
|
* emitting a signal while @gobject is being destroyed in another thread
|
||||||
* is not safe).
|
* is not safe).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user