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

« back to all changes in this revision

Viewing changes to docs/reference/glib/html/glib-Automatic-String-Completion.html

  • 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:
8
8
<link rel="up" href="deprecated.html" title="Deprecated APIs">
9
9
<link rel="prev" href="glib-Relations-and-Tuples.html" title="Relations and Tuples">
10
10
<link rel="next" href="tools.html" title="GLib Tools">
11
 
<meta name="generator" content="GTK-Doc V1.21 (XML mode)">
 
11
<meta name="generator" content="GTK-Doc V1.21.1 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
</head>
14
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
609
609
</div>
610
610
<div class="footer">
611
611
<hr>
612
 
          Generated by GTK-Doc V1.21</div>
 
612
          Generated by GTK-Doc V1.21.1</div>
613
613
</body>
614
614
</html>
 
 
b'\\ No newline at end of file'