~ubuntu-branches/ubuntu/precise/cairo-dock/precise-proposed

« back to all changes in this revision

Viewing changes to src/gldit/cairo-dock-applications-manager.h

  • Committer: Kees Cook
  • Date: 2011-08-11 19:31:26 UTC
  • mfrom: (19.1.1 cairo-dock)
  • Revision ID: kees@outflux.net-20110811193126-wh97aamdqx5gaf2f
Tags: 2.4.0~0beta2-0ubuntu1
releasing version 2.4.0~0beta2-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
// Applis manager : core
91
91
void cairo_dock_unregister_appli (Icon *icon);
92
92
 
93
 
/** Start the applications manager. It will load all the applis, and keep monitoring them. If necessary, it will insert them into the dock.
 
93
/** Start the applications manager. It will load all the applis, and keep monitoring them. If enabled, it will insert them into the dock.
94
94
*@param pDock the main dock
95
95
*/
96
96
void cairo_dock_start_applications_manager (CairoDock *pDock);
97
97
 
98
 
void cairo_dock_reset_applications_manager (void);
99
 
 
100
 
 
101
 
Icon * cairo_dock_create_icon_from_xwindow (Window Xid, CairoDock *pDock);
 
98
///void cairo_dock_reset_applications_manager (void);
102
99
 
103
100
 
104
101