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

« back to all changes in this revision

Viewing changes to docs/reference/gobject/html/index.sgml

  • 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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
<ANCHOR id="g-type-ensure" href="gobject/gobject-Type-Information.html#g-type-ensure">
91
91
<ANCHOR id="g-type-get-type-registration-serial" href="gobject/gobject-Type-Information.html#g-type-get-type-registration-serial">
92
92
<ANCHOR id="g-type-get-instance-count" href="gobject/gobject-Type-Information.html#g-type-get-instance-count">
 
93
<ANCHOR id="G-DECLARE-FINAL-TYPE:CAPS" href="gobject/gobject-Type-Information.html#G-DECLARE-FINAL-TYPE:CAPS">
 
94
<ANCHOR id="G-DECLARE-DERIVABLE-TYPE:CAPS" href="gobject/gobject-Type-Information.html#G-DECLARE-DERIVABLE-TYPE:CAPS">
 
95
<ANCHOR id="G-DECLARE-INTERFACE:CAPS" href="gobject/gobject-Type-Information.html#G-DECLARE-INTERFACE:CAPS">
93
96
<ANCHOR id="G-DEFINE-TYPE:CAPS" href="gobject/gobject-Type-Information.html#G-DEFINE-TYPE:CAPS">
94
97
<ANCHOR id="G-DEFINE-TYPE-WITH-PRIVATE:CAPS" href="gobject/gobject-Type-Information.html#G-DEFINE-TYPE-WITH-PRIVATE:CAPS">
95
98
<ANCHOR id="G-DEFINE-TYPE-WITH-CODE:CAPS" href="gobject/gobject-Type-Information.html#G-DEFINE-TYPE-WITH-CODE:CAPS">