glib/gobject
Emmanuele Bassi 2a87010831 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-05 23:27:35 -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-04-27 09:42:29 +02:00
2012-01-24 23:37:24 -05:00
2012-01-24 23:37:24 -05:00
2012-06-22 10:32:25 -04:00
2012-03-02 17:13:03 +01:00
2011-10-18 17:12:33 +01:00
2012-06-12 20:45:29 +02:00
2008-06-21 18:20:43 +00:00
2011-09-05 18:46:59 -04:00
2012-04-25 15:41:48 -04:00