Package ch.bailu.gtk.geoclue
Class LocationProxy
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.gobject.Object
ch.bailu.gtk.gio.DBusProxy
ch.bailu.gtk.geoclue.LocationProxy
- All Implemented Interfaces:
PointerInterface
The #GClueLocationProxy structure contains only private data and should only be accessed using the provided API.
https://www.freedesktop.org/software/geoclue/docs/libgeoclue/
-
Nested Class Summary
Nested classes/interfaces inherited from class ch.bailu.gtk.gio.DBusProxy
DBusProxy.OnGSignal
Nested classes/interfaces inherited from class ch.bailu.gtk.gobject.Object
Object.OnBindingTransformFunc, Object.OnDestroyNotify, Object.OnDuplicateFunc, Object.OnNotify, Object.OnToggleNotify, Object.OnWeakNotify
-
Field Summary
Fields inherited from class ch.bailu.gtk.gio.DBusProxy
SIGNAL_ON_G_SIGNAL
Fields inherited from class ch.bailu.gtk.gobject.Object
SIGNAL_ON_NOTIFY
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
_new
(DBusConnection connection, int flags, Str name, Str object_path, Cancellable cancellable, LocationProxy.OnAsyncReadyCallback callback, Pointer user_data) Asynchronously creates a proxy for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-GeoClue2-Location.top_of_page">org.freedesktop.GeoClue2.Location</link>.Implements interfaceAsyncInitable
.Implements interfaceDBusInterface
.Implements interfaceInitable
.Implements interfaceLocation
.static ClassHandler
static int
static long
static TypeSystem.TypeSize
static long
static TypeSystem.TypeSize
static LocationProxy
Finishes an operation started with gclue_location_proxy_new().static void
newForBus
(int bus_type, int flags, Str name, Str object_path, Cancellable cancellable, LocationProxy.OnAsyncReadyCallback callback, Pointer user_data) Like gclue_location_proxy_new() but takes a #GBusType instead of a #GDBusConnection.static LocationProxy
Finishes an operation started with gclue_location_proxy_new_for_bus().static LocationProxy
newForBusSyncLocationProxy
(int bus_type, int flags, Str name, Str object_path, Cancellable cancellable) Like gclue_location_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.static LocationProxy
newForBusSyncLocationProxy
(int bus_type, int flags, String name, String object_path, Cancellable cancellable) Like gclue_location_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.static LocationProxy
newSyncLocationProxy
(DBusConnection connection, int flags, Str name, Str object_path, Cancellable cancellable) Synchronously creates a proxy for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-GeoClue2-Location.top_of_page">org.freedesktop.GeoClue2.Location</link>.static LocationProxy
newSyncLocationProxy
(DBusConnection connection, int flags, String name, String object_path, Cancellable cancellable) Synchronously creates a proxy for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-GeoClue2-Location.top_of_page">org.freedesktop.GeoClue2.Location</link>.Methods inherited from class ch.bailu.gtk.gio.DBusProxy
_new, call, call, callFinish, callSync, callSync, callWithUnixFdList, callWithUnixFdList, getCachedProperty, getCachedProperty, getConnection, getDefaultTimeout, getFlags, getInterfaceInfo, getInterfaceName, getName, getNameOwner, getObjectPath, newFinishDBusProxy, newForBus, newForBusFinishDBusProxy, newForBusSyncDBusProxy, newForBusSyncDBusProxy, newSyncDBusProxy, newSyncDBusProxy, onGSignal, setCachedProperty, setCachedProperty, setDefaultTimeout, setInterfaceInfo
Methods inherited from class ch.bailu.gtk.gobject.Object
addToggleRef, bindProperty, bindProperty, bindPropertyFull, bindPropertyFull, bindPropertyWithClosures, bindPropertyWithClosures, compatControl, connect, connect, disconnect, disconnect, dupData, dupData, dupQdata, forceFloating, freezeNotify, get, get, getData, getData, getProperty, getProperty, getQdata, interfaceFindProperty, interfaceInstallProperty, isFloating, notify, notify, notifyByPspec, onNotify, ref, refSink, removeToggleRef, replaceData, replaceData, replaceQdata, runDispose, set, set, setData, setData, setDataFull, setDataFull, setProperty, setProperty, setQdata, setQdataFull, stealData, stealData, stealQdata, takeRef, thawNotify, unref, watchClosure, weakRef, weakUnref
Methods inherited from class ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacks
Methods inherited from class ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNull
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Constructor Details
-
LocationProxy
-
-
Method Details
-
getClassHandler
-
newFinishLocationProxy
Finishes an operation started with gclue_location_proxy_new().- Parameters:
res
- The #GAsyncResult obtained from the #GAsyncReadyCallback passed to gclue_location_proxy_new().- Returns:
- The constructed proxy object or %NULL if @error is set.
- Throws:
AllocationError
-
newForBusFinishLocationProxy
public static LocationProxy newForBusFinishLocationProxy(@Nonnull AsyncResult res) throws AllocationError Finishes an operation started with gclue_location_proxy_new_for_bus().- Parameters:
res
- The #GAsyncResult obtained from the #GAsyncReadyCallback passed to gclue_location_proxy_new_for_bus().- Returns:
- The constructed proxy object or %NULL if @error is set.
- Throws:
AllocationError
-
newForBusSyncLocationProxy
public static LocationProxy newForBusSyncLocationProxy(int bus_type, int flags, @Nonnull Str name, @Nonnull Str object_path, @Nullable Cancellable cancellable) throws AllocationError Like gclue_location_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.
The calling thread is blocked until a reply is received.
See gclue_location_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.- Returns:
- The constructed proxy object or %NULL if @error is set.
- Throws:
AllocationError
-
newForBusSyncLocationProxy
public static LocationProxy newForBusSyncLocationProxy(int bus_type, int flags, String name, String object_path, @Nullable Cancellable cancellable) throws AllocationError Like gclue_location_proxy_new_sync() but takes a #GBusType instead of a #GDBusConnection.
The calling thread is blocked until a reply is received.
See gclue_location_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.- Returns:
- The constructed proxy object or %NULL if @error is set.
- Throws:
AllocationError
-
newSyncLocationProxy
public static LocationProxy newSyncLocationProxy(@Nonnull DBusConnection connection, int flags, @Nullable Str name, @Nonnull Str object_path, @Nullable Cancellable cancellable) throws AllocationError Synchronously creates a proxy for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-GeoClue2-Location.top_of_page">org.freedesktop.GeoClue2.Location</link>. See g_dbus_proxy_new_sync() for more details.
The calling thread is blocked until a reply is received.
See gclue_location_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.object_path
- An object path.cancellable
- A #GCancellable or %NULL.- Returns:
- The constructed proxy object or %NULL if @error is set.
- Throws:
AllocationError
-
newSyncLocationProxy
public static LocationProxy newSyncLocationProxy(@Nonnull DBusConnection connection, int flags, String name, String object_path, @Nullable Cancellable cancellable) throws AllocationError Synchronously creates a proxy for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-GeoClue2-Location.top_of_page">org.freedesktop.GeoClue2.Location</link>. See g_dbus_proxy_new_sync() for more details.
The calling thread is blocked until a reply is received.
See gclue_location_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.object_path
- An object path.cancellable
- A #GCancellable or %NULL.- Returns:
- The constructed proxy object or %NULL if @error is set.
- Throws:
AllocationError
-
_new
public static void _new(@Nonnull DBusConnection connection, int flags, @Nullable Str name, @Nonnull Str object_path, @Nullable Cancellable cancellable, LocationProxy.OnAsyncReadyCallback callback, @Nullable Pointer user_data) Asynchronously creates a proxy for the D-Bus interface <link linkend="gdbus-interface-org-freedesktop-GeoClue2-Location.top_of_page">org.freedesktop.GeoClue2.Location</link>. 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 gclue_location_proxy_new_finish() to get the result of the operation.
See gclue_location_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.object_path
- An object path.cancellable
- A #GCancellable or %NULL.callback
- A #GAsyncReadyCallback to call when the request is satisfied.user_data
- User data to pass to @callback.
-
newForBus
public static void newForBus(int bus_type, int flags, @Nonnull Str name, @Nonnull Str object_path, @Nullable Cancellable cancellable, LocationProxy.OnAsyncReadyCallback callback, @Nullable Pointer user_data) Like gclue_location_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 gclue_location_proxy_new_for_bus_finish() to get the result of the operation.
See gclue_location_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.callback
- A #GAsyncReadyCallback to call when the request is satisfied.user_data
- User data to pass to @callback.
-
asLocation
Implements interfaceLocation
. Call this to get access to interface functions.- Returns:
Location
-
asAsyncInitable
Implements interfaceAsyncInitable
. Call this to get access to interface functions.- Overrides:
asAsyncInitable
in classDBusProxy
- Returns:
AsyncInitable
-
asDBusInterface
Implements interfaceDBusInterface
. Call this to get access to interface functions.- Overrides:
asDBusInterface
in classDBusProxy
- Returns:
DBusInterface
-
asInitable
Implements interfaceInitable
. Call this to get access to interface functions.- Overrides:
asInitable
in classDBusProxy
- Returns:
Initable
-
getTypeID
public static long getTypeID() -
getParentTypeID
public static long getParentTypeID() -
getTypeSize
-
getParentTypeSize
-
getInstanceSize
public static int getInstanceSize()
-