~ubuntu-branches/ubuntu/trusty/gnome-shell/trusty-proposed

« back to all changes in this revision

Viewing changes to src/shell-network-agent.h

Tags: upstream-3.3.90
ImportĀ upstreamĀ versionĀ 3.3.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
G_BEGIN_DECLS
11
11
 
 
12
typedef enum {
 
13
  SHELL_NETWORK_AGENT_CONFIRMED,
 
14
  SHELL_NETWORK_AGENT_USER_CANCELED,
 
15
  SHELL_NETWORK_AGENT_INTERNAL_ERROR
 
16
} ShellNetworkAgentResponse;
 
17
 
12
18
typedef struct _ShellNetworkAgent         ShellNetworkAgent;
13
19
typedef struct _ShellNetworkAgentClass    ShellNetworkAgentClass;
14
20
typedef struct _ShellNetworkAgentPrivate  ShellNetworkAgentPrivate;
45
51
                                                     gchar             *setting_value);
46
52
void               shell_network_agent_respond      (ShellNetworkAgent *self,
47
53
                                                     gchar             *request_id,
48
 
                                                     gboolean           canceled);
 
54
                                                     ShellNetworkAgentResponse response);
49
55
 
50
56
/* If these are kept in sync with nm-applet, secrets will be shared */
51
57
#define SHELL_KEYRING_UUID_TAG "connection-uuid"