~jan-hrdina/ubuntu/quantal/xfce4-places-plugin/1.4.0-upstream-import

« back to all changes in this revision

Viewing changes to panel-plugin/model_volumes.h

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2007-08-15 12:33:24 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070815123324-8snt7sp6zzj7vx1c
Tags: 1.0~beta1-0ubuntu1
* New upstream release.
* Upstream changes:
  - Adds mount/unmount options for volumes (removable media)
  - Adds Open Terminal Here option where applicable
  - Search for Files with an external application
  - The trash icon now shows whether there's anything in the trash
  - Large internal clean-up
  - Other minor bug fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#define _XFCE_PANEL_PLACES_MODEL_VOLUMES_H
22
22
 
23
23
#include "model.h"
24
 
#include <glib.h>
25
 
 
26
 
typedef struct _BookmarksVolumes BookmarksVolumes;
27
 
 
28
 
BookmarksVolumes*
29
 
places_bookmarks_volumes_init();
30
 
 
31
 
void
32
 
places_bookmarks_volumes_visit(BookmarksVolumes *b, BookmarksVisitor *visitor);
33
 
 
34
 
gboolean
35
 
places_bookmarks_volumes_changed(BookmarksVolumes *b);
36
 
 
37
 
void
38
 
places_bookmarks_volumes_finalize(BookmarksVolumes *b);
 
24
 
 
25
PlacesBookmarkGroup*
 
26
places_bookmarks_volumes_create();
39
27
 
40
28
#endif
41
29
// vim: ai et tabstop=4