Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bye bye empathy-handler | Guillaume Desmottes | 2010-08-11 | 1 | -416/+0 |
| | |||||
* | empathy-handler: stop using tp_get_bus | Guillaume Desmottes | 2010-04-01 | 1 | -1/+1 |
| | | | | It has been deprecated. | ||||
* | Add a convenience function to get the busname of a handler | Sjoerd Simons | 2010-02-25 | 1 | -1/+9 |
| | |||||
* | Output the path before trying to register it | Sjoerd Simons | 2010-02-25 | 1 | -1/+1 |
| | |||||
* | Replace tabs with spaces | Sjoerd Simons | 2010-02-25 | 1 | -2/+2 |
| | |||||
* | Ensure we don't try to register invalid bus names | Sjoerd Simons | 2009-10-20 | 1 | -5/+6 |
| | |||||
* | Release the busname on disposal. | Cosimo Cecchi | 2009-09-15 | 1 | -4/+31 |
| | |||||
* | Don't set empty values for the default EmpathyHandler | Cosimo Cecchi | 2009-09-01 | 1 | -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 handlers | Sjoerd Simons | 2009-08-31 | 1 | -0/+369 |
Implement an EmpathyHandler object which can be used to easily add extra Client.Handler heads on D-Bus. |