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

« back to all changes in this revision

Viewing changes to src/udiskslinuxdrive.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:
31
31
 
32
32
GType        udisks_linux_drive_get_type (void) G_GNUC_CONST;
33
33
UDisksDrive *udisks_linux_drive_new      (void);
34
 
void         udisks_linux_drive_update   (UDisksLinuxDrive       *drive,
 
34
gboolean     udisks_linux_drive_update   (UDisksLinuxDrive       *drive,
35
35
                                          UDisksLinuxDriveObject *object);
36
36
 
37
37
G_END_DECLS