~rcryderman/awn/AwnOverlaidIcon-rewrite

« back to all changes in this revision

Viewing changes to libawn/awn-themed-icon.h

  • Committer: R. Cryderman
  • Date: 2009-06-05 01:37:30 UTC
  • Revision ID: rcryderman@gmail.com-20090605013730-6xlz1l6x7961f0ag
* libawn/awn-overlay-icon.c:
* libawn/awn-overlay.c:
* libawn/awn-overlay.h:
* libawn/awn-themed-icon.c:
* libawn/awn-themed-icon.h:

        The basics of AwnOverlayIcon is now working.

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
                                                  const gchar    *uid,
91
91
                                                  const gchar    *icon_name);
92
92
 
93
 
void          awn_themed_icon_set_info_append (AwnThemedIcon  *icon,
 
93
void          awn_themed_icon_set_info_append     (AwnThemedIcon  *icon,
94
94
                                                  const gchar    *icon_name,
95
95
                                                  const gchar    * state);
96
96
 
 
97
void          awn_themed_icon_set_applet_info     (AwnThemedIcon  *icon,
 
98
                                                  const gchar    *applet_name,
 
99
                                                  const gchar    *uid);
 
100
 
97
101
void          awn_themed_icon_override_gtk_theme (AwnThemedIcon *icon,
98
102
                                                  const gchar   *theme_name);
99
103