~ubuntu-branches/debian/sid/bijiben/sid

« back to all changes in this revision

Viewing changes to src/utils/bjb-icons-colors.h

  • Committer: Package Import Robot
  • Author(s): Vincent Cheng
  • Date: 2013-03-26 21:19:36 UTC
  • Revision ID: package-import@ubuntu.com-20130326211936-tu8mpy82juohw8m2
Tags: upstream-3.8.0
ImportĀ upstreamĀ versionĀ 3.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef BJB_ICONS_H
 
2
#define BJB_ICONS_H
 
3
 
 
4
#include <gtk/gtk.h>
 
5
 
 
6
GtkWidget * get_icon (gchar *icon);
 
7
 
 
8
GdkPixbuf * get_note_pixbuf();
 
9
 
 
10
#endif