summaryrefslogtreecommitdiff
path: root/libcaja-private/caja-extensions.c
AgeCommit message (Collapse)AuthorFilesLines
2016-03-29add default name/description for python extensionsAlexander van der Meij1-7/+18
2016-02-01fix several build warningsmonsta1-1/+1
2015-07-20removed useless call to g_list_freeMonsta1-1/+1
- first, we must not free the list of extensions at this point - second, the call did nothing as the argument is NULL after exiting the for loop
2014-11-03Add about dialog for extensionsStefano Karapetsas1-1/+9
2014-10-27Allow extensions to define an ini file with name, icon and descriptionStefano Karapetsas1-10/+22
2014-10-27implementation of extension interface and status management (gsoc2014)Alexander van der Meij1-0/+205