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

« back to all changes in this revision

Viewing changes to docs/reference/gio/html/gio.devhelp2

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2014-07-17 17:01:51 UTC
  • mfrom: (1.66.16)
  • Revision ID: package-import@ubuntu.com-20140717170151-o3ianrpdr4l1u3qr
Tags: 2.41.2-1~ubuntu1
* Upload from unreleased Debian SVN due to broken pcre3 in unstable.
* New upstream release
  - The Unicode support has been updated to version 7.0 of the Unicode
    standard
  - GNotification now supports priorities for notifications
  - GMutex now uses a faster, native implementation on Linux
* 0001-gvariant-tests-workaround-libc-compiler-issue.patch: Drop, applied
  upstream in this release.
* Add new symbols for this release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
767
767
    <keyword type="function" name="g_input_stream_has_pending ()" link="GInputStream.html#g-input-stream-has-pending"/>
768
768
    <keyword type="function" name="g_input_stream_set_pending ()" link="GInputStream.html#g-input-stream-set-pending"/>
769
769
    <keyword type="function" name="g_input_stream_clear_pending ()" link="GInputStream.html#g-input-stream-clear-pending"/>
770
 
    <keyword type="function" name="g_input_stream_read_bytes ()" link="GInputStream.html#g-input-stream-read-bytes"/>
771
 
    <keyword type="function" name="g_input_stream_read_bytes_async ()" link="GInputStream.html#g-input-stream-read-bytes-async"/>
772
 
    <keyword type="function" name="g_input_stream_read_bytes_finish ()" link="GInputStream.html#g-input-stream-read-bytes-finish"/>
 
770
    <keyword type="function" name="g_input_stream_read_bytes ()" link="GInputStream.html#g-input-stream-read-bytes" since="2.34"/>
 
771
    <keyword type="function" name="g_input_stream_read_bytes_async ()" link="GInputStream.html#g-input-stream-read-bytes-async" since="2.34"/>
 
772
    <keyword type="function" name="g_input_stream_read_bytes_finish ()" link="GInputStream.html#g-input-stream-read-bytes-finish" since="2.34"/>
773
773
    <keyword type="struct" name="GInputStream" link="GInputStream.html#GInputStream-struct"/>
774
774
    <keyword type="function" name="g_output_stream_write ()" link="GOutputStream.html#g-output-stream-write"/>
775
775
    <keyword type="function" name="g_output_stream_write_all ()" link="GOutputStream.html#g-output-stream-write-all"/>
2375
2375
    <keyword type="function" name="g_application_set_inactivity_timeout ()" link="GApplication.html#g-application-set-inactivity-timeout" since="2.28"/>
2376
2376
    <keyword type="function" name="g_application_get_flags ()" link="GApplication.html#g-application-get-flags" since="2.28"/>
2377
2377
    <keyword type="function" name="g_application_set_flags ()" link="GApplication.html#g-application-set-flags" since="2.28"/>
 
2378
    <keyword type="function" name="g_application_get_resource_base_path ()" link="GApplication.html#g-application-get-resource-base-path" since="2.42"/>
 
2379
    <keyword type="function" name="g_application_set_resource_base_path ()" link="GApplication.html#g-application-set-resource-base-path" since="2.42"/>
2378
2380
    <keyword type="function" name="g_application_get_dbus_connection ()" link="GApplication.html#g-application-get-dbus-connection" since="2.34"/>
2379
2381
    <keyword type="function" name="g_application_get_dbus_object_path ()" link="GApplication.html#g-application-get-dbus-object-path" since="2.34"/>
2380
2382
    <keyword type="function" name="g_application_set_action_group ()" link="GApplication.html#g-application-set-action-group" deprecated="" since="2.28"/>
2404
2406
    <keyword type="property" name="The “inactivity-timeout” property" link="GApplication.html#GApplication--inactivity-timeout"/>
2405
2407
    <keyword type="property" name="The “is-registered” property" link="GApplication.html#GApplication--is-registered"/>
2406
2408
    <keyword type="property" name="The “is-remote” property" link="GApplication.html#GApplication--is-remote"/>
 
2409
    <keyword type="property" name="The “resource-base-path” property" link="GApplication.html#GApplication--resource-base-path"/>
2407
2410
    <keyword type="signal" name="The “activate” signal" link="GApplication.html#GApplication-activate"/>
2408
2411
    <keyword type="signal" name="The “command-line” signal" link="GApplication.html#GApplication-command-line"/>
2409
2412
    <keyword type="signal" name="The “handle-local-options” signal" link="GApplication.html#GApplication-handle-local-options"/>
2567
2570
    <keyword type="function" name="g_notification_set_title ()" link="gio-GNotification.html#g-notification-set-title" since="2.40"/>
2568
2571
    <keyword type="function" name="g_notification_set_body ()" link="gio-GNotification.html#g-notification-set-body" since="2.40"/>
2569
2572
    <keyword type="function" name="g_notification_set_icon ()" link="gio-GNotification.html#g-notification-set-icon" since="2.40"/>
2570
 
    <keyword type="function" name="g_notification_set_urgent ()" link="gio-GNotification.html#g-notification-set-urgent" since="2.40"/>
 
2573
    <keyword type="function" name="g_notification_set_urgent ()" link="gio-GNotification.html#g-notification-set-urgent" deprecated="" since="2.40"/>
2571
2574
    <keyword type="function" name="g_notification_set_default_action ()" link="gio-GNotification.html#g-notification-set-default-action" since="2.40"/>
2572
2575
    <keyword type="function" name="g_notification_set_default_action_and_target ()" link="gio-GNotification.html#g-notification-set-default-action-and-target" since="2.40"/>
2573
2576
    <keyword type="function" name="g_notification_set_default_action_and_target_value ()" link="gio-GNotification.html#g-notification-set-default-action-and-target-value" since="2.40"/>