~gandelman-a/ubuntu/oneiric/udev/lp818177

« back to all changes in this revision

Viewing changes to extras/gudev/docs/html/gudev.devhelp

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2011-05-20 11:26:10 UTC
  • mfrom: (0.7.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20110520112610-4mw870d2yzsnfjfg
Tags: 170-0ubuntu1
* New upstream release.
* debian/udev-udeb.install, debian/udev.initramfs-hook: Drop floppy and edd
  rules, there are obsolete and not built by default any more.
* debian/udev.{postinst,postrm,prerm}: Remove a lot of obsolete transition
  handling.
* debian/udev.postinst: Drop create_devices(). devtmpfs does all that by
  itself these days. Update remove_devices() to clean up.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
  </chapters>
14
14
  <functions>
15
15
    <function name="GUdevClient" link="GUdevClient.html#GUdevClient-struct"/>
16
 
    <function name="GUdevClientClass" link="GUdevClient.html#GUdevClientClass"/>
 
16
    <function name="struct GUdevClientClass" link="GUdevClient.html#GUdevClientClass"/>
17
17
    <function name="enum GUdevDeviceType" link="GUdevClient.html#GUdevDeviceType"/>
18
18
    <function name="GUdevDeviceNumber" link="GUdevClient.html#GUdevDeviceNumber"/>
19
19
    <function name="g_udev_client_new ()" link="GUdevClient.html#g-udev-client-new"/>
25
25
    <function name="The &quot;subsystems&quot; property" link="GUdevClient.html#GUdevClient--subsystems"/>
26
26
    <function name="The &quot;uevent&quot; signal" link="GUdevClient.html#GUdevClient-uevent"/>
27
27
    <function name="GUdevDevice" link="GUdevDevice.html#GUdevDevice-struct"/>
28
 
    <function name="GUdevDeviceClass" link="GUdevDevice.html#GUdevDeviceClass"/>
 
28
    <function name="struct GUdevDeviceClass" link="GUdevDevice.html#GUdevDeviceClass"/>
29
29
    <function name="g_udev_device_get_subsystem ()" link="GUdevDevice.html#g-udev-device-get-subsystem"/>
30
30
    <function name="g_udev_device_get_devtype ()" link="GUdevDevice.html#g-udev-device-get-devtype"/>
31
31
    <function name="g_udev_device_get_name ()" link="GUdevDevice.html#g-udev-device-get-name"/>
58
58
    <function name="g_udev_device_get_sysfs_attr_as_boolean ()" link="GUdevDevice.html#g-udev-device-get-sysfs-attr-as-boolean"/>
59
59
    <function name="g_udev_device_get_sysfs_attr_as_strv ()" link="GUdevDevice.html#g-udev-device-get-sysfs-attr-as-strv"/>
60
60
    <function name="GUdevEnumerator" link="GUdevEnumerator.html#GUdevEnumerator-struct"/>
61
 
    <function name="GUdevEnumeratorClass" link="GUdevEnumerator.html#GUdevEnumeratorClass"/>
 
61
    <function name="struct GUdevEnumeratorClass" link="GUdevEnumerator.html#GUdevEnumeratorClass"/>
62
62
    <function name="g_udev_enumerator_new ()" link="GUdevEnumerator.html#g-udev-enumerator-new"/>
63
63
    <function name="g_udev_enumerator_add_match_subsystem ()" link="GUdevEnumerator.html#g-udev-enumerator-add-match-subsystem"/>
64
64
    <function name="g_udev_enumerator_add_nomatch_subsystem ()" link="GUdevEnumerator.html#g-udev-enumerator-add-nomatch-subsystem"/>