Files
gtk3/testsuite/gtk
Juan Pablo Ugarte 49fa04212b GtkBuilder: improved parsing error report for invalid properties and signals.
Added GTK_BUILDER_ERROR_INVALID_PROPERTY and GTK_BUILDER_ERROR_INVALID_SIGNAL
error codes

ObjectInfo: Use a GType instead of a char * for the class name.
PropertyInfo: Use a GParamSpec instead of a char * for the property name.
SignalInfo: Use signal id and detail quark instead of a detailed signal name string.

This not only save us a few malloc in each case but lets us simplify the code
and report unknown properties and signals as a parsing error instead of just
printing a warning.
2014-05-01 17:59:53 -03:00
..
2013-09-03 17:59:19 -04:00
2013-06-30 11:19:50 -04:00
2013-06-15 16:27:04 -04:00
2013-08-23 13:01:41 +02:00
2013-05-22 00:15:08 +02:00
2013-06-24 01:13:44 +02:00
2014-02-17 21:42:38 -05:00
2013-07-09 20:06:23 -04:00