summaryrefslogtreecommitdiff
path: root/mate-panel/libmate-panel-applet-private/panel-applet-container.h
AgeCommit message (Collapse)AuthorFilesLines
2021-12-11Use a blank line at mostrbuj1-1/+0
2021-06-22update copyright to 2021raveit651-0/+1
2018-01-04rework the process of cancelling the background change operationmonsta1-2/+5
don't mess with additional references to a GCancellable, instead keep just a const pointer to the internal operation data and use it as a key when it's needed to cancel the operation. fixes https://github.com/mate-desktop/mate-panel/issues/214 fixes https://github.com/mate-desktop/mate-panel/issues/431
2016-01-05rename mate-panel-*.{c|h} -> panel-*.{c|h} for consistencymonsta1-0/+119
(libmate-panel-applet files are left alone since there are public header files used by all panel applets)