Skip to content

gobject: Mention quark memory usage for g_object_set_data()

g_object_set_data() should only ever be used with a small, bounded set of keys, or the memory usage of the quark lookup table will grow unbounded. Document that.

Signed-off-by: Philip Withnall withnall@endlessm.com

Fixes: #682 (closed)

Merge request reports