~ubuntu-branches/debian/experimental/gupnp/experimental

« back to all changes in this revision

Viewing changes to libgupnp/gupnp-context-private.h

  • Committer: Bazaar Package Importer
  • Author(s): Ross Burton
  • Date: 2008-06-30 09:32:18 UTC
  • mfrom: (1.2.1 upstream) (2.1.5 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080630093218-vmb4elru8cn18579
Tags: 0.12.1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (C) 2006, 2007 OpenedHand Ltd.
 
2
 * Copyright (C) 2006, 2007, 2008 OpenedHand Ltd.
3
3
 *
4
4
 * Author: Jorn Baayen <jorn@openedhand.com>
5
5
 *
23
23
#define __GUPNP_CONTEXT_PRIVATE_H__
24
24
 
25
25
#include <libsoup/soup.h>
26
 
#include <libsoup/soup-server.h>
27
26
 
28
27
G_BEGIN_DECLS
29
28
 
30
 
SoupSession *
 
29
G_GNUC_INTERNAL SoupSession *
31
30
_gupnp_context_get_session    (GUPnPContext *context);
32
31
 
33
 
SoupServer *
34
 
_gupnp_context_get_server     (GUPnPContext *context);
35
 
 
36
 
const char *
 
32
G_GNUC_INTERNAL const char *
37
33
_gupnp_context_get_server_url (GUPnPContext *context);
38
34
 
39
35
G_END_DECLS