summaryrefslogtreecommitdiff
path: root/gtk/gtkimageprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* Change FSF AddressJavier Jardón2012-02-271-3/+1
|
* gtkdnd: Add API that takes GIconColin Walters2011-05-031-0/+1
| | | | | | | 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
* gtkimageprivate: Drop unused theme_change_idColin Walters2011-05-031-1/+0
|
* API: image: Move private struct definitions into private headerBenjamin Otte2011-02-081-0/+82
They weren't privatized because the dnd code used them, too. But a private header can allow the dnd code to be nasty, so go dnd code!