~ubuntu-branches/ubuntu/saucy/cairo-dock-plug-ins/saucy-proposed

« back to all changes in this revision

Viewing changes to shortcuts/src/applet-bookmarks.h

  • Committer: Package Import Robot
  • Author(s): Matthieu Baerts (matttbe)
  • Date: 2013-08-27 16:57:30 UTC
  • mfrom: (43.1.1 cairo-dock-plug-ins)
  • Revision ID: package-import@ubuntu.com-20130827165730-luvrxmm2hy5cczw0
Tags: 3.2.99.beta1.1~20130827~bzr2928-0ubuntu1
* New upstream snapshot.
* Short Upstream ChangeLog:
  - Added support of logind in the Logout applet
  - Upgraded the Dbus API to be even more powerful
  - Added a search box in GMenu applet
* debian/rules:
  - Added DEB_BUILD_PARALLEL flag
  - ROOT_PREFIX CMake flag is no longer needed
* debian/control:
  - Bumped Cairo-Dock-Core version
  - libzeitgeist-2.0-dev replaces libzeitgeist-dev
  - cairo-dock-plug-ins: removed consolekit and upower dependences:
    logind is now fully supported and used by default
  - cairo-dock-plug-ins: Suggests:
    - Added alacarte: to edit Applications Menu
    - Added new 'indicators' which can be useful for Cairo-Dock Session

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include <cairo-dock.h>
25
25
 
26
26
 
27
 
void cd_shortcuts_on_bookmarks_event (CairoDockFMEventType iEventType, const gchar *cURI, CairoDockModuleInstance *myApplet);
 
27
void cd_shortcuts_on_bookmarks_event (CairoDockFMEventType iEventType, const gchar *cURI, GldiModuleInstance *myApplet);
28
28
 
29
29
 
30
30
void cd_shortcuts_remove_one_bookmark (const gchar *cURI);
34
34
void cd_shortcuts_add_one_bookmark (const gchar *cURI);
35
35
 
36
36
 
37
 
GList *cd_shortcuts_list_bookmarks (gchar *cBookmarkFilePath, CairoDockModuleInstance *myApplet);
 
37
GList *cd_shortcuts_list_bookmarks (gchar *cBookmarkFilePath, GldiModuleInstance *myApplet);
38
38
 
39
39
 
40
40
#endif