/usr/include/telepathy-1.0/telepathy-glib/svc-media-interfaces.h is in libtelepathy-glib-dev 0.24.1-1.1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 | #if defined (TP_DISABLE_SINGLE_INCLUDE) && !defined (_TP_IN_META_HEADER) && !defined (_TP_COMPILATION)
#error "Only <telepathy-glib/telepathy-glib-dbus.h> can be included directly."
#endif
#ifndef __TP_SVC_MEDIA_INTERFACES_H__
#define __TP_SVC_MEDIA_INTERFACES_H__
#include <telepathy-glib/_gen/tp-svc-media-session-handler.h>
#include <telepathy-glib/_gen/tp-svc-media-stream-handler.h>
#endif
|