summaryrefslogtreecommitdiff
path: root/x11/gnome-flashback/files/gf-consolekit-session-gen.h
blob: fe7b7f800e42dd3ba02bdd60e96e1a98af5cfb3b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
/*
 * This file is generated by gdbus-codegen, do not modify it.
 *
 * The license of this code is the same as for the D-Bus interface description
 * it was derived from. Note that it links to GLib, so must comply with the
 * LGPL linking clauses.
 */

#ifndef __GF_CONSOLEKIT_SESSION_GEN_H__
#define __GF_CONSOLEKIT_SESSION_GEN_H__

#include <gio/gio.h>

G_BEGIN_DECLS


/* ------------------------------------------------------------------------ */
/* Declarations for org.freedesktop.ConsoleKit.Session */

#define GF_TYPE_CONSOLE_KIT_SESSION_GEN (gf_console_kit_session_gen_get_type ())
#define GF_CONSOLE_KIT_SESSION_GEN(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GF_TYPE_CONSOLE_KIT_SESSION_GEN, GfConsoleKitSessionGen))
#define GF_IS_CONSOLE_KIT_SESSION_GEN(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GF_TYPE_CONSOLE_KIT_SESSION_GEN))
#define GF_CONSOLE_KIT_SESSION_GEN_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), GF_TYPE_CONSOLE_KIT_SESSION_GEN, GfConsoleKitSessionGenIface))

struct _GfConsoleKitSessionGen;
typedef struct _GfConsoleKitSessionGen GfConsoleKitSessionGen;
typedef struct _GfConsoleKitSessionGenIface GfConsoleKitSessionGenIface;

struct _GfConsoleKitSessionGenIface
{
  GTypeInterface parent_iface;



  gboolean (*handle_set_locked_hint) (
    GfConsoleKitSessionGen *object,
    GDBusMethodInvocation *invocation,
    gboolean arg_unnamed_arg0);

  gboolean  (*get_active) (GfConsoleKitSessionGen *object);

  gboolean  (*get_locked_hint) (GfConsoleKitSessionGen *object);

  void (*lock) (
    GfConsoleKitSessionGen *object);

  void (*unlock) (
    GfConsoleKitSessionGen *object);

};

GType gf_console_kit_session_gen_get_type (void) G_GNUC_CONST;

GDBusInterfaceInfo *gf_console_kit_session_gen_interface_info (void);
guint gf_console_kit_session_gen_override_properties (GObjectClass *klass, guint property_id_begin);


/* D-Bus method call completion functions: */
void gf_console_kit_session_gen_complete_set_locked_hint (
    GfConsoleKitSessionGen *object,
    GDBusMethodInvocation *invocation);



/* D-Bus signal emissions functions: */
void gf_console_kit_session_gen_emit_lock (
    GfConsoleKitSessionGen *object);

void gf_console_kit_session_gen_emit_unlock (
    GfConsoleKitSessionGen *object);



/* D-Bus method calls: */
void gf_console_kit_session_gen_call_set_locked_hint (
    GfConsoleKitSessionGen *proxy,
    gboolean arg_unnamed_arg0,
    GCancellable *cancellable,
    GAsyncReadyCallback callback,
    gpointer user_data);

gboolean gf_console_kit_session_gen_call_set_locked_hint_finish (
    GfConsoleKitSessionGen *proxy,
    GAsyncResult *res,
    GError **error);

gboolean gf_console_kit_session_gen_call_set_locked_hint_sync (
    GfConsoleKitSessionGen *proxy,
    gboolean arg_unnamed_arg0,
    GCancellable *cancellable,
    GError **error);



/* D-Bus property accessors: */
gboolean gf_console_kit_session_gen_get_active (GfConsoleKitSessionGen *object);
void gf_console_kit_session_gen_set_active (GfConsoleKitSessionGen *object, gboolean value);

gboolean gf_console_kit_session_gen_get_locked_hint (GfConsoleKitSessionGen *object);
void gf_console_kit_session_gen_set_locked_hint (GfConsoleKitSessionGen *object, gboolean value);


/* ---- */

#define GF_TYPE_CONSOLE_KIT_SESSION_GEN_PROXY (gf_console_kit_session_gen_proxy_get_type ())
#define GF_CONSOLE_KIT_SESSION_GEN_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GF_TYPE_CONSOLE_KIT_SESSION_GEN_PROXY, GfConsoleKitSessionGenProxy))
#define GF_CONSOLE_KIT_SESSION_GEN_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), GF_TYPE_CONSOLE_KIT_SESSION_GEN_PROXY, GfConsoleKitSessionGenProxyClass))
#define GF_CONSOLE_KIT_SESSION_GEN_PROXY_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), GF_TYPE_CONSOLE_KIT_SESSION_GEN_PROXY, GfConsoleKitSessionGenProxyClass))
#define GF_IS_CONSOLE_KIT_SESSION_GEN_PROXY(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GF_TYPE_CONSOLE_KIT_SESSION_GEN_PROXY))
#define GF_IS_CONSOLE_KIT_SESSION_GEN_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), GF_TYPE_CONSOLE_KIT_SESSION_GEN_PROXY))

typedef struct _GfConsoleKitSessionGenProxy GfConsoleKitSessionGenProxy;
typedef struct _GfConsoleKitSessionGenProxyClass GfConsoleKitSessionGenProxyClass;
typedef struct _GfConsoleKitSessionGenProxyPrivate GfConsoleKitSessionGenProxyPrivate;

struct _GfConsoleKitSessionGenProxy
{
  /*< private >*/
  GDBusProxy parent_instance;
  GfConsoleKitSessionGenProxyPrivate *priv;
};

struct _GfConsoleKitSessionGenProxyClass
{
  GDBusProxyClass parent_class;
};

GType gf_console_kit_session_gen_proxy_get_type (void) G_GNUC_CONST;

#if GLIB_CHECK_VERSION(2, 44, 0)
G_DEFINE_AUTOPTR_CLEANUP_FUNC (GfConsoleKitSessionGenProxy, g_object_unref)
#endif

void gf_console_kit_session_gen_proxy_new (
    GDBusConnection     *connection,
    GDBusProxyFlags      flags,
    const gchar         *name,
    const gchar         *object_path,
    GCancellable        *cancellable,
    GAsyncReadyCallback  callback,
    gpointer             user_data);
GfConsoleKitSessionGen *gf_console_kit_session_gen_proxy_new_finish (
    GAsyncResult        *res,
    GError             **error);
GfConsoleKitSessionGen *gf_console_kit_session_gen_proxy_new_sync (
    GDBusConnection     *connection,
    GDBusProxyFlags      flags,
    const gchar         *name,
    const gchar         *object_path,
    GCancellable        *cancellable,
    GError             **error);

void gf_console_kit_session_gen_proxy_new_for_bus (
    GBusType             bus_type,
    GDBusProxyFlags      flags,
    const gchar         *name,
    const gchar         *object_path,
    GCancellable        *cancellable,
    GAsyncReadyCallback  callback,
    gpointer             user_data);
GfConsoleKitSessionGen *gf_console_kit_session_gen_proxy_new_for_bus_finish (
    GAsyncResult        *res,
    GError             **error);
GfConsoleKitSessionGen *gf_console_kit_session_gen_proxy_new_for_bus_sync (
    GBusType             bus_type,
    GDBusProxyFlags      flags,
    const gchar         *name,
    const gchar         *object_path,
    GCancellable        *cancellable,
    GError             **error);


/* ---- */

#define GF_TYPE_CONSOLE_KIT_SESSION_GEN_SKELETON (gf_console_kit_session_gen_skeleton_get_type ())
#define GF_CONSOLE_KIT_SESSION_GEN_SKELETON(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GF_TYPE_CONSOLE_KIT_SESSION_GEN_SKELETON, GfConsoleKitSessionGenSkeleton))
#define GF_CONSOLE_KIT_SESSION_GEN_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), GF_TYPE_CONSOLE_KIT_SESSION_GEN_SKELETON, GfConsoleKitSessionGenSkeletonClass))
#define GF_CONSOLE_KIT_SESSION_GEN_SKELETON_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), GF_TYPE_CONSOLE_KIT_SESSION_GEN_SKELETON, GfConsoleKitSessionGenSkeletonClass))
#define GF_IS_CONSOLE_KIT_SESSION_GEN_SKELETON(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GF_TYPE_CONSOLE_KIT_SESSION_GEN_SKELETON))
#define GF_IS_CONSOLE_KIT_SESSION_GEN_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), GF_TYPE_CONSOLE_KIT_SESSION_GEN_SKELETON))

typedef struct _GfConsoleKitSessionGenSkeleton GfConsoleKitSessionGenSkeleton;
typedef struct _GfConsoleKitSessionGenSkeletonClass GfConsoleKitSessionGenSkeletonClass;
typedef struct _GfConsoleKitSessionGenSkeletonPrivate GfConsoleKitSessionGenSkeletonPrivate;

struct _GfConsoleKitSessionGenSkeleton
{
  /*< private >*/
  GDBusInterfaceSkeleton parent_instance;
  GfConsoleKitSessionGenSkeletonPrivate *priv;
};

struct _GfConsoleKitSessionGenSkeletonClass
{
  GDBusInterfaceSkeletonClass parent_class;
};

GType gf_console_kit_session_gen_skeleton_get_type (void) G_GNUC_CONST;

#if GLIB_CHECK_VERSION(2, 44, 0)
G_DEFINE_AUTOPTR_CLEANUP_FUNC (GfConsoleKitSessionGenSkeleton, g_object_unref)
#endif

GfConsoleKitSessionGen *gf_console_kit_session_gen_skeleton_new (void);


G_END_DECLS

#endif /* __GF_CONSOLEKIT_SESSION_GEN_H__ */