~ubuntu-branches/ubuntu/karmic/glib2.0/karmic-updates

« back to all changes in this revision

Viewing changes to docs/reference/glib/glib-sections.txt

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2009-07-07 08:55:47 UTC
  • mfrom: (1.2.49 upstream)
  • Revision ID: james.westby@ubuntu.com-20090707085547-oma0yur1uaq4zmop
Tags: 2.21.3-0ubuntu1
* New upstream version:
  - GMappedFile is refcounted now
  - Mainloop: It is now possible to set per-thread default contexts,
    with g_main_context_push_thread_default.
  - glib-mkenums supports a @basename@ substitution, in addition
    to @filename@.
  - GIO:
    + Vfs implementations can support storing of per-file metadata.
    + GCancellable can now be subclassed.
    + Unmount and eject methods now optionally allow interaction, via
      variants that take a GMountOperation object.
  - Bugs fixed:
   556706 Inconsistent help arguments -h, -?
   579449 FileChoosers no longer work if an idle handler is active
   579933 mainloop FD_CLOEXEC has a race condition
   579984 alternate GMainContext support
   585937 gio/gsocket.c (glib 2.21.2) does not compile (Windows/mingw)
   586675 Runtime library location
   586797 Add GCancellables to GSocket ops
   586868 g_filename_complete_get_completions doesn't always return...
   587415 g_resolver_lookup_by_name_finish returns a freed list
   587434 regression tests fail, at least on x86_64
   586928 Avoid g++ warning in g_error()
  - Updated translations: Estonian, Hebrew
* Drop 00git_file_attr_stringv.patch, in upstream release now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
463
463
g_main_set_poll_func
464
464
 
465
465
<SUBSECTION>
 
466
g_main_context_get_thread_default
 
467
g_main_context_push_thread_default
 
468
g_main_context_pop_thread_default
 
469
 
 
470
<SUBSECTION>
466
471
g_timeout_source_new
467
472
g_timeout_source_new_seconds
468
473
g_timeout_add
1114
1119
<SUBSECTION>
1115
1120
GMappedFile
1116
1121
g_mapped_file_new
 
1122
g_mapped_file_ref
 
1123
g_mapped_file_unref
1117
1124
g_mapped_file_free
1118
1125
g_mapped_file_get_length
1119
1126
g_mapped_file_get_contents
2438
2445
g_get_filename_charsets
2439
2446
g_filename_display_name
2440
2447
g_filename_display_basename
2441
 
g_uri_list_extract_uris
2442
2448
g_locale_from_utf8
2443
2449
GConvertError
2444
2450
 
2567
2573
g_uri_escape_string
2568
2574
g_uri_unescape_string
2569
2575
g_uri_unescape_segment
 
2576
g_uri_list_extract_uris
2570
2577
</SECTION>
2571
2578
 
2572
2579
<SECTION>