~ubuntu-branches/ubuntu/oneiric/cairo-dock/oneiric-201110111206

« back to all changes in this revision

Viewing changes to src/cairo-dock-themes-manager.h

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2009-06-20 23:46:54 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090620234654-hlg7pqvys6temuqq
Tags: 2.0.5-0ubuntu1
* New Upstream Version. (LP: #390053)
* debian/rules: 
 - Drop autoreconf call, it's fixed upstream.
 - Call dh_desktop for all desktop files.
* debian/control:
 - Add libgtkglext1-dev as depends for cairo-dock-dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
void cairo_dock_mark_theme_as_modified (gboolean bModified);
80
80
gboolean cairo_dock_theme_need_save (void);
81
81
 
82
 
 
83
 
gboolean cairo_dock_manage_themes (GtkWidget *pWidget, CairoDockStartMode iMode);
 
82
/** Build and show the Theme Manager window.
 
83
 * */
 
84
void cairo_dock_manage_themes (void);
84
85
 
85
86
/** Look for a theme with a given name into differente sources. It is faster than getting the list of themes and looking for the given one.
86
87
*@param cThemeName name of the theme.