gtk/examples/application9
Emmanuele Bassi 89ae3524a3 Rename the widget template API
The macros and functions are inconsistently named, and are not tied to
the "template" concept - to the point that it seems plausible to use
them without setting the template.

The new naming scheme is as follows:

  gtk_widget_class_bind_template_child_full
  gtk_widget_class_bind_template_callback_full

With the convenience macros:

  gtk_widget_class_bind_template_child
  gtk_widget_class_bind_template_child_internal
  gtk_widget_class_bind_template_callback

https://bugzilla.gnome.org/show_bug.cgi?id=700898
https://bugzilla.gnome.org/show_bug.cgi?id=700896
2013-07-26 13:52:15 -04:00
..
app-menu.ui Getting started: Add an example for property actions 2013-07-24 07:31:05 -04:00
exampleapp.c Getting started: Add an example for property actions 2013-07-24 07:31:05 -04:00
exampleapp.gresource.xml Getting started: Add an example for property actions 2013-07-24 07:31:05 -04:00
exampleapp.h Getting started: Add an example for property actions 2013-07-24 07:31:05 -04:00
exampleappprefs.c Rename the widget template API 2013-07-26 13:52:15 -04:00
exampleappprefs.h Getting started: Add an example for property actions 2013-07-24 07:31:05 -04:00
exampleappwin.c Rename the widget template API 2013-07-26 13:52:15 -04:00
exampleappwin.h Getting started: Add an example for property actions 2013-07-24 07:31:05 -04:00
gears-menu.ui Getting started: Add an example for property actions 2013-07-24 07:31:05 -04:00
main.c Getting started: Add an example for property actions 2013-07-24 07:31:05 -04:00
Makefile.am Getting started: Add an example for property actions 2013-07-24 07:31:05 -04:00
org.gtk.exampleapp.gschema.xml Getting started: Add an example for property actions 2013-07-24 07:31:05 -04:00
prefs.ui Getting started: Add an example for property actions 2013-07-24 07:31:05 -04:00
window.ui Getting started: Add an example for property actions 2013-07-24 07:31:05 -04:00