~kvalo/indicator-network/bug-739312

« back to all changes in this revision

Viewing changes to src/libconnman/connman-service.h

  • Committer: Kalle Valo
  • Date: 2011-03-18 14:43:36 UTC
  • mfrom: (173.1.6 bug-686356)
  • Revision ID: kalle.valo@canonical.com-20110318144336-itlcb1xdo9x2l0mz
MergeĀ lp:~kvalo/indicator-network/bug-686356

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#define _CONNMAN_SERVICE_H_
23
23
 
24
24
#include "connman-ipv4.h"
 
25
#include "connman-ipv6.h"
25
26
 
26
27
#include <glib-object.h>
27
28
#include <gio/gio.h>
129
130
ConnmanIPv4 *connman_service_get_ipv4_configuration(ConnmanService *self);
130
131
void connman_service_set_ipv4_configuration(ConnmanService *self,
131
132
                                            ConnmanIPv4 *ipv4);
 
133
ConnmanIPv6 *connman_service_get_ipv6(ConnmanService *self);
 
134
ConnmanIPv6 *connman_service_get_ipv6_configuration(ConnmanService *self);
 
135
void connman_service_set_ipv6_configuration(ConnmanService *self,
 
136
                                            ConnmanIPv6 *ipv6);
132
137
 
133
138
/* methods */
134
139
void connman_service_connect(ConnmanService *self,