Files
gtk3/docs/reference/gtk
Sébastien Wilmet bce4a0abde app: extract GtkApplicationAccels private class
This has several benefits:
- Less code in GtkApplication. The accels handling is something
  self-contained, and GtkApplication now delegates the work.
- For the accels functions, there is now a distinction between static
  functions and functions in the gtkapplicationaccelsprivate.h header,
  which makes the code easier to understand, because we have a good
  overview just by reading the header.
- The struct _GtkApplicationPrivate is now easier to find instead of
  being in the middle of the file.

https://bugzilla.gnome.org/show_bug.cgi?id=764879
2016-04-22 12:39:18 +02:00
..
2015-10-21 15:19:34 -04:00
2016-04-11 07:34:34 -04:00
2016-04-11 07:34:34 -04:00
2014-06-11 21:55:15 -04:00
2015-09-09 10:20:07 -04:00
2016-01-25 15:34:10 -05:00
2015-12-05 12:10:21 -05:00
2016-01-31 12:11:58 -05:00
2015-10-10 17:29:15 -04:00
2016-03-10 23:21:22 -05:00