Emmanuele Bassi 65889fa075 box: Remove the sentinel annotation
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().
2011-12-30 09:51:36 +00:00
..
2011-11-10 19:05:39 +01:00
2011-11-18 22:06:30 +01:00
2011-11-14 11:06:28 +00:00
2011-06-07 16:06:24 +01:00
2011-10-19 15:23:55 +01:00
2011-10-19 15:23:55 +01:00
2011-11-10 14:13:45 +00:00
2011-06-07 16:06:24 +01:00
2010-10-21 12:22:17 +01:00
2011-06-07 16:06:24 +01:00
2011-12-28 09:37:53 +00:00
2011-06-20 15:25:53 +01:00
2009-07-10 11:38:42 +01:00
2011-10-11 23:42:23 +01:00
2011-06-07 16:06:24 +01:00
2011-12-28 09:37:53 +00:00
2011-06-07 16:06:24 +01:00
2011-06-07 16:06:24 +01:00
2011-12-19 09:46:44 -05:00
2011-11-18 17:30:39 +00:00
2011-06-07 16:06:24 +01:00
2011-11-23 17:30:13 +00:00
2011-12-13 12:44:27 +08:00