Skip to content
  • Will Thompson's avatar
    Document NULL shortcut to g_value_array_insert etc. · 2504ec98
    Will Thompson authored and Matthias Clasen's avatar Matthias Clasen committed
    You can pass a NULL GValue * to any of g_value_array_insert, _prepend or
    _append to add a new, uninitialized value. This is a very useful
    shortcut, and it should be documented rather than left languishing in a
    comment in the implementation.
    
    Fixes Gnome bug #552363.
    2504ec98