~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-04 23:45:57 UTC
  • Revision ID: rcryderman@gmail.com-20090604234557-4ogjsfj8363tq8sv
* libawn/awn-themed-icon.c:
* libawn/awn-themed-icon.h:
        
        There are some peculiarities to how awn_themed_icon_set_info () is implemented...  
Anyway, 
added awn_themed_icon_set_info_append()

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,
 
94
                                                  const gchar    *icon_name,
 
95
                                                  const gchar    * state);
 
96
 
93
97
void          awn_themed_icon_override_gtk_theme (AwnThemedIcon *icon,
94
98
                                                  const gchar   *theme_name);
95
99