comparison pidgin/gtkutils.h @ 27929:03279387cbe2

propagate from branch 'im.pidgin.pidgin' (head 0bfcaf78ec07efb71812fff2c8b738b4532aac7f) to branch 'im.pidgin.pidgin.yaz' (head 618861a9a19cc6e1d5974402f14f3893c827756f)
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Thu, 05 Feb 2009 05:09:00 +0000
parents 45ce87f9a07f
children d8e6a2d592a4
comparison
equal deleted inserted replaced
25059:49d51dbcb799 27929:03279387cbe2
820 * @return A GdkPixbuf created from the stored image. 820 * @return A GdkPixbuf created from the stored image.
821 * @since 2.5.0 821 * @since 2.5.0
822 */ 822 */
823 GdkPixbuf * pidgin_pixbuf_from_imgstore(PurpleStoredImage *image); 823 GdkPixbuf * pidgin_pixbuf_from_imgstore(PurpleStoredImage *image);
824 824
825 gchar *pidgin_gtk_ellipsis_text(GtkWidget *widget, const char *text, gint min_width, gchar *ellipsis);
826
825 #endif /* _PIDGINUTILS_H_ */ 827 #endif /* _PIDGINUTILS_H_ */
826 828