aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-handler.c
Commit message (Collapse)AuthorAgeFilesLines
* Add a convenience function to get the busname of a handlerSjoerd Simons2010-02-251-1/+9
|
* Output the path before trying to register itSjoerd Simons2010-02-251-1/+1
|
* Replace tabs with spacesSjoerd Simons2010-02-251-2/+2
|
* Ensure we don't try to register invalid bus namesSjoerd Simons2009-10-201-5/+6
|
* Release the busname on disposal.Cosimo Cecchi2009-09-151-4/+31
|
* Don't set empty values for the default EmpathyHandlerCosimo Cecchi2009-09-011-0/+11
| | | | | | | | | This implies the following: - have an empty default handler when the Dispatcher is used directly with the singleton - autogenerate the name for the default handler - set priv->filters in the handler to an empty GPtrArray in this case, as that can't be NULL.
* Add a simple abstraction for implementing handlersSjoerd Simons2009-08-311-0/+369
Implement an EmpathyHandler object which can be used to easily add extra Client.Handler heads on D-Bus.