summaryrefslogtreecommitdiff
path: root/libempathy-gtk/empathy-share-my-desktop.c
AgeCommit message (Collapse)AuthorFilesLines
2014-02-26use tp_account_channel_request_new_stream_tube()Guillaume Desmottes1-10/+3
https://bugzilla.gnome.org/show_bug.cgi?id=725070
2014-02-26share-my-desktop: use tp_account_channel_request_set_target_contact()Guillaume Desmottes1-4/+2
https://bugzilla.gnome.org/show_bug.cgi?id=725070
2013-10-03Add missing telepathy-glib-dbus.h includesXavier Claessens1-0/+2
2013-04-01Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina1-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
2013-04-01Use a flat namespace for internal includesEmanuele Aina1-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
2013-04-01Use double quotes for all internal headersEmanuele Aina1-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
2013-03-27Drop unused/redundant header inclusionsEmanuele Aina1-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
2012-09-17include telepathy-glib.hGuillaume Desmottes1-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.
2012-03-07add missing config.h includesGuillaume Desmottes1-0/+2
2011-03-17rename empathy-dispatcher to empathy-request-utilGuillaume Desmottes1-2/+0
We don't have EmpathyDispatcher any more so this file just contains some utility functions now.
2010-08-18use TP_USER_ACTION_TIME_* (#627165)Guillaume Desmottes1-1/+1
2010-08-11share-my-desktop: use TpAccountChannelRequestGuillaume Desmottes1-8/+24
2010-06-21share-my-desktop: ownership of the request hash table is passed to ↵Guillaume Desmottes1-1/+0
empathy_dispatcher_create_channel
2010-06-21share-my-desktop: request the tube using the CDOGuillaume Desmottes1-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.
2009-08-21Merge back from masterSjoerd Simons1-1/+1
2009-08-10fix bug #590756 - Renamed x_vnc service to rfbArnaud Maillet1-1/+1
2009-07-28Add missing includes in empathy-share-my-desktop.cXavier Claessens1-0/+2
2009-07-20Add ShareMyDesktop filesArnaud Maillet1-0/+245