Files
glib/gobject
Emmanuele Bassi 6f2b9223be Constify collect and lcopy strings in GTypeValueTable
This avoids warnings when creating idiomatic value tables, like:

  static const GTypeValueTable _clutter_shader_float_value_table = {
    clutter_value_init_shader_float,
    clutter_value_free_shader_float,
    clutter_value_copy_shader_float,
    clutter_value_peek_pointer,
    "ip",
    clutter_value_collect_shader_float,
    "pp",
    clutter_value_lcopy_shader_float
  };

Because the strings are literals. And, really: nobody should be using
allocated values for the collection and lcopy strings.

https://bugzilla.gnome.org/show_bug.cgi?id=671545
2012-07-14 16:33:21 -04:00
..
2012-04-08 10:24:52 -04:00
2011-05-23 00:21:06 -04:00
2009-03-31 19:39:16 -04:00
2011-06-14 18:51:57 -04:00
2011-06-09 11:15:40 -04:00
2012-02-26 22:22:56 -05:00
2011-12-13 23:01:51 -05:00
2012-03-08 14:51:22 +08:00
2012-03-05 07:34:58 -05:00
2012-01-24 23:37:24 -05:00
2012-01-24 23:37:24 -05:00
2012-07-14 16:33:15 -04:00
2012-03-02 17:13:03 +01:00
2011-10-18 17:12:33 +01:00
2008-06-21 18:20:43 +00:00
2011-09-05 18:46:59 -04:00
2012-03-19 16:58:48 -04:00