aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-request-util.h
Commit message (Collapse)AuthorAgeFilesLines
* prefix Telepathy bus names with TP_Guillaume Desmottes2014-02-061-6/+6
| | | | | | | So it's clearer that we are referring the Telepathy bus name and not the GtkApplication one. https://bugzilla.gnome.org/show_bug.cgi?id=723766
* Clean up #include directives in headersEmanuele Aina2013-04-021-1/+0
| | | | | | Reorder some inclusions and remove a few blank lines. https://bugzilla.gnome.org/show_bug.cgi?id=697076
* include telepathy-glib.hGuillaume Desmottes2012-09-171-1/+1
| | | | | tp-glib 1.0 will enforce to only include telepathy-glib.h so best doing it to reduce the delta with the future stable branch.
* Revert "Revert "remove EMPATHY_AV_BUS_NAME*""Guillaume Desmottes2012-05-021-3/+0
| | | | | | This reverts commit afb9276b8a497e7b9275fb53abafd0cdb18d55fc. https://bugzilla.gnome.org/show_bug.cgi?id=675296
* Revert "remove EMPATHY_AV_BUS_NAME*"Guillaume Desmottes2012-03-011-0/+3
| | | | This reverts commit f90421fd29108507c722c03e28bc16e4b5baf7c0.
* remove EMPATHY_AV_BUS_NAME*Guillaume Desmottes2012-02-211-3/+0
|
* empathy_dispatcher_chat_with_contact_id(): add optional cbEmilio Pozuelo Monfort2011-09-051-3/+7
| | | | | | | | | | | Conflicts: libempathy-gtk/empathy-individual-menu.c libempathy-gtk/empathy-new-message-dialog.c libempathy/empathy-dispatcher.c libempathy/empathy-dispatcher.h src/empathy-chat-manager.c src/empathy-chat-window.c
* Define EMPATHY_CALL_BUS_NAME{,_SUFFIX}Emilio Pozuelo Monfort2011-06-091-0/+3
|
* Move the code ensuring a requested sms channel to empathy-request-utilChandni Verma2011-05-051-0/+5
| | | | as empathy-dispatcher has been deleted in master
* define constants for handler bus nameGuillaume Desmottes2011-03-171-0/+9
| | | | It's more convenient and safe than hardcoding them everywhere.
* rename empathy-dispatcher to empathy-request-utilGuillaume Desmottes2011-03-171-0/+48
We don't have EmpathyDispatcher any more so this file just contains some utility functions now.