mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 13:30:19 +00:00
Fixed some incorrect information.
This commit is contained in:
parent
3c7f5af2a5
commit
623f7d9772
@ -7,9 +7,10 @@ functions that follow these conventions:
|
||||
*_new: Create a new structure with a reference count of 1.
|
||||
*_ref: Increase ref count by one.
|
||||
*_unref: Decrease ref count by one. If the count drops to zero,
|
||||
run aprropriate finalization code and free the memory.
|
||||
No user visible actions should take place, like
|
||||
destryoing windows, etc.
|
||||
run appropriate finalization code and free the memory.
|
||||
For data structures with a _destroy function, it will be
|
||||
invoked at this point, if the data structure is not
|
||||
already in a destroyed state.
|
||||
|
||||
GtkObjects also provide the following functions:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user