~ubuntu-branches/ubuntu/vivid/glib2.0/vivid-proposed

Viewing all changes in revision 220.

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2015-02-16 16:37:30 UTC
  • mfrom: (207.1.9 experimental)
  • Revision ID: package-import@ubuntu.com-20150216163730-8xlkdt4t0hy090bv
Tags: 2.43.4-1
* New upstream release 2.43.4
  + GType now has type declaration macros G_DECLARE_DERIVABLE_TYPE,
    G_DECLARE_FINAL_TYPE and G_DECLARE_INTERFACE, which significantly reduce
    the boilerplate needed for GObject types and interfaces.
  + g_autoptr and g_auto are macros for declaring variables with automatic
    cleanup. They only work with gcc and clang.
  + GListModel is a new interface that represents a dynamic list of GObjects.
  + GListStore is a GSequence-based implementation of GListModel.
  + g_simple_action_set_state_hint: New function to set the state hint of
    GSimpleActions
  + g_settings_schema_list_children and g_settings_schema_key_get_name are
    new functions to complete the GSettingsSchema API.
* debian/libglib2.0-0.symbols: Add new symbols for this release.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: