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

« back to all changes in this revision

Viewing changes to docs/reference/gio/Makefile.am

  • 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:
25
25
        gdbus-2.0                       \
26
26
        gvdb                            \
27
27
        inotify                         \
 
28
        kqueue                          \
28
29
        libasyncns                      \
29
30
        tests                           \
30
31
        win32                           \
31
32
        xdgmime                         \
 
33
        gappinfoprivate.h               \
32
34
        gapplicationimpl.h              \
33
35
        gasynchelper.h                  \
34
36
        gcontenttypeprivate.h           \
 
37
        gcredentialsprivate.h           \
 
38
        gdbus-daemon-generated.h        \
 
39
        gdbusactiongroup-private.h      \
35
40
        gdbusauth.h                     \
36
41
        gdbusauthmechanismanon.h        \
37
42
        gdbusauthmechanismexternal.h    \
38
43
        gdbusauthmechanism.h            \
39
44
        gdbusauthmechanismsha1.h        \
 
45
        gdbusdaemon.h                   \
40
46
        gdbusprivate.h                  \
41
47
        gdelayedsettingsbackend.h       \
42
48
        gdummyfile.h                    \
45
51
        gfileattribute-priv.h           \
46
52
        gfileinfo-priv.h                \
47
53
        giomodule-priv.h                \
 
54
        gioprivate.h                    \
 
55
        giowin32-priv.h                 \
48
56
        glocaldirectorymonitor.h        \
49
57
        glocalfileenumerator.h          \
50
58
        glocalfile.h                    \
59
67
        gnetworkingprivate.h            \
60
68
        gnetworkmonitorbase.h           \
61
69
        gnetworkmonitornetlink.h        \
 
70
        gnetworkmonitornm.h             \
62
71
        gnotificationbackend.h          \
63
72
        gnotification-private.h         \
64
73
        gpollfilemonitor.h              \
65
74
        gregistrysettingsbackend.h      \
 
75
        gresourcefile.h                 \
66
76
        gsettingsbackendinternal.h      \
67
77
        gsettings-mapping.h             \
68
78
        gsettingsschema-internal.h      \