Skip to content
  • Emmanuele Bassi's avatar
    box: Remove the sentinel annotation · 65889fa0
    Emmanuele Bassi authored
    Sadly, we need to remove the G_GNUC_NULL_TERMINATED annotation from
    ClutterBox packing API; the compiler will otherwise emit a warning
    for perfectly legal statements like:
    
      clutter_box_pack (box, child, NULL);
    
    because of the missing sentinel.
    
    See also: g_object_new().
    65889fa0