aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets/gd-main-view.h
Commit message (Collapse)AuthorAgeFilesLines
* gd-main-view: add a "item-deleted" signal to handle user-triggered item ↵Claudio Saavedra2012-09-011-0/+5
| | | | | | | | | | | deletions GdMainView connects to GdMainViewGeneric:delete-item-clicked and emits its :item-deleted signal which, if unhandled, simply removes the item in question from the underlying model. Users of GdMainView can handle this signal and stop the default handler from being invoked, thus avoiding removal of the item.
* Add GdMainView for use in the overviewClaudio Saavedra2012-09-011-0/+103
This widget courtesy of gnome-documents https://bugzilla.gnome.org/show_bug.cgi?id=455173