X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=cut-n-paste%2Frecent-files%2Fegg-recent-util.h;h=82c4a712e0bcef696371260816c7db6d25ee5a4c;hb=40f746858c3137faad170dcaab215d98372c54e3;hp=ae8a641173b4d406c8a8d7fb826af51ae41083cb;hpb=69d92c409d333e5dd9cc82537c0834b201487c60;p=evince.git diff --git a/cut-n-paste/recent-files/egg-recent-util.h b/cut-n-paste/recent-files/egg-recent-util.h index ae8a6411..82c4a712 100644 --- a/cut-n-paste/recent-files/egg-recent-util.h +++ b/cut-n-paste/recent-files/egg-recent-util.h @@ -3,20 +3,15 @@ #define __EGG_RECENT_UTIL__ #include -#ifndef USE_STABLE_LIBGNOMEUI -#include -#endif G_BEGIN_DECLS gchar * egg_recent_util_escape_underlines (const gchar *uri); gchar * egg_recent_util_get_unique_id (void); -#ifndef USE_STABLE_LIBGNOMEUI -GdkPixbuf * egg_recent_util_get_icon (GnomeIconTheme *theme, +GdkPixbuf * egg_recent_util_get_icon (GtkIconTheme *theme, const gchar *uri, const gchar *mime_type, int size); -#endif G_END_DECLS