EDBusAddressBookViewSkeleton

EDBusAddressBookViewSkeleton

Functions

GDBusInterfaceInfo * e_dbus_address_book_view_interface_info ()
guint e_dbus_address_book_view_override_properties ()
void e_dbus_address_book_view_complete_start ()
void e_dbus_address_book_view_complete_stop ()
void e_dbus_address_book_view_complete_set_flags ()
void e_dbus_address_book_view_complete_set_fields_of_interest ()
void e_dbus_address_book_view_complete_dispose ()
void e_dbus_address_book_view_emit_objects_added ()
void e_dbus_address_book_view_emit_objects_modified ()
void e_dbus_address_book_view_emit_objects_removed ()
void e_dbus_address_book_view_emit_progress ()
void e_dbus_address_book_view_emit_complete ()
void e_dbus_address_book_view_call_start ()
gboolean e_dbus_address_book_view_call_start_finish ()
gboolean e_dbus_address_book_view_call_start_sync ()
void e_dbus_address_book_view_call_stop ()
gboolean e_dbus_address_book_view_call_stop_finish ()
gboolean e_dbus_address_book_view_call_stop_sync ()
void e_dbus_address_book_view_call_set_flags ()
gboolean e_dbus_address_book_view_call_set_flags_finish ()
gboolean e_dbus_address_book_view_call_set_flags_sync ()
void e_dbus_address_book_view_call_set_fields_of_interest ()
gboolean e_dbus_address_book_view_call_set_fields_of_interest_finish ()
gboolean e_dbus_address_book_view_call_set_fields_of_interest_sync ()
void e_dbus_address_book_view_call_dispose ()
gboolean e_dbus_address_book_view_call_dispose_finish ()
gboolean e_dbus_address_book_view_call_dispose_sync ()
void e_dbus_address_book_view_proxy_new ()
EDBusAddressBookView * e_dbus_address_book_view_proxy_new_finish ()
EDBusAddressBookView * e_dbus_address_book_view_proxy_new_sync ()
void e_dbus_address_book_view_proxy_new_for_bus ()
EDBusAddressBookView * e_dbus_address_book_view_proxy_new_for_bus_finish ()
EDBusAddressBookView * e_dbus_address_book_view_proxy_new_for_bus_sync ()
EDBusAddressBookView * e_dbus_address_book_view_skeleton_new ()

Signals

Types and Values

Object Hierarchy

    GInterface
    ╰── EDBusAddressBookView
    GObject
    ├── GDBusInterfaceSkeleton
       ╰── EDBusAddressBookViewSkeleton
    ╰── GDBusProxy
        ╰── EDBusAddressBookViewProxy

Prerequisites

EDBusAddressBookView requires GObject.

Implemented Interfaces

EDBusAddressBookViewProxy implements GDBusInterface, GInitable, GAsyncInitable and EDBusAddressBookView.

EDBusAddressBookViewSkeleton implements GDBusInterface and EDBusAddressBookView.

Known Implementations

EDBusAddressBookView is implemented by EDBusAddressBookViewProxy and EDBusAddressBookViewSkeleton.

Description

Functions

e_dbus_address_book_view_interface_info ()

GDBusInterfaceInfo *
e_dbus_address_book_view_interface_info
                               (void);

Gets a machine-readable description of the org.gnome.evolution.dataserver.AddressBookView D-Bus interface.

Returns

A GDBusInterfaceInfo. Do not free.

[transfer none]

Since: 3.32


e_dbus_address_book_view_override_properties ()

guint
e_dbus_address_book_view_override_properties
                               (GObjectClass *klass,
                                guint property_id_begin);

Overrides all GObject properties in the EDBusAddressBookView interface for a concrete class. The properties are overridden in the order they are defined.

Parameters

klass

The class structure for a GObject derived class.

 

property_id_begin

The property id to assign to the first overridden property.

 

Returns

The last property id.

Since: 3.32


e_dbus_address_book_view_complete_start ()

void
e_dbus_address_book_view_complete_start
                               (EDBusAddressBookView *object,
                                GDBusMethodInvocation *invocation);

Helper function used in service implementations to finish handling invocations of the Start() D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.

This method will free invocation , you cannot use it afterwards.

Parameters

object

A EDBusAddressBookView.

 

invocation

A GDBusMethodInvocation.

[transfer full]

Since: 3.32


e_dbus_address_book_view_complete_stop ()

void
e_dbus_address_book_view_complete_stop
                               (EDBusAddressBookView *object,
                                GDBusMethodInvocation *invocation);

Helper function used in service implementations to finish handling invocations of the Stop() D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.

This method will free invocation , you cannot use it afterwards.

Parameters

object

A EDBusAddressBookView.

 

invocation

A GDBusMethodInvocation.

[transfer full]

Since: 3.32


e_dbus_address_book_view_complete_set_flags ()

void
e_dbus_address_book_view_complete_set_flags
                               (EDBusAddressBookView *object,
                                GDBusMethodInvocation *invocation);

Helper function used in service implementations to finish handling invocations of the SetFlags() D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.

This method will free invocation , you cannot use it afterwards.

Parameters

object

A EDBusAddressBookView.

 

invocation

A GDBusMethodInvocation.

[transfer full]

Since: 3.32


e_dbus_address_book_view_complete_set_fields_of_interest ()

void
e_dbus_address_book_view_complete_set_fields_of_interest
                               (EDBusAddressBookView *object,
                                GDBusMethodInvocation *invocation);

Helper function used in service implementations to finish handling invocations of the SetFieldsOfInterest() D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.

This method will free invocation , you cannot use it afterwards.

Parameters

object

A EDBusAddressBookView.

 

invocation

A GDBusMethodInvocation.

[transfer full]

Since: 3.32


e_dbus_address_book_view_complete_dispose ()

void
e_dbus_address_book_view_complete_dispose
                               (EDBusAddressBookView *object,
                                GDBusMethodInvocation *invocation);

Helper function used in service implementations to finish handling invocations of the Dispose() D-Bus method. If you instead want to finish handling an invocation by returning an error, use g_dbus_method_invocation_return_error() or similar.

This method will free invocation , you cannot use it afterwards.

Parameters

object

A EDBusAddressBookView.

 

invocation

A GDBusMethodInvocation.

[transfer full]

Since: 3.32


e_dbus_address_book_view_emit_objects_added ()

void
e_dbus_address_book_view_emit_objects_added
                               (EDBusAddressBookView *object,
                                const gchar *const *arg_objects);

Emits the "ObjectsAdded" D-Bus signal.

Parameters

object

A EDBusAddressBookView.

 

arg_objects

Argument to pass with the signal.

 

Since: 3.32


e_dbus_address_book_view_emit_objects_modified ()

void
e_dbus_address_book_view_emit_objects_modified
                               (EDBusAddressBookView *object,
                                const gchar *const *arg_objects);

Emits the "ObjectsModified" D-Bus signal.

Parameters

object

A EDBusAddressBookView.

 

arg_objects

Argument to pass with the signal.

 

Since: 3.32


e_dbus_address_book_view_emit_objects_removed ()

void
e_dbus_address_book_view_emit_objects_removed
                               (EDBusAddressBookView *object,
                                const gchar *const *arg_uids);

Emits the "ObjectsRemoved" D-Bus signal.

Parameters

object

A EDBusAddressBookView.

 

arg_uids

Argument to pass with the signal.

 

Since: 3.32


e_dbus_address_book_view_emit_progress ()

void
e_dbus_address_book_view_emit_progress
                               (EDBusAddressBookView *object,
                                guint arg_percent,
                                const gchar *arg_message);

Emits the "Progress" D-Bus signal.

Parameters

object

A EDBusAddressBookView.

 

arg_percent

Argument to pass with the signal.

 

arg_message

Argument to pass with the signal.

 

Since: 3.32


e_dbus_address_book_view_emit_complete ()

void
e_dbus_address_book_view_emit_complete
                               (EDBusAddressBookView *object,
                                const gchar *arg_error_name,
                                const gchar *arg_error_message);

Emits the "Complete" D-Bus signal.

Parameters

object

A EDBusAddressBookView.

 

arg_error_name

Argument to pass with the signal.

 

arg_error_message

Argument to pass with the signal.

 

Since: 3.32


e_dbus_address_book_view_call_start ()

void
e_dbus_address_book_view_call_start (EDBusAddressBookView *proxy,
                                     GCancellable *cancellable,
                                     GAsyncReadyCallback callback,
                                     gpointer user_data);

Asynchronously invokes the Start() D-Bus method on proxy . When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). You can then call e_dbus_address_book_view_call_start_finish() to get the result of the operation.

See e_dbus_address_book_view_call_start_sync() for the synchronous, blocking version of this method.

Parameters

proxy

A EDBusAddressBookViewProxy.

 

cancellable

A GCancellable or NULL.

[nullable]

callback

A GAsyncReadyCallback to call when the request is satisfied or NULL.

 

user_data

User data to pass to callback .

 

Since: 3.32


e_dbus_address_book_view_call_start_finish ()

gboolean
e_dbus_address_book_view_call_start_finish
                               (EDBusAddressBookView *proxy,
                                GAsyncResult *res,
                                GError **error);

Finishes an operation started with e_dbus_address_book_view_call_start().

Parameters

proxy

A EDBusAddressBookViewProxy.

 

res

The GAsyncResult obtained from the GAsyncReadyCallback passed to e_dbus_address_book_view_call_start().

 

error

Return location for error or NULL.

 

Returns

TRUE if the call succeeded, FALSE if error is set.

[skip]

Since: 3.32


e_dbus_address_book_view_call_start_sync ()

gboolean
e_dbus_address_book_view_call_start_sync
                               (EDBusAddressBookView *proxy,
                                GCancellable *cancellable,
                                GError **error);

Synchronously invokes the Start() D-Bus method on proxy . The calling thread is blocked until a reply is received.

See e_dbus_address_book_view_call_start() for the asynchronous version of this method.

Parameters

proxy

A EDBusAddressBookViewProxy.

 

cancellable

A GCancellable or NULL.

[nullable]

error

Return location for error or NULL.

 

Returns

TRUE if the call succeeded, FALSE if error is set.

[skip]

Since: 3.32


e_dbus_address_book_view_call_stop ()

void
e_dbus_address_book_view_call_stop (EDBusAddressBookView *proxy,
                                    GCancellable *cancellable,
                                    GAsyncReadyCallback callback,
                                    gpointer user_data);

Asynchronously invokes the Stop() D-Bus method on proxy . When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). You can then call e_dbus_address_book_view_call_stop_finish() to get the result of the operation.

See e_dbus_address_book_view_call_stop_sync() for the synchronous, blocking version of this method.

Parameters

proxy

A EDBusAddressBookViewProxy.

 

cancellable

A GCancellable or NULL.

[nullable]

callback

A GAsyncReadyCallback to call when the request is satisfied or NULL.

 

user_data

User data to pass to callback .

 

Since: 3.32


e_dbus_address_book_view_call_stop_finish ()

gboolean
e_dbus_address_book_view_call_stop_finish
                               (EDBusAddressBookView *proxy,
                                GAsyncResult *res,
                                GError **error);

Finishes an operation started with e_dbus_address_book_view_call_stop().

Parameters

proxy

A EDBusAddressBookViewProxy.

 

res

The GAsyncResult obtained from the GAsyncReadyCallback passed to e_dbus_address_book_view_call_stop().

 

error

Return location for error or NULL.

 

Returns

TRUE if the call succeeded, FALSE if error is set.

[skip]

Since: 3.32


e_dbus_address_book_view_call_stop_sync ()

gboolean
e_dbus_address_book_view_call_stop_sync
                               (EDBusAddressBookView *proxy,
                                GCancellable *cancellable,
                                GError **error);

Synchronously invokes the Stop() D-Bus method on proxy . The calling thread is blocked until a reply is received.

See e_dbus_address_book_view_call_stop() for the asynchronous version of this method.

Parameters

proxy

A EDBusAddressBookViewProxy.

 

cancellable

A GCancellable or NULL.

[nullable]

error

Return location for error or NULL.

 

Returns

TRUE if the call succeeded, FALSE if error is set.

[skip]

Since: 3.32


e_dbus_address_book_view_call_set_flags ()

void
e_dbus_address_book_view_call_set_flags
                               (EDBusAddressBookView *proxy,
                                guint arg_flags,
                                GCancellable *cancellable,
                                GAsyncReadyCallback callback,
                                gpointer user_data);

Asynchronously invokes the SetFlags() D-Bus method on proxy . When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). You can then call e_dbus_address_book_view_call_set_flags_finish() to get the result of the operation.

See e_dbus_address_book_view_call_set_flags_sync() for the synchronous, blocking version of this method.

Parameters

proxy

A EDBusAddressBookViewProxy.

 

arg_flags

Argument to pass with the method invocation.

 

cancellable

A GCancellable or NULL.

[nullable]

callback

A GAsyncReadyCallback to call when the request is satisfied or NULL.

 

user_data

User data to pass to callback .

 

Since: 3.32


e_dbus_address_book_view_call_set_flags_finish ()

gboolean
e_dbus_address_book_view_call_set_flags_finish
                               (EDBusAddressBookView *proxy,
                                GAsyncResult *res,
                                GError **error);

Finishes an operation started with e_dbus_address_book_view_call_set_flags().

Parameters

proxy

A EDBusAddressBookViewProxy.

 

res

The GAsyncResult obtained from the GAsyncReadyCallback passed to e_dbus_address_book_view_call_set_flags().

 

error

Return location for error or NULL.

 

Returns

TRUE if the call succeeded, FALSE if error is set.

[skip]

Since: 3.32


e_dbus_address_book_view_call_set_flags_sync ()

gboolean
e_dbus_address_book_view_call_set_flags_sync
                               (EDBusAddressBookView *proxy,
                                guint arg_flags,
                                GCancellable *cancellable,
                                GError **error);

Synchronously invokes the SetFlags() D-Bus method on proxy . The calling thread is blocked until a reply is received.

See e_dbus_address_book_view_call_set_flags() for the asynchronous version of this method.

Parameters

proxy

A EDBusAddressBookViewProxy.

 

arg_flags

Argument to pass with the method invocation.

 

cancellable

A GCancellable or NULL.

[nullable]

error

Return location for error or NULL.

 

Returns

TRUE if the call succeeded, FALSE if error is set.

[skip]

Since: 3.32


e_dbus_address_book_view_call_set_fields_of_interest ()

void
e_dbus_address_book_view_call_set_fields_of_interest
                               (EDBusAddressBookView *proxy,
                                const gchar *const *arg_only_fields,
                                GCancellable *cancellable,
                                GAsyncReadyCallback callback,
                                gpointer user_data);

Asynchronously invokes the SetFieldsOfInterest() D-Bus method on proxy . When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). You can then call e_dbus_address_book_view_call_set_fields_of_interest_finish() to get the result of the operation.

See e_dbus_address_book_view_call_set_fields_of_interest_sync() for the synchronous, blocking version of this method.

Parameters

proxy

A EDBusAddressBookViewProxy.

 

arg_only_fields

Argument to pass with the method invocation.

 

cancellable

A GCancellable or NULL.

[nullable]

callback

A GAsyncReadyCallback to call when the request is satisfied or NULL.

 

user_data

User data to pass to callback .

 

Since: 3.32


e_dbus_address_book_view_call_set_fields_of_interest_finish ()

gboolean
e_dbus_address_book_view_call_set_fields_of_interest_finish
                               (EDBusAddressBookView *proxy,
                                GAsyncResult *res,
                                GError **error);

Finishes an operation started with e_dbus_address_book_view_call_set_fields_of_interest().

Parameters

proxy

A EDBusAddressBookViewProxy.

 

res

The GAsyncResult obtained from the GAsyncReadyCallback passed to e_dbus_address_book_view_call_set_fields_of_interest().

 

error

Return location for error or NULL.

 

Returns

TRUE if the call succeeded, FALSE if error is set.

[skip]

Since: 3.32


e_dbus_address_book_view_call_set_fields_of_interest_sync ()

gboolean
e_dbus_address_book_view_call_set_fields_of_interest_sync
                               (EDBusAddressBookView *proxy,
                                const gchar *const *arg_only_fields,
                                GCancellable *cancellable,
                                GError **error);

Synchronously invokes the SetFieldsOfInterest() D-Bus method on proxy . The calling thread is blocked until a reply is received.

See e_dbus_address_book_view_call_set_fields_of_interest() for the asynchronous version of this method.

Parameters

proxy

A EDBusAddressBookViewProxy.

 

arg_only_fields

Argument to pass with the method invocation.

 

cancellable

A GCancellable or NULL.

[nullable]

error

Return location for error or NULL.

 

Returns

TRUE if the call succeeded, FALSE if error is set.

[skip]

Since: 3.32


e_dbus_address_book_view_call_dispose ()

void
e_dbus_address_book_view_call_dispose (EDBusAddressBookView *proxy,
                                       GCancellable *cancellable,
                                       GAsyncReadyCallback callback,
                                       gpointer user_data);

Asynchronously invokes the Dispose() D-Bus method on proxy . When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). You can then call e_dbus_address_book_view_call_dispose_finish() to get the result of the operation.

See e_dbus_address_book_view_call_dispose_sync() for the synchronous, blocking version of this method.

Parameters

proxy

A EDBusAddressBookViewProxy.

 

cancellable

A GCancellable or NULL.

[nullable]

callback

A GAsyncReadyCallback to call when the request is satisfied or NULL.

 

user_data

User data to pass to callback .

 

Since: 3.32


e_dbus_address_book_view_call_dispose_finish ()

gboolean
e_dbus_address_book_view_call_dispose_finish
                               (EDBusAddressBookView *proxy,
                                GAsyncResult *res,
                                GError **error);

Finishes an operation started with e_dbus_address_book_view_call_dispose().

Parameters

proxy

A EDBusAddressBookViewProxy.

 

res

The GAsyncResult obtained from the GAsyncReadyCallback passed to e_dbus_address_book_view_call_dispose().

 

error

Return location for error or NULL.

 

Returns

TRUE if the call succeeded, FALSE if error is set.

[skip]

Since: 3.32


e_dbus_address_book_view_call_dispose_sync ()

gboolean
e_dbus_address_book_view_call_dispose_sync
                               (EDBusAddressBookView *proxy,
                                GCancellable *cancellable,
                                GError **error);

Synchronously invokes the Dispose() D-Bus method on proxy . The calling thread is blocked until a reply is received.

See e_dbus_address_book_view_call_dispose() for the asynchronous version of this method.

Parameters

proxy

A EDBusAddressBookViewProxy.

 

cancellable

A GCancellable or NULL.

[nullable]

error

Return location for error or NULL.

 

Returns

TRUE if the call succeeded, FALSE if error is set.

[skip]

Since: 3.32


e_dbus_address_book_view_proxy_new ()

void
e_dbus_address_book_view_proxy_new (GDBusConnection *connection,
                                    GDBusProxyFlags flags,
                                    const gchar *name,
                                    const gchar *object_path,
                                    GCancellable *cancellable,
                                    GAsyncReadyCallback callback,
                                    gpointer user_data);

Asynchronously creates a proxy for the D-Bus interface org.gnome.evolution.dataserver.AddressBookView. See g_dbus_proxy_new() for more details.

When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). You can then call e_dbus_address_book_view_proxy_new_finish() to get the result of the operation.

See e_dbus_address_book_view_proxy_new_sync() for the synchronous, blocking version of this constructor.

Parameters

connection

A GDBusConnection.

 

flags

Flags from the GDBusProxyFlags enumeration.

 

name

A bus name (well-known or unique) or NULL if connection is not a message bus connection.

[nullable]

object_path

An object path.

 

cancellable

A GCancellable or NULL.

[nullable]

callback

A GAsyncReadyCallback to call when the request is satisfied.

 

user_data

User data to pass to callback .

 

Since: 3.32


e_dbus_address_book_view_proxy_new_finish ()

EDBusAddressBookView *
e_dbus_address_book_view_proxy_new_finish
                               (GAsyncResult *res,
                                GError **error);

Finishes an operation started with e_dbus_address_book_view_proxy_new().

Parameters

res

The GAsyncResult obtained from the GAsyncReadyCallback passed to e_dbus_address_book_view_proxy_new().

 

error

Return location for error or NULL

 

Returns

The constructed proxy object or NULL if error is set.

[transfer full][type EDBusAddressBookViewProxy]

Since: 3.32


e_dbus_address_book_view_proxy_new_sync ()

EDBusAddressBookView *
e_dbus_address_book_view_proxy_new_sync
                               (GDBusConnection *connection,
                                GDBusProxyFlags flags,
                                const gchar *name,
                                const gchar *object_path,
                                GCancellable *cancellable,
                                GError **error);

Synchronously creates a proxy for the D-Bus interface org.gnome.evolution.dataserver.AddressBookView. See g_dbus_proxy_new_sync() for more details.

The calling thread is blocked until a reply is received.

See e_dbus_address_book_view_proxy_new() for the asynchronous version of this constructor.

Parameters

connection

A GDBusConnection.

 

flags

Flags from the GDBusProxyFlags enumeration.

 

name

A bus name (well-known or unique) or NULL if connection is not a message bus connection.

[nullable]

object_path

An object path.

 

cancellable

A GCancellable or NULL.

[nullable]

error

Return location for error or NULL

 

Returns

The constructed proxy object or NULL if error is set.

[transfer full][type EDBusAddressBookViewProxy]

Since: 3.32


e_dbus_address_book_view_proxy_new_for_bus ()

void
e_dbus_address_book_view_proxy_new_for_bus
                               (GBusType bus_type,
                                GDBusProxyFlags flags,
                                const gchar *name,
                                const gchar *object_path,
                                GCancellable *cancellable,
                                GAsyncReadyCallback callback,
                                gpointer user_data);

Like e_dbus_address_book_view_proxy_new() but takes a GBusType instead of a GDBusConnection.

When the operation is finished, callback will be invoked in the thread-default main loop of the thread you are calling this method from (see g_main_context_push_thread_default()). You can then call e_dbus_address_book_view_proxy_new_for_bus_finish() to get the result of the operation.

See e_dbus_address_book_view_proxy_new_for_bus_sync() for the synchronous, blocking version of this constructor.

Parameters

bus_type

A GBusType.

 

flags

Flags from the GDBusProxyFlags enumeration.

 

name

A bus name (well-known or unique).

 

object_path

An object path.

 

cancellable

A GCancellable or NULL.

[nullable]

callback

A GAsyncReadyCallback to call when the request is satisfied.

 

user_data

User data to pass to callback .

 

Since: 3.32


e_dbus_address_book_view_proxy_new_for_bus_finish ()

EDBusAddressBookView *
e_dbus_address_book_view_proxy_new_for_bus_finish
                               (GAsyncResult *res,
                                GError **error);

Finishes an operation started with e_dbus_address_book_view_proxy_new_for_bus().

Parameters

res

The GAsyncResult obtained from the GAsyncReadyCallback passed to e_dbus_address_book_view_proxy_new_for_bus().

 

error

Return location for error or NULL

 

Returns

The constructed proxy object or NULL if error is set.

[transfer full][type EDBusAddressBookViewProxy]

Since: 3.32


e_dbus_address_book_view_proxy_new_for_bus_sync ()

EDBusAddressBookView *
e_dbus_address_book_view_proxy_new_for_bus_sync
                               (GBusType bus_type,
                                GDBusProxyFlags flags,
                                const gchar *name,
                                const gchar *object_path,
                                GCancellable *cancellable,
                                GError **error);

Like e_dbus_address_book_view_proxy_new_sync() but takes a GBusType instead of a GDBusConnection.

The calling thread is blocked until a reply is received.

See e_dbus_address_book_view_proxy_new_for_bus() for the asynchronous version of this constructor.

Parameters

bus_type

A GBusType.

 

flags

Flags from the GDBusProxyFlags enumeration.

 

name

A bus name (well-known or unique).

 

object_path

An object path.

 

cancellable

A GCancellable or NULL.

[nullable]

error

Return location for error or NULL

 

Returns

The constructed proxy object or NULL if error is set.

[transfer full][type EDBusAddressBookViewProxy]

Since: 3.32


e_dbus_address_book_view_skeleton_new ()

EDBusAddressBookView *
e_dbus_address_book_view_skeleton_new (void);

Creates a skeleton object for the D-Bus interface org.gnome.evolution.dataserver.AddressBookView.

Returns

The skeleton object.

[transfer full][type EDBusAddressBookViewSkeleton]

Since: 3.32

Types and Values

struct EDBusAddressBookViewIface

struct EDBusAddressBookViewIface {
  GTypeInterface parent_iface;

  gboolean (*handle_dispose) (
    EDBusAddressBookView *object,
    GDBusMethodInvocation *invocation);

  gboolean (*handle_set_fields_of_interest) (
    EDBusAddressBookView *object,
    GDBusMethodInvocation *invocation,
    const gchar *const *arg_only_fields);

  gboolean (*handle_set_flags) (
    EDBusAddressBookView *object,
    GDBusMethodInvocation *invocation,
    guint arg_flags);

  gboolean (*handle_start) (
    EDBusAddressBookView *object,
    GDBusMethodInvocation *invocation);

  gboolean (*handle_stop) (
    EDBusAddressBookView *object,
    GDBusMethodInvocation *invocation);

  void (*complete) (
    EDBusAddressBookView *object,
    const gchar *arg_error_name,
    const gchar *arg_error_message);

  void (*objects_added) (
    EDBusAddressBookView *object,
    const gchar *const *arg_objects);

  void (*objects_modified) (
    EDBusAddressBookView *object,
    const gchar *const *arg_objects);

  void (*objects_removed) (
    EDBusAddressBookView *object,
    const gchar *const *arg_uids);

  void (*progress) (
    EDBusAddressBookView *object,
    guint arg_percent,
    const gchar *arg_message);
};

Virtual table for the D-Bus interface org.gnome.evolution.dataserver.AddressBookView.

Members

GTypeInterface parent_iface;

The parent interface.

 

handle_dispose ()

Handler for the “handle-dispose” signal.

 

handle_set_fields_of_interest ()

Handler for the “handle-set-fields-of-interest” signal.

 

handle_set_flags ()

Handler for the “handle-set-flags” signal.

 

handle_start ()

Handler for the “handle-start” signal.

 

handle_stop ()

Handler for the “handle-stop” signal.

 

complete ()

Handler for the “complete” signal.

 

objects_added ()

Handler for the “objects-added” signal.

 

objects_modified ()

Handler for the “objects-modified” signal.

 

objects_removed ()

Handler for the “objects-removed” signal.

 

progress ()

Handler for the “progress” signal.

 

Since: 3.32


struct EDBusAddressBookViewProxy

struct EDBusAddressBookViewProxy;

The EDBusAddressBookViewProxy structure contains only private data and should only be accessed using the provided API.

Since: 3.32


struct EDBusAddressBookViewProxyClass

struct EDBusAddressBookViewProxyClass {
  GDBusProxyClass parent_class;
};

Class structure for EDBusAddressBookViewProxy.

Members

Since: 3.32


struct EDBusAddressBookViewSkeleton

struct EDBusAddressBookViewSkeleton;

The EDBusAddressBookViewSkeleton structure contains only private data and should only be accessed using the provided API.

Since: 3.32


struct EDBusAddressBookViewSkeletonClass

struct EDBusAddressBookViewSkeletonClass {
  GDBusInterfaceSkeletonClass parent_class;
};

Class structure for EDBusAddressBookViewSkeleton.

Members

Since: 3.32


EDBusAddressBookView

typedef struct _EDBusAddressBookView EDBusAddressBookView;

Abstract interface type for the D-Bus interface org.gnome.evolution.dataserver.AddressBookView.

Since: 3.32


EDBusAddressBookViewProxyPrivate

typedef struct _EDBusAddressBookViewProxyPrivate EDBusAddressBookViewProxyPrivate;

EDBusAddressBookViewSkeletonPrivate

typedef struct _EDBusAddressBookViewSkeletonPrivate EDBusAddressBookViewSkeletonPrivate;

Signal Details

The “complete” signal

void
user_function (EDBusAddressBookView *object,
               gchar                *arg_error_name,
               gchar                *arg_error_message,
               gpointer              user_data)

On the client-side, this signal is emitted whenever the D-Bus signal "Complete" is received.

On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.

Parameters

object

A EDBusAddressBookView.

 

arg_error_name

Argument.

 

arg_error_message

Argument.

 

user_data

user data set when the signal handler was connected.

 

Flags: Run Last

Since: 3.32


The “handle-dispose” signal

gboolean
user_function (EDBusAddressBookView  *object,
               GDBusMethodInvocation *invocation,
               gpointer               user_data)

Signal emitted when a remote caller is invoking the Dispose() D-Bus method.

If a signal handler returns TRUE, it means the signal handler will handle the invocation (e.g. take a reference to invocation and eventually call e_dbus_address_book_view_complete_dispose() or e.g. g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler handles the invocation, the G_DBUS_ERROR_UNKNOWN_METHOD error is returned.

Parameters

object

A EDBusAddressBookView.

 

invocation

A GDBusMethodInvocation.

 

user_data

user data set when the signal handler was connected.

 

Returns

G_DBUS_METHOD_INVOCATION_HANDLED or TRUE if the invocation was handled, G_DBUS_METHOD_INVOCATION_UNHANDLED or FALSE to let other signal handlers run.

Flags: Run Last

Since: 3.32


The “handle-set-fields-of-interest” signal

gboolean
user_function (EDBusAddressBookView  *object,
               GDBusMethodInvocation *invocation,
               GStrv                  arg_only_fields,
               gpointer               user_data)

Signal emitted when a remote caller is invoking the SetFieldsOfInterest() D-Bus method.

If a signal handler returns TRUE, it means the signal handler will handle the invocation (e.g. take a reference to invocation and eventually call e_dbus_address_book_view_complete_set_fields_of_interest() or e.g. g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler handles the invocation, the G_DBUS_ERROR_UNKNOWN_METHOD error is returned.

Parameters

object

A EDBusAddressBookView.

 

invocation

A GDBusMethodInvocation.

 

arg_only_fields

Argument passed by remote caller.

 

user_data

user data set when the signal handler was connected.

 

Returns

G_DBUS_METHOD_INVOCATION_HANDLED or TRUE if the invocation was handled, G_DBUS_METHOD_INVOCATION_UNHANDLED or FALSE to let other signal handlers run.

Flags: Run Last

Since: 3.32


The “handle-set-flags” signal

gboolean
user_function (EDBusAddressBookView  *object,
               GDBusMethodInvocation *invocation,
               guint                  arg_flags,
               gpointer               user_data)

Signal emitted when a remote caller is invoking the SetFlags() D-Bus method.

If a signal handler returns TRUE, it means the signal handler will handle the invocation (e.g. take a reference to invocation and eventually call e_dbus_address_book_view_complete_set_flags() or e.g. g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler handles the invocation, the G_DBUS_ERROR_UNKNOWN_METHOD error is returned.

Parameters

object

A EDBusAddressBookView.

 

invocation

A GDBusMethodInvocation.

 

arg_flags

Argument passed by remote caller.

 

user_data

user data set when the signal handler was connected.

 

Returns

G_DBUS_METHOD_INVOCATION_HANDLED or TRUE if the invocation was handled, G_DBUS_METHOD_INVOCATION_UNHANDLED or FALSE to let other signal handlers run.

Flags: Run Last

Since: 3.32


The “handle-start” signal

gboolean
user_function (EDBusAddressBookView  *object,
               GDBusMethodInvocation *invocation,
               gpointer               user_data)

Signal emitted when a remote caller is invoking the Start() D-Bus method.

If a signal handler returns TRUE, it means the signal handler will handle the invocation (e.g. take a reference to invocation and eventually call e_dbus_address_book_view_complete_start() or e.g. g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler handles the invocation, the G_DBUS_ERROR_UNKNOWN_METHOD error is returned.

Parameters

object

A EDBusAddressBookView.

 

invocation

A GDBusMethodInvocation.

 

user_data

user data set when the signal handler was connected.

 

Returns

G_DBUS_METHOD_INVOCATION_HANDLED or TRUE if the invocation was handled, G_DBUS_METHOD_INVOCATION_UNHANDLED or FALSE to let other signal handlers run.

Flags: Run Last

Since: 3.32


The “handle-stop” signal

gboolean
user_function (EDBusAddressBookView  *object,
               GDBusMethodInvocation *invocation,
               gpointer               user_data)

Signal emitted when a remote caller is invoking the Stop() D-Bus method.

If a signal handler returns TRUE, it means the signal handler will handle the invocation (e.g. take a reference to invocation and eventually call e_dbus_address_book_view_complete_stop() or e.g. g_dbus_method_invocation_return_error() on it) and no order signal handlers will run. If no signal handler handles the invocation, the G_DBUS_ERROR_UNKNOWN_METHOD error is returned.

Parameters

object

A EDBusAddressBookView.

 

invocation

A GDBusMethodInvocation.

 

user_data

user data set when the signal handler was connected.

 

Returns

G_DBUS_METHOD_INVOCATION_HANDLED or TRUE if the invocation was handled, G_DBUS_METHOD_INVOCATION_UNHANDLED or FALSE to let other signal handlers run.

Flags: Run Last

Since: 3.32


The “objects-added” signal

void
user_function (EDBusAddressBookView *object,
               GStrv                 arg_objects,
               gpointer              user_data)

On the client-side, this signal is emitted whenever the D-Bus signal "ObjectsAdded" is received.

On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.

Parameters

object

A EDBusAddressBookView.

 

arg_objects

Argument.

 

user_data

user data set when the signal handler was connected.

 

Flags: Run Last

Since: 3.32


The “objects-modified” signal

void
user_function (EDBusAddressBookView *object,
               GStrv                 arg_objects,
               gpointer              user_data)

On the client-side, this signal is emitted whenever the D-Bus signal "ObjectsModified" is received.

On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.

Parameters

object

A EDBusAddressBookView.

 

arg_objects

Argument.

 

user_data

user data set when the signal handler was connected.

 

Flags: Run Last

Since: 3.32


The “objects-removed” signal

void
user_function (EDBusAddressBookView *object,
               GStrv                 arg_uids,
               gpointer              user_data)

On the client-side, this signal is emitted whenever the D-Bus signal "ObjectsRemoved" is received.

On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.

Parameters

object

A EDBusAddressBookView.

 

arg_uids

Argument.

 

user_data

user data set when the signal handler was connected.

 

Flags: Run Last

Since: 3.32


The “progress” signal

void
user_function (EDBusAddressBookView *object,
               guint                 arg_percent,
               gchar                *arg_message,
               gpointer              user_data)

On the client-side, this signal is emitted whenever the D-Bus signal "Progress" is received.

On the service-side, this signal can be used with e.g. g_signal_emit_by_name() to make the object emit the D-Bus signal.

Parameters

object

A EDBusAddressBookView.

 

arg_percent

Argument.

 

arg_message

Argument.

 

user_data

user data set when the signal handler was connected.

 

Flags: Run Last

Since: 3.32