~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_user.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_USER_H
22
22
 
23
23
#include "model.h"
24
 
#include "model_system.h"
25
 
#include <glib.h>
26
 
 
27
 
typedef struct _BookmarksUser BookmarksUser;
28
 
 
29
 
BookmarksUser*
30
 
places_bookmarks_user_init(const BookmarksSystem *system);
31
 
 
32
 
void
33
 
places_bookmarks_user_visit(BookmarksUser *b, BookmarksVisitor *visitor);
34
 
 
35
 
gboolean
36
 
places_bookmarks_user_changed(BookmarksUser *b);
37
 
 
38
 
void
39
 
places_bookmarks_user_finalize(BookmarksUser *b);
 
24
 
 
25
PlacesBookmarkGroup*
 
26
places_bookmarks_user_create();
40
27
 
41
28
#endif
42
29
// vim: ai et tabstop=4