gtk/examples/application6
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 Add a new example app 2013-07-20 23:04:47 -04:00
exampleapp.c Add a new example app 2013-07-20 23:04:47 -04:00
exampleapp.gresource.xml Add a new example app 2013-07-20 23:04:47 -04:00
exampleapp.h Add a new example app 2013-07-20 23:04:47 -04:00
exampleappprefs.c Rename the widget template API 2013-07-26 13:52:15 -04:00
exampleappprefs.h Add a new example app 2013-07-20 23:04:47 -04:00
exampleappwin.c Rename the widget template API 2013-07-26 13:52:15 -04:00
exampleappwin.h Add a new example app 2013-07-20 23:04:47 -04:00
main.c Add a new example app 2013-07-20 23:04:47 -04:00
Makefile.am Add a new example app 2013-07-20 23:04:47 -04:00
org.gtk.exampleapp.gschema.xml Getting started: Use <choices> in the schema 2013-07-24 07:31:05 -04:00
prefs.ui Add a new example app 2013-07-20 23:04:47 -04:00
window.ui Add a new example app 2013-07-20 23:04:47 -04:00