diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-06-15 16:41:40 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-06-15 16:41:40 +0800 |
commit | 2248b0052a671be1f4bd85fcb9f5e3d12c0e2237 (patch) | |
tree | b5d021b382ccb74392d2875e830f81af1464e131 /e-util/e-gui-utils.h | |
parent | 2763090eb3996ce690062bf465b1a29572a3ce8c (diff) | |
download | gsoc2013-evolution-2248b0052a671be1f4bd85fcb9f5e3d12c0e2237.tar.gz gsoc2013-evolution-2248b0052a671be1f4bd85fcb9f5e3d12c0e2237.tar.zst gsoc2013-evolution-2248b0052a671be1f4bd85fcb9f5e3d12c0e2237.zip |
** Fix for bug #446870
svn path=/trunk/; revision=33674
Diffstat (limited to 'e-util/e-gui-utils.h')
-rw-r--r-- | e-util/e-gui-utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/e-gui-utils.h b/e-util/e-gui-utils.h index de219e8bc4..678ab1bcd8 100644 --- a/e-util/e-gui-utils.h +++ b/e-util/e-gui-utils.h @@ -4,5 +4,6 @@ #include <gtk/gtkwidget.h> GdkPixbuf *e_icon_for_mime_type (const char *mime_type, int size); +GtkWidget *e_create_image_widget (gchar *name, gchar *string1, gchar *string2, gint int1, gint int2); #endif /* E_GUI_UTILS_H */ |