Codebase list telepathy-glib / debian/0.18.1-2 telepathy-glib / call-misc.h
debian/0.18.1-2

Tree @debian/0.18.1-2 (Download .tar.gz)

call-misc.h @debian/0.18.1-2raw · history · blame

/*
 * call.h - misc low level API for Call
 *
 * Copyright (C) 2011 Collabora Ltd. <http://www.collabora.co.uk/>
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 */

#ifndef __TP_CALL_MISC_H__
#define __TP_CALL_MISC_H__

#include <telepathy-glib/proxy.h>

G_BEGIN_DECLS

void tp_call_stream_endpoint_init_known_interfaces (void);
void tp_call_content_media_description_init_known_interfaces (void);

G_END_DECLS

#include <telepathy-glib/_gen/tp-cli-call-content-media-description.h>
#include <telepathy-glib/_gen/tp-cli-call-stream-endpoint.h>

#endif