Top | ![]() |
![]() |
![]() |
![]() |
gboolean | handle-activate-result | Run Last |
gboolean | handle-get-initial-result-set | Run Last |
gboolean | handle-get-result-metas | Run Last |
gboolean | handle-get-subsearch-result-set | Run Last |
gboolean | handle-launch-search | Run Last |
GInterface ╰── GcalShellSearchProvider2 GObject ├── GDBusInterfaceSkeleton │ ╰── GcalShellSearchProvider2Skeleton ╰── GDBusProxy ╰── GcalShellSearchProvider2Proxy
GDBusInterfaceInfo *
gcal_shell_search_provider2_interface_info
(void
);
Gets a machine-readable description of the org.gnome.Shell.SearchProvider2 D-Bus interface.
guint gcal_shell_search_provider2_override_properties (GObjectClass *klass
,guint property_id_begin
);
Overrides all GObject properties in the GcalShellSearchProvider2 interface for a concrete class. The properties are overridden in the order they are defined.
void gcal_shell_search_provider2_complete_get_initial_result_set (GcalShellSearchProvider2 *object
,GDBusMethodInvocation *invocation
,const gchar *const *Results
);
Helper function used in service implementations to finish handling invocations of the GetInitialResultSet()
g_dbus_method_invocation_return_error()
or similar.
This method will free invocation
, you cannot use it afterwards.
void gcal_shell_search_provider2_complete_get_subsearch_result_set (GcalShellSearchProvider2 *object
,GDBusMethodInvocation *invocation
,const gchar *const *Results
);
Helper function used in service implementations to finish handling invocations of the GetSubsearchResultSet()
g_dbus_method_invocation_return_error()
or similar.
This method will free invocation
, you cannot use it afterwards.
void gcal_shell_search_provider2_complete_get_result_metas (GcalShellSearchProvider2 *object
,GDBusMethodInvocation *invocation
,GVariant *Metas
);
Helper function used in service implementations to finish handling invocations of the GetResultMetas()
g_dbus_method_invocation_return_error()
or similar.
This method will free invocation
, you cannot use it afterwards.
void gcal_shell_search_provider2_complete_activate_result (GcalShellSearchProvider2 *object
,GDBusMethodInvocation *invocation
);
Helper function used in service implementations to finish handling invocations of the ActivateResult()
g_dbus_method_invocation_return_error()
or similar.
This method will free invocation
, you cannot use it afterwards.
void gcal_shell_search_provider2_complete_launch_search (GcalShellSearchProvider2 *object
,GDBusMethodInvocation *invocation
);
Helper function used in service implementations to finish handling invocations of the LaunchSearch()
g_dbus_method_invocation_return_error()
or similar.
This method will free invocation
, you cannot use it afterwards.
void gcal_shell_search_provider2_call_get_initial_result_set (GcalShellSearchProvider2 *proxy
,const gchar *const *arg_Terms
,GCancellable *cancellable
,GAsyncReadyCallback callback
,gpointer user_data
);
Asynchronously invokes the GetInitialResultSet()
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.
You can then call gcal_shell_search_provider2_call_get_initial_result_set_finish()
to get the result of the operation.
See gcal_shell_search_provider2_call_get_initial_result_set_sync()
for the synchronous, blocking version of this method.
gboolean gcal_shell_search_provider2_call_get_initial_result_set_finish (GcalShellSearchProvider2 *proxy
,gchar ***out_Results
,GAsyncResult *res
,GError **error
);
Finishes an operation started with gcal_shell_search_provider2_call_get_initial_result_set()
.
proxy |
||
out_Results |
Return location for return parameter or |
[out][optional][array zero-terminated=1] |
res |
The GAsyncResult obtained from the GAsyncReadyCallback passed to |
|
error |
Return location for error or |
gboolean gcal_shell_search_provider2_call_get_initial_result_set_sync (GcalShellSearchProvider2 *proxy
,const gchar *const *arg_Terms
,gchar ***out_Results
,GCancellable *cancellable
,GError **error
);
Synchronously invokes the GetInitialResultSet()
proxy
. The calling thread is blocked until a reply is received.
See gcal_shell_search_provider2_call_get_initial_result_set()
for the asynchronous version of this method.
void gcal_shell_search_provider2_call_get_subsearch_result_set (GcalShellSearchProvider2 *proxy
,const gchar *const *arg_PreviousResults
,const gchar *const *arg_Terms
,GCancellable *cancellable
,GAsyncReadyCallback callback
,gpointer user_data
);
Asynchronously invokes the GetSubsearchResultSet()
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.
You can then call gcal_shell_search_provider2_call_get_subsearch_result_set_finish()
to get the result of the operation.
See gcal_shell_search_provider2_call_get_subsearch_result_set_sync()
for the synchronous, blocking version of this method.
proxy |
||
arg_PreviousResults |
Argument to pass with the method invocation. |
|
arg_Terms |
Argument to pass with the method invocation. |
|
cancellable |
A GCancellable or |
[nullable] |
callback |
A GAsyncReadyCallback to call when the request is satisfied or |
|
user_data |
User data to pass to |
gboolean gcal_shell_search_provider2_call_get_subsearch_result_set_finish (GcalShellSearchProvider2 *proxy
,gchar ***out_Results
,GAsyncResult *res
,GError **error
);
Finishes an operation started with gcal_shell_search_provider2_call_get_subsearch_result_set()
.
proxy |
||
out_Results |
Return location for return parameter or |
[out][optional][array zero-terminated=1] |
res |
The GAsyncResult obtained from the GAsyncReadyCallback passed to |
|
error |
Return location for error or |
gboolean gcal_shell_search_provider2_call_get_subsearch_result_set_sync (GcalShellSearchProvider2 *proxy
,const gchar *const *arg_PreviousResults
,const gchar *const *arg_Terms
,gchar ***out_Results
,GCancellable *cancellable
,GError **error
);
Synchronously invokes the GetSubsearchResultSet()
proxy
. The calling thread is blocked until a reply is received.
See gcal_shell_search_provider2_call_get_subsearch_result_set()
for the asynchronous version of this method.
proxy |
||
arg_PreviousResults |
Argument to pass with the method invocation. |
|
arg_Terms |
Argument to pass with the method invocation. |
|
out_Results |
Return location for return parameter or |
[out][optional][array zero-terminated=1] |
cancellable |
A GCancellable or |
[nullable] |
error |
Return location for error or |
void gcal_shell_search_provider2_call_get_result_metas (GcalShellSearchProvider2 *proxy
,const gchar *const *arg_Results
,GCancellable *cancellable
,GAsyncReadyCallback callback
,gpointer user_data
);
Asynchronously invokes the GetResultMetas()
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.
You can then call gcal_shell_search_provider2_call_get_result_metas_finish()
to get the result of the operation.
See gcal_shell_search_provider2_call_get_result_metas_sync()
for the synchronous, blocking version of this method.
gboolean gcal_shell_search_provider2_call_get_result_metas_finish (GcalShellSearchProvider2 *proxy
,GVariant **out_Metas
,GAsyncResult *res
,GError **error
);
Finishes an operation started with gcal_shell_search_provider2_call_get_result_metas()
.
proxy |
||
out_Metas |
Return location for return parameter or |
[out][optional] |
res |
The GAsyncResult obtained from the GAsyncReadyCallback passed to |
|
error |
Return location for error or |
gboolean gcal_shell_search_provider2_call_get_result_metas_sync (GcalShellSearchProvider2 *proxy
,const gchar *const *arg_Results
,GVariant **out_Metas
,GCancellable *cancellable
,GError **error
);
Synchronously invokes the GetResultMetas()
proxy
. The calling thread is blocked until a reply is received.
See gcal_shell_search_provider2_call_get_result_metas()
for the asynchronous version of this method.
void gcal_shell_search_provider2_call_activate_result (GcalShellSearchProvider2 *proxy
,const gchar *arg_Result
,const gchar *const *arg_Terms
,guint arg_Timestamp
,GCancellable *cancellable
,GAsyncReadyCallback callback
,gpointer user_data
);
Asynchronously invokes the ActivateResult()
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.
You can then call gcal_shell_search_provider2_call_activate_result_finish()
to get the result of the operation.
See gcal_shell_search_provider2_call_activate_result_sync()
for the synchronous, blocking version of this method.
proxy |
||
arg_Result |
Argument to pass with the method invocation. |
|
arg_Terms |
Argument to pass with the method invocation. |
|
arg_Timestamp |
Argument to pass with the method invocation. |
|
cancellable |
A GCancellable or |
[nullable] |
callback |
A GAsyncReadyCallback to call when the request is satisfied or |
|
user_data |
User data to pass to |
gboolean gcal_shell_search_provider2_call_activate_result_finish (GcalShellSearchProvider2 *proxy
,GAsyncResult *res
,GError **error
);
Finishes an operation started with gcal_shell_search_provider2_call_activate_result()
.
proxy |
||
res |
The GAsyncResult obtained from the GAsyncReadyCallback passed to |
|
error |
Return location for error or |
gboolean gcal_shell_search_provider2_call_activate_result_sync (GcalShellSearchProvider2 *proxy
,const gchar *arg_Result
,const gchar *const *arg_Terms
,guint arg_Timestamp
,GCancellable *cancellable
,GError **error
);
Synchronously invokes the ActivateResult()
proxy
. The calling thread is blocked until a reply is received.
See gcal_shell_search_provider2_call_activate_result()
for the asynchronous version of this method.
void gcal_shell_search_provider2_call_launch_search (GcalShellSearchProvider2 *proxy
,const gchar *const *arg_Terms
,guint arg_Timestamp
,GCancellable *cancellable
,GAsyncReadyCallback callback
,gpointer user_data
);
Asynchronously invokes the LaunchSearch()
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.
You can then call gcal_shell_search_provider2_call_launch_search_finish()
to get the result of the operation.
See gcal_shell_search_provider2_call_launch_search_sync()
for the synchronous, blocking version of this method.
gboolean gcal_shell_search_provider2_call_launch_search_finish (GcalShellSearchProvider2 *proxy
,GAsyncResult *res
,GError **error
);
Finishes an operation started with gcal_shell_search_provider2_call_launch_search()
.
proxy |
||
res |
The GAsyncResult obtained from the GAsyncReadyCallback passed to |
|
error |
Return location for error or |
gboolean gcal_shell_search_provider2_call_launch_search_sync (GcalShellSearchProvider2 *proxy
,const gchar *const *arg_Terms
,guint arg_Timestamp
,GCancellable *cancellable
,GError **error
);
Synchronously invokes the LaunchSearch()
proxy
. The calling thread is blocked until a reply is received.
See gcal_shell_search_provider2_call_launch_search()
for the asynchronous version of this method.
void gcal_shell_search_provider2_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.Shell.SearchProvider2. 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.
You can then call gcal_shell_search_provider2_proxy_new_finish()
to get the result of the operation.
See gcal_shell_search_provider2_proxy_new_sync()
for the synchronous, blocking version of this constructor.
connection |
A GDBusConnection. |
|
flags |
Flags from the GDBusProxyFlags enumeration. |
|
name |
A bus name (well-known or unique) or |
[nullable] |
object_path |
An object path. |
|
cancellable |
A GCancellable or |
[nullable] |
callback |
A GAsyncReadyCallback to call when the request is satisfied. |
|
user_data |
User data to pass to |
GcalShellSearchProvider2 * gcal_shell_search_provider2_proxy_new_finish (GAsyncResult *res
,GError **error
);
Finishes an operation started with gcal_shell_search_provider2_proxy_new()
.
res |
The GAsyncResult obtained from the GAsyncReadyCallback passed to |
|
error |
Return location for error or |
GcalShellSearchProvider2 * gcal_shell_search_provider2_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.Shell.SearchProvider2. See g_dbus_proxy_new_sync()
for more details.
The calling thread is blocked until a reply is received.
See gcal_shell_search_provider2_proxy_new()
for the asynchronous version of this constructor.
connection |
A GDBusConnection. |
|
flags |
Flags from the GDBusProxyFlags enumeration. |
|
name |
A bus name (well-known or unique) or |
[nullable] |
object_path |
An object path. |
|
cancellable |
A GCancellable or |
[nullable] |
error |
Return location for error or |
void gcal_shell_search_provider2_proxy_new_for_bus (GBusType bus_type
,GDBusProxyFlags flags
,const gchar *name
,const gchar *object_path
,GCancellable *cancellable
,GAsyncReadyCallback callback
,gpointer user_data
);
Like gcal_shell_search_provider2_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.
You can then call gcal_shell_search_provider2_proxy_new_for_bus_finish()
to get the result of the operation.
See gcal_shell_search_provider2_proxy_new_for_bus_sync()
for the synchronous, blocking version of this constructor.
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 |
[nullable] |
callback |
A GAsyncReadyCallback to call when the request is satisfied. |
|
user_data |
User data to pass to |
GcalShellSearchProvider2 * gcal_shell_search_provider2_proxy_new_for_bus_finish (GAsyncResult *res
,GError **error
);
Finishes an operation started with gcal_shell_search_provider2_proxy_new_for_bus()
.
res |
The GAsyncResult obtained from the GAsyncReadyCallback passed to |
|
error |
Return location for error or |
GcalShellSearchProvider2 * gcal_shell_search_provider2_proxy_new_for_bus_sync (GBusType bus_type
,GDBusProxyFlags flags
,const gchar *name
,const gchar *object_path
,GCancellable *cancellable
,GError **error
);
Like gcal_shell_search_provider2_proxy_new_sync()
but takes a GBusType instead of a GDBusConnection.
The calling thread is blocked until a reply is received.
See gcal_shell_search_provider2_proxy_new_for_bus()
for the asynchronous version of this constructor.
GcalShellSearchProvider2 *
gcal_shell_search_provider2_skeleton_new
(void
);
Creates a skeleton object for the D-Bus interface org.gnome.Shell.SearchProvider2.
“handle-activate-result”
signalgboolean user_function (GcalShellSearchProvider2 *object, GDBusMethodInvocation *invocation, gchar *arg_Result, GStrv arg_Terms, guint arg_Timestamp, gpointer user_data)
Signal emitted when a remote caller is invoking the ActivateResult()
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 gcal_shell_search_provider2_complete_activate_result()
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.
object |
||
invocation |
A GDBusMethodInvocation. |
|
arg_Result |
Argument passed by remote caller. |
|
arg_Terms |
Argument passed by remote caller. |
|
arg_Timestamp |
Argument passed by remote caller. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
“handle-get-initial-result-set”
signalgboolean user_function (GcalShellSearchProvider2 *object, GDBusMethodInvocation *invocation, GStrv arg_Terms, gpointer user_data)
Signal emitted when a remote caller is invoking the GetInitialResultSet()
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 gcal_shell_search_provider2_complete_get_initial_result_set()
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.
object |
||
invocation |
A GDBusMethodInvocation. |
|
arg_Terms |
Argument passed by remote caller. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
“handle-get-result-metas”
signalgboolean user_function (GcalShellSearchProvider2 *object, GDBusMethodInvocation *invocation, GStrv arg_Results, gpointer user_data)
Signal emitted when a remote caller is invoking the GetResultMetas()
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 gcal_shell_search_provider2_complete_get_result_metas()
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.
object |
||
invocation |
A GDBusMethodInvocation. |
|
arg_Results |
Argument passed by remote caller. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
“handle-get-subsearch-result-set”
signalgboolean user_function (GcalShellSearchProvider2 *object, GDBusMethodInvocation *invocation, GStrv arg_PreviousResults, GStrv arg_Terms, gpointer user_data)
Signal emitted when a remote caller is invoking the GetSubsearchResultSet()
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 gcal_shell_search_provider2_complete_get_subsearch_result_set()
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.
object |
||
invocation |
A GDBusMethodInvocation. |
|
arg_PreviousResults |
Argument passed by remote caller. |
|
arg_Terms |
Argument passed by remote caller. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
“handle-launch-search”
signalgboolean user_function (GcalShellSearchProvider2 *object, GDBusMethodInvocation *invocation, GStrv arg_Terms, guint arg_Timestamp, gpointer user_data)
Signal emitted when a remote caller is invoking the LaunchSearch()
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 gcal_shell_search_provider2_complete_launch_search()
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.
object |
||
invocation |
A GDBusMethodInvocation. |
|
arg_Terms |
Argument passed by remote caller. |
|
arg_Timestamp |
Argument passed by remote caller. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last