(1) regenerate leaner genfiles, we're not using the object manager functionality...
[systembsd.git] / src / interfaces / timedated / timedated-gen.h
CommitLineData
86cb7727 1/*
2 * Generated by gdbus-codegen 2.40.0. DO NOT EDIT.
3 *
4 * The license of this code is the same as for the source it was derived from.
5 */
6
7#ifndef __SRC_INTERFACES_TIMEDATED_TIMEDATED_GEN_H__
8#define __SRC_INTERFACES_TIMEDATED_TIMEDATED_GEN_H__
9
10#include <gio/gio.h>
11
12G_BEGIN_DECLS
13
14
15/* ------------------------------------------------------------------------ */
16/* Declarations for org.freedesktop.timedate1 */
17
ae3d717a 18#define TIMEDATED_TYPE_TIMEDATE1 (timedated_timedate1_get_type ())
19#define TIMEDATED_TIMEDATE1(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TIMEDATED_TYPE_TIMEDATE1, timedatedTimedate1))
20#define TIMEDATED_IS_TIMEDATE1(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TIMEDATED_TYPE_TIMEDATE1))
21#define TIMEDATED_TIMEDATE1_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), TIMEDATED_TYPE_TIMEDATE1, timedatedTimedate1Iface))
86cb7727 22
ae3d717a 23struct _timedatedTimedate1;
24typedef struct _timedatedTimedate1 timedatedTimedate1;
25typedef struct _timedatedTimedate1Iface timedatedTimedate1Iface;
86cb7727 26
ae3d717a 27struct _timedatedTimedate1Iface
86cb7727 28{
29 GTypeInterface parent_iface;
30
31
32 gboolean (*handle_set_local_rtc) (
ae3d717a 33 timedatedTimedate1 *object,
86cb7727 34 GDBusMethodInvocation *invocation,
ae3d717a 35 gboolean arg_unnamed_arg0,
36 gboolean arg_unnamed_arg1,
37 gboolean arg_unnamed_arg2);
86cb7727 38
39 gboolean (*handle_set_ntp) (
ae3d717a 40 timedatedTimedate1 *object,
86cb7727 41 GDBusMethodInvocation *invocation,
ae3d717a 42 gboolean arg_unnamed_arg0,
43 gboolean arg_unnamed_arg1);
86cb7727 44
45 gboolean (*handle_set_time) (
ae3d717a 46 timedatedTimedate1 *object,
86cb7727 47 GDBusMethodInvocation *invocation,
ae3d717a 48 gint64 arg_unnamed_arg0,
49 gboolean arg_unnamed_arg1,
50 gboolean arg_unnamed_arg2);
86cb7727 51
52 gboolean (*handle_set_timezone) (
ae3d717a 53 timedatedTimedate1 *object,
86cb7727 54 GDBusMethodInvocation *invocation,
ae3d717a 55 const gchar *arg_unnamed_arg0,
56 gboolean arg_unnamed_arg1);
86cb7727 57
ae3d717a 58 gboolean (*get_can_ntp) (timedatedTimedate1 *object);
86cb7727 59
ae3d717a 60 gboolean (*get_local_rtc) (timedatedTimedate1 *object);
86cb7727 61
ae3d717a 62 gboolean (*get_ntp) (timedatedTimedate1 *object);
63
64 gboolean (*get_ntpsynchronized) (timedatedTimedate1 *object);
65
66 guint64 (*get_rtctime_usec) (timedatedTimedate1 *object);
67
68 guint64 (*get_time_usec) (timedatedTimedate1 *object);
69
70 const gchar * (*get_timezone) (timedatedTimedate1 *object);
86cb7727 71
72};
73
ae3d717a 74GType timedated_timedate1_get_type (void) G_GNUC_CONST;
86cb7727 75
ae3d717a 76GDBusInterfaceInfo *timedated_timedate1_interface_info (void);
77guint timedated_timedate1_override_properties (GObjectClass *klass, guint property_id_begin);
86cb7727 78
79
80/* D-Bus method call completion functions: */
ae3d717a 81void timedated_timedate1_complete_set_time (
82 timedatedTimedate1 *object,
86cb7727 83 GDBusMethodInvocation *invocation);
84
ae3d717a 85void timedated_timedate1_complete_set_timezone (
86 timedatedTimedate1 *object,
86cb7727 87 GDBusMethodInvocation *invocation);
88
ae3d717a 89void timedated_timedate1_complete_set_local_rtc (
90 timedatedTimedate1 *object,
86cb7727 91 GDBusMethodInvocation *invocation);
92
ae3d717a 93void timedated_timedate1_complete_set_ntp (
94 timedatedTimedate1 *object,
86cb7727 95 GDBusMethodInvocation *invocation);
96
97
98
99/* D-Bus method calls: */
ae3d717a 100void timedated_timedate1_call_set_time (
101 timedatedTimedate1 *proxy,
102 gint64 arg_unnamed_arg0,
103 gboolean arg_unnamed_arg1,
104 gboolean arg_unnamed_arg2,
86cb7727 105 GCancellable *cancellable,
106 GAsyncReadyCallback callback,
107 gpointer user_data);
108
ae3d717a 109gboolean timedated_timedate1_call_set_time_finish (
110 timedatedTimedate1 *proxy,
86cb7727 111 GAsyncResult *res,
112 GError **error);
113
ae3d717a 114gboolean timedated_timedate1_call_set_time_sync (
115 timedatedTimedate1 *proxy,
116 gint64 arg_unnamed_arg0,
117 gboolean arg_unnamed_arg1,
118 gboolean arg_unnamed_arg2,
86cb7727 119 GCancellable *cancellable,
120 GError **error);
121
ae3d717a 122void timedated_timedate1_call_set_timezone (
123 timedatedTimedate1 *proxy,
124 const gchar *arg_unnamed_arg0,
125 gboolean arg_unnamed_arg1,
86cb7727 126 GCancellable *cancellable,
127 GAsyncReadyCallback callback,
128 gpointer user_data);
129
ae3d717a 130gboolean timedated_timedate1_call_set_timezone_finish (
131 timedatedTimedate1 *proxy,
86cb7727 132 GAsyncResult *res,
133 GError **error);
134
ae3d717a 135gboolean timedated_timedate1_call_set_timezone_sync (
136 timedatedTimedate1 *proxy,
137 const gchar *arg_unnamed_arg0,
138 gboolean arg_unnamed_arg1,
86cb7727 139 GCancellable *cancellable,
140 GError **error);
141
ae3d717a 142void timedated_timedate1_call_set_local_rtc (
143 timedatedTimedate1 *proxy,
144 gboolean arg_unnamed_arg0,
145 gboolean arg_unnamed_arg1,
146 gboolean arg_unnamed_arg2,
86cb7727 147 GCancellable *cancellable,
148 GAsyncReadyCallback callback,
149 gpointer user_data);
150
ae3d717a 151gboolean timedated_timedate1_call_set_local_rtc_finish (
152 timedatedTimedate1 *proxy,
86cb7727 153 GAsyncResult *res,
154 GError **error);
155
ae3d717a 156gboolean timedated_timedate1_call_set_local_rtc_sync (
157 timedatedTimedate1 *proxy,
158 gboolean arg_unnamed_arg0,
159 gboolean arg_unnamed_arg1,
160 gboolean arg_unnamed_arg2,
86cb7727 161 GCancellable *cancellable,
162 GError **error);
163
ae3d717a 164void timedated_timedate1_call_set_ntp (
165 timedatedTimedate1 *proxy,
166 gboolean arg_unnamed_arg0,
167 gboolean arg_unnamed_arg1,
86cb7727 168 GCancellable *cancellable,
169 GAsyncReadyCallback callback,
170 gpointer user_data);
171
ae3d717a 172gboolean timedated_timedate1_call_set_ntp_finish (
173 timedatedTimedate1 *proxy,
86cb7727 174 GAsyncResult *res,
175 GError **error);
176
ae3d717a 177gboolean timedated_timedate1_call_set_ntp_sync (
178 timedatedTimedate1 *proxy,
179 gboolean arg_unnamed_arg0,
180 gboolean arg_unnamed_arg1,
86cb7727 181 GCancellable *cancellable,
182 GError **error);
183
184
185
186/* D-Bus property accessors: */
ae3d717a 187const gchar *timedated_timedate1_get_timezone (timedatedTimedate1 *object);
188gchar *timedated_timedate1_dup_timezone (timedatedTimedate1 *object);
189void timedated_timedate1_set_timezone (timedatedTimedate1 *object, const gchar *value);
190
191gboolean timedated_timedate1_get_local_rtc (timedatedTimedate1 *object);
192void timedated_timedate1_set_local_rtc (timedatedTimedate1 *object, gboolean value);
193
194gboolean timedated_timedate1_get_can_ntp (timedatedTimedate1 *object);
195void timedated_timedate1_set_can_ntp (timedatedTimedate1 *object, gboolean value);
196
197gboolean timedated_timedate1_get_ntp (timedatedTimedate1 *object);
198void timedated_timedate1_set_ntp (timedatedTimedate1 *object, gboolean value);
199
200gboolean timedated_timedate1_get_ntpsynchronized (timedatedTimedate1 *object);
201void timedated_timedate1_set_ntpsynchronized (timedatedTimedate1 *object, gboolean value);
86cb7727 202
ae3d717a 203guint64 timedated_timedate1_get_time_usec (timedatedTimedate1 *object);
204void timedated_timedate1_set_time_usec (timedatedTimedate1 *object, guint64 value);
86cb7727 205
ae3d717a 206guint64 timedated_timedate1_get_rtctime_usec (timedatedTimedate1 *object);
207void timedated_timedate1_set_rtctime_usec (timedatedTimedate1 *object, guint64 value);
86cb7727 208
209
210/* ---- */
211
ae3d717a 212#define TIMEDATED_TYPE_TIMEDATE1_PROXY (timedated_timedate1_proxy_get_type ())
213#define TIMEDATED_TIMEDATE1_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TIMEDATED_TYPE_TIMEDATE1_PROXY, timedatedTimedate1Proxy))
214#define TIMEDATED_TIMEDATE1_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TIMEDATED_TYPE_TIMEDATE1_PROXY, timedatedTimedate1ProxyClass))
215#define TIMEDATED_TIMEDATE1_PROXY_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TIMEDATED_TYPE_TIMEDATE1_PROXY, timedatedTimedate1ProxyClass))
216#define TIMEDATED_IS_TIMEDATE1_PROXY(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TIMEDATED_TYPE_TIMEDATE1_PROXY))
217#define TIMEDATED_IS_TIMEDATE1_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TIMEDATED_TYPE_TIMEDATE1_PROXY))
86cb7727 218
ae3d717a 219typedef struct _timedatedTimedate1Proxy timedatedTimedate1Proxy;
220typedef struct _timedatedTimedate1ProxyClass timedatedTimedate1ProxyClass;
221typedef struct _timedatedTimedate1ProxyPrivate timedatedTimedate1ProxyPrivate;
86cb7727 222
ae3d717a 223struct _timedatedTimedate1Proxy
86cb7727 224{
225 /*< private >*/
226 GDBusProxy parent_instance;
ae3d717a 227 timedatedTimedate1ProxyPrivate *priv;
86cb7727 228};
229
ae3d717a 230struct _timedatedTimedate1ProxyClass
86cb7727 231{
232 GDBusProxyClass parent_class;
233};
234
ae3d717a 235GType timedated_timedate1_proxy_get_type (void) G_GNUC_CONST;
86cb7727 236
ae3d717a 237void timedated_timedate1_proxy_new (
86cb7727 238 GDBusConnection *connection,
239 GDBusProxyFlags flags,
240 const gchar *name,
241 const gchar *object_path,
242 GCancellable *cancellable,
243 GAsyncReadyCallback callback,
244 gpointer user_data);
ae3d717a 245timedatedTimedate1 *timedated_timedate1_proxy_new_finish (
86cb7727 246 GAsyncResult *res,
247 GError **error);
ae3d717a 248timedatedTimedate1 *timedated_timedate1_proxy_new_sync (
86cb7727 249 GDBusConnection *connection,
250 GDBusProxyFlags flags,
251 const gchar *name,
252 const gchar *object_path,
253 GCancellable *cancellable,
254 GError **error);
255
ae3d717a 256void timedated_timedate1_proxy_new_for_bus (
86cb7727 257 GBusType bus_type,
258 GDBusProxyFlags flags,
259 const gchar *name,
260 const gchar *object_path,
261 GCancellable *cancellable,
262 GAsyncReadyCallback callback,
263 gpointer user_data);
ae3d717a 264timedatedTimedate1 *timedated_timedate1_proxy_new_for_bus_finish (
86cb7727 265 GAsyncResult *res,
266 GError **error);
ae3d717a 267timedatedTimedate1 *timedated_timedate1_proxy_new_for_bus_sync (
86cb7727 268 GBusType bus_type,
269 GDBusProxyFlags flags,
270 const gchar *name,
271 const gchar *object_path,
272 GCancellable *cancellable,
273 GError **error);
274
275
276/* ---- */
277
ae3d717a 278#define TIMEDATED_TYPE_TIMEDATE1_SKELETON (timedated_timedate1_skeleton_get_type ())
279#define TIMEDATED_TIMEDATE1_SKELETON(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), TIMEDATED_TYPE_TIMEDATE1_SKELETON, timedatedTimedate1Skeleton))
280#define TIMEDATED_TIMEDATE1_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), TIMEDATED_TYPE_TIMEDATE1_SKELETON, timedatedTimedate1SkeletonClass))
281#define TIMEDATED_TIMEDATE1_SKELETON_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), TIMEDATED_TYPE_TIMEDATE1_SKELETON, timedatedTimedate1SkeletonClass))
282#define TIMEDATED_IS_TIMEDATE1_SKELETON(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), TIMEDATED_TYPE_TIMEDATE1_SKELETON))
283#define TIMEDATED_IS_TIMEDATE1_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), TIMEDATED_TYPE_TIMEDATE1_SKELETON))
86cb7727 284
ae3d717a 285typedef struct _timedatedTimedate1Skeleton timedatedTimedate1Skeleton;
286typedef struct _timedatedTimedate1SkeletonClass timedatedTimedate1SkeletonClass;
287typedef struct _timedatedTimedate1SkeletonPrivate timedatedTimedate1SkeletonPrivate;
86cb7727 288
ae3d717a 289struct _timedatedTimedate1Skeleton
86cb7727 290{
291 /*< private >*/
292 GDBusInterfaceSkeleton parent_instance;
ae3d717a 293 timedatedTimedate1SkeletonPrivate *priv;
86cb7727 294};
295
ae3d717a 296struct _timedatedTimedate1SkeletonClass
86cb7727 297{
298 GDBusInterfaceSkeletonClass parent_class;
299};
300
ae3d717a 301GType timedated_timedate1_skeleton_get_type (void) G_GNUC_CONST;
302
303timedatedTimedate1 *timedated_timedate1_skeleton_new (void);
304
305
86cb7727 306G_END_DECLS
307
308#endif /* __SRC_INTERFACES_TIMEDATED_TIMEDATED_GEN_H__ */