Skip to content
  • Matthias Clasen's avatar
    Another round of template binding api changes · cda60c3c
    Matthias Clasen authored
    We rename the gtk_widget_class_bind_template_child{_internal}
    macros by appending a _private to their name. Otherwise, it
    would be too magic to pass the 'public' names as arguments,
    but affect a member of the Private struct. At the same time,
    
    Add two new macros with the old names,
    gtk_widget_class_bind_template_child{_internal} that operate
    on members of the instance struct.
    cda60c3c