summaryrefslogtreecommitdiff
path: root/gtk/deprecated/gtknumerableicon.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove redundant checks for NULLMarek Kasik2014-10-021-5/+1
| | | | | | | | Remove checks for NULL before g_free() and g_clear_object(). Merge check for NULL, freeing of pointer and its setting to NULL by g_clear_pointer(). https://bugzilla.gnome.org/show_bug.cgi?id=733157
* GtkIconFactory: Remove outdated information from the docsMatthias Clasen2014-05-111-0/+26
| | | | The stock browser was removed from gtk3-demo.
* Deprecate GtkNumerableIconMatthias Clasen2014-05-111-0/+1033
It was a failed experiment, it is basically unused, and it complicates code in GtkIconTheme that we want to rework.