gtkdnd: Add API that takes GIcon

This will be useful for me to port gnome-panel to gnome-menus 4, which
uses GAppInfo, which in turn returns icon references as GIcon.

https://bugzilla.gnome.org/show_bug.cgi?id=649295
This commit is contained in:
Colin Walters
2011-05-03 12:33:31 -04:00
parent e36c9dffac
commit b90e8cfc36
6 changed files with 107 additions and 4 deletions

View File

@ -75,6 +75,7 @@ struct _GtkImageGIconData
GdkPixbuf *pixbuf;
};
void _gtk_image_gicon_data_clear (GtkImageGIconData *data);
G_END_DECLS