summaryrefslogtreecommitdiff
path: root/src/daemon/dbus/gsignond-dbus-remote-plugin-gen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/dbus/gsignond-dbus-remote-plugin-gen.h')
-rw-r--r--src/daemon/dbus/gsignond-dbus-remote-plugin-gen.h358
1 files changed, 0 insertions, 358 deletions
diff --git a/src/daemon/dbus/gsignond-dbus-remote-plugin-gen.h b/src/daemon/dbus/gsignond-dbus-remote-plugin-gen.h
deleted file mode 100644
index 42326c4..0000000
--- a/src/daemon/dbus/gsignond-dbus-remote-plugin-gen.h
+++ /dev/null
@@ -1,358 +0,0 @@
-/*
- * Generated by gdbus-codegen 2.32.4. DO NOT EDIT.
- *
- * The license of this code is the same as for the source it was derived from.
- */
-
-#ifndef __GSIGNOND_DBUS_REMOTE_PLUGIN_GEN_H__
-#define __GSIGNOND_DBUS_REMOTE_PLUGIN_GEN_H__
-
-#include <gio/gio.h>
-
-G_BEGIN_DECLS
-
-
-/* ------------------------------------------------------------------------ */
-/* Declarations for com.google.code.AccountsSSO.gSingleSignOn.RemotePlugin.V1 */
-
-#define GSIGNOND_DBUS_TYPE_REMOTE_PLUGIN_V1 (gsignond_dbus_remote_plugin_v1_get_type ())
-#define GSIGNOND_DBUS_REMOTE_PLUGIN_V1(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GSIGNOND_DBUS_TYPE_REMOTE_PLUGIN_V1, GSignondDbusRemotePluginV1))
-#define GSIGNOND_DBUS_IS_REMOTE_PLUGIN_V1(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GSIGNOND_DBUS_TYPE_REMOTE_PLUGIN_V1))
-#define GSIGNOND_DBUS_REMOTE_PLUGIN_V1_GET_IFACE(o) (G_TYPE_INSTANCE_GET_INTERFACE ((o), GSIGNOND_DBUS_TYPE_REMOTE_PLUGIN_V1, GSignondDbusRemotePluginV1Iface))
-
-struct _GSignondDbusRemotePluginV1;
-typedef struct _GSignondDbusRemotePluginV1 GSignondDbusRemotePluginV1;
-typedef struct _GSignondDbusRemotePluginV1Iface GSignondDbusRemotePluginV1Iface;
-
-struct _GSignondDbusRemotePluginV1Iface
-{
- GTypeInterface parent_iface;
-
-
-
- gboolean (*handle_cancel) (
- GSignondDbusRemotePluginV1 *object,
- GDBusMethodInvocation *invocation);
-
- gboolean (*handle_refresh) (
- GSignondDbusRemotePluginV1 *object,
- GDBusMethodInvocation *invocation,
- GVariant *arg_uiData);
-
- gboolean (*handle_request) (
- GSignondDbusRemotePluginV1 *object,
- GDBusMethodInvocation *invocation,
- GVariant *arg_sessionData);
-
- gboolean (*handle_request_initial) (
- GSignondDbusRemotePluginV1 *object,
- GDBusMethodInvocation *invocation,
- GVariant *arg_sessionData,
- GVariant *arg_identityMethodCache,
- const gchar *arg_mechanism);
-
- gboolean (*handle_user_action_finished) (
- GSignondDbusRemotePluginV1 *object,
- GDBusMethodInvocation *invocation,
- GVariant *arg_uiData);
-
- const gchar *const * (*get_mechanisms) (GSignondDbusRemotePluginV1 *object);
-
- const gchar * (*get_method) (GSignondDbusRemotePluginV1 *object);
-
- void (*error) (
- GSignondDbusRemotePluginV1 *object,
- GVariant *arg_error);
-
- void (*refreshed) (
- GSignondDbusRemotePluginV1 *object,
- GVariant *arg_uiData);
-
- void (*response) (
- GSignondDbusRemotePluginV1 *object,
- GVariant *arg_sessionData);
-
- void (*response_final) (
- GSignondDbusRemotePluginV1 *object,
- GVariant *arg_sessionData);
-
- void (*status_changed) (
- GSignondDbusRemotePluginV1 *object,
- gint arg_state,
- const gchar *arg_message);
-
- void (*store) (
- GSignondDbusRemotePluginV1 *object,
- GVariant *arg_sessionData);
-
- void (*user_action_required) (
- GSignondDbusRemotePluginV1 *object,
- GVariant *arg_uiData);
-
-};
-
-GType gsignond_dbus_remote_plugin_v1_get_type (void) G_GNUC_CONST;
-
-GDBusInterfaceInfo *gsignond_dbus_remote_plugin_v1_interface_info (void);
-guint gsignond_dbus_remote_plugin_v1_override_properties (GObjectClass *klass, guint property_id_begin);
-
-
-/* D-Bus method call completion functions: */
-void gsignond_dbus_remote_plugin_v1_complete_cancel (
- GSignondDbusRemotePluginV1 *object,
- GDBusMethodInvocation *invocation);
-
-void gsignond_dbus_remote_plugin_v1_complete_request_initial (
- GSignondDbusRemotePluginV1 *object,
- GDBusMethodInvocation *invocation);
-
-void gsignond_dbus_remote_plugin_v1_complete_request (
- GSignondDbusRemotePluginV1 *object,
- GDBusMethodInvocation *invocation);
-
-void gsignond_dbus_remote_plugin_v1_complete_user_action_finished (
- GSignondDbusRemotePluginV1 *object,
- GDBusMethodInvocation *invocation);
-
-void gsignond_dbus_remote_plugin_v1_complete_refresh (
- GSignondDbusRemotePluginV1 *object,
- GDBusMethodInvocation *invocation);
-
-
-
-/* D-Bus signal emissions functions: */
-void gsignond_dbus_remote_plugin_v1_emit_response (
- GSignondDbusRemotePluginV1 *object,
- GVariant *arg_sessionData);
-
-void gsignond_dbus_remote_plugin_v1_emit_response_final (
- GSignondDbusRemotePluginV1 *object,
- GVariant *arg_sessionData);
-
-void gsignond_dbus_remote_plugin_v1_emit_store (
- GSignondDbusRemotePluginV1 *object,
- GVariant *arg_sessionData);
-
-void gsignond_dbus_remote_plugin_v1_emit_error (
- GSignondDbusRemotePluginV1 *object,
- GVariant *arg_error);
-
-void gsignond_dbus_remote_plugin_v1_emit_user_action_required (
- GSignondDbusRemotePluginV1 *object,
- GVariant *arg_uiData);
-
-void gsignond_dbus_remote_plugin_v1_emit_refreshed (
- GSignondDbusRemotePluginV1 *object,
- GVariant *arg_uiData);
-
-void gsignond_dbus_remote_plugin_v1_emit_status_changed (
- GSignondDbusRemotePluginV1 *object,
- gint arg_state,
- const gchar *arg_message);
-
-
-
-/* D-Bus method calls: */
-void gsignond_dbus_remote_plugin_v1_call_cancel (
- GSignondDbusRemotePluginV1 *proxy,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);
-
-gboolean gsignond_dbus_remote_plugin_v1_call_cancel_finish (
- GSignondDbusRemotePluginV1 *proxy,
- GAsyncResult *res,
- GError **error);
-
-gboolean gsignond_dbus_remote_plugin_v1_call_cancel_sync (
- GSignondDbusRemotePluginV1 *proxy,
- GCancellable *cancellable,
- GError **error);
-
-void gsignond_dbus_remote_plugin_v1_call_request_initial (
- GSignondDbusRemotePluginV1 *proxy,
- GVariant *arg_sessionData,
- GVariant *arg_identityMethodCache,
- const gchar *arg_mechanism,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);
-
-gboolean gsignond_dbus_remote_plugin_v1_call_request_initial_finish (
- GSignondDbusRemotePluginV1 *proxy,
- GAsyncResult *res,
- GError **error);
-
-gboolean gsignond_dbus_remote_plugin_v1_call_request_initial_sync (
- GSignondDbusRemotePluginV1 *proxy,
- GVariant *arg_sessionData,
- GVariant *arg_identityMethodCache,
- const gchar *arg_mechanism,
- GCancellable *cancellable,
- GError **error);
-
-void gsignond_dbus_remote_plugin_v1_call_request (
- GSignondDbusRemotePluginV1 *proxy,
- GVariant *arg_sessionData,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);
-
-gboolean gsignond_dbus_remote_plugin_v1_call_request_finish (
- GSignondDbusRemotePluginV1 *proxy,
- GAsyncResult *res,
- GError **error);
-
-gboolean gsignond_dbus_remote_plugin_v1_call_request_sync (
- GSignondDbusRemotePluginV1 *proxy,
- GVariant *arg_sessionData,
- GCancellable *cancellable,
- GError **error);
-
-void gsignond_dbus_remote_plugin_v1_call_user_action_finished (
- GSignondDbusRemotePluginV1 *proxy,
- GVariant *arg_uiData,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);
-
-gboolean gsignond_dbus_remote_plugin_v1_call_user_action_finished_finish (
- GSignondDbusRemotePluginV1 *proxy,
- GAsyncResult *res,
- GError **error);
-
-gboolean gsignond_dbus_remote_plugin_v1_call_user_action_finished_sync (
- GSignondDbusRemotePluginV1 *proxy,
- GVariant *arg_uiData,
- GCancellable *cancellable,
- GError **error);
-
-void gsignond_dbus_remote_plugin_v1_call_refresh (
- GSignondDbusRemotePluginV1 *proxy,
- GVariant *arg_uiData,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);
-
-gboolean gsignond_dbus_remote_plugin_v1_call_refresh_finish (
- GSignondDbusRemotePluginV1 *proxy,
- GAsyncResult *res,
- GError **error);
-
-gboolean gsignond_dbus_remote_plugin_v1_call_refresh_sync (
- GSignondDbusRemotePluginV1 *proxy,
- GVariant *arg_uiData,
- GCancellable *cancellable,
- GError **error);
-
-
-
-/* D-Bus property accessors: */
-const gchar *gsignond_dbus_remote_plugin_v1_get_method (GSignondDbusRemotePluginV1 *object);
-gchar *gsignond_dbus_remote_plugin_v1_dup_method (GSignondDbusRemotePluginV1 *object);
-void gsignond_dbus_remote_plugin_v1_set_method (GSignondDbusRemotePluginV1 *object, const gchar *value);
-
-const gchar *const *gsignond_dbus_remote_plugin_v1_get_mechanisms (GSignondDbusRemotePluginV1 *object);
-gchar **gsignond_dbus_remote_plugin_v1_dup_mechanisms (GSignondDbusRemotePluginV1 *object);
-void gsignond_dbus_remote_plugin_v1_set_mechanisms (GSignondDbusRemotePluginV1 *object, const gchar *const *value);
-
-
-/* ---- */
-
-#define GSIGNOND_DBUS_TYPE_REMOTE_PLUGIN_V1_PROXY (gsignond_dbus_remote_plugin_v1_proxy_get_type ())
-#define GSIGNOND_DBUS_REMOTE_PLUGIN_V1_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GSIGNOND_DBUS_TYPE_REMOTE_PLUGIN_V1_PROXY, GSignondDbusRemotePluginV1Proxy))
-#define GSIGNOND_DBUS_REMOTE_PLUGIN_V1_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), GSIGNOND_DBUS_TYPE_REMOTE_PLUGIN_V1_PROXY, GSignondDbusRemotePluginV1ProxyClass))
-#define GSIGNOND_DBUS_REMOTE_PLUGIN_V1_PROXY_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), GSIGNOND_DBUS_TYPE_REMOTE_PLUGIN_V1_PROXY, GSignondDbusRemotePluginV1ProxyClass))
-#define GSIGNOND_DBUS_IS_REMOTE_PLUGIN_V1_PROXY(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GSIGNOND_DBUS_TYPE_REMOTE_PLUGIN_V1_PROXY))
-#define GSIGNOND_DBUS_IS_REMOTE_PLUGIN_V1_PROXY_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), GSIGNOND_DBUS_TYPE_REMOTE_PLUGIN_V1_PROXY))
-
-typedef struct _GSignondDbusRemotePluginV1Proxy GSignondDbusRemotePluginV1Proxy;
-typedef struct _GSignondDbusRemotePluginV1ProxyClass GSignondDbusRemotePluginV1ProxyClass;
-typedef struct _GSignondDbusRemotePluginV1ProxyPrivate GSignondDbusRemotePluginV1ProxyPrivate;
-
-struct _GSignondDbusRemotePluginV1Proxy
-{
- /*< private >*/
- GDBusProxy parent_instance;
- GSignondDbusRemotePluginV1ProxyPrivate *priv;
-};
-
-struct _GSignondDbusRemotePluginV1ProxyClass
-{
- GDBusProxyClass parent_class;
-};
-
-GType gsignond_dbus_remote_plugin_v1_proxy_get_type (void) G_GNUC_CONST;
-
-void gsignond_dbus_remote_plugin_v1_proxy_new (
- GDBusConnection *connection,
- GDBusProxyFlags flags,
- const gchar *name,
- const gchar *object_path,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);
-GSignondDbusRemotePluginV1 *gsignond_dbus_remote_plugin_v1_proxy_new_finish (
- GAsyncResult *res,
- GError **error);
-GSignondDbusRemotePluginV1 *gsignond_dbus_remote_plugin_v1_proxy_new_sync (
- GDBusConnection *connection,
- GDBusProxyFlags flags,
- const gchar *name,
- const gchar *object_path,
- GCancellable *cancellable,
- GError **error);
-
-void gsignond_dbus_remote_plugin_v1_proxy_new_for_bus (
- GBusType bus_type,
- GDBusProxyFlags flags,
- const gchar *name,
- const gchar *object_path,
- GCancellable *cancellable,
- GAsyncReadyCallback callback,
- gpointer user_data);
-GSignondDbusRemotePluginV1 *gsignond_dbus_remote_plugin_v1_proxy_new_for_bus_finish (
- GAsyncResult *res,
- GError **error);
-GSignondDbusRemotePluginV1 *gsignond_dbus_remote_plugin_v1_proxy_new_for_bus_sync (
- GBusType bus_type,
- GDBusProxyFlags flags,
- const gchar *name,
- const gchar *object_path,
- GCancellable *cancellable,
- GError **error);
-
-
-/* ---- */
-
-#define GSIGNOND_DBUS_TYPE_REMOTE_PLUGIN_V1_SKELETON (gsignond_dbus_remote_plugin_v1_skeleton_get_type ())
-#define GSIGNOND_DBUS_REMOTE_PLUGIN_V1_SKELETON(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), GSIGNOND_DBUS_TYPE_REMOTE_PLUGIN_V1_SKELETON, GSignondDbusRemotePluginV1Skeleton))
-#define GSIGNOND_DBUS_REMOTE_PLUGIN_V1_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), GSIGNOND_DBUS_TYPE_REMOTE_PLUGIN_V1_SKELETON, GSignondDbusRemotePluginV1SkeletonClass))
-#define GSIGNOND_DBUS_REMOTE_PLUGIN_V1_SKELETON_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), GSIGNOND_DBUS_TYPE_REMOTE_PLUGIN_V1_SKELETON, GSignondDbusRemotePluginV1SkeletonClass))
-#define GSIGNOND_DBUS_IS_REMOTE_PLUGIN_V1_SKELETON(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), GSIGNOND_DBUS_TYPE_REMOTE_PLUGIN_V1_SKELETON))
-#define GSIGNOND_DBUS_IS_REMOTE_PLUGIN_V1_SKELETON_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), GSIGNOND_DBUS_TYPE_REMOTE_PLUGIN_V1_SKELETON))
-
-typedef struct _GSignondDbusRemotePluginV1Skeleton GSignondDbusRemotePluginV1Skeleton;
-typedef struct _GSignondDbusRemotePluginV1SkeletonClass GSignondDbusRemotePluginV1SkeletonClass;
-typedef struct _GSignondDbusRemotePluginV1SkeletonPrivate GSignondDbusRemotePluginV1SkeletonPrivate;
-
-struct _GSignondDbusRemotePluginV1Skeleton
-{
- /*< private >*/
- GDBusInterfaceSkeleton parent_instance;
- GSignondDbusRemotePluginV1SkeletonPrivate *priv;
-};
-
-struct _GSignondDbusRemotePluginV1SkeletonClass
-{
- GDBusInterfaceSkeletonClass parent_class;
-};
-
-GType gsignond_dbus_remote_plugin_v1_skeleton_get_type (void) G_GNUC_CONST;
-
-GSignondDbusRemotePluginV1 *gsignond_dbus_remote_plugin_v1_skeleton_new (void);
-
-
-G_END_DECLS
-
-#endif /* __GSIGNOND_DBUS_REMOTE_PLUGIN_GEN_H__ */