aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-call-handler.h
Commit message (Collapse)AuthorAgeFilesLines
* Clean up #include directives in source filesEmanuele Aina2013-04-021-2/+0
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Clean up #include directives in headersEmanuele Aina2013-04-021-2/+0
| | | | | | Reorder some inclusions and remove a few blank lines. https://bugzilla.gnome.org/show_bug.cgi?id=697076
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-1/+1
| | | | | | | | Directly add the libempathy, libempathy-gtk and extensions directories to the include search path. This decouples header inclusions from their location and helps when reorganizing the source files layout. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* Use double quotes for all internal headersEmanuele Aina2013-04-011-1/+1
| | | | | | | This makes a bit more obvious which headers come from public libraries and which ones come from uninstalled utility libraries. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* add empathy_call_handler_get_contact()Guillaume Desmottes2012-02-231-0/+2
|
* Stop using Farsight2 headersGert Kulyk2012-02-231-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=670638
* Remove tp-yell and use TpCallChannelXavier Claessens2012-01-101-2/+2
|
* Use modern private structure handlingSjoerd Simons2011-06-091-1/+2
|
* Add TargetContact property that's guaranteed to exist on CallHandlerSjoerd Simons2011-06-091-1/+2
| | | | | | Conflicts: src/empathy-call-factory.c
* Add an EmpathyCallHandler classEmilio Pozuelo Monfort2011-06-081-0/+107