aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-share-my-desktop.c
Commit message (Collapse)AuthorAgeFilesLines
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-2/+1
| | | | | | | | | | | | Sort by: • "config.h" • API declarations, if any • public libraries • internal headers, alphabetically sorted (mostly) http://telepathy.freedesktop.org/wiki/Style#A.23includes 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
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-5/+0
| | | | | | | With the help of the script posted at http://stackoverflow.com/a/7135530 and some manual fixes, drop the unused or redundant #include directives. https://bugzilla.gnome.org/show_bug.cgi?id=696718
* include telepathy-glib.hGuillaume Desmottes2012-09-171-5/+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.
* add missing config.h includesGuillaume Desmottes2012-03-071-0/+2
|
* rename empathy-dispatcher to empathy-request-utilGuillaume Desmottes2011-03-171-2/+0
| | | | | We don't have EmpathyDispatcher any more so this file just contains some utility functions now.
* use TP_USER_ACTION_TIME_* (#627165)Guillaume Desmottes2010-08-181-1/+1
|
* share-my-desktop: use TpAccountChannelRequestGuillaume Desmottes2010-08-111-8/+24
|
* share-my-desktop: ownership of the request hash table is passed to ↵Guillaume Desmottes2010-06-211-1/+0
| | | | empathy_dispatcher_create_channel
* share-my-desktop: request the tube using the CDOGuillaume Desmottes2010-06-211-203/+28
| | | | | Recent Vino are now proper handlers so all we have to do is to request the channel and let MC dispatch it to Vino.
* Merge back from masterSjoerd Simons2009-08-221-1/+1
|\
| * fix bug #590756 - Renamed x_vnc service to rfbArnaud Maillet2009-08-101-1/+1
| |
* | Add missing includes in empathy-share-my-desktop.cXavier Claessens2009-07-281-0/+2
|/
* Add ShareMyDesktop filesArnaud Maillet2009-07-201-0/+245