~cairo-dock-team/cairo-dock-core/popup_from_shortkey

« back to all changes in this revision

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

  • Committer: Fabrice Rey
  • Date: 2013-06-04 22:58:28 UTC
  • Revision ID: fabounet03@gmail.com-20130604225828-x8lg3mv9135jr114
updated various parts of the core to the new API (new icons type, 'delete' method, simplified functions, etc)

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
        } CairoIconNotifications;
116
116
 
117
117
 
118
 
/** Terminate an Icon and free all its allocated ressources, except its sub-dock.
119
 
*@param icon the icon to destroy.
120
 
*/
121
 
void cairo_dock_free_icon (Icon *icon);
122
 
 
123
 
void cairo_dock_delete_icon_from_current_theme (Icon *icon);
124
 
 
125
118
 
126
119
/** Execute an action on all icons.
127
120
*@param pFunction the action.
128
121
*@param pUserData data passed to the callback.
129
122
*/
130
 
void cairo_dock_foreach_icons (CairoDockForeachIconFunc pFunction, gpointer pUserData);
 
123
void gldi_icons_foreach (CairoDockForeachIconFunc pFunction, gpointer pUserData);
131
124
 
132
125
 
133
126
void cairo_dock_hide_show_launchers_on_other_desktops (void);