~ubuntu-branches/ubuntu/lucid/gnome-vfs-obexftp/lucid

« back to all changes in this revision

Viewing changes to src/ovu-caps.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-06-13 09:00:05 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070613090005-gpo4u0267qq8stmc
Tags: 0.3-0ubuntu1
* New upstream release:
  - Sync osso-gwobex and osso-gnome-vfs-extras changes from Maemo 
    Subversion.
  - Instead of asking hcid to set up the RFCOMM device for communication, 
    use an RFCOMM socket directly.  This is both faster and doesn't require 
    enabling experimental hcid interfaces.
  - Improve free space calculation for Nokia phones with multiple memory 
    types (e.g. phone memory and a memory card).
    Now the free space for the correct memory type for a given directory 
    should be returned.  This fixes various free-space dependent operations 
    in Nautilus such as copying files. (LP: #116912)
  - debian/copyright: updated. (LP: #120146)
  - debian/control.in: 
    - added libbluetooth-dev (>= 3.7) to Build-Depends.
    - changed Maintainer field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
typedef struct _OvuCapsMemory OvuCapsMemory;
29
29
 
30
30
GList *          ovu_caps_get_memory_entries        (OvuCaps           *caps);
 
31
OvuCapsMemory   *ovu_caps_get_memory_type           (OvuCaps           *caps,
 
32
                                                     const gchar       *mem_type);
31
33
void             ovu_caps_free                      (OvuCaps           *caps);
32
34
OvuCapsMemory *  ovu_caps_memory_new                (const gchar       *type,
33
35
                                                     GnomeVFSFileSize   free,