summaryrefslogtreecommitdiff
path: root/src/nautilus-shell-search-provider.h
Commit message (Collapse)AuthorAgeFilesLines
* general: Remove include guards in favor of pragma onceAlexandru Fazakas2018-03-191-5/+2
| | | | | | | | | | | | | | | | | | The traditional include guards are not as easy to handle and require extra thought into the names. Pragma once is an easier, more contributor friendly approach. Closes https://gitlab.gnome.org/GNOME/nautilus/issues/294 general: Remove include guards in favor of pragma once The traditional include guards are not as easy to handle and require extra thought into the names. Pragma once is an easier, more contributor friendly approach. Closes https://gitlab.gnome.org/GNOME/nautilus/issues/294
* search-provider: don't own a separate bus nameCosimo Cecchi2014-04-301-0/+5
| | | | This is not needed anymore, now what we're fully dbus activatable.
* Don't mention FSF addressCosimo Cecchi2014-02-171-2/+1
| | | | | | Use the website instead. https://bugzilla.gnome.org/show_bug.cgi?id=721518
* shell-provider: don't use a separate binaryCosimo Cecchi2012-12-061-0/+38
Since NautilusApplication is a service, we can now handle searches and windows coming and going indipendently just fine. This also allows us to launch a search directly from the search provider very easily.