~ubuntu-branches/ubuntu/trusty/udisks2/trusty-proposed

« back to all changes in this revision

Viewing changes to src/udiskslinuxblockobject.h

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-07-28 13:35:04 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120728133504-jmxgy789jegi5vmo
Tags: 1.99.0-1
* New upstream release (LP: #1030268)
  - Support Realtek rts5229 SD/MMC card readers. (LP: #1022497)
* Drop 00git_no_polkit_fallback.patch, upstream now.
* Drop debian/local/integration-test, shipped in upstream tarball now.
* debian/tests/upstream-system: Run test suite from upstream source.
* debian/tests/control: Simplify Depends: line using "@".
* debian/tests/control: Drop undefined "no-build-needed" feature.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
GUdevDevice              *udisks_linux_block_object_get_device (UDisksLinuxBlockObject  *object);
41
41
 
42
42
void                      udisks_linux_block_object_trigger_uevent (UDisksLinuxBlockObject  *object);
 
43
void                      udisks_linux_block_object_reread_partition_table (UDisksLinuxBlockObject *object);
43
44
 
44
45
G_END_DECLS
45
46