2012-08-26 21:38:16 +00:00
{ This is an autogenerated unit using gobject introspection (gir2pascal). Do not Edit. }
2011-09-22 00:28:15 +00:00
unit Gio2;
{$MODE OBJFPC} {$H+}
{$PACKRECORDS C}
{$MODESWITCH DUPLICATELOCALS+}
{$LINKLIB libgio-2.0.so.0}
interface
uses
2014-01-06 17:53:09 +00:00
CTypes, GObject2, GLib2;
2011-09-22 00:28:15 +00:00
const
Gio2_library = 'libgio-2.0.so.0' ;
DESKTOP_APP_INFO_LOOKUP_EXTENSION_POINT_NAME = 'gio-desktop-app-info-lookup' ;
FILE_ATTRIBUTE_ACCESS_CAN_DELETE = 'access::can-delete' ;
FILE_ATTRIBUTE_ACCESS_CAN_EXECUTE = 'access::can-execute' ;
FILE_ATTRIBUTE_ACCESS_CAN_READ = 'access::can-read' ;
FILE_ATTRIBUTE_ACCESS_CAN_RENAME = 'access::can-rename' ;
FILE_ATTRIBUTE_ACCESS_CAN_TRASH = 'access::can-trash' ;
FILE_ATTRIBUTE_ACCESS_CAN_WRITE = 'access::can-write' ;
FILE_ATTRIBUTE_DOS_IS_ARCHIVE = 'dos::is-archive' ;
FILE_ATTRIBUTE_DOS_IS_SYSTEM = 'dos::is-system' ;
FILE_ATTRIBUTE_ETAG_VALUE = 'etag::value' ;
FILE_ATTRIBUTE_FILESYSTEM_FREE = 'filesystem::free' ;
FILE_ATTRIBUTE_FILESYSTEM_READONLY = 'filesystem::readonly' ;
FILE_ATTRIBUTE_FILESYSTEM_SIZE = 'filesystem::size' ;
FILE_ATTRIBUTE_FILESYSTEM_TYPE = 'filesystem::type' ;
2012-08-26 21:38:16 +00:00
FILE_ATTRIBUTE_FILESYSTEM_USED = 'filesystem::used' ;
2011-09-22 00:28:15 +00:00
FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW = 'filesystem::use-preview' ;
FILE_ATTRIBUTE_GVFS_BACKEND = 'gvfs::backend' ;
FILE_ATTRIBUTE_ID_FILE = 'id::file' ;
FILE_ATTRIBUTE_ID_FILESYSTEM = 'id::filesystem' ;
FILE_ATTRIBUTE_MOUNTABLE_CAN_EJECT = 'mountable::can-eject' ;
FILE_ATTRIBUTE_MOUNTABLE_CAN_MOUNT = 'mountable::can-mount' ;
FILE_ATTRIBUTE_MOUNTABLE_CAN_POLL = 'mountable::can-poll' ;
FILE_ATTRIBUTE_MOUNTABLE_CAN_START = 'mountable::can-start' ;
FILE_ATTRIBUTE_MOUNTABLE_CAN_START_DEGRADED = 'mountable::can-start-degraded' ;
FILE_ATTRIBUTE_MOUNTABLE_CAN_STOP = 'mountable::can-stop' ;
FILE_ATTRIBUTE_MOUNTABLE_CAN_UNMOUNT = 'mountable::can-unmount' ;
FILE_ATTRIBUTE_MOUNTABLE_HAL_UDI = 'mountable::hal-udi' ;
FILE_ATTRIBUTE_MOUNTABLE_IS_MEDIA_CHECK_AUTOMATIC = 'mountable::is-media-check-automatic' ;
FILE_ATTRIBUTE_MOUNTABLE_START_STOP_TYPE = 'mountable::start-stop-type' ;
FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE = 'mountable::unix-device' ;
FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE_FILE = 'mountable::unix-device-file' ;
FILE_ATTRIBUTE_OWNER_GROUP = 'owner::group' ;
FILE_ATTRIBUTE_OWNER_USER = 'owner::user' ;
FILE_ATTRIBUTE_OWNER_USER_REAL = 'owner::user-real' ;
FILE_ATTRIBUTE_PREVIEW_ICON = 'preview::icon' ;
FILE_ATTRIBUTE_SELINUX_CONTEXT = 'selinux::context' ;
FILE_ATTRIBUTE_STANDARD_ALLOCATED_SIZE = 'standard::allocated-size' ;
FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE = 'standard::content-type' ;
FILE_ATTRIBUTE_STANDARD_COPY_NAME = 'standard::copy-name' ;
FILE_ATTRIBUTE_STANDARD_DESCRIPTION = 'standard::description' ;
FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME = 'standard::display-name' ;
FILE_ATTRIBUTE_STANDARD_EDIT_NAME = 'standard::edit-name' ;
FILE_ATTRIBUTE_STANDARD_FAST_CONTENT_TYPE = 'standard::fast-content-type' ;
FILE_ATTRIBUTE_STANDARD_ICON = 'standard::icon' ;
FILE_ATTRIBUTE_STANDARD_IS_BACKUP = 'standard::is-backup' ;
FILE_ATTRIBUTE_STANDARD_IS_HIDDEN = 'standard::is-hidden' ;
FILE_ATTRIBUTE_STANDARD_IS_SYMLINK = 'standard::is-symlink' ;
FILE_ATTRIBUTE_STANDARD_IS_VIRTUAL = 'standard::is-virtual' ;
FILE_ATTRIBUTE_STANDARD_NAME = 'standard::name' ;
FILE_ATTRIBUTE_STANDARD_SIZE = 'standard::size' ;
FILE_ATTRIBUTE_STANDARD_SORT_ORDER = 'standard::sort-order' ;
2014-01-06 17:53:09 +00:00
FILE_ATTRIBUTE_STANDARD_SYMBOLIC_ICON = 'standard::symbolic-icon' ;
2011-09-22 00:28:15 +00:00
FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET = 'standard::symlink-target' ;
FILE_ATTRIBUTE_STANDARD_TARGET_URI = 'standard::target-uri' ;
FILE_ATTRIBUTE_STANDARD_TYPE = 'standard::type' ;
FILE_ATTRIBUTE_THUMBNAILING_FAILED = 'thumbnail::failed' ;
FILE_ATTRIBUTE_THUMBNAIL_PATH = 'thumbnail::path' ;
FILE_ATTRIBUTE_TIME_ACCESS = 'time::access' ;
FILE_ATTRIBUTE_TIME_ACCESS_USEC = 'time::access-usec' ;
FILE_ATTRIBUTE_TIME_CHANGED = 'time::changed' ;
FILE_ATTRIBUTE_TIME_CHANGED_USEC = 'time::changed-usec' ;
FILE_ATTRIBUTE_TIME_CREATED = 'time::created' ;
FILE_ATTRIBUTE_TIME_CREATED_USEC = 'time::created-usec' ;
FILE_ATTRIBUTE_TIME_MODIFIED = 'time::modified' ;
FILE_ATTRIBUTE_TIME_MODIFIED_USEC = 'time::modified-usec' ;
FILE_ATTRIBUTE_TRASH_DELETION_DATE = 'trash::deletion-date' ;
FILE_ATTRIBUTE_TRASH_ITEM_COUNT = 'trash::item-count' ;
FILE_ATTRIBUTE_TRASH_ORIG_PATH = 'trash::orig-path' ;
FILE_ATTRIBUTE_UNIX_BLOCKS = 'unix::blocks' ;
FILE_ATTRIBUTE_UNIX_BLOCK_SIZE = 'unix::block-size' ;
FILE_ATTRIBUTE_UNIX_DEVICE = 'unix::device' ;
FILE_ATTRIBUTE_UNIX_GID = 'unix::gid' ;
FILE_ATTRIBUTE_UNIX_INODE = 'unix::inode' ;
FILE_ATTRIBUTE_UNIX_IS_MOUNTPOINT = 'unix::is-mountpoint' ;
FILE_ATTRIBUTE_UNIX_MODE = 'unix::mode' ;
FILE_ATTRIBUTE_UNIX_NLINK = 'unix::nlink' ;
FILE_ATTRIBUTE_UNIX_RDEV = 'unix::rdev' ;
FILE_ATTRIBUTE_UNIX_UID = 'unix::uid' ;
2012-08-26 21:38:16 +00:00
MENU_ATTRIBUTE_ACTION = 'action' ;
2014-01-06 17:53:09 +00:00
MENU_ATTRIBUTE_ACTION_NAMESPACE = 'action-namespace' ;
2012-08-26 21:38:16 +00:00
MENU_ATTRIBUTE_LABEL = 'label' ;
MENU_ATTRIBUTE_TARGET = 'target' ;
MENU_LINK_SECTION = 'section' ;
MENU_LINK_SUBMENU = 'submenu' ;
2011-09-22 00:28:15 +00:00
NATIVE_VOLUME_MONITOR_EXTENSION_POINT_NAME = 'gio-native-volume-monitor' ;
2012-08-26 21:38:16 +00:00
NETWORK_MONITOR_EXTENSION_POINT_NAME = 'gio-network-monitor' ;
2011-09-22 00:28:15 +00:00
PROXY_EXTENSION_POINT_NAME = 'gio-proxy' ;
PROXY_RESOLVER_EXTENSION_POINT_NAME = 'gio-proxy-resolver' ;
TLS_BACKEND_EXTENSION_POINT_NAME = 'gio-tls-backend' ;
TLS_DATABASE_PURPOSE_AUTHENTICATE_CLIENT = '1.3.6.1.5.5.7.3.2' ;
TLS_DATABASE_PURPOSE_AUTHENTICATE_SERVER = '1.3.6.1.5.5.7.3.1' ;
VFS_EXTENSION_POINT_NAME = 'gio-vfs' ;
2012-08-26 21:38:16 +00:00
VOLUME_IDENTIFIER_KIND_CLASS = 'class' ;
2011-09-22 00:28:15 +00:00
VOLUME_IDENTIFIER_KIND_HAL_UDI = 'hal-udi' ;
VOLUME_IDENTIFIER_KIND_LABEL = 'label' ;
VOLUME_IDENTIFIER_KIND_NFS_MOUNT = 'nfs-mount' ;
VOLUME_IDENTIFIER_KIND_UNIX_DEVICE = 'unix-device' ;
VOLUME_IDENTIFIER_KIND_UUID = 'uuid' ;
VOLUME_MONITOR_EXTENSION_POINT_NAME = 'gio-volume-monitor' ;
2011-09-25 13:46:23 +00:00
type
TGAppInfoCreateFlags = Integer ;
const
2011-09-22 00:28:15 +00:00
{ GAppInfoCreateFlags }
2011-09-25 13:46:23 +00:00
G_APP_INFO_CREATE_NONE: TGAppInfoCreateFlags = 0 ;
G_APP_INFO_CREATE_NEEDS_TERMINAL: TGAppInfoCreateFlags = 1 ;
G_APP_INFO_CREATE_SUPPORTS_URIS: TGAppInfoCreateFlags = 2 ;
G_APP_INFO_CREATE_SUPPORTS_STARTUP_NOTIFICATION: TGAppInfoCreateFlags = 4 ;
2011-09-22 00:28:15 +00:00
2011-09-25 13:46:23 +00:00
type
TGApplicationFlags = Integer ;
const
2011-09-22 00:28:15 +00:00
{ GApplicationFlags }
2011-09-25 13:46:23 +00:00
G_APPLICATION_FLAGS_NONE: TGApplicationFlags = 0 ;
G_APPLICATION_IS_SERVICE: TGApplicationFlags = 1 ;
G_APPLICATION_IS_LAUNCHER: TGApplicationFlags = 2 ;
G_APPLICATION_HANDLES_OPEN: TGApplicationFlags = 4 ;
G_APPLICATION_HANDLES_COMMAND_LINE: TGApplicationFlags = 8 ;
G_APPLICATION_SEND_ENVIRONMENT: TGApplicationFlags = 1 6 ;
G_APPLICATION_NON_UNIQUE: TGApplicationFlags = 3 2 ;
2011-09-22 00:28:15 +00:00
2014-01-06 17:53:09 +00:00
type
TGDBusConnectionFlags = Integer ;
const
{ GDBusConnectionFlags }
G_DBUS_CONNECTION_FLAGS_NONE: TGDBusConnectionFlags = 0 ;
G_DBUS_CONNECTION_FLAGS_AUTHENTICATION_CLIENT: TGDBusConnectionFlags = 1 ;
G_DBUS_CONNECTION_FLAGS_AUTHENTICATION_SERVER: TGDBusConnectionFlags = 2 ;
G_DBUS_CONNECTION_FLAGS_AUTHENTICATION_ALLOW_ANONYMOUS: TGDBusConnectionFlags = 4 ;
G_DBUS_CONNECTION_FLAGS_MESSAGE_BUS_CONNECTION: TGDBusConnectionFlags = 8 ;
G_DBUS_CONNECTION_FLAGS_DELAY_MESSAGE_PROCESSING: TGDBusConnectionFlags = 1 6 ;
type
TGDBusCallFlags = Integer ;
const
{ GDBusCallFlags }
G_DBUS_CALL_FLAGS_NONE: TGDBusCallFlags = 0 ;
G_DBUS_CALL_FLAGS_NO_AUTO_START: TGDBusCallFlags = 1 ;
type
TGDBusCapabilityFlags = Integer ;
const
{ GDBusCapabilityFlags }
G_DBUS_CAPABILITY_FLAGS_NONE: TGDBusCapabilityFlags = 0 ;
G_DBUS_CAPABILITY_FLAGS_UNIX_FD_PASSING: TGDBusCapabilityFlags = 1 ;
type
TGDBusSubtreeFlags = Integer ;
const
{ GDBusSubtreeFlags }
G_DBUS_SUBTREE_FLAGS_NONE: TGDBusSubtreeFlags = 0 ;
G_DBUS_SUBTREE_FLAGS_DISPATCH_TO_UNENUMERATED_NODES: TGDBusSubtreeFlags = 1 ;
type
TGDBusSendMessageFlags = Integer ;
const
{ GDBusSendMessageFlags }
G_DBUS_SEND_MESSAGE_FLAGS_NONE: TGDBusSendMessageFlags = 0 ;
G_DBUS_SEND_MESSAGE_FLAGS_PRESERVE_SERIAL: TGDBusSendMessageFlags = 1 ;
type
TGDBusSignalFlags = Integer ;
const
{ GDBusSignalFlags }
G_DBUS_SIGNAL_FLAGS_NONE: TGDBusSignalFlags = 0 ;
G_DBUS_SIGNAL_FLAGS_NO_MATCH_RULE: TGDBusSignalFlags = 1 ;
2011-09-25 13:46:23 +00:00
type
TGFileCreateFlags = Integer ;
const
2011-09-22 00:28:15 +00:00
{ GFileCreateFlags }
2011-09-25 13:46:23 +00:00
G_FILE_CREATE_NONE: TGFileCreateFlags = 0 ;
G_FILE_CREATE_PRIVATE: TGFileCreateFlags = 1 ;
G_FILE_CREATE_REPLACE_DESTINATION: TGFileCreateFlags = 2 ;
2011-09-22 00:28:15 +00:00
2011-09-25 13:46:23 +00:00
type
TGFileCopyFlags = Integer ;
const
2011-09-22 00:28:15 +00:00
{ GFileCopyFlags }
2011-09-25 13:46:23 +00:00
G_FILE_COPY_NONE: TGFileCopyFlags = 0 ;
G_FILE_COPY_OVERWRITE: TGFileCopyFlags = 1 ;
G_FILE_COPY_BACKUP: TGFileCopyFlags = 2 ;
G_FILE_COPY_NOFOLLOW_SYMLINKS: TGFileCopyFlags = 4 ;
G_FILE_COPY_ALL_METADATA: TGFileCopyFlags = 8 ;
G_FILE_COPY_NO_FALLBACK_FOR_MOVE: TGFileCopyFlags = 1 6 ;
G_FILE_COPY_TARGET_DEFAULT_PERMS: TGFileCopyFlags = 3 2 ;
2011-09-22 00:28:15 +00:00
2011-09-25 13:46:23 +00:00
type
TGMountUnmountFlags = Integer ;
const
2011-09-22 00:28:15 +00:00
{ GMountUnmountFlags }
2011-09-25 13:46:23 +00:00
G_MOUNT_UNMOUNT_NONE: TGMountUnmountFlags = 0 ;
G_MOUNT_UNMOUNT_FORCE: TGMountUnmountFlags = 1 ;
2011-09-22 00:28:15 +00:00
2011-09-25 13:46:23 +00:00
type
TGFileQueryInfoFlags = Integer ;
const
2011-09-22 00:28:15 +00:00
{ GFileQueryInfoFlags }
2011-09-25 13:46:23 +00:00
G_FILE_QUERY_INFO_NONE: TGFileQueryInfoFlags = 0 ;
G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS: TGFileQueryInfoFlags = 1 ;
2011-09-22 00:28:15 +00:00
2011-09-25 13:46:23 +00:00
type
TGFileMonitorFlags = Integer ;
const
2011-09-22 00:28:15 +00:00
{ GFileMonitorFlags }
2011-09-25 13:46:23 +00:00
G_FILE_MONITOR_NONE: TGFileMonitorFlags = 0 ;
G_FILE_MONITOR_WATCH_MOUNTS: TGFileMonitorFlags = 1 ;
G_FILE_MONITOR_SEND_MOVED: TGFileMonitorFlags = 2 ;
2014-01-06 17:53:09 +00:00
G_FILE_MONITOR_WATCH_HARD_LINKS: TGFileMonitorFlags = 4 ;
2011-09-22 00:28:15 +00:00
type
TGMountMountFlags = Integer ;
const
{ GMountMountFlags }
G_MOUNT_MOUNT_NONE: TGMountMountFlags = 0 ;
type
TGFileAttributeType = Integer ;
const
{ GFileAttributeType }
G_FILE_ATTRIBUTE_TYPE_INVALID: TGFileAttributeType = 0 ;
G_FILE_ATTRIBUTE_TYPE_STRING: TGFileAttributeType = 1 ;
G_FILE_ATTRIBUTE_TYPE_BYTE_STRING: TGFileAttributeType = 2 ;
G_FILE_ATTRIBUTE_TYPE_BOOLEAN: TGFileAttributeType = 3 ;
G_FILE_ATTRIBUTE_TYPE_UINT32: TGFileAttributeType = 4 ;
G_FILE_ATTRIBUTE_TYPE_INT32: TGFileAttributeType = 5 ;
G_FILE_ATTRIBUTE_TYPE_UINT64: TGFileAttributeType = 6 ;
G_FILE_ATTRIBUTE_TYPE_INT64: TGFileAttributeType = 7 ;
G_FILE_ATTRIBUTE_TYPE_OBJECT: TGFileAttributeType = 8 ;
G_FILE_ATTRIBUTE_TYPE_STRINGV: TGFileAttributeType = 9 ;
type
TGDriveStartFlags = Integer ;
const
{ GDriveStartFlags }
G_DRIVE_START_NONE: TGDriveStartFlags = 0 ;
2011-09-25 13:46:23 +00:00
type
TGAskPasswordFlags = Integer ;
const
2011-09-22 00:28:15 +00:00
{ GAskPasswordFlags }
2011-09-25 13:46:23 +00:00
G_ASK_PASSWORD_NEED_PASSWORD: TGAskPasswordFlags = 1 ;
G_ASK_PASSWORD_NEED_USERNAME: TGAskPasswordFlags = 2 ;
G_ASK_PASSWORD_NEED_DOMAIN: TGAskPasswordFlags = 4 ;
G_ASK_PASSWORD_SAVING_SUPPORTED: TGAskPasswordFlags = 8 ;
G_ASK_PASSWORD_ANONYMOUS_SUPPORTED: TGAskPasswordFlags = 1 6 ;
2011-09-22 00:28:15 +00:00
2011-09-25 13:46:23 +00:00
type
TGOutputStreamSpliceFlags = Integer ;
const
2011-09-22 00:28:15 +00:00
{ GOutputStreamSpliceFlags }
2011-09-25 13:46:23 +00:00
G_OUTPUT_STREAM_SPLICE_NONE: TGOutputStreamSpliceFlags = 0 ;
G_OUTPUT_STREAM_SPLICE_CLOSE_SOURCE: TGOutputStreamSpliceFlags = 1 ;
G_OUTPUT_STREAM_SPLICE_CLOSE_TARGET: TGOutputStreamSpliceFlags = 2 ;
2011-09-22 00:28:15 +00:00
2011-09-25 13:46:23 +00:00
type
TGBusNameOwnerFlags = Integer ;
const
2011-09-22 00:28:15 +00:00
{ GBusNameOwnerFlags }
2011-09-25 13:46:23 +00:00
G_BUS_NAME_OWNER_FLAGS_NONE: TGBusNameOwnerFlags = 0 ;
G_BUS_NAME_OWNER_FLAGS_ALLOW_REPLACEMENT: TGBusNameOwnerFlags = 1 ;
G_BUS_NAME_OWNER_FLAGS_REPLACE: TGBusNameOwnerFlags = 2 ;
2011-09-22 00:28:15 +00:00
2011-09-25 13:46:23 +00:00
type
TGBusNameWatcherFlags = Integer ;
const
2011-09-22 00:28:15 +00:00
{ GBusNameWatcherFlags }
2011-09-25 13:46:23 +00:00
G_BUS_NAME_WATCHER_FLAGS_NONE: TGBusNameWatcherFlags = 0 ;
G_BUS_NAME_WATCHER_FLAGS_AUTO_START: TGBusNameWatcherFlags = 1 ;
2011-09-22 00:28:15 +00:00
type
TGBusType = Integer ;
const
{ GBusType }
G_BUS_TYPE_STARTER: TGBusType = - 1 ;
G_BUS_TYPE_NONE: TGBusType = 0 ;
G_BUS_TYPE_SYSTEM: TGBusType = 1 ;
G_BUS_TYPE_SESSION: TGBusType = 2 ;
2011-09-25 13:46:23 +00:00
type
TGConverterFlags = Integer ;
const
2011-09-22 00:28:15 +00:00
{ GConverterFlags }
2011-09-25 13:46:23 +00:00
G_CONVERTER_NO_FLAGS: TGConverterFlags = 0 ;
G_CONVERTER_INPUT_AT_END: TGConverterFlags = 1 ;
G_CONVERTER_FLUSH: TGConverterFlags = 2 ;
2011-09-22 00:28:15 +00:00
type
TGConverterResult = Integer ;
const
{ GConverterResult }
G_CONVERTER_ERROR: TGConverterResult = 0 ;
G_CONVERTER_CONVERTED: TGConverterResult = 1 ;
G_CONVERTER_FINISHED: TGConverterResult = 2 ;
G_CONVERTER_FLUSHED: TGConverterResult = 3 ;
type
TGCredentialsType = Integer ;
const
{ GCredentialsType }
G_CREDENTIALS_TYPE_INVALID: TGCredentialsType = 0 ;
G_CREDENTIALS_TYPE_LINUX_UCRED: TGCredentialsType = 1 ;
G_CREDENTIALS_TYPE_FREEBSD_CMSGCRED: TGCredentialsType = 2 ;
G_CREDENTIALS_TYPE_OPENBSD_SOCKPEERCRED: TGCredentialsType = 3 ;
2011-09-25 13:46:23 +00:00
type
TGIOStreamSpliceFlags = Integer ;
const
2011-09-22 00:28:15 +00:00
{ GIOStreamSpliceFlags }
2011-09-25 13:46:23 +00:00
G_IO_STREAM_SPLICE_NONE: TGIOStreamSpliceFlags = 0 ;
G_IO_STREAM_SPLICE_CLOSE_STREAM1: TGIOStreamSpliceFlags = 1 ;
G_IO_STREAM_SPLICE_CLOSE_STREAM2: TGIOStreamSpliceFlags = 2 ;
G_IO_STREAM_SPLICE_WAIT_FOR_BOTH: TGIOStreamSpliceFlags = 4 ;
2011-09-22 00:28:15 +00:00
2011-09-25 13:46:23 +00:00
type
TGDBusMessageFlags = Integer ;
const
2011-09-22 00:28:15 +00:00
{ GDBusMessageFlags }
2011-09-25 13:46:23 +00:00
G_DBUS_MESSAGE_FLAGS_NONE: TGDBusMessageFlags = 0 ;
G_DBUS_MESSAGE_FLAGS_NO_REPLY_EXPECTED: TGDBusMessageFlags = 1 ;
G_DBUS_MESSAGE_FLAGS_NO_AUTO_START: TGDBusMessageFlags = 2 ;
2011-09-22 00:28:15 +00:00
type
TGDBusMessageHeaderField = Integer ;
const
{ GDBusMessageHeaderField }
G_DBUS_MESSAGE_HEADER_FIELD_INVALID: TGDBusMessageHeaderField = 0 ;
G_DBUS_MESSAGE_HEADER_FIELD_PATH: TGDBusMessageHeaderField = 1 ;
G_DBUS_MESSAGE_HEADER_FIELD_INTERFACE: TGDBusMessageHeaderField = 2 ;
G_DBUS_MESSAGE_HEADER_FIELD_MEMBER: TGDBusMessageHeaderField = 3 ;
G_DBUS_MESSAGE_HEADER_FIELD_ERROR_NAME: TGDBusMessageHeaderField = 4 ;
G_DBUS_MESSAGE_HEADER_FIELD_REPLY_SERIAL: TGDBusMessageHeaderField = 5 ;
G_DBUS_MESSAGE_HEADER_FIELD_DESTINATION: TGDBusMessageHeaderField = 6 ;
G_DBUS_MESSAGE_HEADER_FIELD_SENDER: TGDBusMessageHeaderField = 7 ;
G_DBUS_MESSAGE_HEADER_FIELD_SIGNATURE: TGDBusMessageHeaderField = 8 ;
G_DBUS_MESSAGE_HEADER_FIELD_NUM_UNIX_FDS: TGDBusMessageHeaderField = 9 ;
type
TGDBusMessageByteOrder = Integer ;
const
{ GDBusMessageByteOrder }
G_DBUS_MESSAGE_BYTE_ORDER_BIG_ENDIAN: TGDBusMessageByteOrder = 6 6 ;
G_DBUS_MESSAGE_BYTE_ORDER_LITTLE_ENDIAN: TGDBusMessageByteOrder = 1 0 8 ;
type
TGDBusMessageType = Integer ;
const
{ GDBusMessageType }
G_DBUS_MESSAGE_TYPE_INVALID: TGDBusMessageType = 0 ;
G_DBUS_MESSAGE_TYPE_METHOD_CALL: TGDBusMessageType = 1 ;
G_DBUS_MESSAGE_TYPE_METHOD_RETURN: TGDBusMessageType = 2 ;
G_DBUS_MESSAGE_TYPE_ERROR: TGDBusMessageType = 3 ;
G_DBUS_MESSAGE_TYPE_SIGNAL: TGDBusMessageType = 4 ;
type
TGDBusError = Integer ;
const
{ GDBusError }
G_DBUS_ERROR_FAILED: TGDBusError = 0 ;
G_DBUS_ERROR_NO_MEMORY: TGDBusError = 1 ;
G_DBUS_ERROR_SERVICE_UNKNOWN: TGDBusError = 2 ;
G_DBUS_ERROR_NAME_HAS_NO_OWNER: TGDBusError = 3 ;
G_DBUS_ERROR_NO_REPLY: TGDBusError = 4 ;
G_DBUS_ERROR_IO_ERROR: TGDBusError = 5 ;
G_DBUS_ERROR_BAD_ADDRESS: TGDBusError = 6 ;
G_DBUS_ERROR_NOT_SUPPORTED: TGDBusError = 7 ;
G_DBUS_ERROR_LIMITS_EXCEEDED: TGDBusError = 8 ;
G_DBUS_ERROR_ACCESS_DENIED: TGDBusError = 9 ;
G_DBUS_ERROR_AUTH_FAILED: TGDBusError = 1 0 ;
G_DBUS_ERROR_NO_SERVER: TGDBusError = 1 1 ;
G_DBUS_ERROR_TIMEOUT: TGDBusError = 1 2 ;
G_DBUS_ERROR_NO_NETWORK: TGDBusError = 1 3 ;
G_DBUS_ERROR_ADDRESS_IN_USE: TGDBusError = 1 4 ;
G_DBUS_ERROR_DISCONNECTED: TGDBusError = 1 5 ;
G_DBUS_ERROR_INVALID_ARGS: TGDBusError = 1 6 ;
G_DBUS_ERROR_FILE_NOT_FOUND: TGDBusError = 1 7 ;
G_DBUS_ERROR_FILE_EXISTS: TGDBusError = 1 8 ;
G_DBUS_ERROR_UNKNOWN_METHOD: TGDBusError = 1 9 ;
G_DBUS_ERROR_TIMED_OUT: TGDBusError = 2 0 ;
G_DBUS_ERROR_MATCH_RULE_NOT_FOUND: TGDBusError = 2 1 ;
G_DBUS_ERROR_MATCH_RULE_INVALID: TGDBusError = 2 2 ;
G_DBUS_ERROR_SPAWN_EXEC_FAILED: TGDBusError = 2 3 ;
G_DBUS_ERROR_SPAWN_FORK_FAILED: TGDBusError = 2 4 ;
G_DBUS_ERROR_SPAWN_CHILD_EXITED: TGDBusError = 2 5 ;
G_DBUS_ERROR_SPAWN_CHILD_SIGNALED: TGDBusError = 2 6 ;
G_DBUS_ERROR_SPAWN_FAILED: TGDBusError = 2 7 ;
G_DBUS_ERROR_SPAWN_SETUP_FAILED: TGDBusError = 2 8 ;
G_DBUS_ERROR_SPAWN_CONFIG_INVALID: TGDBusError = 2 9 ;
G_DBUS_ERROR_SPAWN_SERVICE_INVALID: TGDBusError = 3 0 ;
G_DBUS_ERROR_SPAWN_SERVICE_NOT_FOUND: TGDBusError = 3 1 ;
G_DBUS_ERROR_SPAWN_PERMISSIONS_INVALID: TGDBusError = 3 2 ;
G_DBUS_ERROR_SPAWN_FILE_INVALID: TGDBusError = 3 3 ;
G_DBUS_ERROR_SPAWN_NO_MEMORY: TGDBusError = 3 4 ;
G_DBUS_ERROR_UNIX_PROCESS_ID_UNKNOWN: TGDBusError = 3 5 ;
G_DBUS_ERROR_INVALID_SIGNATURE: TGDBusError = 3 6 ;
G_DBUS_ERROR_INVALID_FILE_CONTENT: TGDBusError = 3 7 ;
G_DBUS_ERROR_SELINUX_SECURITY_CONTEXT_UNKNOWN: TGDBusError = 3 8 ;
G_DBUS_ERROR_ADT_AUDIT_DATA_UNKNOWN: TGDBusError = 3 9 ;
G_DBUS_ERROR_OBJECT_PATH_IN_USE: TGDBusError = 4 0 ;
2011-09-25 13:46:23 +00:00
type
TGDBusPropertyInfoFlags = Integer ;
const
2011-09-22 00:28:15 +00:00
{ GDBusPropertyInfoFlags }
2011-09-25 13:46:23 +00:00
G_DBUS_PROPERTY_INFO_FLAGS_NONE: TGDBusPropertyInfoFlags = 0 ;
G_DBUS_PROPERTY_INFO_FLAGS_READABLE: TGDBusPropertyInfoFlags = 1 ;
G_DBUS_PROPERTY_INFO_FLAGS_WRITABLE: TGDBusPropertyInfoFlags = 2 ;
2011-09-22 00:28:15 +00:00
2011-09-25 13:46:23 +00:00
type
TGDBusInterfaceSkeletonFlags = Integer ;
const
2011-09-22 00:28:15 +00:00
{ GDBusInterfaceSkeletonFlags }
2011-09-25 13:46:23 +00:00
G_DBUS_INTERFACE_SKELETON_FLAGS_NONE: TGDBusInterfaceSkeletonFlags = 0 ;
G_DBUS_INTERFACE_SKELETON_FLAGS_HANDLE_METHOD_INVOCATIONS_IN_THREAD: TGDBusInterfaceSkeletonFlags = 1 ;
2011-09-22 00:28:15 +00:00
2011-09-25 13:46:23 +00:00
type
TGDBusObjectManagerClientFlags = Integer ;
const
2011-09-22 00:28:15 +00:00
{ GDBusObjectManagerClientFlags }
2011-09-25 13:46:23 +00:00
G_DBUS_OBJECT_MANAGER_CLIENT_FLAGS_NONE: TGDBusObjectManagerClientFlags = 0 ;
G_DBUS_OBJECT_MANAGER_CLIENT_FLAGS_DO_NOT_AUTO_START: TGDBusObjectManagerClientFlags = 1 ;
2011-09-22 00:28:15 +00:00
2011-09-25 13:46:23 +00:00
type
TGDBusProxyFlags = Integer ;
const
2011-09-22 00:28:15 +00:00
{ GDBusProxyFlags }
2011-09-25 13:46:23 +00:00
G_DBUS_PROXY_FLAGS_NONE: TGDBusProxyFlags = 0 ;
G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES: TGDBusProxyFlags = 1 ;
G_DBUS_PROXY_FLAGS_DO_NOT_CONNECT_SIGNALS: TGDBusProxyFlags = 2 ;
G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START: TGDBusProxyFlags = 4 ;
2012-08-26 21:38:16 +00:00
G_DBUS_PROXY_FLAGS_GET_INVALIDATED_PROPERTIES: TGDBusProxyFlags = 8 ;
2011-09-22 00:28:15 +00:00
2011-09-25 13:46:23 +00:00
type
TGDBusServerFlags = Integer ;
const
2011-09-22 00:28:15 +00:00
{ GDBusServerFlags }
2011-09-25 13:46:23 +00:00
G_DBUS_SERVER_FLAGS_NONE: TGDBusServerFlags = 0 ;
G_DBUS_SERVER_FLAGS_RUN_IN_THREAD: TGDBusServerFlags = 1 ;
G_DBUS_SERVER_FLAGS_AUTHENTICATION_ALLOW_ANONYMOUS: TGDBusServerFlags = 2 ;
2011-09-22 00:28:15 +00:00
type
TGDataStreamByteOrder = Integer ;
const
{ GDataStreamByteOrder }
G_DATA_STREAM_BYTE_ORDER_BIG_ENDIAN: TGDataStreamByteOrder = 0 ;
G_DATA_STREAM_BYTE_ORDER_LITTLE_ENDIAN: TGDataStreamByteOrder = 1 ;
G_DATA_STREAM_BYTE_ORDER_HOST_ENDIAN: TGDataStreamByteOrder = 2 ;
type
TGDataStreamNewlineType = Integer ;
const
{ GDataStreamNewlineType }
G_DATA_STREAM_NEWLINE_TYPE_LF: TGDataStreamNewlineType = 0 ;
G_DATA_STREAM_NEWLINE_TYPE_CR: TGDataStreamNewlineType = 1 ;
G_DATA_STREAM_NEWLINE_TYPE_CR_LF: TGDataStreamNewlineType = 2 ;
G_DATA_STREAM_NEWLINE_TYPE_ANY: TGDataStreamNewlineType = 3 ;
type
TGMountOperationResult = Integer ;
const
{ GMountOperationResult }
G_MOUNT_OPERATION_HANDLED: TGMountOperationResult = 0 ;
G_MOUNT_OPERATION_ABORTED: TGMountOperationResult = 1 ;
G_MOUNT_OPERATION_UNHANDLED: TGMountOperationResult = 2 ;
type
TGPasswordSave = Integer ;
const
{ GPasswordSave }
G_PASSWORD_SAVE_NEVER: TGPasswordSave = 0 ;
G_PASSWORD_SAVE_FOR_SESSION: TGPasswordSave = 1 ;
G_PASSWORD_SAVE_PERMANENTLY: TGPasswordSave = 2 ;
type
TGDriveStartStopType = Integer ;
const
{ GDriveStartStopType }
G_DRIVE_START_STOP_TYPE_UNKNOWN: TGDriveStartStopType = 0 ;
G_DRIVE_START_STOP_TYPE_SHUTDOWN: TGDriveStartStopType = 1 ;
G_DRIVE_START_STOP_TYPE_NETWORK: TGDriveStartStopType = 2 ;
G_DRIVE_START_STOP_TYPE_MULTIDISK: TGDriveStartStopType = 3 ;
G_DRIVE_START_STOP_TYPE_PASSWORD: TGDriveStartStopType = 4 ;
type
TGEmblemOrigin = Integer ;
const
{ GEmblemOrigin }
G_EMBLEM_ORIGIN_UNKNOWN: TGEmblemOrigin = 0 ;
G_EMBLEM_ORIGIN_DEVICE: TGEmblemOrigin = 1 ;
G_EMBLEM_ORIGIN_LIVEMETADATA: TGEmblemOrigin = 2 ;
G_EMBLEM_ORIGIN_TAG: TGEmblemOrigin = 3 ;
type
TGFileMonitorEvent = Integer ;
const
{ GFileMonitorEvent }
G_FILE_MONITOR_EVENT_CHANGED: TGFileMonitorEvent = 0 ;
G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT: TGFileMonitorEvent = 1 ;
G_FILE_MONITOR_EVENT_DELETED: TGFileMonitorEvent = 2 ;
G_FILE_MONITOR_EVENT_CREATED: TGFileMonitorEvent = 3 ;
G_FILE_MONITOR_EVENT_ATTRIBUTE_CHANGED: TGFileMonitorEvent = 4 ;
G_FILE_MONITOR_EVENT_PRE_UNMOUNT: TGFileMonitorEvent = 5 ;
G_FILE_MONITOR_EVENT_UNMOUNTED: TGFileMonitorEvent = 6 ;
G_FILE_MONITOR_EVENT_MOVED: TGFileMonitorEvent = 7 ;
type
TGFileAttributeStatus = Integer ;
const
{ GFileAttributeStatus }
G_FILE_ATTRIBUTE_STATUS_UNSET: TGFileAttributeStatus = 0 ;
G_FILE_ATTRIBUTE_STATUS_SET: TGFileAttributeStatus = 1 ;
G_FILE_ATTRIBUTE_STATUS_ERROR_SETTING: TGFileAttributeStatus = 2 ;
type
TGFileType = Integer ;
const
{ GFileType }
G_FILE_TYPE_UNKNOWN: TGFileType = 0 ;
G_FILE_TYPE_REGULAR: TGFileType = 1 ;
G_FILE_TYPE_DIRECTORY: TGFileType = 2 ;
G_FILE_TYPE_SYMBOLIC_LINK: TGFileType = 3 ;
G_FILE_TYPE_SPECIAL: TGFileType = 4 ;
G_FILE_TYPE_SHORTCUT: TGFileType = 5 ;
G_FILE_TYPE_MOUNTABLE: TGFileType = 6 ;
2011-09-25 13:46:23 +00:00
type
TGFileAttributeInfoFlags = Integer ;
const
2011-09-22 00:28:15 +00:00
{ GFileAttributeInfoFlags }
2011-09-25 13:46:23 +00:00
G_FILE_ATTRIBUTE_INFO_NONE: TGFileAttributeInfoFlags = 0 ;
G_FILE_ATTRIBUTE_INFO_COPY_WITH_FILE: TGFileAttributeInfoFlags = 1 ;
G_FILE_ATTRIBUTE_INFO_COPY_WHEN_MOVED: TGFileAttributeInfoFlags = 2 ;
2011-09-22 00:28:15 +00:00
type
TGFilesystemPreviewType = Integer ;
const
{ GFilesystemPreviewType }
G_FILESYSTEM_PREVIEW_TYPE_IF_ALWAYS: TGFilesystemPreviewType = 0 ;
G_FILESYSTEM_PREVIEW_TYPE_IF_LOCAL: TGFilesystemPreviewType = 1 ;
G_FILESYSTEM_PREVIEW_TYPE_NEVER: TGFilesystemPreviewType = 2 ;
type
TGIOErrorEnum = Integer ;
const
{ GIOErrorEnum }
G_IO_ERROR_FAILED: TGIOErrorEnum = 0 ;
G_IO_ERROR_NOT_FOUND: TGIOErrorEnum = 1 ;
G_IO_ERROR_EXISTS: TGIOErrorEnum = 2 ;
G_IO_ERROR_IS_DIRECTORY: TGIOErrorEnum = 3 ;
G_IO_ERROR_NOT_DIRECTORY: TGIOErrorEnum = 4 ;
G_IO_ERROR_NOT_EMPTY: TGIOErrorEnum = 5 ;
G_IO_ERROR_NOT_REGULAR_FILE: TGIOErrorEnum = 6 ;
G_IO_ERROR_NOT_SYMBOLIC_LINK: TGIOErrorEnum = 7 ;
G_IO_ERROR_NOT_MOUNTABLE_FILE: TGIOErrorEnum = 8 ;
G_IO_ERROR_FILENAME_TOO_LONG: TGIOErrorEnum = 9 ;
G_IO_ERROR_INVALID_FILENAME: TGIOErrorEnum = 1 0 ;
G_IO_ERROR_TOO_MANY_LINKS: TGIOErrorEnum = 1 1 ;
G_IO_ERROR_NO_SPACE: TGIOErrorEnum = 1 2 ;
G_IO_ERROR_INVALID_ARGUMENT: TGIOErrorEnum = 1 3 ;
G_IO_ERROR_PERMISSION_DENIED: TGIOErrorEnum = 1 4 ;
G_IO_ERROR_NOT_SUPPORTED: TGIOErrorEnum = 1 5 ;
G_IO_ERROR_NOT_MOUNTED: TGIOErrorEnum = 1 6 ;
G_IO_ERROR_ALREADY_MOUNTED: TGIOErrorEnum = 1 7 ;
G_IO_ERROR_CLOSED: TGIOErrorEnum = 1 8 ;
G_IO_ERROR_CANCELLED: TGIOErrorEnum = 1 9 ;
G_IO_ERROR_PENDING: TGIOErrorEnum = 2 0 ;
G_IO_ERROR_READ_ONLY: TGIOErrorEnum = 2 1 ;
G_IO_ERROR_CANT_CREATE_BACKUP: TGIOErrorEnum = 2 2 ;
G_IO_ERROR_WRONG_ETAG: TGIOErrorEnum = 2 3 ;
G_IO_ERROR_TIMED_OUT: TGIOErrorEnum = 2 4 ;
G_IO_ERROR_WOULD_RECURSE: TGIOErrorEnum = 2 5 ;
G_IO_ERROR_BUSY: TGIOErrorEnum = 2 6 ;
G_IO_ERROR_WOULD_BLOCK: TGIOErrorEnum = 2 7 ;
G_IO_ERROR_HOST_NOT_FOUND: TGIOErrorEnum = 2 8 ;
G_IO_ERROR_WOULD_MERGE: TGIOErrorEnum = 2 9 ;
G_IO_ERROR_FAILED_HANDLED: TGIOErrorEnum = 3 0 ;
G_IO_ERROR_TOO_MANY_OPEN_FILES: TGIOErrorEnum = 3 1 ;
G_IO_ERROR_NOT_INITIALIZED: TGIOErrorEnum = 3 2 ;
G_IO_ERROR_ADDRESS_IN_USE: TGIOErrorEnum = 3 3 ;
G_IO_ERROR_PARTIAL_INPUT: TGIOErrorEnum = 3 4 ;
G_IO_ERROR_INVALID_DATA: TGIOErrorEnum = 3 5 ;
G_IO_ERROR_DBUS_ERROR: TGIOErrorEnum = 3 6 ;
G_IO_ERROR_HOST_UNREACHABLE: TGIOErrorEnum = 3 7 ;
G_IO_ERROR_NETWORK_UNREACHABLE: TGIOErrorEnum = 3 8 ;
G_IO_ERROR_CONNECTION_REFUSED: TGIOErrorEnum = 3 9 ;
G_IO_ERROR_PROXY_FAILED: TGIOErrorEnum = 4 0 ;
G_IO_ERROR_PROXY_AUTH_FAILED: TGIOErrorEnum = 4 1 ;
G_IO_ERROR_PROXY_NEED_AUTH: TGIOErrorEnum = 4 2 ;
G_IO_ERROR_PROXY_NOT_ALLOWED: TGIOErrorEnum = 4 3 ;
2014-01-06 17:53:09 +00:00
G_IO_ERROR_BROKEN_PIPE: TGIOErrorEnum = 4 4 ;
2011-09-22 00:28:15 +00:00
type
TGIOModuleScopeFlags = Integer ;
const
{ GIOModuleScopeFlags }
G_IO_MODULE_SCOPE_NONE: TGIOModuleScopeFlags = 0 ;
G_IO_MODULE_SCOPE_BLOCK_DUPLICATES: TGIOModuleScopeFlags = 1 ;
type
TGSocketFamily = Integer ;
const
{ GSocketFamily }
G_SOCKET_FAMILY_INVALID: TGSocketFamily = 0 ;
G_SOCKET_FAMILY_UNIX: TGSocketFamily = 1 ;
G_SOCKET_FAMILY_IPV4: TGSocketFamily = 2 ;
G_SOCKET_FAMILY_IPV6: TGSocketFamily = 1 0 ;
2014-01-06 17:53:09 +00:00
type
TGResolverRecordType = Integer ;
const
{ GResolverRecordType }
G_RESOLVER_RECORD_SRV: TGResolverRecordType = 1 ;
G_RESOLVER_RECORD_MX: TGResolverRecordType = 2 ;
G_RESOLVER_RECORD_TXT: TGResolverRecordType = 3 ;
G_RESOLVER_RECORD_SOA: TGResolverRecordType = 4 ;
G_RESOLVER_RECORD_NS: TGResolverRecordType = 5 ;
2011-09-22 00:28:15 +00:00
type
TGResolverError = Integer ;
const
{ GResolverError }
G_RESOLVER_ERROR_NOT_FOUND: TGResolverError = 0 ;
G_RESOLVER_ERROR_TEMPORARY_FAILURE: TGResolverError = 1 ;
G_RESOLVER_ERROR_INTERNAL: TGResolverError = 2 ;
2012-08-26 21:38:16 +00:00
type
TGResourceLookupFlags = Integer ;
const
{ GResourceLookupFlags }
G_RESOURCE_LOOKUP_FLAGS_NONE: TGResourceLookupFlags = 0 ;
type
TGResourceError = Integer ;
const
{ GResourceError }
G_RESOURCE_ERROR_NOT_FOUND: TGResourceError = 0 ;
G_RESOURCE_ERROR_INTERNAL: TGResourceError = 1 ;
type
TGResourceFlags = Integer ;
const
{ GResourceFlags }
G_RESOURCE_FLAGS_NONE: TGResourceFlags = 0 ;
G_RESOURCE_FLAGS_COMPRESSED: TGResourceFlags = 1 ;
2011-09-25 13:46:23 +00:00
type
TGSettingsBindFlags = Integer ;
const
2011-09-22 00:28:15 +00:00
{ GSettingsBindFlags }
2011-09-25 13:46:23 +00:00
G_SETTINGS_BIND_DEFAULT: TGSettingsBindFlags = 0 ;
G_SETTINGS_BIND_GET: TGSettingsBindFlags = 1 ;
G_SETTINGS_BIND_SET: TGSettingsBindFlags = 2 ;
G_SETTINGS_BIND_NO_SENSITIVITY: TGSettingsBindFlags = 4 ;
G_SETTINGS_BIND_GET_NO_CHANGES: TGSettingsBindFlags = 8 ;
G_SETTINGS_BIND_INVERT_BOOLEAN: TGSettingsBindFlags = 1 6 ;
2011-09-22 00:28:15 +00:00
type
TGSocketType = Integer ;
const
{ GSocketType }
G_SOCKET_TYPE_INVALID: TGSocketType = 0 ;
G_SOCKET_TYPE_STREAM: TGSocketType = 1 ;
G_SOCKET_TYPE_DATAGRAM: TGSocketType = 2 ;
G_SOCKET_TYPE_SEQPACKET: TGSocketType = 3 ;
type
TGSocketProtocol = Integer ;
const
{ GSocketProtocol }
G_SOCKET_PROTOCOL_UNKNOWN: TGSocketProtocol = - 1 ;
G_SOCKET_PROTOCOL_DEFAULT: TGSocketProtocol = 0 ;
G_SOCKET_PROTOCOL_TCP: TGSocketProtocol = 6 ;
G_SOCKET_PROTOCOL_UDP: TGSocketProtocol = 1 7 ;
G_SOCKET_PROTOCOL_SCTP: TGSocketProtocol = 1 3 2 ;
2011-09-25 13:46:23 +00:00
type
TGTlsCertificateFlags = Integer ;
const
2011-09-22 00:28:15 +00:00
{ GTlsCertificateFlags }
2011-09-25 13:46:23 +00:00
G_TLS_CERTIFICATE_UNKNOWN_CA: TGTlsCertificateFlags = 1 ;
G_TLS_CERTIFICATE_BAD_IDENTITY: TGTlsCertificateFlags = 2 ;
G_TLS_CERTIFICATE_NOT_ACTIVATED: TGTlsCertificateFlags = 4 ;
G_TLS_CERTIFICATE_EXPIRED: TGTlsCertificateFlags = 8 ;
G_TLS_CERTIFICATE_REVOKED: TGTlsCertificateFlags = 1 6 ;
G_TLS_CERTIFICATE_INSECURE: TGTlsCertificateFlags = 3 2 ;
G_TLS_CERTIFICATE_GENERIC_ERROR: TGTlsCertificateFlags = 6 4 ;
G_TLS_CERTIFICATE_VALIDATE_ALL: TGTlsCertificateFlags = 1 2 7 ;
2011-09-22 00:28:15 +00:00
2012-08-26 21:38:16 +00:00
type
TGSocketClientEvent = Integer ;
const
{ GSocketClientEvent }
G_SOCKET_CLIENT_RESOLVING: TGSocketClientEvent = 0 ;
G_SOCKET_CLIENT_RESOLVED: TGSocketClientEvent = 1 ;
G_SOCKET_CLIENT_CONNECTING: TGSocketClientEvent = 2 ;
G_SOCKET_CLIENT_CONNECTED: TGSocketClientEvent = 3 ;
G_SOCKET_CLIENT_PROXY_NEGOTIATING: TGSocketClientEvent = 4 ;
G_SOCKET_CLIENT_PROXY_NEGOTIATED: TGSocketClientEvent = 5 ;
G_SOCKET_CLIENT_TLS_HANDSHAKING: TGSocketClientEvent = 6 ;
G_SOCKET_CLIENT_TLS_HANDSHAKED: TGSocketClientEvent = 7 ;
G_SOCKET_CLIENT_COMPLETE: TGSocketClientEvent = 8 ;
2011-09-22 00:28:15 +00:00
type
TGSocketMsgFlags = Integer ;
const
{ GSocketMsgFlags }
G_SOCKET_MSG_NONE: TGSocketMsgFlags = 0 ;
G_SOCKET_MSG_OOB: TGSocketMsgFlags = 1 ;
G_SOCKET_MSG_PEEK: TGSocketMsgFlags = 2 ;
G_SOCKET_MSG_DONTROUTE: TGSocketMsgFlags = 4 ;
2014-01-06 17:53:09 +00:00
type
TGTestDBusFlags = Integer ;
const
{ GTestDBusFlags }
G_TEST_DBUS_NONE: TGTestDBusFlags = 0 ;
2011-09-22 00:28:15 +00:00
type
TGTlsAuthenticationMode = Integer ;
const
{ GTlsAuthenticationMode }
G_TLS_AUTHENTICATION_NONE: TGTlsAuthenticationMode = 0 ;
G_TLS_AUTHENTICATION_REQUESTED: TGTlsAuthenticationMode = 1 ;
G_TLS_AUTHENTICATION_REQUIRED: TGTlsAuthenticationMode = 2 ;
type
TGTlsDatabaseLookupFlags = Integer ;
const
{ GTlsDatabaseLookupFlags }
G_TLS_DATABASE_LOOKUP_NONE: TGTlsDatabaseLookupFlags = 0 ;
G_TLS_DATABASE_LOOKUP_KEYPAIR: TGTlsDatabaseLookupFlags = 1 ;
type
TGTlsDatabaseVerifyFlags = Integer ;
const
{ GTlsDatabaseVerifyFlags }
G_TLS_DATABASE_VERIFY_NONE: TGTlsDatabaseVerifyFlags = 0 ;
type
TGTlsRehandshakeMode = Integer ;
const
{ GTlsRehandshakeMode }
G_TLS_REHANDSHAKE_NEVER: TGTlsRehandshakeMode = 0 ;
G_TLS_REHANDSHAKE_SAFELY: TGTlsRehandshakeMode = 1 ;
G_TLS_REHANDSHAKE_UNSAFELY: TGTlsRehandshakeMode = 2 ;
type
TGTlsError = Integer ;
const
{ GTlsError }
G_TLS_ERROR_UNAVAILABLE: TGTlsError = 0 ;
G_TLS_ERROR_MISC: TGTlsError = 1 ;
G_TLS_ERROR_BAD_CERTIFICATE: TGTlsError = 2 ;
G_TLS_ERROR_NOT_TLS: TGTlsError = 3 ;
G_TLS_ERROR_HANDSHAKE: TGTlsError = 4 ;
G_TLS_ERROR_CERTIFICATE_REQUIRED: TGTlsError = 5 ;
G_TLS_ERROR_EOF: TGTlsError = 6 ;
type
TGTlsInteractionResult = Integer ;
const
{ GTlsInteractionResult }
G_TLS_INTERACTION_UNHANDLED: TGTlsInteractionResult = 0 ;
G_TLS_INTERACTION_HANDLED: TGTlsInteractionResult = 1 ;
G_TLS_INTERACTION_FAILED: TGTlsInteractionResult = 2 ;
2011-09-25 13:46:23 +00:00
type
TGTlsPasswordFlags = Integer ;
const
2011-09-22 00:28:15 +00:00
{ GTlsPasswordFlags }
2011-09-25 13:46:23 +00:00
G_TLS_PASSWORD_NONE: TGTlsPasswordFlags = 0 ;
G_TLS_PASSWORD_RETRY: TGTlsPasswordFlags = 2 ;
G_TLS_PASSWORD_MANY_TRIES: TGTlsPasswordFlags = 4 ;
G_TLS_PASSWORD_FINAL_TRY: TGTlsPasswordFlags = 8 ;
2011-09-22 00:28:15 +00:00
type
TGUnixSocketAddressType = Integer ;
const
{ GUnixSocketAddressType }
G_UNIX_SOCKET_ADDRESS_INVALID: TGUnixSocketAddressType = 0 ;
G_UNIX_SOCKET_ADDRESS_ANONYMOUS: TGUnixSocketAddressType = 1 ;
G_UNIX_SOCKET_ADDRESS_PATH: TGUnixSocketAddressType = 2 ;
G_UNIX_SOCKET_ADDRESS_ABSTRACT: TGUnixSocketAddressType = 3 ;
G_UNIX_SOCKET_ADDRESS_ABSTRACT_PADDED: TGUnixSocketAddressType = 4 ;
type
TGZlibCompressorFormat = Integer ;
const
{ GZlibCompressorFormat }
G_ZLIB_COMPRESSOR_FORMAT_ZLIB: TGZlibCompressorFormat = 0 ;
G_ZLIB_COMPRESSOR_FORMAT_GZIP: TGZlibCompressorFormat = 1 ;
G_ZLIB_COMPRESSOR_FORMAT_RAW: TGZlibCompressorFormat = 2 ;
type
PPGAction = ^ PGAction;
PGAction = ^ TGAction;
TGAction = object
procedure activate( parameter: PGVariant) ; cdecl ; inline ;
procedure change_state( value: PGVariant) ; cdecl ; inline ;
function get_enabled: gboolean; cdecl ; inline ;
function get_name: Pgchar; cdecl ; inline ;
function get_parameter_type: PGVariantType; cdecl ; inline ;
function get_state: PGVariant; cdecl ; inline ;
function get_state_hint: PGVariant; cdecl ; inline ;
function get_state_type: PGVariantType; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
property enabled: gboolean read get_enabled ;
property name : Pgchar read get_name ;
property parameter_type: PGVariantType read get_parameter_type ;
property state: PGVariant read get_state ;
property state_type: PGVariantType read get_state_type ;
2011-09-22 00:28:15 +00:00
end ;
PPGSimpleAction = ^ PGSimpleAction;
PGSimpleAction = ^ TGSimpleAction;
TGSimpleAction = object( TGObject)
function new( name : Pgchar; parameter_type: PGVariantType) : PGSimpleAction; cdecl ; inline ; static ;
function new_stateful( name : Pgchar; parameter_type: PGVariantType; state: PGVariant) : PGSimpleAction; cdecl ; inline ; static ;
procedure set_enabled( enabled: gboolean) ; cdecl ; inline ;
procedure set_state( value: PGVariant) ; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
//property enabled: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_enabled { property is writeable but setter not declared } ;
//property name: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_name { property is writeable but setter not declared } ;
//property parameter_type: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_parameter_type { property is writeable but setter not declared } ;
//property state: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_state { property is writeable but setter not declared } ;
2011-09-22 00:28:15 +00:00
//property state_type: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_state_type ;
end ;
PPGActionEntry = ^ PGActionEntry;
PGActionEntry = ^ TGActionEntry;
TGActionEntry = record
name : Pgchar;
activate: procedure( action: PGSimpleAction; parameter: PGVariant; user_data: gpointer) ; cdecl ;
parameter_type: Pgchar;
state: Pgchar;
change_state: procedure( action: PGSimpleAction; value: PGVariant; user_data: gpointer) ; cdecl ;
padding: array [ 0 .. 2 ] of gsize;
end ;
PPGActionGroup = ^ PGActionGroup;
PGActionGroup = ^ TGActionGroup;
TGActionGroup = object
2014-01-06 17:53:09 +00:00
action_added1: procedure( action_name: Pgchar) ; cdecl ;
action_enabled_changed1: procedure( action_name: Pgchar; enabled: gboolean) ; cdecl ;
action_removed1: procedure( action_name: Pgchar) ; cdecl ;
action_state_changed1: procedure( action_name: Pgchar; value: TGVariant) ; cdecl ;
2011-09-22 00:28:15 +00:00
procedure action_added( action_name: Pgchar) ; cdecl ; inline ;
procedure action_enabled_changed( action_name: Pgchar; enabled: gboolean) ; cdecl ; inline ;
procedure action_removed( action_name: Pgchar) ; cdecl ; inline ;
procedure action_state_changed( action_name: Pgchar; state: PGVariant) ; cdecl ; inline ;
procedure activate_action( action_name: Pgchar; parameter: PGVariant) ; cdecl ; inline ;
procedure change_action_state( action_name: Pgchar; value: PGVariant) ; cdecl ; inline ;
function get_action_enabled( action_name: Pgchar) : gboolean; cdecl ; inline ;
function get_action_parameter_type( action_name: Pgchar) : PGVariantType; cdecl ; inline ;
function get_action_state( action_name: Pgchar) : PGVariant; cdecl ; inline ;
function get_action_state_hint( action_name: Pgchar) : PGVariant; cdecl ; inline ;
function get_action_state_type( action_name: Pgchar) : PGVariantType; cdecl ; inline ;
function has_action( action_name: Pgchar) : gboolean; cdecl ; inline ;
function list_actions: PPgchar; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
function query_action( action_name: Pgchar; enabled: Pgboolean; parameter_type: PPGVariantType; state_type: PPGVariantType; state_hint: PPGVariant; state: PPGVariant) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
end ;
PPGActionGroupInterface = ^ PGActionGroupInterface;
PGActionGroupInterface = ^ TGActionGroupInterface;
TGActionGroupInterface = object
g_iface: TGTypeInterface;
has_action: function( action_group: PGActionGroup; action_name: Pgchar) : gboolean; cdecl ;
list_actions: function( action_group: PGActionGroup) : PPgchar; cdecl ;
get_action_enabled: function( action_group: PGActionGroup; action_name: Pgchar) : gboolean; cdecl ;
get_action_parameter_type: function( action_group: PGActionGroup; action_name: Pgchar) : PGVariantType; cdecl ;
get_action_state_type: function( action_group: PGActionGroup; action_name: Pgchar) : PGVariantType; cdecl ;
get_action_state_hint: function( action_group: PGActionGroup; action_name: Pgchar) : PGVariant; cdecl ;
get_action_state: function( action_group: PGActionGroup; action_name: Pgchar) : PGVariant; cdecl ;
change_action_state: procedure( action_group: PGActionGroup; action_name: Pgchar; value: PGVariant) ; cdecl ;
activate_action: procedure( action_group: PGActionGroup; action_name: Pgchar; parameter: PGVariant) ; cdecl ;
action_added: procedure( action_group: PGActionGroup; action_name: Pgchar) ; cdecl ;
action_removed: procedure( action_group: PGActionGroup; action_name: Pgchar) ; cdecl ;
action_enabled_changed: procedure( action_group: PGActionGroup; action_name: Pgchar; enabled: gboolean) ; cdecl ;
action_state_changed: procedure( action_group: PGActionGroup; action_name: Pgchar; state: PGVariant) ; cdecl ;
2012-08-26 21:38:16 +00:00
query_action: function( action_group: PGActionGroup; action_name: Pgchar; enabled: Pgboolean; parameter_type: PPGVariantType; state_type: PPGVariantType; state_hint: PPGVariant; state: PPGVariant) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
end ;
PPGActionInterface = ^ PGActionInterface;
PGActionInterface = ^ TGActionInterface;
TGActionInterface = object
g_iface: TGTypeInterface;
get_name: function( action: PGAction) : Pgchar; cdecl ;
get_parameter_type: function( action: PGAction) : PGVariantType; cdecl ;
get_state_type: function( action: PGAction) : PGVariantType; cdecl ;
get_state_hint: function( action: PGAction) : PGVariant; cdecl ;
get_enabled: function( action: PGAction) : gboolean; cdecl ;
get_state: function( action: PGAction) : PGVariant; cdecl ;
change_state: procedure( action: PGAction; value: PGVariant) ; cdecl ;
activate: procedure( action: PGAction; parameter: PGVariant) ; cdecl ;
end ;
2012-08-26 21:38:16 +00:00
PPGActionMap = ^ PGActionMap;
PGActionMap = ^ TGActionMap;
TGActionMap = object
procedure add_action( action: PGAction) ; cdecl ; inline ;
procedure add_action_entries( entries: PGActionEntry; n_entries: gint; user_data: gpointer) ; cdecl ; inline ;
function lookup_action( action_name: Pgchar) : PGAction; cdecl ; inline ;
procedure remove_action( action_name: Pgchar) ; cdecl ; inline ;
end ;
PPGActionMapInterface = ^ PGActionMapInterface;
PGActionMapInterface = ^ TGActionMapInterface;
TGActionMapInterface = object
g_iface: TGTypeInterface;
lookup_action: function( action_map: PGActionMap; action_name: Pgchar) : PGAction; cdecl ;
add_action: procedure( action_map: PGActionMap; action: PGAction) ; cdecl ;
remove_action: procedure( action_map: PGActionMap; action_name: Pgchar) ; cdecl ;
end ;
2011-09-22 00:28:15 +00:00
PPGAppInfo = ^ PGAppInfo;
PGAppInfo = ^ TGAppInfo;
PPGAppInfoCreateFlags = ^ PGAppInfoCreateFlags;
PGAppInfoCreateFlags = ^ TGAppInfoCreateFlags;
PPGAppLaunchContext = ^ PGAppLaunchContext;
PGAppLaunchContext = ^ TGAppLaunchContext;
PPGIcon = ^ PGIcon;
PGIcon = ^ TGIcon;
TGAppInfo = object
2014-01-06 17:53:09 +00:00
function create_from_commandline( commandline: Pgchar; application_name: Pgchar; flags: TGAppInfoCreateFlags; error: PPGError) : PGAppInfo; cdecl ; inline ; static ;
2011-09-22 00:28:15 +00:00
function get_all: PGList; cdecl ; inline ; static ;
function get_all_for_type( content_type: Pgchar) : PGList; cdecl ; inline ; static ;
function get_default_for_type( content_type: Pgchar; must_support_uris: gboolean) : PGAppInfo; cdecl ; inline ; static ;
function get_default_for_uri_scheme( uri_scheme: Pgchar) : PGAppInfo; cdecl ; inline ; static ;
function get_fallback_for_type( content_type: Pgchar) : PGList; cdecl ; inline ; static ;
function get_recommended_for_type( content_type: Pgchar) : PGList; cdecl ; inline ; static ;
2014-01-06 17:53:09 +00:00
function launch_default_for_uri( uri: Pgchar; launch_context: PGAppLaunchContext; error: PPGError) : gboolean; cdecl ; inline ; static ;
2011-09-22 00:28:15 +00:00
procedure reset_type_associations( content_type: Pgchar) ; cdecl ; inline ; static ;
2014-01-06 17:53:09 +00:00
function add_supports_type( content_type: Pgchar; error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function can_delete: gboolean; cdecl ; inline ;
function can_remove_supports_type: gboolean; cdecl ; inline ;
function delete: gboolean; cdecl ; inline ;
function dup: PGAppInfo; cdecl ; inline ;
function equal( appinfo2: PGAppInfo) : gboolean; cdecl ; inline ;
function get_commandline: Pgchar; cdecl ; inline ;
function get_description: Pgchar; cdecl ; inline ;
function get_display_name: Pgchar; cdecl ; inline ;
function get_executable: Pgchar; cdecl ; inline ;
function get_icon: PGIcon; cdecl ; inline ;
function get_id: Pgchar; cdecl ; inline ;
function get_name: Pgchar; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function get_supported_types: PPgchar; cdecl ; inline ;
function launch( files: PGList; launch_context: PGAppLaunchContext; error: PPGError) : gboolean; cdecl ; inline ;
function launch_uris( uris: PGList; launch_context: PGAppLaunchContext; error: PPGError) : gboolean; cdecl ; inline ;
function remove_supports_type( content_type: Pgchar; error: PPGError) : gboolean; cdecl ; inline ;
function set_as_default_for_extension( extension: Pgchar; error: PPGError) : gboolean; cdecl ; inline ;
function set_as_default_for_type( content_type: Pgchar; error: PPGError) : gboolean; cdecl ; inline ;
function set_as_last_used_for_type( content_type: Pgchar; error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function should_show: gboolean; cdecl ; inline ;
function supports_files: gboolean; cdecl ; inline ;
function supports_uris: gboolean; cdecl ; inline ;
end ;
PPGAppLaunchContextPrivate = ^ PGAppLaunchContextPrivate;
PGAppLaunchContextPrivate = ^ TGAppLaunchContextPrivate;
TGAppLaunchContext = object( TGObject)
priv: PGAppLaunchContextPrivate;
function new: PGAppLaunchContext; cdecl ; inline ; static ;
function get_display( info: PGAppInfo; files: PGList) : Pgchar; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
function get_environment: PPgchar; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function get_startup_notify_id( info: PGAppInfo; files: PGList) : Pgchar; cdecl ; inline ;
procedure launch_failed( startup_notify_id: Pgchar) ; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
procedure setenv( variable: Pgchar; value: Pgchar) ; cdecl ; inline ;
procedure unsetenv( variable: Pgchar) ; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
end ;
TGIcon = object
2014-01-06 17:53:09 +00:00
function hash( icon: Pgpointer) : guint; cdecl ; inline ; static ;
function new_for_string( str: Pgchar; error: PPGError) : PGIcon; cdecl ; inline ; static ;
2011-09-22 00:28:15 +00:00
function equal( icon2: PGIcon) : gboolean; cdecl ; inline ;
function to_string: Pgchar; cdecl ; inline ;
end ;
PPGAppInfoIface = ^ PGAppInfoIface;
PGAppInfoIface = ^ TGAppInfoIface;
TGAppInfoIface = object
g_iface: TGTypeInterface;
dup: function( appinfo: PGAppInfo) : PGAppInfo; cdecl ;
equal: function( appinfo1: PGAppInfo; appinfo2: PGAppInfo) : gboolean; cdecl ;
get_id: function( appinfo: PGAppInfo) : Pgchar; cdecl ;
get_name: function( appinfo: PGAppInfo) : Pgchar; cdecl ;
get_description: function( appinfo: PGAppInfo) : Pgchar; cdecl ;
get_executable: function( appinfo: PGAppInfo) : Pgchar; cdecl ;
get_icon: function( appinfo: PGAppInfo) : PGIcon; cdecl ;
2014-01-06 17:53:09 +00:00
launch: function( appinfo: PGAppInfo; files: PGList; launch_context: PGAppLaunchContext; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
supports_uris: function( appinfo: PGAppInfo) : gboolean; cdecl ;
supports_files: function( appinfo: PGAppInfo) : gboolean; cdecl ;
2014-01-06 17:53:09 +00:00
launch_uris: function( appinfo: PGAppInfo; uris: PGList; launch_context: PGAppLaunchContext; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
should_show: function( appinfo: PGAppInfo) : gboolean; cdecl ;
2014-01-06 17:53:09 +00:00
set_as_default_for_type: function( appinfo: PGAppInfo; content_type: Pgchar; error: PPGError) : gboolean; cdecl ;
set_as_default_for_extension: function( appinfo: PGAppInfo; extension: Pgchar; error: PPGError) : gboolean; cdecl ;
add_supports_type: function( appinfo: PGAppInfo; content_type: Pgchar; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
can_remove_supports_type: function( appinfo: PGAppInfo) : gboolean; cdecl ;
2014-01-06 17:53:09 +00:00
remove_supports_type: function( appinfo: PGAppInfo; content_type: Pgchar; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
can_delete: function( appinfo: PGAppInfo) : gboolean; cdecl ;
do_delete: function( appinfo: PGAppInfo) : gboolean; cdecl ;
get_commandline: function( appinfo: PGAppInfo) : Pgchar; cdecl ;
get_display_name: function( appinfo: PGAppInfo) : Pgchar; cdecl ;
2014-01-06 17:53:09 +00:00
set_as_last_used_for_type: function( appinfo: PGAppInfo; content_type: Pgchar; error: PPGError) : gboolean; cdecl ;
get_supported_types: function( appinfo: PGAppInfo) : PPgchar; cdecl ;
2011-09-22 00:28:15 +00:00
end ;
TGAppLaunchContextPrivate = record
end ;
PPGAppLaunchContextClass = ^ PGAppLaunchContextClass;
PGAppLaunchContextClass = ^ TGAppLaunchContextClass;
TGAppLaunchContextClass = object
parent_class: TGObjectClass;
get_display: function( context: PGAppLaunchContext; info: PGAppInfo; files: PGList) : Pgchar; cdecl ;
get_startup_notify_id: function( context: PGAppLaunchContext; info: PGAppInfo; files: PGList) : Pgchar; cdecl ;
launch_failed: procedure( context: PGAppLaunchContext; startup_notify_id: Pgchar) ; cdecl ;
2014-01-06 17:53:09 +00:00
launched: procedure( context: PGAppLaunchContext; info: PGAppInfo; platform_data: PGVariant) ; cdecl ;
2011-09-22 00:28:15 +00:00
_g_reserved1: procedure ; cdecl ;
_g_reserved2: procedure ; cdecl ;
_g_reserved3: procedure ; cdecl ;
_g_reserved4: procedure ; cdecl ;
end ;
PPGApplication = ^ PGApplication;
PGApplication = ^ TGApplication;
PPGApplicationFlags = ^ PGApplicationFlags;
PGApplicationFlags = ^ TGApplicationFlags;
2014-01-06 17:53:09 +00:00
PPGDBusConnection = ^ PGDBusConnection;
PGDBusConnection = ^ TGDBusConnection;
2011-09-22 00:28:15 +00:00
PPGFile = ^ PGFile;
PGFile = ^ TGFile;
PPGCancellable = ^ PGCancellable;
PGCancellable = ^ TGCancellable;
PPGApplicationPrivate = ^ PGApplicationPrivate;
PGApplicationPrivate = ^ TGApplicationPrivate;
TGApplication = object( TGObject)
priv: PGApplicationPrivate;
function new( application_id: Pgchar; flags: TGApplicationFlags) : PGApplication; cdecl ; inline ; static ;
2012-08-26 21:38:16 +00:00
function get_default: PGApplication; cdecl ; inline ; static ;
2011-09-22 00:28:15 +00:00
function id_is_valid( application_id: Pgchar) : gboolean; cdecl ; inline ; static ;
procedure activate; cdecl ; inline ;
function get_application_id: Pgchar; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function get_dbus_connection: PGDBusConnection; cdecl ; inline ;
function get_dbus_object_path: Pgchar; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function get_flags: TGApplicationFlags; cdecl ; inline ;
function get_inactivity_timeout: guint; cdecl ; inline ;
function get_is_registered: gboolean; cdecl ; inline ;
function get_is_remote: gboolean; cdecl ; inline ;
procedure hold; cdecl ; inline ;
procedure open( files: PPGFile; n_files: gint; hint: Pgchar) ; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
procedure quit; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function register( cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure release; cdecl ; inline ;
function run( argc: gint; argv: PPgchar) : gint; cdecl ; inline ;
procedure set_application_id( application_id: Pgchar) ; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
procedure set_default; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure set_flags( flags: TGApplicationFlags) ; cdecl ; inline ;
procedure set_inactivity_timeout( inactivity_timeout: guint) ; cdecl ; inline ;
//property action_group: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_action_group { property is writeable but setter not declared } ;
2012-08-26 21:38:16 +00:00
property application_id: Pgchar read get_application_id write set_application_id;
property flags: TGApplicationFlags read get_flags write set_flags;
property inactivity_timeout: guint read get_inactivity_timeout write set_inactivity_timeout;
property is_registered: gboolean read get_is_registered ;
property is_remote: gboolean read get_is_remote ;
2011-09-22 00:28:15 +00:00
end ;
PPGApplicationCommandLine = ^ PGApplicationCommandLine;
PGApplicationCommandLine = ^ TGApplicationCommandLine;
2014-01-06 17:53:09 +00:00
PPGInputStream = ^ PGInputStream;
PGInputStream = ^ TGInputStream;
2011-09-22 00:28:15 +00:00
PPGApplicationCommandLinePrivate = ^ PGApplicationCommandLinePrivate;
PGApplicationCommandLinePrivate = ^ TGApplicationCommandLinePrivate;
TGApplicationCommandLine = object( TGObject)
priv: PGApplicationCommandLinePrivate;
2014-01-06 17:53:09 +00:00
function create_file_for_arg( arg: Pgchar) : PGFile; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function get_arguments( argc: Pgint) : PPgchar; cdecl ; inline ;
function get_cwd: Pgchar; cdecl ; inline ;
function get_environ: PPgchar; cdecl ; inline ;
function get_exit_status: gint; cdecl ; inline ;
function get_is_remote: gboolean; cdecl ; inline ;
function get_platform_data: PGVariant; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function get_stdin: PGInputStream; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function getenv( name : Pgchar) : Pgchar; cdecl ; inline ;
//procedure print(format: Pgchar; args: array of const); cdecl; inline;
//procedure printerr(format: Pgchar; args: array of const); cdecl; inline;
procedure set_exit_status( exit_status: gint) ; cdecl ; inline ;
//property arguments: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_arguments { property is writeable but setter not declared } ;
2012-08-26 21:38:16 +00:00
property is_remote: gboolean read get_is_remote ;
property platform_data: PGVariant read get_platform_data { property is writeable but setter not declared } ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
PPGAsyncResult = ^ PGAsyncResult;
PGAsyncResult = ^ TGAsyncResult;
PPGDBusConnectionFlags = ^ PGDBusConnectionFlags;
PGDBusConnectionFlags = ^ TGDBusConnectionFlags;
PPGDBusAuthObserver = ^ PGDBusAuthObserver;
PGDBusAuthObserver = ^ TGDBusAuthObserver;
PPGIOStream = ^ PGIOStream;
PGIOStream = ^ TGIOStream;
PPGAsyncReadyCallback = ^ PGAsyncReadyCallback;
PGAsyncReadyCallback = ^ TGAsyncReadyCallback;
TGAsyncReadyCallback = procedure( source_object: PGObject; res: PGAsyncResult; user_data: gpointer) ; cdecl ;
PPGDBusMessageFilterFunction = ^ PGDBusMessageFilterFunction;
PGDBusMessageFilterFunction = ^ TGDBusMessageFilterFunction;
PPGDBusMessage = ^ PGDBusMessage;
PGDBusMessage = ^ TGDBusMessage;
TGDBusMessageFilterFunction = function( connection: PGDBusConnection; message : PGDBusMessage; incoming: gboolean; user_data: gpointer) : PGDBusMessage; cdecl ;
PPGDBusCallFlags = ^ PGDBusCallFlags;
PGDBusCallFlags = ^ TGDBusCallFlags;
PPGUnixFDList = ^ PGUnixFDList;
PGUnixFDList = ^ TGUnixFDList;
PPGMenuModel = ^ PGMenuModel;
PGMenuModel = ^ TGMenuModel;
PPGDBusCapabilityFlags = ^ PGDBusCapabilityFlags;
PGDBusCapabilityFlags = ^ TGDBusCapabilityFlags;
PPGCredentials = ^ PGCredentials;
PGCredentials = ^ TGCredentials;
PPGDBusInterfaceInfo = ^ PGDBusInterfaceInfo;
PGDBusInterfaceInfo = ^ TGDBusInterfaceInfo;
PPGDBusInterfaceVTable = ^ PGDBusInterfaceVTable;
PGDBusInterfaceVTable = ^ TGDBusInterfaceVTable;
PPGDBusSubtreeVTable = ^ PGDBusSubtreeVTable;
PGDBusSubtreeVTable = ^ TGDBusSubtreeVTable;
PPGDBusSubtreeFlags = ^ PGDBusSubtreeFlags;
PGDBusSubtreeFlags = ^ TGDBusSubtreeFlags;
PPGDBusSendMessageFlags = ^ PGDBusSendMessageFlags;
PGDBusSendMessageFlags = ^ TGDBusSendMessageFlags;
PPGDBusSignalFlags = ^ PGDBusSignalFlags;
PGDBusSignalFlags = ^ TGDBusSignalFlags;
PPGDBusSignalCallback = ^ PGDBusSignalCallback;
PGDBusSignalCallback = ^ TGDBusSignalCallback;
TGDBusSignalCallback = procedure( connection: PGDBusConnection; sender_name: Pgchar; object_path: Pgchar; interface_name: Pgchar; signal_name: Pgchar; parameters: PGVariant; user_data: gpointer) ; cdecl ;
TGDBusConnection = object( TGObject)
function new_finish( res: PGAsyncResult; error: PPGError) : PGDBusConnection; cdecl ; inline ; static ;
function new_for_address_finish( res: PGAsyncResult; error: PPGError) : PGDBusConnection; cdecl ; inline ; static ;
function new_for_address_sync( address: Pgchar; flags: TGDBusConnectionFlags; observer: PGDBusAuthObserver; cancellable: PGCancellable; error: PPGError) : PGDBusConnection; cdecl ; inline ; static ;
function new_sync( stream: PGIOStream; guid: Pgchar; flags: TGDBusConnectionFlags; observer: PGDBusAuthObserver; cancellable: PGCancellable; error: PPGError) : PGDBusConnection; cdecl ; inline ; static ;
procedure new( stream: PGIOStream; guid: Pgchar; flags: TGDBusConnectionFlags; observer: PGDBusAuthObserver; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ; static ;
procedure new_for_address( address: Pgchar; flags: TGDBusConnectionFlags; observer: PGDBusAuthObserver; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ; static ;
function add_filter( filter_function: TGDBusMessageFilterFunction; user_data: gpointer; user_data_free_func: TGDestroyNotify) : guint; cdecl ; inline ;
procedure call( bus_name: Pgchar; object_path: Pgchar; interface_name: Pgchar; method_name: Pgchar; parameters: PGVariant; reply_type: PGVariantType; flags: TGDBusCallFlags; timeout_msec: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
function call_finish( res: PGAsyncResult; error: PPGError) : PGVariant; cdecl ; inline ;
function call_sync( bus_name: Pgchar; object_path: Pgchar; interface_name: Pgchar; method_name: Pgchar; parameters: PGVariant; reply_type: PGVariantType; flags: TGDBusCallFlags; timeout_msec: gint; cancellable: PGCancellable; error: PPGError) : PGVariant; cdecl ; inline ;
procedure call_with_unix_fd_list( bus_name: Pgchar; object_path: Pgchar; interface_name: Pgchar; method_name: Pgchar; parameters: PGVariant; reply_type: PGVariantType; flags: TGDBusCallFlags; timeout_msec: gint; fd_list: PGUnixFDList; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
function call_with_unix_fd_list_finish( out_fd_list: PPGUnixFDList; res: PGAsyncResult; error: PPGError) : PGVariant; cdecl ; inline ;
function call_with_unix_fd_list_sync( bus_name: Pgchar; object_path: Pgchar; interface_name: Pgchar; method_name: Pgchar; parameters: PGVariant; reply_type: PGVariantType; flags: TGDBusCallFlags; timeout_msec: gint; fd_list: PGUnixFDList; out_fd_list: PPGUnixFDList; cancellable: PGCancellable; error: PPGError) : PGVariant; cdecl ; inline ;
procedure close( cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
function close_finish( res: PGAsyncResult; error: PPGError) : gboolean; cdecl ; inline ;
function close_sync( cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
function emit_signal( destination_bus_name: Pgchar; object_path: Pgchar; interface_name: Pgchar; signal_name: Pgchar; parameters: PGVariant; error: PPGError) : gboolean; cdecl ; inline ;
function export_action_group( object_path: Pgchar; action_group: PGActionGroup; error: PPGError) : guint; cdecl ; inline ;
function export_menu_model( object_path: Pgchar; menu: PGMenuModel; error: PPGError) : guint; cdecl ; inline ;
procedure flush( cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
function flush_finish( res: PGAsyncResult; error: PPGError) : gboolean; cdecl ; inline ;
function flush_sync( cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
function get_capabilities: TGDBusCapabilityFlags; cdecl ; inline ;
function get_exit_on_close: gboolean; cdecl ; inline ;
function get_guid: Pgchar; cdecl ; inline ;
function get_last_serial: guint32; cdecl ; inline ;
function get_peer_credentials: PGCredentials; cdecl ; inline ;
function get_stream: PGIOStream; cdecl ; inline ;
function get_unique_name: Pgchar; cdecl ; inline ;
function is_closed: gboolean; cdecl ; inline ;
function register_object( object_path: Pgchar; interface_info: PGDBusInterfaceInfo; vtable: PGDBusInterfaceVTable; user_data: gpointer; user_data_free_func: TGDestroyNotify; error: PPGError) : guint; cdecl ; inline ;
function register_subtree( object_path: Pgchar; vtable: PGDBusSubtreeVTable; flags: TGDBusSubtreeFlags; user_data: gpointer; user_data_free_func: TGDestroyNotify; error: PPGError) : guint; cdecl ; inline ;
procedure remove_filter( filter_id: guint) ; cdecl ; inline ;
function send_message( message : PGDBusMessage; flags: TGDBusSendMessageFlags; out_serial: Pguint32; error: PPGError) : gboolean; cdecl ; inline ;
procedure send_message_with_reply( message : PGDBusMessage; flags: TGDBusSendMessageFlags; timeout_msec: gint; out_serial: Pguint32; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
function send_message_with_reply_finish( res: PGAsyncResult; error: PPGError) : PGDBusMessage; cdecl ; inline ;
function send_message_with_reply_sync( message : PGDBusMessage; flags: TGDBusSendMessageFlags; timeout_msec: gint; out_serial: Pguint32; cancellable: PGCancellable; error: PPGError) : PGDBusMessage; cdecl ; inline ;
procedure set_exit_on_close( exit_on_close: gboolean) ; cdecl ; inline ;
function signal_subscribe( sender: Pgchar; interface_name: Pgchar; member: Pgchar; object_path: Pgchar; arg0: Pgchar; flags: TGDBusSignalFlags; callback: TGDBusSignalCallback; user_data: gpointer; user_data_free_func: TGDestroyNotify) : guint; cdecl ; inline ;
procedure signal_unsubscribe( subscription_id: guint) ; cdecl ; inline ;
procedure start_message_processing; cdecl ; inline ;
procedure unexport_action_group( export_id: guint) ; cdecl ; inline ;
procedure unexport_menu_model( export_id: guint) ; cdecl ; inline ;
function unregister_object( registration_id: guint) : gboolean; cdecl ; inline ;
function unregister_subtree( registration_id: guint) : gboolean; cdecl ; inline ;
//property address: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_address { property is writeable but setter not declared } ;
//property authentication_observer: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_authentication_observer { property is writeable but setter not declared } ;
property capabilities: TGDBusCapabilityFlags read get_capabilities ;
//property closed: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_closed ;
property exit_on_close: gboolean read get_exit_on_close write set_exit_on_close;
//property flags: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_flags { property is writeable but setter not declared } ;
property guid: Pgchar read get_guid { property is writeable but setter not declared } ;
property stream: PGIOStream read get_stream { property is writeable but setter not declared } ;
property unique_name: Pgchar read get_unique_name ;
end ;
2012-08-26 21:38:16 +00:00
PPGFileIOStream = ^ PGFileIOStream;
PGFileIOStream = ^ TGFileIOStream;
2011-09-22 00:28:15 +00:00
PPGFileOutputStream = ^ PGFileOutputStream;
PGFileOutputStream = ^ TGFileOutputStream;
PPGFileCreateFlags = ^ PGFileCreateFlags;
PGFileCreateFlags = ^ TGFileCreateFlags;
PPGFileCopyFlags = ^ PGFileCopyFlags;
PGFileCopyFlags = ^ TGFileCopyFlags;
PPGFileProgressCallback = ^ PGFileProgressCallback;
PGFileProgressCallback = ^ TGFileProgressCallback;
TGFileProgressCallback = procedure( current_num_bytes: gint64; total_num_bytes: gint64; user_data: gpointer) ; cdecl ;
PPGMountUnmountFlags = ^ PGMountUnmountFlags;
PGMountUnmountFlags = ^ TGMountUnmountFlags;
PPGMountOperation = ^ PGMountOperation;
PGMountOperation = ^ TGMountOperation;
PPGFileEnumerator = ^ PGFileEnumerator;
PGFileEnumerator = ^ TGFileEnumerator;
PPGFileQueryInfoFlags = ^ PGFileQueryInfoFlags;
PGFileQueryInfoFlags = ^ TGFileQueryInfoFlags;
PPGMount = ^ PGMount;
PGMount = ^ TGMount;
PPGFileReadMoreCallback = ^ PGFileReadMoreCallback;
PGFileReadMoreCallback = ^ TGFileReadMoreCallback;
TGFileReadMoreCallback = function( file_contents: Pgchar; file_size: gint64; callback_data: gpointer) : gboolean; cdecl ;
PPGFileMonitor = ^ PGFileMonitor;
PGFileMonitor = ^ TGFileMonitor;
PPGFileMonitorFlags = ^ PGFileMonitorFlags;
PGFileMonitorFlags = ^ TGFileMonitorFlags;
PPGMountMountFlags = ^ PGMountMountFlags;
PGMountMountFlags = ^ TGMountMountFlags;
PPGFileType = ^ PGFileType;
PGFileType = ^ TGFileType;
PPGFileInfo = ^ PGFileInfo;
PGFileInfo = ^ TGFileInfo;
PPGFileAttributeInfoList = ^ PGFileAttributeInfoList;
PGFileAttributeInfoList = ^ TGFileAttributeInfoList;
PPGFileInputStream = ^ PGFileInputStream;
PGFileInputStream = ^ TGFileInputStream;
PPGFileAttributeType = ^ PGFileAttributeType;
PGFileAttributeType = ^ TGFileAttributeType;
PPGDriveStartFlags = ^ PGDriveStartFlags;
PGDriveStartFlags = ^ TGDriveStartFlags;
TGFile = object
function new_for_commandline_arg( arg: Pgchar) : PGFile; cdecl ; inline ; static ;
2014-01-06 17:53:09 +00:00
function new_for_commandline_arg_and_cwd( arg: Pgchar; cwd: Pgchar) : PGFile; cdecl ; inline ; static ;
2011-09-22 00:28:15 +00:00
function new_for_path( path: Pgchar) : PGFile; cdecl ; inline ; static ;
function new_for_uri( uri: Pgchar) : PGFile; cdecl ; inline ; static ;
2014-01-06 17:53:09 +00:00
function new_tmp( tmpl: Pgchar; iostream: PPGFileIOStream; error: PPGError) : PGFile; cdecl ; inline ; static ;
2011-09-22 00:28:15 +00:00
function parse_name( parse_name: Pgchar) : PGFile; cdecl ; inline ; static ;
2014-01-06 17:53:09 +00:00
function append_to( flags: TGFileCreateFlags; cancellable: PGCancellable; error: PPGError) : PGFileOutputStream; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure append_to_async( flags: TGFileCreateFlags; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function append_to_finish( res: PGAsyncResult; error: PPGError) : PGFileOutputStream; cdecl ; inline ;
function copy( destination: PGFile; flags: TGFileCopyFlags; cancellable: PGCancellable; progress_callback: TGFileProgressCallback; progress_callback_data: gpointer; error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure copy_async( destination: PGFile; flags: TGFileCopyFlags; io_priority: gint; cancellable: PGCancellable; progress_callback: TGFileProgressCallback; progress_callback_data: gpointer; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function copy_attributes( destination: PGFile; flags: TGFileCopyFlags; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
function copy_finish( res: PGAsyncResult; error: PPGError) : gboolean; cdecl ; inline ;
function create( flags: TGFileCreateFlags; cancellable: PGCancellable; error: PPGError) : PGFileOutputStream; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure create_async( flags: TGFileCreateFlags; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function create_finish( res: PGAsyncResult; error: PPGError) : PGFileOutputStream; cdecl ; inline ;
function create_readwrite( flags: TGFileCreateFlags; cancellable: PGCancellable; error: PPGError) : PGFileIOStream; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure create_readwrite_async( flags: TGFileCreateFlags; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function create_readwrite_finish( res: PGAsyncResult; error: PPGError) : PGFileIOStream; cdecl ; inline ;
function delete( cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
procedure delete_async( io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
function delete_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function dup: PGFile; cdecl ; inline ;
procedure eject_mountable_with_operation( flags: TGMountUnmountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function eject_mountable_with_operation_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; inline ;
function enumerate_children( attributes: Pgchar; flags: TGFileQueryInfoFlags; cancellable: PGCancellable; error: PPGError) : PGFileEnumerator; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure enumerate_children_async( attributes: Pgchar; flags: TGFileQueryInfoFlags; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function enumerate_children_finish( res: PGAsyncResult; error: PPGError) : PGFileEnumerator; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function equal( file2: PGFile) : gboolean; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function find_enclosing_mount( cancellable: PGCancellable; error: PPGError) : PGMount; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure find_enclosing_mount_async( io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function find_enclosing_mount_finish( res: PGAsyncResult; error: PPGError) : PGMount; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function get_basename: Pgchar; cdecl ; inline ;
function get_child( name : Pgchar) : PGFile; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function get_child_for_display_name( display_name: Pgchar; error: PPGError) : PGFile; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function get_parent: PGFile; cdecl ; inline ;
function get_parse_name: Pgchar; cdecl ; inline ;
function get_path: Pgchar; cdecl ; inline ;
function get_relative_path( descendant: PGFile) : Pgchar; cdecl ; inline ;
function get_uri: Pgchar; cdecl ; inline ;
function get_uri_scheme: Pgchar; cdecl ; inline ;
function has_parent( parent: PGFile) : gboolean; cdecl ; inline ;
function has_prefix( prefix: PGFile) : gboolean; cdecl ; inline ;
function has_uri_scheme( uri_scheme: Pgchar) : gboolean; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
function hash: guint; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function is_native: gboolean; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function load_contents( cancellable: PGCancellable; contents: PPgchar; length : Pgsize; etag_out: PPgchar; error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure load_contents_async( cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function load_contents_finish( res: PGAsyncResult; contents: PPgchar; length : Pgsize; etag_out: PPgchar; error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure load_partial_contents_async( cancellable: PGCancellable; read_more_callback: TGFileReadMoreCallback; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function load_partial_contents_finish( res: PGAsyncResult; contents: PPgchar; length : Pgsize; etag_out: PPgchar; error: PPGError) : gboolean; cdecl ; inline ;
function make_directory( cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
function make_directory_with_parents( cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
function make_symbolic_link( symlink_value: Pgchar; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
function monitor( flags: TGFileMonitorFlags; cancellable: PGCancellable; error: PPGError) : PGFileMonitor; cdecl ; inline ;
function monitor_directory( flags: TGFileMonitorFlags; cancellable: PGCancellable; error: PPGError) : PGFileMonitor; cdecl ; inline ;
function monitor_file( flags: TGFileMonitorFlags; cancellable: PGCancellable; error: PPGError) : PGFileMonitor; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure mount_enclosing_volume( flags: TGMountMountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function mount_enclosing_volume_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure mount_mountable( flags: TGMountMountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function mount_mountable_finish( result_: PGAsyncResult; error: PPGError) : PGFile; cdecl ; inline ;
function move( destination: PGFile; flags: TGFileCopyFlags; cancellable: PGCancellable; progress_callback: TGFileProgressCallback; progress_callback_data: gpointer; error: PPGError) : gboolean; cdecl ; inline ;
function open_readwrite( cancellable: PGCancellable; error: PPGError) : PGFileIOStream; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure open_readwrite_async( io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function open_readwrite_finish( res: PGAsyncResult; error: PPGError) : PGFileIOStream; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure poll_mountable( cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function poll_mountable_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; inline ;
function query_default_handler( cancellable: PGCancellable; error: PPGError) : PGAppInfo; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function query_exists( cancellable: PGCancellable) : gboolean; cdecl ; inline ;
function query_file_type( flags: TGFileQueryInfoFlags; cancellable: PGCancellable) : TGFileType; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function query_filesystem_info( attributes: Pgchar; cancellable: PGCancellable; error: PPGError) : PGFileInfo; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure query_filesystem_info_async( attributes: Pgchar; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function query_filesystem_info_finish( res: PGAsyncResult; error: PPGError) : PGFileInfo; cdecl ; inline ;
function query_info( attributes: Pgchar; flags: TGFileQueryInfoFlags; cancellable: PGCancellable; error: PPGError) : PGFileInfo; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure query_info_async( attributes: Pgchar; flags: TGFileQueryInfoFlags; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function query_info_finish( res: PGAsyncResult; error: PPGError) : PGFileInfo; cdecl ; inline ;
function query_settable_attributes( cancellable: PGCancellable; error: PPGError) : PGFileAttributeInfoList; cdecl ; inline ;
function query_writable_namespaces( cancellable: PGCancellable; error: PPGError) : PGFileAttributeInfoList; cdecl ; inline ;
function read( cancellable: PGCancellable; error: PPGError) : PGFileInputStream; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure read_async( io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function read_finish( res: PGAsyncResult; error: PPGError) : PGFileInputStream; cdecl ; inline ;
function replace( etag: Pgchar; make_backup: gboolean; flags: TGFileCreateFlags; cancellable: PGCancellable; error: PPGError) : PGFileOutputStream; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure replace_async( etag: Pgchar; make_backup: gboolean; flags: TGFileCreateFlags; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function replace_contents( contents: Pgchar; length : gsize; etag: Pgchar; make_backup: gboolean; flags: TGFileCreateFlags; new_etag: PPgchar; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
2011-09-24 21:31:51 +00:00
procedure replace_contents_async( contents: Pgchar; length : gsize; etag: Pgchar; make_backup: gboolean; flags: TGFileCreateFlags; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function replace_contents_finish( res: PGAsyncResult; new_etag: PPgchar; error: PPGError) : gboolean; cdecl ; inline ;
function replace_finish( res: PGAsyncResult; error: PPGError) : PGFileOutputStream; cdecl ; inline ;
function replace_readwrite( etag: Pgchar; make_backup: gboolean; flags: TGFileCreateFlags; cancellable: PGCancellable; error: PPGError) : PGFileIOStream; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure replace_readwrite_async( etag: Pgchar; make_backup: gboolean; flags: TGFileCreateFlags; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function replace_readwrite_finish( res: PGAsyncResult; error: PPGError) : PGFileIOStream; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function resolve_relative_path( relative_path: Pgchar) : PGFile; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function set_attribute( attribute: Pgchar; type_: TGFileAttributeType; value_p: gpointer; flags: TGFileQueryInfoFlags; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
function set_attribute_byte_string( attribute: Pgchar; value: Pgchar; flags: TGFileQueryInfoFlags; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
function set_attribute_int32( attribute: Pgchar; value: gint32; flags: TGFileQueryInfoFlags; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
function set_attribute_int64( attribute: Pgchar; value: gint64; flags: TGFileQueryInfoFlags; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
function set_attribute_string( attribute: Pgchar; value: Pgchar; flags: TGFileQueryInfoFlags; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
function set_attribute_uint32( attribute: Pgchar; value: guint32; flags: TGFileQueryInfoFlags; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
function set_attribute_uint64( attribute: Pgchar; value: guint64; flags: TGFileQueryInfoFlags; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure set_attributes_async( info: PGFileInfo; flags: TGFileQueryInfoFlags; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function set_attributes_finish( result_: PGAsyncResult; info: PPGFileInfo; error: PPGError) : gboolean; cdecl ; inline ;
function set_attributes_from_info( info: PGFileInfo; flags: TGFileQueryInfoFlags; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
function set_display_name( display_name: Pgchar; cancellable: PGCancellable; error: PPGError) : PGFile; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure set_display_name_async( display_name: Pgchar; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function set_display_name_finish( res: PGAsyncResult; error: PPGError) : PGFile; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure start_mountable( flags: TGDriveStartFlags; start_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function start_mountable_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure stop_mountable( flags: TGMountUnmountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function stop_mountable_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function supports_thread_contexts: gboolean; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function trash( cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure unmount_mountable_with_operation( flags: TGMountUnmountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function unmount_mountable_with_operation_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
end ;
PPGCancellablePrivate = ^ PGCancellablePrivate;
PGCancellablePrivate = ^ TGCancellablePrivate;
TGCancellable = object( TGObject)
priv: PGCancellablePrivate;
function new: PGCancellable; cdecl ; inline ; static ;
function get_current: PGCancellable; cdecl ; inline ; static ;
procedure cancel; cdecl ; inline ;
function connect( callback: TGCallback; data: gpointer; data_destroy_func: TGDestroyNotify) : gulong; cdecl ; inline ;
procedure disconnect( handler_id: gulong) ; cdecl ; inline ;
function get_fd: gint; cdecl ; inline ;
function is_cancelled: gboolean; cdecl ; inline ;
function make_pollfd( pollfd: PGPollFD) : gboolean; cdecl ; inline ;
procedure pop_current; cdecl ; inline ;
procedure push_current; cdecl ; inline ;
procedure release_fd; cdecl ; inline ;
procedure reset; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function set_error_if_cancelled( error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function source_new: PGSource; cdecl ; inline ;
end ;
TGApplicationPrivate = record
end ;
PPGApplicationClass = ^ PGApplicationClass;
PGApplicationClass = ^ TGApplicationClass;
TGApplicationClass = object
parent_class: TGObjectClass;
startup: procedure( application: PGApplication) ; cdecl ;
activate: procedure( application: PGApplication) ; cdecl ;
open: procedure( application: PGApplication; files: PPGFile; n_files: gint; hint: Pgchar) ; cdecl ;
command_line: function( application: PGApplication; command_line: PGApplicationCommandLine) : gint; cdecl ;
local_command_line: function( application: PGApplication; arguments: PPPgchar; exit_status: Pgint) : gboolean; cdecl ;
before_emit: procedure( application: PGApplication; platform_data: PGVariant) ; cdecl ;
after_emit: procedure( application: PGApplication; platform_data: PGVariant) ; cdecl ;
add_platform_data: procedure( application: PGApplication; builder: PGVariantBuilder) ; cdecl ;
quit_mainloop: procedure( application: PGApplication) ; cdecl ;
run_mainloop: procedure( application: PGApplication) ; cdecl ;
2012-08-26 21:38:16 +00:00
shutdown: procedure( application: PGApplication) ; cdecl ;
2014-01-06 17:53:09 +00:00
dbus_register: function( application: PGApplication; connection: PGDBusConnection; object_path: Pgchar; error: PPGError) : gboolean; cdecl ;
dbus_unregister: procedure( application: PGApplication; connection: PGDBusConnection; object_path: Pgchar) ; cdecl ;
padding: array [ 0 .. 8 ] of gpointer;
end ;
PPGInputStreamPrivate = ^ PGInputStreamPrivate;
PGInputStreamPrivate = ^ TGInputStreamPrivate;
TGInputStream = object( TGObject)
priv: PGInputStreamPrivate;
procedure clear_pending; cdecl ; inline ;
function close( cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
procedure close_async( io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
function close_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; inline ;
function has_pending: gboolean; cdecl ; inline ;
function is_closed: gboolean; cdecl ; inline ;
function read( buffer: Pguint8; count: gsize; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ; inline ;
function read_all( buffer: Pguint8; count: gsize; bytes_read: Pgsize; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
procedure read_async( buffer: Pguint8; count: gsize; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
function read_bytes( count: gsize; cancellable: PGCancellable; error: PPGError) : PGBytes; cdecl ; inline ;
procedure read_bytes_async( count: gsize; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
function read_bytes_finish( result_: PGAsyncResult; error: PPGError) : PGBytes; cdecl ; inline ;
function read_finish( result_: PGAsyncResult; error: PPGError) : gssize; cdecl ; inline ;
function set_pending( error: PPGError) : gboolean; cdecl ; inline ;
function skip( count: gsize; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ; inline ;
procedure skip_async( count: gsize; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
function skip_finish( result_: PGAsyncResult; error: PPGError) : gssize; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
end ;
TGApplicationCommandLinePrivate = record
end ;
PPGApplicationCommandLineClass = ^ PGApplicationCommandLineClass;
PGApplicationCommandLineClass = ^ TGApplicationCommandLineClass;
TGApplicationCommandLineClass = object
parent_class: TGObjectClass;
print_literal: procedure( cmdline: PGApplicationCommandLine; message : Pgchar) ; cdecl ;
printerr_literal: procedure( cmdline: PGApplicationCommandLine; message : Pgchar) ; cdecl ;
2014-01-06 17:53:09 +00:00
get_stdin: function( cmdline: PGApplicationCommandLine) : PGInputStream; cdecl ;
padding: array [ 0 .. 1 0 ] of gpointer;
2011-09-22 00:28:15 +00:00
end ;
2011-09-25 13:46:23 +00:00
PPGAskPasswordFlags = ^ PGAskPasswordFlags;
PGAskPasswordFlags = ^ TGAskPasswordFlags;
2011-09-22 00:28:15 +00:00
PPGAsyncInitable = ^ PGAsyncInitable;
PGAsyncInitable = ^ TGAsyncInitable;
TGAsyncInitable = object
//procedure new_async(object_type: TGType; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer; first_property_name: Pgchar; args: array of const); cdecl; inline; static;
//procedure new_valist_async(object_type: TGType; first_property_name: Pgchar; var_args: Tva_list; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer); cdecl; inline; static;
procedure newv_async( object_type: TGType; n_parameters: guint; parameters: PGParameter; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ; static ;
procedure init_async( io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function init_finish( res: PGAsyncResult; error: PPGError) : gboolean; cdecl ; inline ;
function new_finish( res: PGAsyncResult; error: PPGError) : PGObject; cdecl ; inline ;
end ;
TGAsyncResult = object
function get_source_object: PGObject; cdecl ; inline ;
function get_user_data: gpointer; cdecl ; inline ;
function is_tagged( source_tag: gpointer) : gboolean; cdecl ; inline ;
function legacy_propagate_error( error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
end ;
PPGAsyncInitableIface = ^ PGAsyncInitableIface;
PGAsyncInitableIface = ^ TGAsyncInitableIface;
TGAsyncInitableIface = object
g_iface: TGTypeInterface;
init_async: procedure( initable: PGAsyncInitable; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
init_finish: function( initable: PGAsyncInitable; res: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
end ;
PPGAsyncResultIface = ^ PGAsyncResultIface;
PGAsyncResultIface = ^ TGAsyncResultIface;
TGAsyncResultIface = object
g_iface: TGTypeInterface;
get_user_data: function( res: PGAsyncResult) : gpointer; cdecl ;
get_source_object: function( res: PGAsyncResult) : PGObject; cdecl ;
2014-01-06 17:53:09 +00:00
is_tagged: function( res: PGAsyncResult; source_tag: gpointer) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
PPGSeekable = ^ PGSeekable;
PGSeekable = ^ TGSeekable;
TGSeekable = object
function can_seek: gboolean; cdecl ; inline ;
function can_truncate: gboolean; cdecl ; inline ;
function seek( offset: gint64; type_: TGSeekType; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
function tell: gint64; cdecl ; inline ;
function truncate( offset: gint64; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
PPGBufferedInputStream = ^ PGBufferedInputStream;
PGBufferedInputStream = ^ TGBufferedInputStream;
2011-09-22 00:28:15 +00:00
PPGFilterInputStream = ^ PGFilterInputStream;
PGFilterInputStream = ^ TGFilterInputStream;
TGFilterInputStream = object( TGInputStream)
2011-09-24 01:35:47 +00:00
base_stream1: PGInputStream;
2011-09-22 00:28:15 +00:00
function get_base_stream: PGInputStream; cdecl ; inline ;
function get_close_base_stream: gboolean; cdecl ; inline ;
procedure set_close_base_stream( close_base: gboolean) ; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
property base_stream: PGInputStream read get_base_stream { property is writeable but setter not declared } ;
property close_base_stream: gboolean read get_close_base_stream write set_close_base_stream;
2011-09-22 00:28:15 +00:00
end ;
PPGBufferedInputStreamPrivate = ^ PGBufferedInputStreamPrivate;
PGBufferedInputStreamPrivate = ^ TGBufferedInputStreamPrivate;
TGBufferedInputStream = object( TGFilterInputStream)
priv1: PGBufferedInputStreamPrivate;
function new( base_stream: PGInputStream) : PGBufferedInputStream; cdecl ; inline ; static ;
function new_sized( base_stream: PGInputStream; size: gsize) : PGBufferedInputStream; cdecl ; inline ; static ;
2014-01-06 17:53:09 +00:00
function fill( count: gssize; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure fill_async( count: gssize; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function fill_finish( result_: PGAsyncResult; error: PPGError) : gssize; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function get_available: gsize; cdecl ; inline ;
function get_buffer_size: gsize; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
function peek( buffer: Pguint8; offset: gsize; count: gsize) : gsize; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function peek_buffer( count: Pgsize) : Pguint8; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function read_byte( cancellable: PGCancellable; error: PPGError) : gint; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure set_buffer_size( size: gsize) ; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
property buffer_size: gsize read get_buffer_size write set_buffer_size;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
TGBufferedInputStreamPrivate = record
end ;
2011-09-22 00:28:15 +00:00
PPGFilterInputStreamClass = ^ PGFilterInputStreamClass;
PGFilterInputStreamClass = ^ TGFilterInputStreamClass;
PPGInputStreamClass = ^ PGInputStreamClass;
PGInputStreamClass = ^ TGInputStreamClass;
TGInputStreamClass = object
parent_class: TGObjectClass;
2014-01-06 17:53:09 +00:00
read_fn: function( stream: PGInputStream; buffer: Pgpointer; count: gsize; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ;
skip: function( stream: PGInputStream; count: gsize; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ;
close_fn: function( stream: PGInputStream; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
read_async: procedure( stream: PGInputStream; buffer: Pguint8; count: gsize; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
read_finish: function( stream: PGInputStream; result_: PGAsyncResult; error: PPGError) : gssize; cdecl ;
2011-09-22 00:28:15 +00:00
skip_async: procedure( stream: PGInputStream; count: gsize; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
skip_finish: function( stream: PGInputStream; result_: PGAsyncResult; error: PPGError) : gssize; cdecl ;
2011-09-22 00:28:15 +00:00
close_async: procedure( stream: PGInputStream; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
close_finish: function( stream: PGInputStream; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
_g_reserved1: procedure ; cdecl ;
_g_reserved2: procedure ; cdecl ;
_g_reserved3: procedure ; cdecl ;
_g_reserved4: procedure ; cdecl ;
_g_reserved5: procedure ; cdecl ;
end ;
TGFilterInputStreamClass = object
parent_class: TGInputStreamClass;
_g_reserved1: procedure ; cdecl ;
_g_reserved2: procedure ; cdecl ;
_g_reserved3: procedure ; cdecl ;
end ;
PPGBufferedInputStreamClass = ^ PGBufferedInputStreamClass;
PGBufferedInputStreamClass = ^ TGBufferedInputStreamClass;
TGBufferedInputStreamClass = object
parent_class: TGFilterInputStreamClass;
2014-01-06 17:53:09 +00:00
fill: function( stream: PGBufferedInputStream; count: gssize; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ;
2011-09-22 00:28:15 +00:00
fill_async: procedure( stream: PGBufferedInputStream; count: gssize; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
fill_finish: function( stream: PGBufferedInputStream; result_: PGAsyncResult; error: PPGError) : gssize; cdecl ;
2011-09-22 00:28:15 +00:00
_g_reserved1: procedure ; cdecl ;
_g_reserved2: procedure ; cdecl ;
_g_reserved3: procedure ; cdecl ;
_g_reserved4: procedure ; cdecl ;
_g_reserved5: procedure ; cdecl ;
end ;
PPGOutputStream = ^ PGOutputStream;
PGOutputStream = ^ TGOutputStream;
PPGOutputStreamSpliceFlags = ^ PGOutputStreamSpliceFlags;
PGOutputStreamSpliceFlags = ^ TGOutputStreamSpliceFlags;
PPGOutputStreamPrivate = ^ PGOutputStreamPrivate;
PGOutputStreamPrivate = ^ TGOutputStreamPrivate;
TGOutputStream = object( TGObject)
priv: PGOutputStreamPrivate;
procedure clear_pending; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function close( cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure close_async( io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function close_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; inline ;
function flush( cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure flush_async( io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function flush_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function has_pending: gboolean; cdecl ; inline ;
function is_closed: gboolean; cdecl ; inline ;
function is_closing: gboolean; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function set_pending( error: PPGError) : gboolean; cdecl ; inline ;
function splice( source: PGInputStream; flags: TGOutputStreamSpliceFlags; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure splice_async( source: PGInputStream; flags: TGOutputStreamSpliceFlags; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function splice_finish( result_: PGAsyncResult; error: PPGError) : gssize; cdecl ; inline ;
function write( buffer: Pguint8; count: gsize; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ; inline ;
function write_all( buffer: Pguint8; count: gsize; bytes_written: Pgsize; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure write_async( buffer: Pguint8; count: gsize; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function write_bytes( bytes: PGBytes; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ; inline ;
procedure write_bytes_async( bytes: PGBytes; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
function write_bytes_finish( result_: PGAsyncResult; error: PPGError) : gssize; cdecl ; inline ;
function write_finish( result_: PGAsyncResult; error: PPGError) : gssize; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
PPGBufferedOutputStream = ^ PGBufferedOutputStream;
PGBufferedOutputStream = ^ TGBufferedOutputStream;
2011-09-22 00:28:15 +00:00
PPGFilterOutputStream = ^ PGFilterOutputStream;
PGFilterOutputStream = ^ TGFilterOutputStream;
TGFilterOutputStream = object( TGOutputStream)
2011-09-24 01:35:47 +00:00
base_stream1: PGOutputStream;
2011-09-22 00:28:15 +00:00
function get_base_stream: PGOutputStream; cdecl ; inline ;
function get_close_base_stream: gboolean; cdecl ; inline ;
procedure set_close_base_stream( close_base: gboolean) ; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
property base_stream: PGOutputStream read get_base_stream { property is writeable but setter not declared } ;
property close_base_stream: gboolean read get_close_base_stream write set_close_base_stream;
2011-09-22 00:28:15 +00:00
end ;
PPGBufferedOutputStreamPrivate = ^ PGBufferedOutputStreamPrivate;
PGBufferedOutputStreamPrivate = ^ TGBufferedOutputStreamPrivate;
TGBufferedOutputStream = object( TGFilterOutputStream)
priv1: PGBufferedOutputStreamPrivate;
function new( base_stream: PGOutputStream) : PGBufferedOutputStream; cdecl ; inline ; static ;
function new_sized( base_stream: PGOutputStream; size: gsize) : PGBufferedOutputStream; cdecl ; inline ; static ;
function get_auto_grow: gboolean; cdecl ; inline ;
function get_buffer_size: gsize; cdecl ; inline ;
procedure set_auto_grow( auto_grow: gboolean) ; cdecl ; inline ;
procedure set_buffer_size( size: gsize) ; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
property auto_grow: gboolean read get_auto_grow write set_auto_grow;
property buffer_size: gsize read get_buffer_size write set_buffer_size;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
TGBufferedOutputStreamPrivate = record
end ;
2011-09-22 00:28:15 +00:00
PPGFilterOutputStreamClass = ^ PGFilterOutputStreamClass;
PGFilterOutputStreamClass = ^ TGFilterOutputStreamClass;
PPGOutputStreamClass = ^ PGOutputStreamClass;
PGOutputStreamClass = ^ TGOutputStreamClass;
TGOutputStreamClass = object
parent_class: TGObjectClass;
2014-01-06 17:53:09 +00:00
write_fn: function( stream: PGOutputStream; buffer: Pguint8; count: gsize; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ;
splice: function( stream: PGOutputStream; source: PGInputStream; flags: TGOutputStreamSpliceFlags; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ;
flush: function( stream: PGOutputStream; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
close_fn: function( stream: PGOutputStream; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
write_async: procedure( stream: PGOutputStream; buffer: Pguint8; count: gsize; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
write_finish: function( stream: PGOutputStream; result_: PGAsyncResult; error: PPGError) : gssize; cdecl ;
2011-09-22 00:28:15 +00:00
splice_async: procedure( stream: PGOutputStream; source: PGInputStream; flags: TGOutputStreamSpliceFlags; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
splice_finish: function( stream: PGOutputStream; result_: PGAsyncResult; error: PPGError) : gssize; cdecl ;
2011-09-22 00:28:15 +00:00
flush_async: procedure( stream: PGOutputStream; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
flush_finish: function( stream: PGOutputStream; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
close_async: procedure( stream: PGOutputStream; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
close_finish: function( stream: PGOutputStream; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
_g_reserved1: procedure ; cdecl ;
_g_reserved2: procedure ; cdecl ;
_g_reserved3: procedure ; cdecl ;
_g_reserved4: procedure ; cdecl ;
_g_reserved5: procedure ; cdecl ;
_g_reserved6: procedure ; cdecl ;
_g_reserved7: procedure ; cdecl ;
_g_reserved8: procedure ; cdecl ;
end ;
TGFilterOutputStreamClass = object
parent_class: TGOutputStreamClass;
_g_reserved1: procedure ; cdecl ;
_g_reserved2: procedure ; cdecl ;
_g_reserved3: procedure ; cdecl ;
end ;
PPGBufferedOutputStreamClass = ^ PGBufferedOutputStreamClass;
PGBufferedOutputStreamClass = ^ TGBufferedOutputStreamClass;
TGBufferedOutputStreamClass = object
parent_class: TGFilterOutputStreamClass;
_g_reserved1: procedure ; cdecl ;
_g_reserved2: procedure ; cdecl ;
end ;
TGBusAcquiredCallback = procedure( connection: PGDBusConnection; name : Pgchar; user_data: gpointer) ; cdecl ;
TGBusNameAcquiredCallback = procedure( connection: PGDBusConnection; name : Pgchar; user_data: gpointer) ; cdecl ;
TGBusNameAppearedCallback = procedure( connection: PGDBusConnection; name : Pgchar; name_owner: Pgchar; user_data: gpointer) ; cdecl ;
TGBusNameLostCallback = procedure( connection: PGDBusConnection; name : Pgchar; user_data: gpointer) ; cdecl ;
2011-09-25 13:46:23 +00:00
PPGBusNameOwnerFlags = ^ PGBusNameOwnerFlags;
PGBusNameOwnerFlags = ^ TGBusNameOwnerFlags;
2011-09-22 00:28:15 +00:00
TGBusNameVanishedCallback = procedure( connection: PGDBusConnection; name : Pgchar; user_data: gpointer) ; cdecl ;
2011-09-25 13:46:23 +00:00
PPGBusNameWatcherFlags = ^ PGBusNameWatcherFlags;
PGBusNameWatcherFlags = ^ TGBusNameWatcherFlags;
2011-09-22 00:28:15 +00:00
PPGBusType = ^ PGBusType;
PGBusType = ^ TGBusType;
TGCancellablePrivate = record
end ;
PPGCancellableClass = ^ PGCancellableClass;
PGCancellableClass = ^ TGCancellableClass;
TGCancellableClass = object
parent_class: TGObjectClass;
cancelled: procedure( cancellable: PGCancellable) ; cdecl ;
_g_reserved1: procedure ; cdecl ;
_g_reserved2: procedure ; cdecl ;
_g_reserved3: procedure ; cdecl ;
_g_reserved4: procedure ; cdecl ;
_g_reserved5: procedure ; cdecl ;
end ;
TGCancellableSourceFunc = function( cancellable: PGCancellable; user_data: gpointer) : gboolean; cdecl ;
PPGConverter = ^ PGConverter;
PGConverter = ^ TGConverter;
PPGConverterResult = ^ PGConverterResult;
PGConverterResult = ^ TGConverterResult;
PPGConverterFlags = ^ PGConverterFlags;
PGConverterFlags = ^ TGConverterFlags;
TGConverter = object
2014-01-06 17:53:09 +00:00
function convert( inbuf: Pguint8; inbuf_size: gsize; outbuf: Pgpointer; outbuf_size: gsize; flags: TGConverterFlags; bytes_read: Pgsize; bytes_written: Pgsize; error: PPGError) : TGConverterResult; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure reset; cdecl ; inline ;
end ;
PPGInitable = ^ PGInitable;
PGInitable = ^ TGInitable;
TGInitable = object
2014-01-06 17:53:09 +00:00
//function new(object_type: TGType; cancellable: PGCancellable; error: PPGError; first_property_name: Pgchar; args: array of const): PGObject; cdecl; inline; static;
//function new_valist(object_type: TGType; first_property_name: Pgchar; var_args: Tva_list; cancellable: PGCancellable; error: PPGError): PGObject; cdecl; inline; static;
function newv( object_type: TGType; n_parameters: guint; parameters: PGParameter; cancellable: PGCancellable; error: PPGError) : PGObject; cdecl ; inline ; static ;
function init( cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
end ;
PPGCharsetConverter = ^ PGCharsetConverter;
PGCharsetConverter = ^ TGCharsetConverter;
TGCharsetConverter = object( TGObject)
2014-01-06 17:53:09 +00:00
function new( to_charset: Pgchar; from_charset: Pgchar; error: PPGError) : PGCharsetConverter; cdecl ; inline ; static ;
2011-09-22 00:28:15 +00:00
function get_num_fallbacks: guint; cdecl ; inline ;
function get_use_fallback: gboolean; cdecl ; inline ;
procedure set_use_fallback( use_fallback: gboolean) ; cdecl ; inline ;
//property from_charset: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_from_charset { property is writeable but setter not declared } ;
//property to_charset: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_to_charset { property is writeable but setter not declared } ;
2012-08-26 21:38:16 +00:00
property use_fallback: gboolean read get_use_fallback write set_use_fallback;
2011-09-22 00:28:15 +00:00
end ;
PPGCharsetConverterClass = ^ PGCharsetConverterClass;
PGCharsetConverterClass = ^ TGCharsetConverterClass;
TGCharsetConverterClass = object
parent_class: TGObjectClass;
end ;
PPGConverterIface = ^ PGConverterIface;
PGConverterIface = ^ TGConverterIface;
TGConverterIface = object
g_iface: TGTypeInterface;
2014-01-06 17:53:09 +00:00
convert: function( converter: PGConverter; inbuf: Pguint8; inbuf_size: gsize; outbuf: Pgpointer; outbuf_size: gsize; flags: TGConverterFlags; bytes_read: Pgsize; bytes_written: Pgsize; error: PPGError) : TGConverterResult; cdecl ;
2011-09-22 00:28:15 +00:00
reset: procedure( converter: PGConverter) ; cdecl ;
end ;
2014-01-06 17:53:09 +00:00
PPGPollableInputStream = ^ PGPollableInputStream;
PGPollableInputStream = ^ TGPollableInputStream;
TGPollableInputStream = object
function can_poll: gboolean; cdecl ; inline ;
function create_source( cancellable: PGCancellable) : PGSource; cdecl ; inline ;
function is_readable: gboolean; cdecl ; inline ;
function read_nonblocking( buffer: Pgpointer; count: gsize; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
end ;
PPGConverterInputStream = ^ PGConverterInputStream;
PGConverterInputStream = ^ TGConverterInputStream;
2014-01-06 17:53:09 +00:00
PPGConverterInputStreamPrivate = ^ PGConverterInputStreamPrivate;
PGConverterInputStreamPrivate = ^ TGConverterInputStreamPrivate;
2011-09-22 00:28:15 +00:00
TGConverterInputStream = object( TGFilterInputStream)
priv1: PGConverterInputStreamPrivate;
function new( base_stream: PGInputStream; converter: PGConverter) : PGConverterInputStream; cdecl ; inline ; static ;
function get_converter: PGConverter; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
property converter: PGConverter read get_converter { property is writeable but setter not declared } ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
TGConverterInputStreamPrivate = record
end ;
2011-09-22 00:28:15 +00:00
PPGConverterInputStreamClass = ^ PGConverterInputStreamClass;
PGConverterInputStreamClass = ^ TGConverterInputStreamClass;
TGConverterInputStreamClass = object
parent_class: TGFilterInputStreamClass;
_g_reserved1: procedure ; cdecl ;
_g_reserved2: procedure ; cdecl ;
_g_reserved3: procedure ; cdecl ;
_g_reserved4: procedure ; cdecl ;
_g_reserved5: procedure ; cdecl ;
end ;
2014-01-06 17:53:09 +00:00
PPGPollableOutputStream = ^ PGPollableOutputStream;
PGPollableOutputStream = ^ TGPollableOutputStream;
TGPollableOutputStream = object
function can_poll: gboolean; cdecl ; inline ;
function create_source( cancellable: PGCancellable) : PGSource; cdecl ; inline ;
function is_writable: gboolean; cdecl ; inline ;
function write_nonblocking( buffer: Pguint8; count: gsize; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
end ;
PPGConverterOutputStream = ^ PGConverterOutputStream;
PGConverterOutputStream = ^ TGConverterOutputStream;
2014-01-06 17:53:09 +00:00
PPGConverterOutputStreamPrivate = ^ PGConverterOutputStreamPrivate;
PGConverterOutputStreamPrivate = ^ TGConverterOutputStreamPrivate;
2011-09-22 00:28:15 +00:00
TGConverterOutputStream = object( TGFilterOutputStream)
priv1: PGConverterOutputStreamPrivate;
function new( base_stream: PGOutputStream; converter: PGConverter) : PGConverterOutputStream; cdecl ; inline ; static ;
function get_converter: PGConverter; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
property converter: PGConverter read get_converter { property is writeable but setter not declared } ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
TGConverterOutputStreamPrivate = record
end ;
2011-09-22 00:28:15 +00:00
PPGConverterOutputStreamClass = ^ PGConverterOutputStreamClass;
PGConverterOutputStreamClass = ^ TGConverterOutputStreamClass;
TGConverterOutputStreamClass = object
parent_class: TGFilterOutputStreamClass;
_g_reserved1: procedure ; cdecl ;
_g_reserved2: procedure ; cdecl ;
_g_reserved3: procedure ; cdecl ;
_g_reserved4: procedure ; cdecl ;
_g_reserved5: procedure ; cdecl ;
end ;
PPGCredentialsType = ^ PGCredentialsType;
PGCredentialsType = ^ TGCredentialsType;
TGCredentials = object( TGObject)
function new: PGCredentials; cdecl ; inline ; static ;
function get_native( native_type: TGCredentialsType) : gpointer; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function get_unix_pid( error: PPGError) : gint; cdecl ; inline ;
function get_unix_user( error: PPGError) : guint; cdecl ; inline ;
function is_same_user( other_credentials: PGCredentials; error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure set_native( native_type: TGCredentialsType; native: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function set_unix_user( uid: guint; error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function to_string: Pgchar; cdecl ; inline ;
end ;
PPGCredentialsClass = ^ PGCredentialsClass;
PGCredentialsClass = ^ TGCredentialsClass;
TGCredentialsClass = object
end ;
2012-08-26 21:38:16 +00:00
PPGRemoteActionGroup = ^ PGRemoteActionGroup;
PGRemoteActionGroup = ^ TGRemoteActionGroup;
TGRemoteActionGroup = object
procedure activate_action_full( action_name: Pgchar; parameter: PGVariant; platform_data: PGVariant) ; cdecl ; inline ;
procedure change_action_state_full( action_name: Pgchar; value: PGVariant; platform_data: PGVariant) ; cdecl ; inline ;
end ;
PPGDBusActionGroup = ^ PGDBusActionGroup;
PGDBusActionGroup = ^ TGDBusActionGroup;
TGDBusActionGroup = object( TGObject)
function get( connection: PGDBusConnection; bus_name: Pgchar; object_path: Pgchar) : PGDBusActionGroup; cdecl ; inline ; static ;
end ;
2011-09-22 00:28:15 +00:00
PPGDBusAnnotationInfo = ^ PGDBusAnnotationInfo;
PGDBusAnnotationInfo = ^ TGDBusAnnotationInfo;
TGDBusAnnotationInfo = object
ref_count: gint;
key: Pgchar;
value: Pgchar;
annotations: PGDBusAnnotationInfo;
function ref: PGDBusAnnotationInfo; cdecl ; inline ;
procedure unref; cdecl ; inline ;
function lookup( annotations: PPGDBusAnnotationInfo; name : Pgchar) : Pgchar; cdecl ; inline ; static ;
end ;
PPGDBusArgInfo = ^ PGDBusArgInfo;
PGDBusArgInfo = ^ TGDBusArgInfo;
TGDBusArgInfo = object
ref_count: gint;
name : Pgchar;
signature: Pgchar;
annotations: PGDBusAnnotationInfo;
function ref: PGDBusArgInfo; cdecl ; inline ;
procedure unref; cdecl ; inline ;
end ;
TGDBusAuthObserver = object( TGObject)
function new: PGDBusAuthObserver; cdecl ; inline ; static ;
2014-01-06 17:53:09 +00:00
function allow_mechanism( mechanism: Pgchar) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function authorize_authenticated_peer( stream: PGIOStream; credentials: PGCredentials) : gboolean; cdecl ; inline ;
end ;
PPGIOStreamSpliceFlags = ^ PGIOStreamSpliceFlags;
PGIOStreamSpliceFlags = ^ TGIOStreamSpliceFlags;
PPGIOStreamPrivate = ^ PGIOStreamPrivate;
PGIOStreamPrivate = ^ TGIOStreamPrivate;
TGIOStream = object( TGObject)
priv: PGIOStreamPrivate;
2014-01-06 17:53:09 +00:00
function splice_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; inline ; static ;
2011-09-22 00:28:15 +00:00
procedure clear_pending; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function close( cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure close_async( io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function close_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function get_input_stream: PGInputStream; cdecl ; inline ;
function get_output_stream: PGOutputStream; cdecl ; inline ;
function has_pending: gboolean; cdecl ; inline ;
function is_closed: gboolean; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function set_pending( error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure splice_async( stream2: PGIOStream; flags: TGIOStreamSpliceFlags; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
//property closed: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_closed ;
property input_stream: PGInputStream read get_input_stream ;
property output_stream: PGOutputStream read get_output_stream ;
2011-09-22 00:28:15 +00:00
end ;
PPGUnixFDListPrivate = ^ PGUnixFDListPrivate;
PGUnixFDListPrivate = ^ TGUnixFDListPrivate;
TGUnixFDList = object( TGObject)
priv: PGUnixFDListPrivate;
function new: PGUnixFDList; cdecl ; inline ; static ;
function new_from_array( fds: Pgint; n_fds: gint) : PGUnixFDList; cdecl ; inline ; static ;
2014-01-06 17:53:09 +00:00
function append( fd: gint; error: PPGError) : gint; cdecl ; inline ;
function get( index_: gint; error: PPGError) : gint; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function get_length: gint; cdecl ; inline ;
function peek_fds( length : Pgint) : Pgint; cdecl ; inline ;
function steal_fds( length : Pgint) : Pgint; cdecl ; inline ;
end ;
2012-08-26 21:38:16 +00:00
PPGMenuAttributeIter = ^ PGMenuAttributeIter;
PGMenuAttributeIter = ^ TGMenuAttributeIter;
PPGMenuLinkIter = ^ PGMenuLinkIter;
PGMenuLinkIter = ^ TGMenuLinkIter;
PPGMenuModelPrivate = ^ PGMenuModelPrivate;
PGMenuModelPrivate = ^ TGMenuModelPrivate;
TGMenuModel = object( TGObject)
priv: PGMenuModelPrivate;
//function get_item_attribute(item_index: gint; attribute: Pgchar; format_string: Pgchar; args: array of const): gboolean; cdecl; inline;
function get_item_attribute_value( item_index: gint; attribute: Pgchar; expected_type: PGVariantType) : PGVariant; cdecl ; inline ;
function get_item_link( item_index: gint; link: Pgchar) : PGMenuModel; cdecl ; inline ;
function get_n_items: gint; cdecl ; inline ;
function is_mutable: gboolean; cdecl ; inline ;
procedure items_changed( position: gint; removed: gint; added: gint) ; cdecl ; inline ;
function iterate_item_attributes( item_index: gint) : PGMenuAttributeIter; cdecl ; inline ;
function iterate_item_links( item_index: gint) : PGMenuLinkIter; cdecl ; inline ;
end ;
2011-09-22 00:28:15 +00:00
PPGDBusMethodInfo = ^ PGDBusMethodInfo;
PGDBusMethodInfo = ^ TGDBusMethodInfo;
PPGDBusPropertyInfo = ^ PGDBusPropertyInfo;
PGDBusPropertyInfo = ^ TGDBusPropertyInfo;
PPGDBusSignalInfo = ^ PGDBusSignalInfo;
PGDBusSignalInfo = ^ TGDBusSignalInfo;
TGDBusInterfaceInfo = object
ref_count: gint;
name : Pgchar;
methods: PGDBusMethodInfo;
signals: PGDBusSignalInfo;
properties: PGDBusPropertyInfo;
annotations: PGDBusAnnotationInfo;
procedure cache_build; cdecl ; inline ;
procedure cache_release; cdecl ; inline ;
procedure generate_xml( indent: guint; string_builder: PGString) ; cdecl ; inline ;
function lookup_method( name : Pgchar) : PGDBusMethodInfo; cdecl ; inline ;
function lookup_property( name : Pgchar) : PGDBusPropertyInfo; cdecl ; inline ;
function lookup_signal( name : Pgchar) : PGDBusSignalInfo; cdecl ; inline ;
function ref: PGDBusInterfaceInfo; cdecl ; inline ;
procedure unref; cdecl ; inline ;
end ;
PPGDBusInterfaceMethodCallFunc = ^ PGDBusInterfaceMethodCallFunc;
PGDBusInterfaceMethodCallFunc = ^ TGDBusInterfaceMethodCallFunc;
PPGDBusMethodInvocation = ^ PGDBusMethodInvocation;
PGDBusMethodInvocation = ^ TGDBusMethodInvocation;
TGDBusInterfaceMethodCallFunc = procedure( connection: PGDBusConnection; sender: Pgchar; object_path: Pgchar; interface_name: Pgchar; method_name: Pgchar; parameters: PGVariant; invocation: PGDBusMethodInvocation; user_data: gpointer) ; cdecl ;
PPGDBusInterfaceGetPropertyFunc = ^ PGDBusInterfaceGetPropertyFunc;
PGDBusInterfaceGetPropertyFunc = ^ TGDBusInterfaceGetPropertyFunc;
TGDBusInterfaceGetPropertyFunc = function( connection: PGDBusConnection; sender: Pgchar; object_path: Pgchar; interface_name: Pgchar; property_name: Pgchar; error: PPGError; user_data: gpointer) : PGVariant; cdecl ;
PPGDBusInterfaceSetPropertyFunc = ^ PGDBusInterfaceSetPropertyFunc;
PGDBusInterfaceSetPropertyFunc = ^ TGDBusInterfaceSetPropertyFunc;
TGDBusInterfaceSetPropertyFunc = function( connection: PGDBusConnection; sender: Pgchar; object_path: Pgchar; interface_name: Pgchar; property_name: Pgchar; value: PGVariant; error: PPGError; user_data: gpointer) : gboolean; cdecl ;
TGDBusInterfaceVTable = record
method_call: TGDBusInterfaceMethodCallFunc;
get_property: TGDBusInterfaceGetPropertyFunc;
set_property: TGDBusInterfaceSetPropertyFunc;
padding: array [ 0 .. 7 ] of gpointer;
end ;
PPGDBusSubtreeEnumerateFunc = ^ PGDBusSubtreeEnumerateFunc;
PGDBusSubtreeEnumerateFunc = ^ TGDBusSubtreeEnumerateFunc;
TGDBusSubtreeEnumerateFunc = function( connection: PGDBusConnection; sender: Pgchar; object_path: Pgchar; user_data: gpointer) : PPgchar; cdecl ;
PPGDBusSubtreeIntrospectFunc = ^ PGDBusSubtreeIntrospectFunc;
PGDBusSubtreeIntrospectFunc = ^ TGDBusSubtreeIntrospectFunc;
TGDBusSubtreeIntrospectFunc = function( connection: PGDBusConnection; sender: Pgchar; object_path: Pgchar; node: Pgchar; user_data: gpointer) : PPGDBusInterfaceInfo; cdecl ;
PPGDBusSubtreeDispatchFunc = ^ PGDBusSubtreeDispatchFunc;
PGDBusSubtreeDispatchFunc = ^ TGDBusSubtreeDispatchFunc;
TGDBusSubtreeDispatchFunc = function( connection: PGDBusConnection; sender: Pgchar; object_path: Pgchar; interface_name: Pgchar; node: Pgchar; out_user_data: Pgpointer; user_data: gpointer) : PGDBusInterfaceVTable; cdecl ;
TGDBusSubtreeVTable = record
enumerate: TGDBusSubtreeEnumerateFunc;
introspect: TGDBusSubtreeIntrospectFunc;
dispatch: TGDBusSubtreeDispatchFunc;
padding: array [ 0 .. 7 ] of gpointer;
end ;
PPGDBusMessageByteOrder = ^ PGDBusMessageByteOrder;
PGDBusMessageByteOrder = ^ TGDBusMessageByteOrder;
PPGDBusMessageFlags = ^ PGDBusMessageFlags;
PGDBusMessageFlags = ^ TGDBusMessageFlags;
PPGDBusMessageHeaderField = ^ PGDBusMessageHeaderField;
PGDBusMessageHeaderField = ^ TGDBusMessageHeaderField;
PPGDBusMessageType = ^ PGDBusMessageType;
PGDBusMessageType = ^ TGDBusMessageType;
TGDBusMessage = object( TGObject)
function new: PGDBusMessage; cdecl ; inline ; static ;
2014-01-06 17:53:09 +00:00
function new_from_blob( blob: Pguint8; blob_len: gsize; capabilities: TGDBusCapabilityFlags; error: PPGError) : PGDBusMessage; cdecl ; inline ; static ;
2011-09-22 00:28:15 +00:00
function new_method_call( name : Pgchar; path: Pgchar; interface_: Pgchar; method: Pgchar) : PGDBusMessage; cdecl ; inline ; static ;
function new_signal( path: Pgchar; interface_: Pgchar; signal: Pgchar) : PGDBusMessage; cdecl ; inline ; static ;
2014-01-06 17:53:09 +00:00
function bytes_needed( blob: Pguint8; blob_len: gsize; error: PPGError) : gssize; cdecl ; inline ; static ;
function copy( error: PPGError) : PGDBusMessage; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function get_arg0: Pgchar; cdecl ; inline ;
function get_body: PGVariant; cdecl ; inline ;
function get_byte_order: TGDBusMessageByteOrder; cdecl ; inline ;
function get_destination: Pgchar; cdecl ; inline ;
function get_error_name: Pgchar; cdecl ; inline ;
function get_flags: TGDBusMessageFlags; cdecl ; inline ;
function get_header( header_field: TGDBusMessageHeaderField) : PGVariant; cdecl ; inline ;
function get_header_fields: Pguint8; cdecl ; inline ;
function get_interface: Pgchar; cdecl ; inline ;
function get_locked: gboolean; cdecl ; inline ;
function get_member: Pgchar; cdecl ; inline ;
function get_message_type: TGDBusMessageType; cdecl ; inline ;
function get_num_unix_fds: guint32; cdecl ; inline ;
function get_path: Pgchar; cdecl ; inline ;
function get_reply_serial: guint32; cdecl ; inline ;
function get_sender: Pgchar; cdecl ; inline ;
function get_serial: guint32; cdecl ; inline ;
function get_signature: Pgchar; cdecl ; inline ;
function get_unix_fd_list: PGUnixFDList; cdecl ; inline ;
procedure lock; cdecl ; inline ;
//function new_method_error(error_name: Pgchar; error_message_format: Pgchar; args: array of const): PGDBusMessage; cdecl; inline;
function new_method_error_literal( error_name: Pgchar; error_message: Pgchar) : PGDBusMessage; cdecl ; inline ;
//function new_method_error_valist(error_name: Pgchar; error_message_format: Pgchar; var_args: Tva_list): PGDBusMessage; cdecl; inline;
function new_method_reply: PGDBusMessage; cdecl ; inline ;
function print( indent: guint) : Pgchar; cdecl ; inline ;
procedure set_body( body: PGVariant) ; cdecl ; inline ;
procedure set_byte_order( byte_order: TGDBusMessageByteOrder) ; cdecl ; inline ;
procedure set_destination( value: Pgchar) ; cdecl ; inline ;
procedure set_error_name( value: Pgchar) ; cdecl ; inline ;
procedure set_flags( flags: TGDBusMessageFlags) ; cdecl ; inline ;
procedure set_header( header_field: TGDBusMessageHeaderField; value: PGVariant) ; cdecl ; inline ;
procedure set_interface( value: Pgchar) ; cdecl ; inline ;
procedure set_member( value: Pgchar) ; cdecl ; inline ;
procedure set_message_type( type_: TGDBusMessageType) ; cdecl ; inline ;
procedure set_num_unix_fds( value: guint32) ; cdecl ; inline ;
procedure set_path( value: Pgchar) ; cdecl ; inline ;
procedure set_reply_serial( value: guint32) ; cdecl ; inline ;
procedure set_sender( value: Pgchar) ; cdecl ; inline ;
procedure set_serial( serial: guint32) ; cdecl ; inline ;
procedure set_signature( value: Pgchar) ; cdecl ; inline ;
procedure set_unix_fd_list( fd_list: PGUnixFDList) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function to_blob( out_size: Pgsize; capabilities: TGDBusCapabilityFlags; error: PPGError) : Pguint8; cdecl ; inline ;
function to_gerror( error: PPGError) : gboolean; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
property locked: gboolean read get_locked ;
2011-09-22 00:28:15 +00:00
end ;
PPGDBusErrorEntry = ^ PGDBusErrorEntry;
PGDBusErrorEntry = ^ TGDBusErrorEntry;
TGDBusErrorEntry = record
error_code: gint;
dbus_error_name: Pgchar;
end ;
PPGDBusError = ^ PGDBusError;
PGDBusError = ^ TGDBusError;
PPGDBusObject = ^ PGDBusObject;
PGDBusObject = ^ TGDBusObject;
PPGDBusInterface = ^ PGDBusInterface;
PGDBusInterface = ^ TGDBusInterface;
TGDBusInterface = object
2012-08-26 21:38:16 +00:00
function dup_object: PGDBusObject; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function get_info: PGDBusInterfaceInfo; cdecl ; inline ;
function get_object: PGDBusObject; cdecl ; inline ;
procedure set_object( object_: PGDBusObject) ; cdecl ; inline ;
end ;
TGDBusObject = object
interface_added: procedure( interface_: TGDBusInterface) ; cdecl ;
interface_removed: procedure( interface_: TGDBusInterface) ; cdecl ;
function get_interface( interface_name: Pgchar) : PGDBusInterface; cdecl ; inline ;
function get_interfaces: PGList; cdecl ; inline ;
function get_object_path: Pgchar; cdecl ; inline ;
end ;
PPGDBusInterfaceIface = ^ PGDBusInterfaceIface;
PGDBusInterfaceIface = ^ TGDBusInterfaceIface;
TGDBusInterfaceIface = object
parent_iface: TGTypeInterface;
get_info: function( interface_: PGDBusInterface) : PGDBusInterfaceInfo; cdecl ;
get_object: function( interface_: PGDBusInterface) : PGDBusObject; cdecl ;
set_object: procedure( interface_: PGDBusInterface; object_: PGDBusObject) ; cdecl ;
2012-08-26 21:38:16 +00:00
dup_object: function( interface_: PGDBusInterface) : PGDBusObject; cdecl ;
2011-09-22 00:28:15 +00:00
end ;
TGDBusMethodInfo = object
ref_count: gint;
name : Pgchar;
in_args: PGDBusArgInfo;
out_args: PGDBusArgInfo;
annotations: PGDBusAnnotationInfo;
function ref: PGDBusMethodInfo; cdecl ; inline ;
procedure unref; cdecl ; inline ;
end ;
TGDBusSignalInfo = object
ref_count: gint;
name : Pgchar;
args: PGDBusArgInfo;
annotations: PGDBusAnnotationInfo;
function ref: PGDBusSignalInfo; cdecl ; inline ;
procedure unref; cdecl ; inline ;
end ;
PPGDBusPropertyInfoFlags = ^ PGDBusPropertyInfoFlags;
PGDBusPropertyInfoFlags = ^ TGDBusPropertyInfoFlags;
TGDBusPropertyInfo = object
ref_count: gint;
name : Pgchar;
signature: Pgchar;
flags: TGDBusPropertyInfoFlags;
annotations: PGDBusAnnotationInfo;
function ref: PGDBusPropertyInfo; cdecl ; inline ;
procedure unref; cdecl ; inline ;
end ;
TGDBusMethodInvocation = object( TGObject)
function get_connection: PGDBusConnection; cdecl ; inline ;
function get_interface_name: Pgchar; cdecl ; inline ;
function get_message: PGDBusMessage; cdecl ; inline ;
function get_method_info: PGDBusMethodInfo; cdecl ; inline ;
function get_method_name: Pgchar; cdecl ; inline ;
function get_object_path: Pgchar; cdecl ; inline ;
function get_parameters: PGVariant; cdecl ; inline ;
function get_sender: Pgchar; cdecl ; inline ;
function get_user_data: gpointer; cdecl ; inline ;
procedure return_dbus_error( error_name: Pgchar; error_message: Pgchar) ; cdecl ; inline ;
//procedure return_error(domain: TGQuark; code: gint; format: Pgchar; args: array of const); cdecl; inline;
procedure return_error_literal( domain: TGQuark; code: gint; message : Pgchar) ; cdecl ; inline ;
//procedure return_error_valist(domain: TGQuark; code: gint; format: Pgchar; var_args: Tva_list); cdecl; inline;
procedure return_gerror( error: PGError) ; cdecl ; inline ;
procedure return_value( parameters: PGVariant) ; cdecl ; inline ;
procedure return_value_with_unix_fd_list( parameters: PGVariant; fd_list: PGUnixFDList) ; cdecl ; inline ;
procedure take_error( error: PGError) ; cdecl ; inline ;
end ;
2014-01-06 17:53:09 +00:00
PPGDBusInterfaceSkeleton = ^ PGDBusInterfaceSkeleton;
PGDBusInterfaceSkeleton = ^ TGDBusInterfaceSkeleton;
2011-09-25 13:46:23 +00:00
PPGDBusInterfaceSkeletonFlags = ^ PGDBusInterfaceSkeletonFlags;
PGDBusInterfaceSkeletonFlags = ^ TGDBusInterfaceSkeletonFlags;
2011-09-22 00:28:15 +00:00
PPGDBusInterfaceSkeletonPrivate = ^ PGDBusInterfaceSkeletonPrivate;
PGDBusInterfaceSkeletonPrivate = ^ TGDBusInterfaceSkeletonPrivate;
TGDBusInterfaceSkeleton = object( TGObject)
priv: PGDBusInterfaceSkeletonPrivate;
2014-01-06 17:53:09 +00:00
function export( connection: PGDBusConnection; object_path: Pgchar; error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure flush; cdecl ; inline ;
function get_connection: PGDBusConnection; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
function get_connections: PGList; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function get_flags: TGDBusInterfaceSkeletonFlags; cdecl ; inline ;
function get_info: PGDBusInterfaceInfo; cdecl ; inline ;
function get_object_path: Pgchar; cdecl ; inline ;
function get_properties: PGVariant; cdecl ; inline ;
function get_vtable: PGDBusInterfaceVTable; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
function has_connection( connection: PGDBusConnection) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure set_flags( flags: TGDBusInterfaceSkeletonFlags) ; cdecl ; inline ;
procedure unexport; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
procedure unexport_from_connection( connection: PGDBusConnection) ; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
//property g_flags: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_g_flags { property is writeable but setter not declared } ;
end ;
2014-01-06 17:53:09 +00:00
TGDBusInterfaceSkeletonPrivate = record
end ;
2011-09-22 00:28:15 +00:00
PPGDBusInterfaceSkeletonClass = ^ PGDBusInterfaceSkeletonClass;
PGDBusInterfaceSkeletonClass = ^ TGDBusInterfaceSkeletonClass;
TGDBusInterfaceSkeletonClass = object
parent_class: TGObjectClass;
get_info: function( interface_: PGDBusInterfaceSkeleton) : PGDBusInterfaceInfo; cdecl ;
get_vtable: function( interface_: PGDBusInterfaceSkeleton) : PGDBusInterfaceVTable; cdecl ;
get_properties: function( interface_: PGDBusInterfaceSkeleton) : PGVariant; cdecl ;
flush: procedure( interface_: PGDBusInterfaceSkeleton) ; cdecl ;
vfunc_padding: array [ 0 .. 7 ] of gpointer;
g_authorize_method: function( interface_: PGDBusInterfaceSkeleton; invocation: PGDBusMethodInvocation) : gboolean; cdecl ;
signal_padding: array [ 0 .. 7 ] of gpointer;
end ;
2012-08-26 21:38:16 +00:00
PPGDBusMenuModel = ^ PGDBusMenuModel;
PGDBusMenuModel = ^ TGDBusMenuModel;
TGDBusMenuModel = object( TGMenuModel)
function get( connection: PGDBusConnection; bus_name: Pgchar; object_path: Pgchar) : PGDBusMenuModel; cdecl ; inline ; static ;
end ;
2011-09-22 00:28:15 +00:00
PPGDBusNodeInfo = ^ PGDBusNodeInfo;
PGDBusNodeInfo = ^ TGDBusNodeInfo;
TGDBusNodeInfo = object
ref_count: gint;
path: Pgchar;
interfaces: PGDBusInterfaceInfo;
nodes: PGDBusNodeInfo;
annotations: PGDBusAnnotationInfo;
2014-01-06 17:53:09 +00:00
function new_for_xml( xml_data: Pgchar; error: PPGError) : PGDBusNodeInfo; cdecl ; inline ; static ;
2011-09-22 00:28:15 +00:00
procedure generate_xml( indent: guint; string_builder: PGString) ; cdecl ; inline ;
function lookup_interface( name : Pgchar) : PGDBusInterfaceInfo; cdecl ; inline ;
function ref: PGDBusNodeInfo; cdecl ; inline ;
procedure unref; cdecl ; inline ;
end ;
PPGDBusObjectIface = ^ PGDBusObjectIface;
PGDBusObjectIface = ^ TGDBusObjectIface;
TGDBusObjectIface = object
parent_iface: TGTypeInterface;
get_object_path: function( object_: PGDBusObject) : Pgchar; cdecl ;
get_interfaces: function( object_: PGDBusObject) : PGList; cdecl ;
get_interface: function( object_: PGDBusObject; interface_name: Pgchar) : PGDBusInterface; cdecl ;
interface_added: procedure( object_: PGDBusObject; interface_: PGDBusInterface) ; cdecl ;
interface_removed: procedure( object_: PGDBusObject; interface_: PGDBusInterface) ; cdecl ;
end ;
PPGDBusObjectManager = ^ PGDBusObjectManager;
PGDBusObjectManager = ^ TGDBusObjectManager;
TGDBusObjectManager = object
interface_added: procedure( object_: TGDBusObject; interface_: TGDBusInterface) ; cdecl ;
interface_removed: procedure( object_: TGDBusObject; interface_: TGDBusInterface) ; cdecl ;
object_added: procedure( object_: TGDBusObject) ; cdecl ;
object_removed: procedure( object_: TGDBusObject) ; cdecl ;
function get_interface( object_path: Pgchar; interface_name: Pgchar) : PGDBusInterface; cdecl ; inline ;
function get_object( object_path: Pgchar) : PGDBusObject; cdecl ; inline ;
function get_object_path: Pgchar; cdecl ; inline ;
function get_objects: PGList; cdecl ; inline ;
end ;
PPGDBusObjectManagerClient = ^ PGDBusObjectManagerClient;
PGDBusObjectManagerClient = ^ TGDBusObjectManagerClient;
PPGDBusObjectManagerClientFlags = ^ PGDBusObjectManagerClientFlags;
PGDBusObjectManagerClientFlags = ^ TGDBusObjectManagerClientFlags;
PPGDBusProxyTypeFunc = ^ PGDBusProxyTypeFunc;
PGDBusProxyTypeFunc = ^ TGDBusProxyTypeFunc;
TGDBusProxyTypeFunc = function( manager: PGDBusObjectManagerClient; object_path: Pgchar; interface_name: Pgchar; user_data: gpointer) : TGType; cdecl ;
PPGDBusObjectManagerClientPrivate = ^ PGDBusObjectManagerClientPrivate;
PGDBusObjectManagerClientPrivate = ^ TGDBusObjectManagerClientPrivate;
TGDBusObjectManagerClient = object( TGObject)
priv: PGDBusObjectManagerClientPrivate;
2014-01-06 17:53:09 +00:00
function new_finish( res: PGAsyncResult; error: PPGError) : PGDBusObjectManagerClient; cdecl ; inline ; static ;
function new_for_bus_finish( res: PGAsyncResult; error: PPGError) : PGDBusObjectManagerClient; cdecl ; inline ; static ;
function new_for_bus_sync( bus_type: TGBusType; flags: TGDBusObjectManagerClientFlags; name : Pgchar; object_path: Pgchar; get_proxy_type_func: TGDBusProxyTypeFunc; get_proxy_type_user_data: gpointer; get_proxy_type_destroy_notify: TGDestroyNotify; cancellable: PGCancellable; error: PPGError) : PGDBusObjectManagerClient; cdecl ; inline ; static ;
function new_sync( connection: PGDBusConnection; flags: TGDBusObjectManagerClientFlags; name : Pgchar; object_path: Pgchar; get_proxy_type_func: TGDBusProxyTypeFunc; get_proxy_type_user_data: gpointer; get_proxy_type_destroy_notify: TGDestroyNotify; cancellable: PGCancellable; error: PPGError) : PGDBusObjectManagerClient; cdecl ; inline ; static ;
2011-09-22 00:28:15 +00:00
procedure new( connection: PGDBusConnection; flags: TGDBusObjectManagerClientFlags; name : Pgchar; object_path: Pgchar; get_proxy_type_func: TGDBusProxyTypeFunc; get_proxy_type_user_data: gpointer; get_proxy_type_destroy_notify: TGDestroyNotify; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ; static ;
procedure new_for_bus( bus_type: TGBusType; flags: TGDBusObjectManagerClientFlags; name : Pgchar; object_path: Pgchar; get_proxy_type_func: TGDBusProxyTypeFunc; get_proxy_type_user_data: gpointer; get_proxy_type_destroy_notify: TGDestroyNotify; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ; static ;
function get_connection: PGDBusConnection; cdecl ; inline ;
function get_flags: TGDBusObjectManagerClientFlags; cdecl ; inline ;
function get_name: Pgchar; cdecl ; inline ;
function get_name_owner: Pgchar; cdecl ; inline ;
//property bus_type: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_bus_type { property is writeable but setter not declared } ;
2012-08-26 21:38:16 +00:00
property connection: PGDBusConnection read get_connection { property is writeable but setter not declared } ;
property flags: TGDBusObjectManagerClientFlags read get_flags { property is writeable but setter not declared } ;
2011-09-22 00:28:15 +00:00
//property get_proxy_type_destroy_notify: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_get_proxy_type_destroy_notify { property is writeable but setter not declared } ;
//property get_proxy_type_func: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_get_proxy_type_func { property is writeable but setter not declared } ;
//property get_proxy_type_user_data: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_get_proxy_type_user_data { property is writeable but setter not declared } ;
2012-08-26 21:38:16 +00:00
property name : Pgchar read get_name { property is writeable but setter not declared } ;
property name_owner: Pgchar read get_name_owner ;
2011-09-22 00:28:15 +00:00
//property object_path: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_object_path { property is writeable but setter not declared } ;
end ;
PPGDBusObjectProxy = ^ PGDBusObjectProxy;
PGDBusObjectProxy = ^ TGDBusObjectProxy;
PPGDBusObjectProxyPrivate = ^ PGDBusObjectProxyPrivate;
PGDBusObjectProxyPrivate = ^ TGDBusObjectProxyPrivate;
TGDBusObjectProxy = object( TGObject)
priv: PGDBusObjectProxyPrivate;
function new( connection: PGDBusConnection; object_path: Pgchar) : PGDBusObjectProxy; cdecl ; inline ; static ;
function get_connection: PGDBusConnection; cdecl ; inline ;
2011-10-22 18:47:15 +00:00
//property g_connection: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_g_connection { property is writeable but setter not declared } ;
//property g_object_path: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_g_object_path { property is writeable but setter not declared } ;
2011-09-22 00:28:15 +00:00
end ;
PPGDBusProxy = ^ PGDBusProxy;
PGDBusProxy = ^ TGDBusProxy;
PPGDBusProxyFlags = ^ PGDBusProxyFlags;
PGDBusProxyFlags = ^ TGDBusProxyFlags;
PPGDBusProxyPrivate = ^ PGDBusProxyPrivate;
PGDBusProxyPrivate = ^ TGDBusProxyPrivate;
TGDBusProxy = object( TGObject)
priv: PGDBusProxyPrivate;
2014-01-06 17:53:09 +00:00
function new_finish( res: PGAsyncResult; error: PPGError) : PGDBusProxy; cdecl ; inline ; static ;
function new_for_bus_finish( res: PGAsyncResult; error: PPGError) : PGDBusProxy; cdecl ; inline ; static ;
function new_for_bus_sync( bus_type: TGBusType; flags: TGDBusProxyFlags; info: PGDBusInterfaceInfo; name : Pgchar; object_path: Pgchar; interface_name: Pgchar; cancellable: PGCancellable; error: PPGError) : PGDBusProxy; cdecl ; inline ; static ;
function new_sync( connection: PGDBusConnection; flags: TGDBusProxyFlags; info: PGDBusInterfaceInfo; name : Pgchar; object_path: Pgchar; interface_name: Pgchar; cancellable: PGCancellable; error: PPGError) : PGDBusProxy; cdecl ; inline ; static ;
2011-09-22 00:28:15 +00:00
procedure new( connection: PGDBusConnection; flags: TGDBusProxyFlags; info: PGDBusInterfaceInfo; name : Pgchar; object_path: Pgchar; interface_name: Pgchar; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ; static ;
procedure new_for_bus( bus_type: TGBusType; flags: TGDBusProxyFlags; info: PGDBusInterfaceInfo; name : Pgchar; object_path: Pgchar; interface_name: Pgchar; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ; static ;
procedure call( method_name: Pgchar; parameters: PGVariant; flags: TGDBusCallFlags; timeout_msec: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function call_finish( res: PGAsyncResult; error: PPGError) : PGVariant; cdecl ; inline ;
function call_sync( method_name: Pgchar; parameters: PGVariant; flags: TGDBusCallFlags; timeout_msec: gint; cancellable: PGCancellable; error: PPGError) : PGVariant; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure call_with_unix_fd_list( method_name: Pgchar; parameters: PGVariant; flags: TGDBusCallFlags; timeout_msec: gint; fd_list: PGUnixFDList; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function call_with_unix_fd_list_finish( out_fd_list: PPGUnixFDList; res: PGAsyncResult; error: PPGError) : PGVariant; cdecl ; inline ;
function call_with_unix_fd_list_sync( method_name: Pgchar; parameters: PGVariant; flags: TGDBusCallFlags; timeout_msec: gint; fd_list: PGUnixFDList; out_fd_list: PPGUnixFDList; cancellable: PGCancellable; error: PPGError) : PGVariant; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function get_cached_property( property_name: Pgchar) : PGVariant; cdecl ; inline ;
function get_cached_property_names: PPgchar; cdecl ; inline ;
function get_connection: PGDBusConnection; cdecl ; inline ;
function get_default_timeout: gint; cdecl ; inline ;
function get_flags: TGDBusProxyFlags; cdecl ; inline ;
function get_interface_info: PGDBusInterfaceInfo; cdecl ; inline ;
function get_interface_name: Pgchar; cdecl ; inline ;
function get_name: Pgchar; cdecl ; inline ;
function get_name_owner: Pgchar; cdecl ; inline ;
function get_object_path: Pgchar; cdecl ; inline ;
procedure set_cached_property( property_name: Pgchar; value: PGVariant) ; cdecl ; inline ;
procedure set_default_timeout( timeout_msec: gint) ; cdecl ; inline ;
procedure set_interface_info( info: PGDBusInterfaceInfo) ; cdecl ; inline ;
//property g_bus_type: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_g_bus_type { property is writeable but setter not declared } ;
//property g_connection: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_g_connection { property is writeable but setter not declared } ;
//property g_default_timeout: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_g_default_timeout { property is writeable but setter not declared } ;
//property g_flags: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_g_flags { property is writeable but setter not declared } ;
//property g_interface_info: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_g_interface_info { property is writeable but setter not declared } ;
//property g_interface_name: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_g_interface_name { property is writeable but setter not declared } ;
//property g_name: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_g_name { property is writeable but setter not declared } ;
//property g_name_owner: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_g_name_owner ;
//property g_object_path: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_g_object_path { property is writeable but setter not declared } ;
end ;
TGDBusObjectManagerClientPrivate = record
end ;
PPGDBusObjectManagerClientClass = ^ PGDBusObjectManagerClientClass;
PGDBusObjectManagerClientClass = ^ TGDBusObjectManagerClientClass;
TGDBusObjectManagerClientClass = object
parent_class: TGObjectClass;
interface_proxy_signal: procedure( manager: PGDBusObjectManagerClient; object_proxy: PGDBusObjectProxy; interface_proxy: PGDBusProxy; sender_name: Pgchar; signal_name: Pgchar; parameters: PGVariant) ; cdecl ;
interface_proxy_properties_changed: procedure( manager: PGDBusObjectManagerClient; object_proxy: PGDBusObjectProxy; interface_proxy: PGDBusProxy; changed_properties: PGVariant; invalidated_properties: PPgchar) ; cdecl ;
padding: array [ 0 .. 7 ] of gpointer;
end ;
PPGDBusObjectManagerIface = ^ PGDBusObjectManagerIface;
PGDBusObjectManagerIface = ^ TGDBusObjectManagerIface;
TGDBusObjectManagerIface = object
parent_iface: TGTypeInterface;
get_object_path: function( manager: PGDBusObjectManager) : Pgchar; cdecl ;
get_objects: function( manager: PGDBusObjectManager) : PGList; cdecl ;
get_object: function( manager: PGDBusObjectManager; object_path: Pgchar) : PGDBusObject; cdecl ;
get_interface: function( manager: PGDBusObjectManager; object_path: Pgchar; interface_name: Pgchar) : PGDBusInterface; cdecl ;
object_added: procedure( manager: PGDBusObjectManager; object_: PGDBusObject) ; cdecl ;
object_removed: procedure( manager: PGDBusObjectManager; object_: PGDBusObject) ; cdecl ;
interface_added: procedure( manager: PGDBusObjectManager; object_: PGDBusObject; interface_: PGDBusInterface) ; cdecl ;
interface_removed: procedure( manager: PGDBusObjectManager; object_: PGDBusObject; interface_: PGDBusInterface) ; cdecl ;
end ;
PPGDBusObjectManagerServer = ^ PGDBusObjectManagerServer;
PGDBusObjectManagerServer = ^ TGDBusObjectManagerServer;
PPGDBusObjectSkeleton = ^ PGDBusObjectSkeleton;
PGDBusObjectSkeleton = ^ TGDBusObjectSkeleton;
PPGDBusObjectManagerServerPrivate = ^ PGDBusObjectManagerServerPrivate;
PGDBusObjectManagerServerPrivate = ^ TGDBusObjectManagerServerPrivate;
TGDBusObjectManagerServer = object( TGObject)
priv: PGDBusObjectManagerServerPrivate;
function new( object_path: Pgchar) : PGDBusObjectManagerServer; cdecl ; inline ; static ;
procedure export( object_: PGDBusObjectSkeleton) ; cdecl ; inline ;
procedure export_uniquely( object_: PGDBusObjectSkeleton) ; cdecl ; inline ;
function get_connection: PGDBusConnection; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function is_exported( object_: PGDBusObjectSkeleton) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure set_connection( connection: PGDBusConnection) ; cdecl ; inline ;
function unexport( object_path: Pgchar) : gboolean; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
property connection: PGDBusConnection read get_connection write set_connection;
2011-09-22 00:28:15 +00:00
//property object_path: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_object_path { property is writeable but setter not declared } ;
end ;
PPGDBusObjectSkeletonPrivate = ^ PGDBusObjectSkeletonPrivate;
PGDBusObjectSkeletonPrivate = ^ TGDBusObjectSkeletonPrivate;
TGDBusObjectSkeleton = object( TGObject)
priv: PGDBusObjectSkeletonPrivate;
function new( object_path: Pgchar) : PGDBusObjectSkeleton; cdecl ; inline ; static ;
procedure add_interface( interface_: PGDBusInterfaceSkeleton) ; cdecl ; inline ;
procedure flush; cdecl ; inline ;
procedure remove_interface( interface_: PGDBusInterfaceSkeleton) ; cdecl ; inline ;
procedure remove_interface_by_name( interface_name: Pgchar) ; cdecl ; inline ;
procedure set_object_path( object_path: Pgchar) ; cdecl ; inline ;
2011-10-22 18:47:15 +00:00
//property g_object_path: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_g_object_path { property is writeable but setter not declared } ;
2011-09-22 00:28:15 +00:00
end ;
TGDBusObjectManagerServerPrivate = record
end ;
PPGDBusObjectManagerServerClass = ^ PGDBusObjectManagerServerClass;
PGDBusObjectManagerServerClass = ^ TGDBusObjectManagerServerClass;
TGDBusObjectManagerServerClass = object
parent_class: TGObjectClass;
padding: array [ 0 .. 7 ] of gpointer;
end ;
TGDBusObjectProxyPrivate = record
end ;
PPGDBusObjectProxyClass = ^ PGDBusObjectProxyClass;
PGDBusObjectProxyClass = ^ TGDBusObjectProxyClass;
TGDBusObjectProxyClass = object
parent_class: TGObjectClass;
padding: array [ 0 .. 7 ] of gpointer;
end ;
TGDBusObjectSkeletonPrivate = record
end ;
PPGDBusObjectSkeletonClass = ^ PGDBusObjectSkeletonClass;
PGDBusObjectSkeletonClass = ^ TGDBusObjectSkeletonClass;
TGDBusObjectSkeletonClass = object
parent_class: TGObjectClass;
authorize_method: function( object_: PGDBusObjectSkeleton; interface_: PGDBusInterfaceSkeleton; invocation: PGDBusMethodInvocation) : gboolean; cdecl ;
padding: array [ 0 .. 7 ] of gpointer;
end ;
TGDBusProxyPrivate = record
end ;
PPGDBusProxyClass = ^ PGDBusProxyClass;
PGDBusProxyClass = ^ TGDBusProxyClass;
TGDBusProxyClass = object
parent_class: TGObjectClass;
g_properties_changed: procedure( proxy: PGDBusProxy; changed_properties: PGVariant; invalidated_properties: PPgchar) ; cdecl ;
g_signal: procedure( proxy: PGDBusProxy; sender_name: Pgchar; signal_name: Pgchar; parameters: PGVariant) ; cdecl ;
padding: array [ 0 .. 3 1 ] of gpointer;
end ;
PPGDBusServer = ^ PGDBusServer;
PGDBusServer = ^ TGDBusServer;
PPGDBusServerFlags = ^ PGDBusServerFlags;
PGDBusServerFlags = ^ TGDBusServerFlags;
TGDBusServer = object( TGObject)
2014-01-06 17:53:09 +00:00
function new_sync( address: Pgchar; flags: TGDBusServerFlags; guid: Pgchar; observer: PGDBusAuthObserver; cancellable: PGCancellable; error: PPGError) : PGDBusServer; cdecl ; inline ; static ;
2011-09-22 00:28:15 +00:00
function get_client_address: Pgchar; cdecl ; inline ;
function get_flags: TGDBusServerFlags; cdecl ; inline ;
function get_guid: Pgchar; cdecl ; inline ;
function is_active: gboolean; cdecl ; inline ;
procedure start; cdecl ; inline ;
procedure stop; cdecl ; inline ;
//property active: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_active ;
//property address: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_address { property is writeable but setter not declared } ;
//property authentication_observer: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_authentication_observer { property is writeable but setter not declared } ;
2012-08-26 21:38:16 +00:00
property client_address: Pgchar read get_client_address ;
property flags: TGDBusServerFlags read get_flags { property is writeable but setter not declared } ;
property guid: Pgchar read get_guid { property is writeable but setter not declared } ;
2011-09-22 00:28:15 +00:00
end ;
PPGDataInputStream = ^ PGDataInputStream;
PGDataInputStream = ^ TGDataInputStream;
PPGDataStreamByteOrder = ^ PGDataStreamByteOrder;
PGDataStreamByteOrder = ^ TGDataStreamByteOrder;
PPGDataStreamNewlineType = ^ PGDataStreamNewlineType;
PGDataStreamNewlineType = ^ TGDataStreamNewlineType;
PPGDataInputStreamPrivate = ^ PGDataInputStreamPrivate;
PGDataInputStreamPrivate = ^ TGDataInputStreamPrivate;
TGDataInputStream = object( TGBufferedInputStream)
priv2: PGDataInputStreamPrivate;
function new( base_stream: PGInputStream) : PGDataInputStream; cdecl ; inline ; static ;
function get_byte_order: TGDataStreamByteOrder; cdecl ; inline ;
function get_newline_type: TGDataStreamNewlineType; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function read_byte( cancellable: PGCancellable; error: PPGError) : guint8; cdecl ; inline ;
function read_int16( cancellable: PGCancellable; error: PPGError) : gint16; cdecl ; inline ;
function read_int32( cancellable: PGCancellable; error: PPGError) : gint32; cdecl ; inline ;
function read_int64( cancellable: PGCancellable; error: PPGError) : gint64; cdecl ; inline ;
function read_line( length : Pgsize; cancellable: PGCancellable; error: PPGError) : Pgchar; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure read_line_async( io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function read_line_finish( result_: PGAsyncResult; length : Pgsize; error: PPGError) : Pgchar; cdecl ; inline ;
function read_line_finish_utf8( result_: PGAsyncResult; length : Pgsize; error: PPGError) : Pgchar; cdecl ; inline ;
function read_line_utf8( length : Pgsize; cancellable: PGCancellable; error: PPGError) : Pgchar; cdecl ; inline ;
function read_uint16( cancellable: PGCancellable; error: PPGError) : guint16; cdecl ; inline ;
function read_uint32( cancellable: PGCancellable; error: PPGError) : guint32; cdecl ; inline ;
function read_uint64( cancellable: PGCancellable; error: PPGError) : guint64; cdecl ; inline ;
function read_until( stop_chars: Pgchar; length : Pgsize; cancellable: PGCancellable; error: PPGError) : Pgchar; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure read_until_async( stop_chars: Pgchar; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function read_until_finish( result_: PGAsyncResult; length : Pgsize; error: PPGError) : Pgchar; cdecl ; inline ;
function read_upto( stop_chars: Pgchar; stop_chars_len: gssize; length : Pgsize; cancellable: PGCancellable; error: PPGError) : Pgchar; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure read_upto_async( stop_chars: Pgchar; stop_chars_len: gssize; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function read_upto_finish( result_: PGAsyncResult; length : Pgsize; error: PPGError) : Pgchar; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure set_byte_order( order: TGDataStreamByteOrder) ; cdecl ; inline ;
procedure set_newline_type( type_: TGDataStreamNewlineType) ; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
property byte_order: TGDataStreamByteOrder read get_byte_order write set_byte_order;
property newline_type: TGDataStreamNewlineType read get_newline_type write set_newline_type;
2011-09-22 00:28:15 +00:00
end ;
TGDataInputStreamPrivate = record
end ;
PPGDataInputStreamClass = ^ PGDataInputStreamClass;
PGDataInputStreamClass = ^ TGDataInputStreamClass;
TGDataInputStreamClass = object
parent_class: TGBufferedInputStreamClass;
_g_reserved1: procedure ; cdecl ;
_g_reserved2: procedure ; cdecl ;
_g_reserved3: procedure ; cdecl ;
_g_reserved4: procedure ; cdecl ;
_g_reserved5: procedure ; cdecl ;
end ;
PPGDataOutputStream = ^ PGDataOutputStream;
PGDataOutputStream = ^ TGDataOutputStream;
PPGDataOutputStreamPrivate = ^ PGDataOutputStreamPrivate;
PGDataOutputStreamPrivate = ^ TGDataOutputStreamPrivate;
TGDataOutputStream = object( TGFilterOutputStream)
priv1: PGDataOutputStreamPrivate;
function new( base_stream: PGOutputStream) : PGDataOutputStream; cdecl ; inline ; static ;
function get_byte_order: TGDataStreamByteOrder; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function put_byte( data: guint8; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
function put_int16( data: gint16; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
function put_int32( data: gint32; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
function put_int64( data: gint64; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
function put_string( str: Pgchar; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
function put_uint16( data: guint16; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
function put_uint32( data: guint32; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
function put_uint64( data: guint64; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure set_byte_order( order: TGDataStreamByteOrder) ; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
property byte_order: TGDataStreamByteOrder read get_byte_order write set_byte_order;
2011-09-22 00:28:15 +00:00
end ;
TGDataOutputStreamPrivate = record
end ;
PPGDataOutputStreamClass = ^ PGDataOutputStreamClass;
PGDataOutputStreamClass = ^ TGDataOutputStreamClass;
TGDataOutputStreamClass = object
parent_class: TGFilterOutputStreamClass;
_g_reserved1: procedure ; cdecl ;
_g_reserved2: procedure ; cdecl ;
_g_reserved3: procedure ; cdecl ;
_g_reserved4: procedure ; cdecl ;
_g_reserved5: procedure ; cdecl ;
end ;
PPGDesktopAppInfo = ^ PGDesktopAppInfo;
PGDesktopAppInfo = ^ TGDesktopAppInfo;
PPGDesktopAppLaunchCallback = ^ PGDesktopAppLaunchCallback;
PGDesktopAppLaunchCallback = ^ TGDesktopAppLaunchCallback;
TGDesktopAppLaunchCallback = procedure( appinfo: PGDesktopAppInfo; pid: TGPid; user_data: gpointer) ; cdecl ;
TGDesktopAppInfo = object( TGObject)
function new( desktop_id: Pgchar) : PGDesktopAppInfo; cdecl ; inline ; static ;
function new_from_filename( filename: Pgchar) : PGDesktopAppInfo; cdecl ; inline ; static ;
function new_from_keyfile( key_file: PGKeyFile) : PGDesktopAppInfo; cdecl ; inline ; static ;
procedure set_desktop_env( desktop_env: Pgchar) ; cdecl ; inline ; static ;
2014-01-06 17:53:09 +00:00
function get_boolean( key: Pgchar) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function get_categories: Pgchar; cdecl ; inline ;
function get_filename: Pgchar; cdecl ; inline ;
function get_generic_name: Pgchar; cdecl ; inline ;
function get_is_hidden: gboolean; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
function get_keywords: PPgchar; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function get_nodisplay: gboolean; cdecl ; inline ;
function get_show_in( desktop_env: Pgchar) : gboolean; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function get_startup_wm_class: Pgchar; cdecl ; inline ;
function get_string( key: Pgchar) : Pgchar; cdecl ; inline ;
function has_key( key: Pgchar) : gboolean; cdecl ; inline ;
function launch_uris_as_manager( uris: PGList; launch_context: PGAppLaunchContext; spawn_flags: TGSpawnFlags; user_setup: TGSpawnChildSetupFunc; user_setup_data: gpointer; pid_callback: TGDesktopAppLaunchCallback; pid_callback_data: gpointer; error: PPGError) : gboolean; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
property filename: Pgchar read get_filename { property is writeable but setter not declared } ;
2011-09-22 00:28:15 +00:00
end ;
PPGDesktopAppInfoClass = ^ PGDesktopAppInfoClass;
PGDesktopAppInfoClass = ^ TGDesktopAppInfoClass;
TGDesktopAppInfoClass = object
parent_class: TGObjectClass;
end ;
PPGDesktopAppInfoLookup = ^ PGDesktopAppInfoLookup;
PGDesktopAppInfoLookup = ^ TGDesktopAppInfoLookup;
TGDesktopAppInfoLookup = object
end ;
PPGDesktopAppInfoLookupIface = ^ PGDesktopAppInfoLookupIface;
PGDesktopAppInfoLookupIface = ^ TGDesktopAppInfoLookupIface;
TGDesktopAppInfoLookupIface = object
g_iface: TGTypeInterface;
get_default_for_uri_scheme: function( lookup: PGDesktopAppInfoLookup; uri_scheme: Pgchar) : PGAppInfo; cdecl ;
end ;
2014-01-06 17:53:09 +00:00
PPGDrive = ^ PGDrive;
PGDrive = ^ TGDrive;
PPGDriveStartStopType = ^ PGDriveStartStopType;
PGDriveStartStopType = ^ TGDriveStartStopType;
TGDrive = object
changed: procedure ; cdecl ;
disconnected: procedure ; cdecl ;
eject_button: procedure ; cdecl ;
stop_button: procedure ; cdecl ;
function can_eject: gboolean; cdecl ; inline ;
function can_poll_for_media: gboolean; cdecl ; inline ;
function can_start: gboolean; cdecl ; inline ;
function can_start_degraded: gboolean; cdecl ; inline ;
function can_stop: gboolean; cdecl ; inline ;
procedure eject_with_operation( flags: TGMountUnmountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
function eject_with_operation_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; inline ;
function enumerate_identifiers: PPgchar; cdecl ; inline ;
function get_icon: PGIcon; cdecl ; inline ;
function get_identifier( kind: Pgchar) : Pgchar; cdecl ; inline ;
function get_name: Pgchar; cdecl ; inline ;
function get_sort_key: Pgchar; cdecl ; inline ;
function get_start_stop_type: TGDriveStartStopType; cdecl ; inline ;
function get_symbolic_icon: PGIcon; cdecl ; inline ;
function get_volumes: PGList; cdecl ; inline ;
function has_media: gboolean; cdecl ; inline ;
function has_volumes: gboolean; cdecl ; inline ;
function is_media_check_automatic: gboolean; cdecl ; inline ;
function is_media_removable: gboolean; cdecl ; inline ;
procedure poll_for_media( cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
function poll_for_media_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; inline ;
procedure start( flags: TGDriveStartFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
function start_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; inline ;
procedure stop( flags: TGMountUnmountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
function stop_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; inline ;
end ;
2011-09-22 00:28:15 +00:00
PPGPasswordSave = ^ PGPasswordSave;
PGPasswordSave = ^ TGPasswordSave;
PPGMountOperationResult = ^ PGMountOperationResult;
PGMountOperationResult = ^ TGMountOperationResult;
PPGMountOperationPrivate = ^ PGMountOperationPrivate;
PGMountOperationPrivate = ^ TGMountOperationPrivate;
TGMountOperation = object( TGObject)
priv: PGMountOperationPrivate;
function new: PGMountOperation; cdecl ; inline ; static ;
function get_anonymous: gboolean; cdecl ; inline ;
function get_choice: gint; cdecl ; inline ;
function get_domain: Pgchar; cdecl ; inline ;
function get_password: Pgchar; cdecl ; inline ;
function get_password_save: TGPasswordSave; cdecl ; inline ;
function get_username: Pgchar; cdecl ; inline ;
procedure reply( result_: TGMountOperationResult) ; cdecl ; inline ;
procedure set_anonymous( anonymous: gboolean) ; cdecl ; inline ;
procedure set_choice( choice: gint) ; cdecl ; inline ;
procedure set_domain( domain: Pgchar) ; cdecl ; inline ;
procedure set_password( password: Pgchar) ; cdecl ; inline ;
procedure set_password_save( save: TGPasswordSave) ; cdecl ; inline ;
procedure set_username( username: Pgchar) ; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
property anonymous: gboolean read get_anonymous write set_anonymous;
property choice: gint read get_choice write set_choice;
property domain: Pgchar read get_domain write set_domain;
property password: Pgchar read get_password write set_password;
property password_save: TGPasswordSave read get_password_save write set_password_save;
property username: Pgchar read get_username write set_username;
2011-09-22 00:28:15 +00:00
end ;
PPGDriveIface = ^ PGDriveIface;
PGDriveIface = ^ TGDriveIface;
TGDriveIface = object
g_iface: TGTypeInterface;
changed: procedure( drive: PGDrive) ; cdecl ;
disconnected: procedure( drive: PGDrive) ; cdecl ;
eject_button: procedure( drive: PGDrive) ; cdecl ;
get_name: function( drive: PGDrive) : Pgchar; cdecl ;
get_icon: function( drive: PGDrive) : PGIcon; cdecl ;
has_volumes: function( drive: PGDrive) : gboolean; cdecl ;
get_volumes: function( drive: PGDrive) : PGList; cdecl ;
is_media_removable: function( drive: PGDrive) : gboolean; cdecl ;
has_media: function( drive: PGDrive) : gboolean; cdecl ;
is_media_check_automatic: function( drive: PGDrive) : gboolean; cdecl ;
can_eject: function( drive: PGDrive) : gboolean; cdecl ;
can_poll_for_media: function( drive: PGDrive) : gboolean; cdecl ;
eject: procedure( drive: PGDrive; flags: TGMountUnmountFlags; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
eject_finish: function( drive: PGDrive; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
poll_for_media: procedure( drive: PGDrive; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
poll_for_media_finish: function( drive: PGDrive; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
get_identifier: function( drive: PGDrive; kind: Pgchar) : Pgchar; cdecl ;
enumerate_identifiers: function( drive: PGDrive) : PPgchar; cdecl ;
get_start_stop_type: function( drive: PGDrive) : TGDriveStartStopType; cdecl ;
can_start: function( drive: PGDrive) : gboolean; cdecl ;
can_start_degraded: function( drive: PGDrive) : gboolean; cdecl ;
start: procedure( drive: PGDrive; flags: TGDriveStartFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
start_finish: function( drive: PGDrive; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
can_stop: function( drive: PGDrive) : gboolean; cdecl ;
stop: procedure( drive: PGDrive; flags: TGMountUnmountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
stop_finish: function( drive: PGDrive; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
stop_button: procedure( drive: PGDrive) ; cdecl ;
eject_with_operation: procedure( drive: PGDrive; flags: TGMountUnmountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
eject_with_operation_finish: function( drive: PGDrive; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2012-08-26 21:38:16 +00:00
get_sort_key: function( drive: PGDrive) : Pgchar; cdecl ;
2014-01-06 17:53:09 +00:00
get_symbolic_icon: function( drive: PGDrive) : PGIcon; cdecl ;
2011-09-22 00:28:15 +00:00
end ;
PPGEmblem = ^ PGEmblem;
PGEmblem = ^ TGEmblem;
PPGEmblemOrigin = ^ PGEmblemOrigin;
PGEmblemOrigin = ^ TGEmblemOrigin;
TGEmblem = object( TGObject)
function new( icon: PGIcon) : PGEmblem; cdecl ; inline ; static ;
function new_with_origin( icon: PGIcon; origin: TGEmblemOrigin) : PGEmblem; cdecl ; inline ; static ;
function get_icon: PGIcon; cdecl ; inline ;
function get_origin: TGEmblemOrigin; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
property icon: PGIcon read get_icon { property is writeable but setter not declared } ;
property origin: TGEmblemOrigin read get_origin { property is writeable but setter not declared } ;
2011-09-22 00:28:15 +00:00
end ;
PPGEmblemClass = ^ PGEmblemClass;
PGEmblemClass = ^ TGEmblemClass;
TGEmblemClass = object
end ;
PPGEmblemedIcon = ^ PGEmblemedIcon;
PGEmblemedIcon = ^ TGEmblemedIcon;
2012-08-26 21:38:16 +00:00
PPGEmblemedIconPrivate = ^ PGEmblemedIconPrivate;
PGEmblemedIconPrivate = ^ TGEmblemedIconPrivate;
2011-09-22 00:28:15 +00:00
TGEmblemedIcon = object( TGObject)
priv: PGEmblemedIconPrivate;
2012-08-26 21:38:16 +00:00
function new( icon: PGIcon; emblem: PGEmblem) : PGEmblemedIcon; cdecl ; inline ; static ;
2011-09-22 00:28:15 +00:00
procedure add_emblem( emblem: PGEmblem) ; cdecl ; inline ;
procedure clear_emblems; cdecl ; inline ;
function get_emblems: PGList; cdecl ; inline ;
function get_icon: PGIcon; cdecl ; inline ;
//property gicon: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_gicon { property is writeable but setter not declared } ;
end ;
2012-08-26 21:38:16 +00:00
TGEmblemedIconPrivate = record
end ;
2011-09-22 00:28:15 +00:00
PPGEmblemedIconClass = ^ PGEmblemedIconClass;
PGEmblemedIconClass = ^ TGEmblemedIconClass;
TGEmblemedIconClass = object
parent_class: TGObjectClass;
end ;
2012-08-26 21:38:16 +00:00
PPGFileIOStreamPrivate = ^ PGFileIOStreamPrivate;
PGFileIOStreamPrivate = ^ TGFileIOStreamPrivate;
TGFileIOStream = object( TGIOStream)
priv1: PGFileIOStreamPrivate;
2011-09-22 00:28:15 +00:00
function get_etag: Pgchar; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function query_info( attributes: Pgchar; cancellable: PGCancellable; error: PPGError) : PGFileInfo; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure query_info_async( attributes: Pgchar; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function query_info_finish( result_: PGAsyncResult; error: PPGError) : PGFileInfo; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
end ;
2012-08-26 21:38:16 +00:00
PPGFileOutputStreamPrivate = ^ PGFileOutputStreamPrivate;
PGFileOutputStreamPrivate = ^ TGFileOutputStreamPrivate;
TGFileOutputStream = object( TGOutputStream)
priv1: PGFileOutputStreamPrivate;
2011-09-22 00:28:15 +00:00
function get_etag: Pgchar; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function query_info( attributes: Pgchar; cancellable: PGCancellable; error: PPGError) : PGFileInfo; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure query_info_async( attributes: Pgchar; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function query_info_finish( result_: PGAsyncResult; error: PPGError) : PGFileInfo; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
end ;
PPGFileEnumeratorPrivate = ^ PGFileEnumeratorPrivate;
PGFileEnumeratorPrivate = ^ TGFileEnumeratorPrivate;
TGFileEnumerator = object( TGObject)
priv: PGFileEnumeratorPrivate;
2014-01-06 17:53:09 +00:00
function close( cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure close_async( io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function close_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; inline ;
function get_child( info: PGFileInfo) : PGFile; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function get_container: PGFile; cdecl ; inline ;
function has_pending: gboolean; cdecl ; inline ;
function is_closed: gboolean; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function next_file( cancellable: PGCancellable; error: PPGError) : PGFileInfo; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure next_files_async( num_files: gint; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function next_files_finish( result_: PGAsyncResult; error: PPGError) : PGList; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure set_pending( pending: gboolean) ; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
property container: PGFile read get_container { property is writeable but setter not declared } ;
2011-09-22 00:28:15 +00:00
end ;
PPGVolume = ^ PGVolume;
PGVolume = ^ TGVolume;
TGMount = object
changed: procedure ; cdecl ;
pre_unmount: procedure ; cdecl ;
unmounted: procedure ; cdecl ;
function can_eject: gboolean; cdecl ; inline ;
function can_unmount: gboolean; cdecl ; inline ;
procedure eject_with_operation( flags: TGMountUnmountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function eject_with_operation_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function get_default_location: PGFile; cdecl ; inline ;
function get_drive: PGDrive; cdecl ; inline ;
function get_icon: PGIcon; cdecl ; inline ;
function get_name: Pgchar; cdecl ; inline ;
function get_root: PGFile; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
function get_sort_key: Pgchar; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function get_symbolic_icon: PGIcon; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function get_uuid: Pgchar; cdecl ; inline ;
function get_volume: PGVolume; cdecl ; inline ;
procedure guess_content_type( force_rescan: gboolean; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function guess_content_type_finish( result_: PGAsyncResult; error: PPGError) : PPgchar; cdecl ; inline ;
function guess_content_type_sync( force_rescan: gboolean; cancellable: PGCancellable; error: PPGError) : PPgchar; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function is_shadowed: gboolean; cdecl ; inline ;
procedure remount( flags: TGMountMountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function remount_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure shadow; cdecl ; inline ;
procedure unmount_with_operation( flags: TGMountUnmountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function unmount_with_operation_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure unshadow; cdecl ; inline ;
end ;
PPGFileMonitorEvent = ^ PGFileMonitorEvent;
PGFileMonitorEvent = ^ TGFileMonitorEvent;
PPGFileMonitorPrivate = ^ PGFileMonitorPrivate;
PGFileMonitorPrivate = ^ TGFileMonitorPrivate;
TGFileMonitor = object( TGObject)
priv: PGFileMonitorPrivate;
function cancel: gboolean; cdecl ; inline ;
procedure emit_event( child: PGFile; other_file: PGFile; event_type: TGFileMonitorEvent) ; cdecl ; inline ;
function is_cancelled: gboolean; cdecl ; inline ;
procedure set_rate_limit( limit_msecs: gint) ; cdecl ; inline ;
//property cancelled: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_cancelled ;
//property rate_limit: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_rate_limit { property is writeable but setter not declared } ;
end ;
PPGFileAttributeStatus = ^ PGFileAttributeStatus;
PGFileAttributeStatus = ^ TGFileAttributeStatus;
PPGFileAttributeMatcher = ^ PGFileAttributeMatcher;
PGFileAttributeMatcher = ^ TGFileAttributeMatcher;
TGFileInfo = object( TGObject)
function new: PGFileInfo; cdecl ; inline ; static ;
procedure clear_status; cdecl ; inline ;
procedure copy_into( dest_info: PGFileInfo) ; cdecl ; inline ;
function dup: PGFileInfo; cdecl ; inline ;
function get_attribute_as_string( attribute: Pgchar) : Pgchar; cdecl ; inline ;
function get_attribute_boolean( attribute: Pgchar) : gboolean; cdecl ; inline ;
function get_attribute_byte_string( attribute: Pgchar) : Pgchar; cdecl ; inline ;
function get_attribute_data( attribute: Pgchar; type_: PGFileAttributeType; value_pp: Pgpointer; status: PGFileAttributeStatus) : gboolean; cdecl ; inline ;
function get_attribute_int32( attribute: Pgchar) : gint32; cdecl ; inline ;
function get_attribute_int64( attribute: Pgchar) : gint64; cdecl ; inline ;
function get_attribute_object( attribute: Pgchar) : PGObject; cdecl ; inline ;
function get_attribute_status( attribute: Pgchar) : TGFileAttributeStatus; cdecl ; inline ;
function get_attribute_string( attribute: Pgchar) : Pgchar; cdecl ; inline ;
function get_attribute_stringv( attribute: Pgchar) : PPgchar; cdecl ; inline ;
function get_attribute_type( attribute: Pgchar) : TGFileAttributeType; cdecl ; inline ;
function get_attribute_uint32( attribute: Pgchar) : guint32; cdecl ; inline ;
function get_attribute_uint64( attribute: Pgchar) : guint64; cdecl ; inline ;
function get_content_type: Pgchar; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function get_deletion_date: PGDateTime; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function get_display_name: Pgchar; cdecl ; inline ;
function get_edit_name: Pgchar; cdecl ; inline ;
function get_etag: Pgchar; cdecl ; inline ;
function get_file_type: TGFileType; cdecl ; inline ;
function get_icon: PGIcon; cdecl ; inline ;
function get_is_backup: gboolean; cdecl ; inline ;
function get_is_hidden: gboolean; cdecl ; inline ;
function get_is_symlink: gboolean; cdecl ; inline ;
procedure get_modification_time( result_: PGTimeVal) ; cdecl ; inline ;
function get_name: Pgchar; cdecl ; inline ;
function get_size: gint64; cdecl ; inline ;
function get_sort_order: gint32; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function get_symbolic_icon: PGIcon; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function get_symlink_target: Pgchar; cdecl ; inline ;
function has_attribute( attribute: Pgchar) : gboolean; cdecl ; inline ;
function has_namespace( name_space: Pgchar) : gboolean; cdecl ; inline ;
function list_attributes( name_space: Pgchar) : PPgchar; cdecl ; inline ;
procedure remove_attribute( attribute: Pgchar) ; cdecl ; inline ;
procedure set_attribute( attribute: Pgchar; type_: TGFileAttributeType; value_p: gpointer) ; cdecl ; inline ;
procedure set_attribute_boolean( attribute: Pgchar; attr_value: gboolean) ; cdecl ; inline ;
procedure set_attribute_byte_string( attribute: Pgchar; attr_value: Pgchar) ; cdecl ; inline ;
procedure set_attribute_int32( attribute: Pgchar; attr_value: gint32) ; cdecl ; inline ;
procedure set_attribute_int64( attribute: Pgchar; attr_value: gint64) ; cdecl ; inline ;
procedure set_attribute_mask( mask: PGFileAttributeMatcher) ; cdecl ; inline ;
procedure set_attribute_object( attribute: Pgchar; attr_value: PGObject) ; cdecl ; inline ;
function set_attribute_status( attribute: Pgchar; status: TGFileAttributeStatus) : gboolean; cdecl ; inline ;
procedure set_attribute_string( attribute: Pgchar; attr_value: Pgchar) ; cdecl ; inline ;
procedure set_attribute_stringv( attribute: Pgchar; attr_value: PPgchar) ; cdecl ; inline ;
procedure set_attribute_uint32( attribute: Pgchar; attr_value: guint32) ; cdecl ; inline ;
procedure set_attribute_uint64( attribute: Pgchar; attr_value: guint64) ; cdecl ; inline ;
procedure set_content_type( content_type: Pgchar) ; cdecl ; inline ;
procedure set_display_name( display_name: Pgchar) ; cdecl ; inline ;
procedure set_edit_name( edit_name: Pgchar) ; cdecl ; inline ;
procedure set_file_type( type_: TGFileType) ; cdecl ; inline ;
procedure set_icon( icon: PGIcon) ; cdecl ; inline ;
procedure set_is_hidden( is_hidden: gboolean) ; cdecl ; inline ;
procedure set_is_symlink( is_symlink: gboolean) ; cdecl ; inline ;
procedure set_modification_time( mtime: PGTimeVal) ; cdecl ; inline ;
procedure set_name( name : Pgchar) ; cdecl ; inline ;
procedure set_size( size: gint64) ; cdecl ; inline ;
procedure set_sort_order( sort_order: gint32) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
procedure set_symbolic_icon( icon: PGIcon) ; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure set_symlink_target( symlink_target: Pgchar) ; cdecl ; inline ;
procedure unset_attribute_mask; cdecl ; inline ;
end ;
PPGFileAttributeInfoFlags = ^ PGFileAttributeInfoFlags;
PGFileAttributeInfoFlags = ^ TGFileAttributeInfoFlags;
PPGFileAttributeInfo = ^ PGFileAttributeInfo;
PGFileAttributeInfo = ^ TGFileAttributeInfo;
TGFileAttributeInfoList = object
infos: PGFileAttributeInfo;
n_infos: gint;
function new: PGFileAttributeInfoList; cdecl ; inline ; static ;
procedure add( name : Pgchar; type_: TGFileAttributeType; flags: TGFileAttributeInfoFlags) ; cdecl ; inline ;
function dup: PGFileAttributeInfoList; cdecl ; inline ;
function lookup( name : Pgchar) : PGFileAttributeInfo; cdecl ; inline ;
function ref: PGFileAttributeInfoList; cdecl ; inline ;
procedure unref; cdecl ; inline ;
end ;
PPGFileInputStreamPrivate = ^ PGFileInputStreamPrivate;
PGFileInputStreamPrivate = ^ TGFileInputStreamPrivate;
TGFileInputStream = object( TGInputStream)
priv1: PGFileInputStreamPrivate;
2014-01-06 17:53:09 +00:00
function query_info( attributes: Pgchar; cancellable: PGCancellable; error: PPGError) : PGFileInfo; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure query_info_async( attributes: Pgchar; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function query_info_finish( result_: PGAsyncResult; error: PPGError) : PGFileInfo; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
end ;
TGFileAttributeInfo = record
name : Pgchar;
type_: TGFileAttributeType;
flags: TGFileAttributeInfoFlags;
end ;
TGFileAttributeMatcher = object
function new( attributes: Pgchar) : PGFileAttributeMatcher; cdecl ; inline ; static ;
function enumerate_namespace( ns: Pgchar) : gboolean; cdecl ; inline ;
function enumerate_next: Pgchar; cdecl ; inline ;
function matches( attribute: Pgchar) : gboolean; cdecl ; inline ;
function matches_only( attribute: Pgchar) : gboolean; cdecl ; inline ;
function ref: PGFileAttributeMatcher; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
function subtract( subtract: PGFileAttributeMatcher) : PGFileAttributeMatcher; cdecl ; inline ;
function to_string: Pgchar; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure unref; cdecl ; inline ;
end ;
PPGFileDescriptorBased = ^ PGFileDescriptorBased;
PGFileDescriptorBased = ^ TGFileDescriptorBased;
TGFileDescriptorBased = object
function get_fd: gint; cdecl ; inline ;
end ;
PPGFileDescriptorBasedIface = ^ PGFileDescriptorBasedIface;
PGFileDescriptorBasedIface = ^ TGFileDescriptorBasedIface;
TGFileDescriptorBasedIface = object
g_iface: TGTypeInterface;
get_fd: function( fd_based: PGFileDescriptorBased) : gint; cdecl ;
end ;
TGFileEnumeratorPrivate = record
end ;
PPGFileEnumeratorClass = ^ PGFileEnumeratorClass;
PGFileEnumeratorClass = ^ TGFileEnumeratorClass;
TGFileEnumeratorClass = object
parent_class: TGObjectClass;
2014-01-06 17:53:09 +00:00
next_file: function( enumerator: PGFileEnumerator; cancellable: PGCancellable; error: PPGError) : PGFileInfo; cdecl ;
close_fn: function( enumerator: PGFileEnumerator; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
next_files_async: procedure( enumerator: PGFileEnumerator; num_files: gint; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
next_files_finish: function( enumerator: PGFileEnumerator; result_: PGAsyncResult; error: PPGError) : PGList; cdecl ;
2011-09-22 00:28:15 +00:00
close_async: procedure( enumerator: PGFileEnumerator; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
close_finish: function( enumerator: PGFileEnumerator; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
_g_reserved1: procedure ; cdecl ;
_g_reserved2: procedure ; cdecl ;
_g_reserved3: procedure ; cdecl ;
_g_reserved4: procedure ; cdecl ;
_g_reserved5: procedure ; cdecl ;
_g_reserved6: procedure ; cdecl ;
_g_reserved7: procedure ; cdecl ;
end ;
TGFileIOStreamPrivate = record
end ;
PPGIOStreamClass = ^ PGIOStreamClass;
PGIOStreamClass = ^ TGIOStreamClass;
TGIOStreamClass = object
parent_class: TGObjectClass;
get_input_stream: function( stream: PGIOStream) : PGInputStream; cdecl ;
get_output_stream: function( stream: PGIOStream) : PGOutputStream; cdecl ;
2014-01-06 17:53:09 +00:00
close_fn: function( stream: PGIOStream; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
close_async: procedure( stream: PGIOStream; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
close_finish: function( stream: PGIOStream; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
_g_reserved1: procedure ; cdecl ;
_g_reserved2: procedure ; cdecl ;
_g_reserved3: procedure ; cdecl ;
_g_reserved4: procedure ; cdecl ;
_g_reserved5: procedure ; cdecl ;
_g_reserved6: procedure ; cdecl ;
_g_reserved7: procedure ; cdecl ;
_g_reserved8: procedure ; cdecl ;
_g_reserved9: procedure ; cdecl ;
_g_reserved10: procedure ; cdecl ;
end ;
PPGFileIOStreamClass = ^ PGFileIOStreamClass;
PGFileIOStreamClass = ^ TGFileIOStreamClass;
TGFileIOStreamClass = object
parent_class: TGIOStreamClass;
tell: function( stream: PGFileIOStream) : gint64; cdecl ;
can_seek: function( stream: PGFileIOStream) : gboolean; cdecl ;
2014-01-06 17:53:09 +00:00
seek: function( stream: PGFileIOStream; offset: gint64; type_: TGSeekType; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
can_truncate: function( stream: PGFileIOStream) : gboolean; cdecl ;
2014-01-06 17:53:09 +00:00
truncate_fn: function( stream: PGFileIOStream; size: gint64; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
query_info: function( stream: PGFileIOStream; attributes: Pgchar; cancellable: PGCancellable; error: PPGError) : PGFileInfo; cdecl ;
2011-09-22 00:28:15 +00:00
query_info_async: procedure( stream: PGFileIOStream; attributes: Pgchar; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
query_info_finish: function( stream: PGFileIOStream; result_: PGAsyncResult; error: PPGError) : PGFileInfo; cdecl ;
2011-09-22 00:28:15 +00:00
get_etag: function( stream: PGFileIOStream) : Pgchar; cdecl ;
_g_reserved1: procedure ; cdecl ;
_g_reserved2: procedure ; cdecl ;
_g_reserved3: procedure ; cdecl ;
_g_reserved4: procedure ; cdecl ;
_g_reserved5: procedure ; cdecl ;
end ;
PPGLoadableIcon = ^ PGLoadableIcon;
PGLoadableIcon = ^ TGLoadableIcon;
TGLoadableIcon = object
2014-01-06 17:53:09 +00:00
function load( size: gint; type_: PPgchar; cancellable: PGCancellable; error: PPGError) : PGInputStream; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure load_async( size: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function load_finish( res: PGAsyncResult; type_: PPgchar; error: PPGError) : PGInputStream; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
end ;
PPGFileIcon = ^ PGFileIcon;
PGFileIcon = ^ TGFileIcon;
TGFileIcon = object( TGObject)
2012-08-26 21:38:16 +00:00
function new( file_: PGFile) : PGFileIcon; cdecl ; inline ; static ;
2011-09-22 00:28:15 +00:00
function get_file: PGFile; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
property file_: PGFile read get_file { property is writeable but setter not declared } ;
2011-09-22 00:28:15 +00:00
end ;
PPGFileIconClass = ^ PGFileIconClass;
PGFileIconClass = ^ TGFileIconClass;
TGFileIconClass = object
end ;
PPGFileIface = ^ PGFileIface;
PGFileIface = ^ TGFileIface;
TGFileIface = object
g_iface: TGTypeInterface;
dup: function( file_: PGFile) : PGFile; cdecl ;
hash: function( file_: PGFile) : guint; cdecl ;
equal: function( file1: PGFile; file2: PGFile) : gboolean; cdecl ;
is_native: function( file_: PGFile) : gboolean; cdecl ;
has_uri_scheme: function( file_: PGFile; uri_scheme: Pgchar) : gboolean; cdecl ;
get_uri_scheme: function( file_: PGFile) : Pgchar; cdecl ;
get_basename: function( file_: PGFile) : Pgchar; cdecl ;
get_path: function( file_: PGFile) : Pgchar; cdecl ;
get_uri: function( file_: PGFile) : Pgchar; cdecl ;
get_parse_name: function( file_: PGFile) : Pgchar; cdecl ;
get_parent: function( file_: PGFile) : PGFile; cdecl ;
prefix_matches: function( prefix: PGFile; file_: PGFile) : gboolean; cdecl ;
get_relative_path: function( parent: PGFile; descendant: PGFile) : Pgchar; cdecl ;
resolve_relative_path: function( file_: PGFile; relative_path: Pgchar) : PGFile; cdecl ;
2014-01-06 17:53:09 +00:00
get_child_for_display_name: function( file_: PGFile; display_name: Pgchar; error: PPGError) : PGFile; cdecl ;
enumerate_children: function( file_: PGFile; attributes: Pgchar; flags: TGFileQueryInfoFlags; cancellable: PGCancellable; error: PPGError) : PGFileEnumerator; cdecl ;
2011-09-22 00:28:15 +00:00
enumerate_children_async: procedure( file_: PGFile; attributes: Pgchar; flags: TGFileQueryInfoFlags; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
enumerate_children_finish: function( file_: PGFile; res: PGAsyncResult; error: PPGError) : PGFileEnumerator; cdecl ;
query_info: function( file_: PGFile; attributes: Pgchar; flags: TGFileQueryInfoFlags; cancellable: PGCancellable; error: PPGError) : PGFileInfo; cdecl ;
2011-09-22 00:28:15 +00:00
query_info_async: procedure( file_: PGFile; attributes: Pgchar; flags: TGFileQueryInfoFlags; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
query_info_finish: function( file_: PGFile; res: PGAsyncResult; error: PPGError) : PGFileInfo; cdecl ;
query_filesystem_info: function( file_: PGFile; attributes: Pgchar; cancellable: PGCancellable; error: PPGError) : PGFileInfo; cdecl ;
2011-09-22 00:28:15 +00:00
query_filesystem_info_async: procedure( file_: PGFile; attributes: Pgchar; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
query_filesystem_info_finish: function( file_: PGFile; res: PGAsyncResult; error: PPGError) : PGFileInfo; cdecl ;
find_enclosing_mount: function( file_: PGFile; cancellable: PGCancellable; error: PPGError) : PGMount; cdecl ;
2011-09-22 00:28:15 +00:00
find_enclosing_mount_async: procedure( file_: PGFile; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
find_enclosing_mount_finish: function( file_: PGFile; res: PGAsyncResult; error: PPGError) : PGMount; cdecl ;
set_display_name: function( file_: PGFile; display_name: Pgchar; cancellable: PGCancellable; error: PPGError) : PGFile; cdecl ;
2011-09-22 00:28:15 +00:00
set_display_name_async: procedure( file_: PGFile; display_name: Pgchar; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
set_display_name_finish: function( file_: PGFile; res: PGAsyncResult; error: PPGError) : PGFile; cdecl ;
query_settable_attributes: function( file_: PGFile; cancellable: PGCancellable; error: PPGError) : PGFileAttributeInfoList; cdecl ;
2011-09-22 00:28:15 +00:00
_query_settable_attributes_async: procedure ; cdecl ;
_query_settable_attributes_finish: procedure ; cdecl ;
2014-01-06 17:53:09 +00:00
query_writable_namespaces: function( file_: PGFile; cancellable: PGCancellable; error: PPGError) : PGFileAttributeInfoList; cdecl ;
2011-09-22 00:28:15 +00:00
_query_writable_namespaces_async: procedure ; cdecl ;
_query_writable_namespaces_finish: procedure ; cdecl ;
2014-01-06 17:53:09 +00:00
set_attribute: function( file_: PGFile; attribute: Pgchar; type_: TGFileAttributeType; value_p: gpointer; flags: TGFileQueryInfoFlags; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
set_attributes_from_info: function( file_: PGFile; info: PGFileInfo; flags: TGFileQueryInfoFlags; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
set_attributes_async: procedure( file_: PGFile; info: PGFileInfo; flags: TGFileQueryInfoFlags; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
set_attributes_finish: function( file_: PGFile; result_: PGAsyncResult; info: PPGFileInfo; error: PPGError) : gboolean; cdecl ;
read_fn: function( file_: PGFile; cancellable: PGCancellable; error: PPGError) : PGFileInputStream; cdecl ;
2011-09-22 00:28:15 +00:00
read_async: procedure( file_: PGFile; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
read_finish: function( file_: PGFile; res: PGAsyncResult; error: PPGError) : PGFileInputStream; cdecl ;
append_to: function( file_: PGFile; flags: TGFileCreateFlags; cancellable: PGCancellable; error: PPGError) : PGFileOutputStream; cdecl ;
2011-09-22 00:28:15 +00:00
append_to_async: procedure( file_: PGFile; flags: TGFileCreateFlags; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
append_to_finish: function( file_: PGFile; res: PGAsyncResult; error: PPGError) : PGFileOutputStream; cdecl ;
create: function( file_: PGFile; flags: TGFileCreateFlags; cancellable: PGCancellable; error: PPGError) : PGFileOutputStream; cdecl ;
2011-09-22 00:28:15 +00:00
create_async: procedure( file_: PGFile; flags: TGFileCreateFlags; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
create_finish: function( file_: PGFile; res: PGAsyncResult; error: PPGError) : PGFileOutputStream; cdecl ;
replace: function( file_: PGFile; etag: Pgchar; make_backup: gboolean; flags: TGFileCreateFlags; cancellable: PGCancellable; error: PPGError) : PGFileOutputStream; cdecl ;
2011-09-22 00:28:15 +00:00
replace_async: procedure( file_: PGFile; etag: Pgchar; make_backup: gboolean; flags: TGFileCreateFlags; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
replace_finish: function( file_: PGFile; res: PGAsyncResult; error: PPGError) : PGFileOutputStream; cdecl ;
delete_file: function( file_: PGFile; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
delete_file_async: procedure( file_: PGFile; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
delete_file_finish: function( file_: PGFile; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
trash: function( file_: PGFile; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
_trash_async: procedure ; cdecl ;
_trash_finish: procedure ; cdecl ;
2014-01-06 17:53:09 +00:00
make_directory: function( file_: PGFile; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
_make_directory_async: procedure ; cdecl ;
_make_directory_finish: procedure ; cdecl ;
2014-01-06 17:53:09 +00:00
make_symbolic_link: function( file_: PGFile; symlink_value: Pgchar; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
_make_symbolic_link_async: procedure ; cdecl ;
_make_symbolic_link_finish: procedure ; cdecl ;
2014-01-06 17:53:09 +00:00
copy: function( source: PGFile; destination: PGFile; flags: TGFileCopyFlags; cancellable: PGCancellable; progress_callback: TGFileProgressCallback; progress_callback_data: gpointer; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
copy_async: procedure( source: PGFile; destination: PGFile; flags: TGFileCopyFlags; io_priority: gint; cancellable: PGCancellable; progress_callback: TGFileProgressCallback; progress_callback_data: gpointer; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
copy_finish: function( file_: PGFile; res: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
move: function( source: PGFile; destination: PGFile; flags: TGFileCopyFlags; cancellable: PGCancellable; progress_callback: TGFileProgressCallback; progress_callback_data: gpointer; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
_move_async: procedure ; cdecl ;
_move_finish: procedure ; cdecl ;
mount_mountable: procedure( file_: PGFile; flags: TGMountMountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
mount_mountable_finish: function( file_: PGFile; result_: PGAsyncResult; error: PPGError) : PGFile; cdecl ;
2011-09-22 00:28:15 +00:00
unmount_mountable: procedure( file_: PGFile; flags: TGMountUnmountFlags; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
unmount_mountable_finish: function( file_: PGFile; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
eject_mountable: procedure( file_: PGFile; flags: TGMountUnmountFlags; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
eject_mountable_finish: function( file_: PGFile; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
mount_enclosing_volume: procedure( location: PGFile; flags: TGMountMountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
mount_enclosing_volume_finish: function( location: PGFile; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
monitor_dir: function( file_: PGFile; flags: TGFileMonitorFlags; cancellable: PGCancellable; error: PPGError) : PGFileMonitor; cdecl ;
monitor_file: function( file_: PGFile; flags: TGFileMonitorFlags; cancellable: PGCancellable; error: PPGError) : PGFileMonitor; cdecl ;
open_readwrite: function( file_: PGFile; cancellable: PGCancellable; error: PPGError) : PGFileIOStream; cdecl ;
2011-09-22 00:28:15 +00:00
open_readwrite_async: procedure( file_: PGFile; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
open_readwrite_finish: function( file_: PGFile; res: PGAsyncResult; error: PPGError) : PGFileIOStream; cdecl ;
create_readwrite: function( file_: PGFile; flags: TGFileCreateFlags; cancellable: PGCancellable; error: PPGError) : PGFileIOStream; cdecl ;
2011-09-22 00:28:15 +00:00
create_readwrite_async: procedure( file_: PGFile; flags: TGFileCreateFlags; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
create_readwrite_finish: function( file_: PGFile; res: PGAsyncResult; error: PPGError) : PGFileIOStream; cdecl ;
replace_readwrite: function( file_: PGFile; etag: Pgchar; make_backup: gboolean; flags: TGFileCreateFlags; cancellable: PGCancellable; error: PPGError) : PGFileIOStream; cdecl ;
2011-09-22 00:28:15 +00:00
replace_readwrite_async: procedure( file_: PGFile; etag: Pgchar; make_backup: gboolean; flags: TGFileCreateFlags; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
replace_readwrite_finish: function( file_: PGFile; res: PGAsyncResult; error: PPGError) : PGFileIOStream; cdecl ;
2011-09-22 00:28:15 +00:00
start_mountable: procedure( file_: PGFile; flags: TGDriveStartFlags; start_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
start_mountable_finish: function( file_: PGFile; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
stop_mountable: procedure( file_: PGFile; flags: TGMountUnmountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
stop_mountable_finish: function( file_: PGFile; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
supports_thread_contexts: gboolean;
unmount_mountable_with_operation: procedure( file_: PGFile; flags: TGMountUnmountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
unmount_mountable_with_operation_finish: function( file_: PGFile; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
eject_mountable_with_operation: procedure( file_: PGFile; flags: TGMountUnmountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
eject_mountable_with_operation_finish: function( file_: PGFile; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
poll_mountable: procedure( file_: PGFile; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
poll_mountable_finish: function( file_: PGFile; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
end ;
PPGFileInfoClass = ^ PGFileInfoClass;
PGFileInfoClass = ^ TGFileInfoClass;
TGFileInfoClass = object
end ;
TGFileInputStreamPrivate = record
end ;
PPGFileInputStreamClass = ^ PGFileInputStreamClass;
PGFileInputStreamClass = ^ TGFileInputStreamClass;
TGFileInputStreamClass = object
parent_class: TGInputStreamClass;
tell: function( stream: PGFileInputStream) : gint64; cdecl ;
can_seek: function( stream: PGFileInputStream) : gboolean; cdecl ;
2014-01-06 17:53:09 +00:00
seek: function( stream: PGFileInputStream; offset: gint64; type_: TGSeekType; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
query_info: function( stream: PGFileInputStream; attributes: Pgchar; cancellable: PGCancellable; error: PPGError) : PGFileInfo; cdecl ;
2011-09-22 00:28:15 +00:00
query_info_async: procedure( stream: PGFileInputStream; attributes: Pgchar; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
query_info_finish: function( stream: PGFileInputStream; result_: PGAsyncResult; error: PPGError) : PGFileInfo; cdecl ;
2011-09-22 00:28:15 +00:00
_g_reserved1: procedure ; cdecl ;
_g_reserved2: procedure ; cdecl ;
_g_reserved3: procedure ; cdecl ;
_g_reserved4: procedure ; cdecl ;
_g_reserved5: procedure ; cdecl ;
end ;
TGFileMonitorPrivate = record
end ;
PPGFileMonitorClass = ^ PGFileMonitorClass;
PGFileMonitorClass = ^ TGFileMonitorClass;
TGFileMonitorClass = object
parent_class: TGObjectClass;
changed: procedure( monitor: PGFileMonitor; file_: PGFile; other_file: PGFile; event_type: TGFileMonitorEvent) ; cdecl ;
cancel: function( monitor: PGFileMonitor) : gboolean; cdecl ;
_g_reserved1: procedure ; cdecl ;
_g_reserved2: procedure ; cdecl ;
_g_reserved3: procedure ; cdecl ;
_g_reserved4: procedure ; cdecl ;
_g_reserved5: procedure ; cdecl ;
end ;
TGFileOutputStreamPrivate = record
end ;
PPGFileOutputStreamClass = ^ PGFileOutputStreamClass;
PGFileOutputStreamClass = ^ TGFileOutputStreamClass;
TGFileOutputStreamClass = object
parent_class: TGOutputStreamClass;
tell: function( stream: PGFileOutputStream) : gint64; cdecl ;
can_seek: function( stream: PGFileOutputStream) : gboolean; cdecl ;
2014-01-06 17:53:09 +00:00
seek: function( stream: PGFileOutputStream; offset: gint64; type_: TGSeekType; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
can_truncate: function( stream: PGFileOutputStream) : gboolean; cdecl ;
2014-01-06 17:53:09 +00:00
truncate_fn: function( stream: PGFileOutputStream; size: gint64; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
query_info: function( stream: PGFileOutputStream; attributes: Pgchar; cancellable: PGCancellable; error: PPGError) : PGFileInfo; cdecl ;
2011-09-22 00:28:15 +00:00
query_info_async: procedure( stream: PGFileOutputStream; attributes: Pgchar; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
query_info_finish: function( stream: PGFileOutputStream; result_: PGAsyncResult; error: PPGError) : PGFileInfo; cdecl ;
2011-09-22 00:28:15 +00:00
get_etag: function( stream: PGFileOutputStream) : Pgchar; cdecl ;
_g_reserved1: procedure ; cdecl ;
_g_reserved2: procedure ; cdecl ;
_g_reserved3: procedure ; cdecl ;
_g_reserved4: procedure ; cdecl ;
_g_reserved5: procedure ; cdecl ;
end ;
PPGFilenameCompleter = ^ PGFilenameCompleter;
PGFilenameCompleter = ^ TGFilenameCompleter;
TGFilenameCompleter = object( TGObject)
function new: PGFilenameCompleter; cdecl ; inline ; static ;
function get_completion_suffix( initial_text: Pgchar) : Pgchar; cdecl ; inline ;
function get_completions( initial_text: Pgchar) : PPgchar; cdecl ; inline ;
procedure set_dirs_only( dirs_only: gboolean) ; cdecl ; inline ;
end ;
PPGFilenameCompleterClass = ^ PGFilenameCompleterClass;
PGFilenameCompleterClass = ^ TGFilenameCompleterClass;
TGFilenameCompleterClass = object
parent_class: TGObjectClass;
got_completion_data: procedure( filename_completer: PGFilenameCompleter) ; cdecl ;
_g_reserved1: procedure ; cdecl ;
_g_reserved2: procedure ; cdecl ;
_g_reserved3: procedure ; cdecl ;
end ;
PPGFilesystemPreviewType = ^ PGFilesystemPreviewType;
PGFilesystemPreviewType = ^ TGFilesystemPreviewType;
PPGIOErrorEnum = ^ PGIOErrorEnum;
PGIOErrorEnum = ^ TGIOErrorEnum;
PPGIOExtension = ^ PGIOExtension;
PGIOExtension = ^ TGIOExtension;
TGIOExtension = object
function get_name: Pgchar; cdecl ; inline ;
function get_priority: gint; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
function get_type: TGType; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function ref_class: PGTypeClass; cdecl ; inline ;
end ;
PPGIOExtensionPoint = ^ PGIOExtensionPoint;
PGIOExtensionPoint = ^ TGIOExtensionPoint;
TGIOExtensionPoint = object
function get_extension_by_name( name : Pgchar) : PGIOExtension; cdecl ; inline ;
function get_extensions: PGList; cdecl ; inline ;
function get_required_type: TGType; cdecl ; inline ;
procedure set_required_type( type_: TGType) ; cdecl ; inline ;
function implement( extension_point_name: Pgchar; type_: TGType; extension_name: Pgchar; priority: gint) : PGIOExtension; cdecl ; inline ; static ;
function lookup( name : Pgchar) : PGIOExtensionPoint; cdecl ; inline ; static ;
function register( name : Pgchar) : PGIOExtensionPoint; cdecl ; inline ; static ;
end ;
PPGIOModule = ^ PGIOModule;
PGIOModule = ^ TGIOModule;
TGIOModule = object( TGTypeModule)
function new( filename: Pgchar) : PGIOModule; cdecl ; inline ; static ;
end ;
PPGIOModuleClass = ^ PGIOModuleClass;
PGIOModuleClass = ^ TGIOModuleClass;
TGIOModuleClass = object
end ;
PPGIOModuleScope = ^ PGIOModuleScope;
PGIOModuleScope = ^ TGIOModuleScope;
PPGIOModuleScopeFlags = ^ PGIOModuleScopeFlags;
PGIOModuleScopeFlags = ^ TGIOModuleScopeFlags;
TGIOModuleScope = object
procedure block( basename: Pgchar) ; cdecl ; inline ;
procedure free; cdecl ; inline ;
function new( flags: TGIOModuleScopeFlags) : PGIOModuleScope; cdecl ; inline ; static ;
end ;
PPGIOSchedulerJob = ^ PGIOSchedulerJob;
PGIOSchedulerJob = ^ TGIOSchedulerJob;
TGIOSchedulerJob = object
end ;
TGIOSchedulerJobFunc = function( job: PGIOSchedulerJob; cancellable: PGCancellable; user_data: gpointer) : gboolean; cdecl ;
TGIOStreamPrivate = record
end ;
PPGIOStreamAdapter = ^ PGIOStreamAdapter;
PGIOStreamAdapter = ^ TGIOStreamAdapter;
TGIOStreamAdapter = record
end ;
PPGIconIface = ^ PGIconIface;
PGIconIface = ^ TGIconIface;
TGIconIface = object
g_iface: TGTypeInterface;
hash: function( icon: PGIcon) : guint; cdecl ;
equal: function( icon1: PGIcon; icon2: PGIcon) : gboolean; cdecl ;
to_tokens: function( icon: PGIcon; tokens: Pgpointer; out_version: Pgint) : gboolean; cdecl ;
2014-01-06 17:53:09 +00:00
from_tokens: function( tokens: PPgchar; num_tokens: gint; version: gint; error: PPGError) : PGIcon; cdecl ;
2011-09-22 00:28:15 +00:00
end ;
PPGInetAddress = ^ PGInetAddress;
PGInetAddress = ^ TGInetAddress;
PPGSocketFamily = ^ PGSocketFamily;
PGSocketFamily = ^ TGSocketFamily;
PPGInetAddressPrivate = ^ PGInetAddressPrivate;
PGInetAddressPrivate = ^ TGInetAddressPrivate;
TGInetAddress = object( TGObject)
priv: PGInetAddressPrivate;
function new_any( family: TGSocketFamily) : PGInetAddress; cdecl ; inline ; static ;
function new_from_bytes( bytes: Pguint8; family: TGSocketFamily) : PGInetAddress; cdecl ; inline ; static ;
function new_from_string( string_: Pgchar) : PGInetAddress; cdecl ; inline ; static ;
function new_loopback( family: TGSocketFamily) : PGInetAddress; cdecl ; inline ; static ;
function equal( other_address: PGInetAddress) : gboolean; cdecl ; inline ;
function get_family: TGSocketFamily; cdecl ; inline ;
function get_is_any: gboolean; cdecl ; inline ;
function get_is_link_local: gboolean; cdecl ; inline ;
function get_is_loopback: gboolean; cdecl ; inline ;
function get_is_mc_global: gboolean; cdecl ; inline ;
function get_is_mc_link_local: gboolean; cdecl ; inline ;
function get_is_mc_node_local: gboolean; cdecl ; inline ;
function get_is_mc_org_local: gboolean; cdecl ; inline ;
function get_is_mc_site_local: gboolean; cdecl ; inline ;
function get_is_multicast: gboolean; cdecl ; inline ;
function get_is_site_local: gboolean; cdecl ; inline ;
function get_native_size: gsize; cdecl ; inline ;
function to_bytes: Pguint8; cdecl ; inline ;
function to_string: Pgchar; cdecl ; inline ;
//property bytes: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_bytes { property is writeable but setter not declared } ;
2012-08-26 21:38:16 +00:00
property family: TGSocketFamily read get_family { property is writeable but setter not declared } ;
property is_any: gboolean read get_is_any ;
property is_link_local: gboolean read get_is_link_local ;
property is_loopback: gboolean read get_is_loopback ;
property is_mc_global: gboolean read get_is_mc_global ;
property is_mc_link_local: gboolean read get_is_mc_link_local ;
property is_mc_node_local: gboolean read get_is_mc_node_local ;
property is_mc_org_local: gboolean read get_is_mc_org_local ;
property is_mc_site_local: gboolean read get_is_mc_site_local ;
property is_multicast: gboolean read get_is_multicast ;
property is_site_local: gboolean read get_is_site_local ;
2011-09-22 00:28:15 +00:00
end ;
TGInetAddressPrivate = record
end ;
PPGInetAddressClass = ^ PGInetAddressClass;
PGInetAddressClass = ^ TGInetAddressClass;
TGInetAddressClass = object
parent_class: TGObjectClass;
to_string: function( address: PGInetAddress) : Pgchar; cdecl ;
to_bytes: function( address: PGInetAddress) : Pguint8; cdecl ;
end ;
2012-08-26 21:38:16 +00:00
PPGInetAddressMask = ^ PGInetAddressMask;
PGInetAddressMask = ^ TGInetAddressMask;
PPGInetAddressMaskPrivate = ^ PGInetAddressMaskPrivate;
PGInetAddressMaskPrivate = ^ TGInetAddressMaskPrivate;
TGInetAddressMask = object( TGObject)
priv: PGInetAddressMaskPrivate;
2014-01-06 17:53:09 +00:00
function new( addr: PGInetAddress; length : guint; error: PPGError) : PGInetAddressMask; cdecl ; inline ; static ;
function new_from_string( mask_string: Pgchar; error: PPGError) : PGInetAddressMask; cdecl ; inline ; static ;
2012-08-26 21:38:16 +00:00
function equal( mask2: PGInetAddressMask) : gboolean; cdecl ; inline ;
function get_address: PGInetAddress; cdecl ; inline ;
function get_family: TGSocketFamily; cdecl ; inline ;
function get_length: guint; cdecl ; inline ;
function matches( address: PGInetAddress) : gboolean; cdecl ; inline ;
function to_string: Pgchar; cdecl ; inline ;
property address: PGInetAddress read get_address { property is writeable but setter not declared } ;
property family: TGSocketFamily read get_family ;
property length : guint read get_length { property is writeable but setter not declared } ;
end ;
TGInetAddressMaskPrivate = record
end ;
PPGInetAddressMaskClass = ^ PGInetAddressMaskClass;
PGInetAddressMaskClass = ^ TGInetAddressMaskClass;
TGInetAddressMaskClass = object
parent_class: TGObjectClass;
end ;
2011-09-22 00:28:15 +00:00
PPGSocketConnectable = ^ PGSocketConnectable;
PGSocketConnectable = ^ TGSocketConnectable;
PPGSocketAddressEnumerator = ^ PGSocketAddressEnumerator;
PGSocketAddressEnumerator = ^ TGSocketAddressEnumerator;
TGSocketConnectable = object
function enumerate: PGSocketAddressEnumerator; cdecl ; inline ;
function proxy_enumerate: PGSocketAddressEnumerator; cdecl ; inline ;
end ;
PPGSocketAddress = ^ PGSocketAddress;
PGSocketAddress = ^ TGSocketAddress;
TGSocketAddress = object( TGObject)
function new_from_native( native: gpointer; len: gsize) : PGSocketAddress; cdecl ; inline ; static ;
function get_family: TGSocketFamily; cdecl ; inline ;
function get_native_size: gssize; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function to_native( dest: gpointer; destlen: gsize; error: PPGError) : gboolean; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
property family: TGSocketFamily read get_family ;
2011-09-22 00:28:15 +00:00
end ;
PPGInetSocketAddress = ^ PGInetSocketAddress;
PGInetSocketAddress = ^ TGInetSocketAddress;
2014-01-06 17:53:09 +00:00
PPGInetSocketAddressPrivate = ^ PGInetSocketAddressPrivate;
PGInetSocketAddressPrivate = ^ TGInetSocketAddressPrivate;
2011-09-22 00:28:15 +00:00
TGInetSocketAddress = object( TGSocketAddress)
priv: PGInetSocketAddressPrivate;
function new( address: PGInetAddress; port: guint16) : PGInetSocketAddress; cdecl ; inline ; static ;
function get_address: PGInetAddress; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
function get_flowinfo: guint32; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function get_port: guint16; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
function get_scope_id: guint32; cdecl ; inline ;
property address: PGInetAddress read get_address { property is writeable but setter not declared } ;
property flowinfo: guint32 read get_flowinfo { property is writeable but setter not declared } ;
property port: guint16 read get_port { property is writeable but setter not declared } ;
property scope_id: guint32 read get_scope_id { property is writeable but setter not declared } ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
TGInetSocketAddressPrivate = record
end ;
PPGSocketAddressClass = ^ PGSocketAddressClass;
2011-09-22 00:28:15 +00:00
PGSocketAddressClass = ^ TGSocketAddressClass;
TGSocketAddressClass = object
parent_class: TGObjectClass;
get_family: function( address: PGSocketAddress) : TGSocketFamily; cdecl ;
get_native_size: function( address: PGSocketAddress) : gssize; cdecl ;
2014-01-06 17:53:09 +00:00
to_native: function( address: PGSocketAddress; dest: gpointer; destlen: gsize; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
end ;
PPGInetSocketAddressClass = ^ PGInetSocketAddressClass;
PGInetSocketAddressClass = ^ TGInetSocketAddressClass;
TGInetSocketAddressClass = object
parent_class: TGSocketAddressClass;
end ;
PPGInitableIface = ^ PGInitableIface;
PGInitableIface = ^ TGInitableIface;
TGInitableIface = object
g_iface: TGTypeInterface;
2014-01-06 17:53:09 +00:00
init: function( initable: PGInitable; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
end ;
TGInputStreamPrivate = record
end ;
PPGInputVector = ^ PGInputVector;
PGInputVector = ^ TGInputVector;
TGInputVector = record
buffer: gpointer;
size: gsize;
end ;
PPGLoadableIconIface = ^ PGLoadableIconIface;
PGLoadableIconIface = ^ TGLoadableIconIface;
TGLoadableIconIface = object
g_iface: TGTypeInterface;
2014-01-06 17:53:09 +00:00
load: function( icon: PGLoadableIcon; size: gint; type_: PPgchar; cancellable: PGCancellable; error: PPGError) : PGInputStream; cdecl ;
2011-09-22 00:28:15 +00:00
load_async: procedure( icon: PGLoadableIcon; size: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
load_finish: function( icon: PGLoadableIcon; res: PGAsyncResult; type_: PPgchar; error: PPGError) : PGInputStream; cdecl ;
2011-09-22 00:28:15 +00:00
end ;
PPGMemoryInputStream = ^ PGMemoryInputStream;
PGMemoryInputStream = ^ TGMemoryInputStream;
2014-01-06 17:53:09 +00:00
PPGMemoryInputStreamPrivate = ^ PGMemoryInputStreamPrivate;
PGMemoryInputStreamPrivate = ^ TGMemoryInputStreamPrivate;
2011-09-22 00:28:15 +00:00
TGMemoryInputStream = object( TGInputStream)
priv1: PGMemoryInputStreamPrivate;
function new: PGMemoryInputStream; cdecl ; inline ; static ;
2014-01-06 17:53:09 +00:00
function new_from_bytes( bytes: PGBytes) : PGMemoryInputStream; cdecl ; inline ; static ;
2011-09-22 00:28:15 +00:00
function new_from_data( data: Pguint8; len: gssize; destroy_: TGDestroyNotify) : PGMemoryInputStream; cdecl ; inline ; static ;
2014-01-06 17:53:09 +00:00
procedure add_bytes( bytes: PGBytes) ; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure add_data( data: Pguint8; len: gssize; destroy_: TGDestroyNotify) ; cdecl ; inline ;
end ;
2014-01-06 17:53:09 +00:00
TGMemoryInputStreamPrivate = record
end ;
2011-09-22 00:28:15 +00:00
PPGMemoryInputStreamClass = ^ PGMemoryInputStreamClass;
PGMemoryInputStreamClass = ^ TGMemoryInputStreamClass;
TGMemoryInputStreamClass = object
parent_class: TGInputStreamClass;
_g_reserved1: procedure ; cdecl ;
_g_reserved2: procedure ; cdecl ;
_g_reserved3: procedure ; cdecl ;
_g_reserved4: procedure ; cdecl ;
_g_reserved5: procedure ; cdecl ;
end ;
TGReallocFunc = function( data: gpointer; size: gsize) : gpointer; cdecl ;
PPGMemoryOutputStream = ^ PGMemoryOutputStream;
PGMemoryOutputStream = ^ TGMemoryOutputStream;
PPGReallocFunc = ^ PGReallocFunc;
PGReallocFunc = ^ TGReallocFunc;
2014-01-06 17:53:09 +00:00
PPGMemoryOutputStreamPrivate = ^ PGMemoryOutputStreamPrivate;
PGMemoryOutputStreamPrivate = ^ TGMemoryOutputStreamPrivate;
2011-09-22 00:28:15 +00:00
TGMemoryOutputStream = object( TGOutputStream)
priv1: PGMemoryOutputStreamPrivate;
function new( data: gpointer; size: gsize; realloc_function: TGReallocFunc; destroy_function: TGDestroyNotify) : PGMemoryOutputStream; cdecl ; inline ; static ;
2014-01-06 17:53:09 +00:00
function new_resizable: PGMemoryOutputStream; cdecl ; inline ; static ;
2011-09-22 00:28:15 +00:00
function get_data: gpointer; cdecl ; inline ;
function get_data_size: gsize; cdecl ; inline ;
function get_size: gsize; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function steal_as_bytes: PGBytes; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function steal_data: gpointer; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
property data: gpointer read get_data { property is writeable but setter not declared } ;
property data_size: gsize read get_data_size ;
2011-09-22 00:28:15 +00:00
//property destroy_function: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_destroy_function { property is writeable but setter not declared } ;
//property realloc_function: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_realloc_function { property is writeable but setter not declared } ;
2012-08-26 21:38:16 +00:00
property size: gsize read get_size { property is writeable but setter not declared } ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
TGMemoryOutputStreamPrivate = record
end ;
2011-09-22 00:28:15 +00:00
PPGMemoryOutputStreamClass = ^ PGMemoryOutputStreamClass;
PGMemoryOutputStreamClass = ^ TGMemoryOutputStreamClass;
TGMemoryOutputStreamClass = object
parent_class: TGOutputStreamClass;
_g_reserved1: procedure ; cdecl ;
_g_reserved2: procedure ; cdecl ;
_g_reserved3: procedure ; cdecl ;
_g_reserved4: procedure ; cdecl ;
_g_reserved5: procedure ; cdecl ;
end ;
2012-08-26 21:38:16 +00:00
PPGMenu = ^ PGMenu;
PGMenu = ^ TGMenu;
PPGMenuItem = ^ PGMenuItem;
PGMenuItem = ^ TGMenuItem;
TGMenu = object( TGMenuModel)
function new: PGMenu; cdecl ; inline ; static ;
procedure append( label_: Pgchar; detailed_action: Pgchar) ; cdecl ; inline ;
procedure append_item( item: PGMenuItem) ; cdecl ; inline ;
procedure append_section( label_: Pgchar; section: PGMenuModel) ; cdecl ; inline ;
procedure append_submenu( label_: Pgchar; submenu: PGMenuModel) ; cdecl ; inline ;
procedure freeze; cdecl ; inline ;
procedure insert( position: gint; label_: Pgchar; detailed_action: Pgchar) ; cdecl ; inline ;
procedure insert_item( position: gint; item: PGMenuItem) ; cdecl ; inline ;
procedure insert_section( position: gint; label_: Pgchar; section: PGMenuModel) ; cdecl ; inline ;
procedure insert_submenu( position: gint; label_: Pgchar; submenu: PGMenuModel) ; cdecl ; inline ;
procedure prepend( label_: Pgchar; detailed_action: Pgchar) ; cdecl ; inline ;
procedure prepend_item( item: PGMenuItem) ; cdecl ; inline ;
procedure prepend_section( label_: Pgchar; section: PGMenuModel) ; cdecl ; inline ;
procedure prepend_submenu( label_: Pgchar; submenu: PGMenuModel) ; cdecl ; inline ;
procedure remove( position: gint) ; cdecl ; inline ;
end ;
TGMenuItem = object( TGObject)
function new( label_: Pgchar; detailed_action: Pgchar) : PGMenuItem; cdecl ; inline ; static ;
2014-01-06 17:53:09 +00:00
function new_from_model( model: PGMenuModel; item_index: gint) : PGMenuItem; cdecl ; inline ; static ;
2012-08-26 21:38:16 +00:00
function new_section( label_: Pgchar; section: PGMenuModel) : PGMenuItem; cdecl ; inline ; static ;
function new_submenu( label_: Pgchar; submenu: PGMenuModel) : PGMenuItem; cdecl ; inline ; static ;
2014-01-06 17:53:09 +00:00
//function get_attribute(attribute: Pgchar; format_string: Pgchar; args: array of const): gboolean; cdecl; inline;
function get_attribute_value( attribute: Pgchar; expected_type: PGVariantType) : PGVariant; cdecl ; inline ;
function get_link( link: Pgchar) : PGMenuModel; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
//procedure set_action_and_target(action: Pgchar; format_string: Pgchar; args: array of const); cdecl; inline;
procedure set_action_and_target_value( action: Pgchar; target_value: PGVariant) ; cdecl ; inline ;
//procedure set_attribute(attribute: Pgchar; format_string: Pgchar; args: array of const); cdecl; inline;
procedure set_attribute_value( attribute: Pgchar; value: PGVariant) ; cdecl ; inline ;
procedure set_detailed_action( detailed_action: Pgchar) ; cdecl ; inline ;
procedure set_label( label_: Pgchar) ; cdecl ; inline ;
procedure set_link( link: Pgchar; model: PGMenuModel) ; cdecl ; inline ;
procedure set_section( section: PGMenuModel) ; cdecl ; inline ;
procedure set_submenu( submenu: PGMenuModel) ; cdecl ; inline ;
end ;
PPGMenuAttributeIterPrivate = ^ PGMenuAttributeIterPrivate;
PGMenuAttributeIterPrivate = ^ TGMenuAttributeIterPrivate;
TGMenuAttributeIter = object( TGObject)
priv: PGMenuAttributeIterPrivate;
function get_name: Pgchar; cdecl ; inline ;
function get_next( out_name: PPgchar; value: PPGVariant) : gboolean; cdecl ; inline ;
function get_value: PGVariant; cdecl ; inline ;
function next: gboolean; cdecl ; inline ;
end ;
2014-01-06 17:53:09 +00:00
TGMenuAttributeIterPrivate = record
end ;
2012-08-26 21:38:16 +00:00
PPGMenuAttributeIterClass = ^ PGMenuAttributeIterClass;
PGMenuAttributeIterClass = ^ TGMenuAttributeIterClass;
TGMenuAttributeIterClass = object
parent_class: TGObjectClass;
2014-01-06 17:53:09 +00:00
get_next: function( iter: PGMenuAttributeIter; out_name: PPgchar; value: PPGVariant) : gboolean; cdecl ;
2012-08-26 21:38:16 +00:00
end ;
PPGMenuLinkIterPrivate = ^ PGMenuLinkIterPrivate;
PGMenuLinkIterPrivate = ^ TGMenuLinkIterPrivate;
TGMenuLinkIter = object( TGObject)
priv: PGMenuLinkIterPrivate;
function get_name: Pgchar; cdecl ; inline ;
function get_next( out_link: PPgchar; value: PPGMenuModel) : gboolean; cdecl ; inline ;
function get_value: PGMenuModel; cdecl ; inline ;
function next: gboolean; cdecl ; inline ;
end ;
2014-01-06 17:53:09 +00:00
TGMenuLinkIterPrivate = record
end ;
2012-08-26 21:38:16 +00:00
PPGMenuLinkIterClass = ^ PGMenuLinkIterClass;
PGMenuLinkIterClass = ^ TGMenuLinkIterClass;
TGMenuLinkIterClass = object
parent_class: TGObjectClass;
2014-01-06 17:53:09 +00:00
get_next: function( iter: PGMenuLinkIter; out_link: PPgchar; value: PPGMenuModel) : gboolean; cdecl ;
2012-08-26 21:38:16 +00:00
end ;
TGMenuModelPrivate = record
end ;
PPGMenuModelClass = ^ PGMenuModelClass;
PGMenuModelClass = ^ TGMenuModelClass;
TGMenuModelClass = object
parent_class: TGObjectClass;
is_mutable: function( model: PGMenuModel) : gboolean; cdecl ;
get_n_items: function( model: PGMenuModel) : gint; cdecl ;
get_item_attributes: procedure( model: PGMenuModel; item_index: gint; attributes: PPGHashTable) ; cdecl ;
iterate_item_attributes: function( model: PGMenuModel; item_index: gint) : PGMenuAttributeIter; cdecl ;
get_item_attribute_value: function( model: PGMenuModel; item_index: gint; attribute: Pgchar; expected_type: PGVariantType) : PGVariant; cdecl ;
get_item_links: procedure( model: PGMenuModel; item_index: gint; links: PPGHashTable) ; cdecl ;
iterate_item_links: function( model: PGMenuModel; item_index: gint) : PGMenuLinkIter; cdecl ;
get_item_link: function( model: PGMenuModel; item_index: gint; link: Pgchar) : PGMenuModel; cdecl ;
end ;
2011-09-22 00:28:15 +00:00
TGVolume = object
changed: procedure ; cdecl ;
removed: procedure ; cdecl ;
function can_eject: gboolean; cdecl ; inline ;
function can_mount: gboolean; cdecl ; inline ;
procedure eject_with_operation( flags: TGMountUnmountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function eject_with_operation_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function enumerate_identifiers: PPgchar; cdecl ; inline ;
function get_activation_root: PGFile; cdecl ; inline ;
function get_drive: PGDrive; cdecl ; inline ;
function get_icon: PGIcon; cdecl ; inline ;
function get_identifier( kind: Pgchar) : Pgchar; cdecl ; inline ;
function get_mount: PGMount; cdecl ; inline ;
function get_name: Pgchar; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
function get_sort_key: Pgchar; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function get_symbolic_icon: PGIcon; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function get_uuid: Pgchar; cdecl ; inline ;
procedure mount( flags: TGMountMountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function mount_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function should_automount: gboolean; cdecl ; inline ;
end ;
PPGMountIface = ^ PGMountIface;
PGMountIface = ^ TGMountIface;
TGMountIface = object
g_iface: TGTypeInterface;
changed: procedure( mount: PGMount) ; cdecl ;
unmounted: procedure( mount: PGMount) ; cdecl ;
get_root: function( mount: PGMount) : PGFile; cdecl ;
get_name: function( mount: PGMount) : Pgchar; cdecl ;
get_icon: function( mount: PGMount) : PGIcon; cdecl ;
get_uuid: function( mount: PGMount) : Pgchar; cdecl ;
get_volume: function( mount: PGMount) : PGVolume; cdecl ;
get_drive: function( mount: PGMount) : PGDrive; cdecl ;
can_unmount: function( mount: PGMount) : gboolean; cdecl ;
can_eject: function( mount: PGMount) : gboolean; cdecl ;
unmount: procedure( mount: PGMount; flags: TGMountUnmountFlags; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
unmount_finish: function( mount: PGMount; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
eject: procedure( mount: PGMount; flags: TGMountUnmountFlags; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
eject_finish: function( mount: PGMount; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
remount: procedure( mount: PGMount; flags: TGMountMountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
remount_finish: function( mount: PGMount; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
guess_content_type: procedure( mount: PGMount; force_rescan: gboolean; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
guess_content_type_finish: function( mount: PGMount; result_: PGAsyncResult; error: PPGError) : PPgchar; cdecl ;
guess_content_type_sync: function( mount: PGMount; force_rescan: gboolean; cancellable: PGCancellable; error: PPGError) : PPgchar; cdecl ;
2011-09-22 00:28:15 +00:00
pre_unmount: procedure( mount: PGMount) ; cdecl ;
unmount_with_operation: procedure( mount: PGMount; flags: TGMountUnmountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
unmount_with_operation_finish: function( mount: PGMount; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
eject_with_operation: procedure( mount: PGMount; flags: TGMountUnmountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
eject_with_operation_finish: function( mount: PGMount; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
get_default_location: function( mount: PGMount) : PGFile; cdecl ;
2012-08-26 21:38:16 +00:00
get_sort_key: function( mount: PGMount) : Pgchar; cdecl ;
2014-01-06 17:53:09 +00:00
get_symbolic_icon: function( mount: PGMount) : PGIcon; cdecl ;
2011-09-22 00:28:15 +00:00
end ;
TGMountOperationPrivate = record
end ;
PPGMountOperationClass = ^ PGMountOperationClass;
PGMountOperationClass = ^ TGMountOperationClass;
TGMountOperationClass = object
parent_class: TGObjectClass;
ask_password: procedure( op: PGMountOperation; message : Pgchar; default_user: Pgchar; default_domain: Pgchar; flags: TGAskPasswordFlags) ; cdecl ;
ask_question: procedure( op: PGMountOperation; message : Pgchar; choices: Pgchar) ; cdecl ;
reply: procedure( op: PGMountOperation; result_: TGMountOperationResult) ; cdecl ;
aborted: procedure( op: PGMountOperation) ; cdecl ;
show_processes: procedure( op: PGMountOperation; message : Pgchar; processes: Pgpointer; choices: Pgchar) ; cdecl ;
2014-01-06 17:53:09 +00:00
show_unmount_progress: procedure( op: PGMountOperation; message : Pgchar; time_left: gint64; bytes_left: gint64) ; cdecl ;
2011-09-22 00:28:15 +00:00
_g_reserved1: procedure ; cdecl ;
_g_reserved2: procedure ; cdecl ;
_g_reserved3: procedure ; cdecl ;
_g_reserved4: procedure ; cdecl ;
_g_reserved5: procedure ; cdecl ;
_g_reserved6: procedure ; cdecl ;
_g_reserved7: procedure ; cdecl ;
_g_reserved8: procedure ; cdecl ;
_g_reserved9: procedure ; cdecl ;
end ;
PPGVolumeMonitor = ^ PGVolumeMonitor;
PGVolumeMonitor = ^ TGVolumeMonitor;
TGVolumeMonitor = object( TGObject)
priv: gpointer;
function get: PGVolumeMonitor; cdecl ; inline ; static ;
function get_connected_drives: PGList; cdecl ; inline ;
function get_mount_for_uuid( uuid: Pgchar) : PGMount; cdecl ; inline ;
function get_mounts: PGList; cdecl ; inline ;
function get_volume_for_uuid( uuid: Pgchar) : PGVolume; cdecl ; inline ;
function get_volumes: PGList; cdecl ; inline ;
end ;
PPGNativeVolumeMonitor = ^ PGNativeVolumeMonitor;
PGNativeVolumeMonitor = ^ TGNativeVolumeMonitor;
TGNativeVolumeMonitor = object( TGVolumeMonitor)
end ;
PPGVolumeMonitorClass = ^ PGVolumeMonitorClass;
PGVolumeMonitorClass = ^ TGVolumeMonitorClass;
TGVolumeMonitorClass = object
parent_class: TGObjectClass;
volume_added: procedure( volume_monitor: PGVolumeMonitor; volume: PGVolume) ; cdecl ;
volume_removed: procedure( volume_monitor: PGVolumeMonitor; volume: PGVolume) ; cdecl ;
volume_changed: procedure( volume_monitor: PGVolumeMonitor; volume: PGVolume) ; cdecl ;
mount_added: procedure( volume_monitor: PGVolumeMonitor; mount: PGMount) ; cdecl ;
mount_removed: procedure( volume_monitor: PGVolumeMonitor; mount: PGMount) ; cdecl ;
mount_pre_unmount: procedure( volume_monitor: PGVolumeMonitor; mount: PGMount) ; cdecl ;
mount_changed: procedure( volume_monitor: PGVolumeMonitor; mount: PGMount) ; cdecl ;
drive_connected: procedure( volume_monitor: PGVolumeMonitor; drive: PGDrive) ; cdecl ;
drive_disconnected: procedure( volume_monitor: PGVolumeMonitor; drive: PGDrive) ; cdecl ;
drive_changed: procedure( volume_monitor: PGVolumeMonitor; drive: PGDrive) ; cdecl ;
is_supported: function : gboolean; cdecl ;
get_connected_drives: function( volume_monitor: PGVolumeMonitor) : PGList; cdecl ;
get_volumes: function( volume_monitor: PGVolumeMonitor) : PGList; cdecl ;
get_mounts: function( volume_monitor: PGVolumeMonitor) : PGList; cdecl ;
get_volume_for_uuid: function( volume_monitor: PGVolumeMonitor; uuid: Pgchar) : PGVolume; cdecl ;
get_mount_for_uuid: function( volume_monitor: PGVolumeMonitor; uuid: Pgchar) : PGMount; cdecl ;
adopt_orphan_mount: function( mount: PGMount; volume_monitor: PGVolumeMonitor) : PGVolume; cdecl ;
drive_eject_button: procedure( volume_monitor: PGVolumeMonitor; drive: PGDrive) ; cdecl ;
drive_stop_button: procedure( volume_monitor: PGVolumeMonitor; drive: PGDrive) ; cdecl ;
_g_reserved1: procedure ; cdecl ;
_g_reserved2: procedure ; cdecl ;
_g_reserved3: procedure ; cdecl ;
_g_reserved4: procedure ; cdecl ;
_g_reserved5: procedure ; cdecl ;
_g_reserved6: procedure ; cdecl ;
end ;
PPGNativeVolumeMonitorClass = ^ PGNativeVolumeMonitorClass;
PGNativeVolumeMonitorClass = ^ TGNativeVolumeMonitorClass;
TGNativeVolumeMonitorClass = object
parent_class: TGVolumeMonitorClass;
get_mount_for_mount_path: function( mount_path: Pgchar; cancellable: PGCancellable) : PGMount; cdecl ;
end ;
PPGNetworkAddress = ^ PGNetworkAddress;
PGNetworkAddress = ^ TGNetworkAddress;
2012-08-26 21:38:16 +00:00
PPGNetworkAddressPrivate = ^ PGNetworkAddressPrivate;
PGNetworkAddressPrivate = ^ TGNetworkAddressPrivate;
2011-09-22 00:28:15 +00:00
TGNetworkAddress = object( TGObject)
priv: PGNetworkAddressPrivate;
2012-08-26 21:38:16 +00:00
function new( hostname: Pgchar; port: guint16) : PGNetworkAddress; cdecl ; inline ; static ;
2014-01-06 17:53:09 +00:00
function parse( host_and_port: Pgchar; default_port: guint16; error: PPGError) : PGSocketConnectable; cdecl ; inline ; static ;
function parse_uri( uri: Pgchar; default_port: guint16; error: PPGError) : PGSocketConnectable; cdecl ; inline ; static ;
2011-09-22 00:28:15 +00:00
function get_hostname: Pgchar; cdecl ; inline ;
function get_port: guint16; cdecl ; inline ;
function get_scheme: Pgchar; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
property hostname: Pgchar read get_hostname { property is writeable but setter not declared } ;
property port: guint16 read get_port { property is writeable but setter not declared } ;
property scheme: Pgchar read get_scheme { property is writeable but setter not declared } ;
end ;
TGNetworkAddressPrivate = record
2011-09-22 00:28:15 +00:00
end ;
2012-08-26 21:38:16 +00:00
2011-09-22 00:28:15 +00:00
PPGNetworkAddressClass = ^ PGNetworkAddressClass;
PGNetworkAddressClass = ^ TGNetworkAddressClass;
TGNetworkAddressClass = object
parent_class: TGObjectClass;
end ;
2012-08-26 21:38:16 +00:00
PPGNetworkMonitor = ^ PGNetworkMonitor;
PGNetworkMonitor = ^ TGNetworkMonitor;
TGNetworkMonitor = object
network_changed: procedure( available: gboolean) ; cdecl ;
function get_default: PGNetworkMonitor; cdecl ; inline ; static ;
2014-01-06 17:53:09 +00:00
function can_reach( connectable: PGSocketConnectable; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
procedure can_reach_async( connectable: PGSocketConnectable; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function can_reach_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
function get_network_available: gboolean; cdecl ; inline ;
property network_available: gboolean read get_network_available ;
2011-09-22 00:28:15 +00:00
end ;
2012-08-26 21:38:16 +00:00
PPGNetworkMonitorInterface = ^ PGNetworkMonitorInterface;
PGNetworkMonitorInterface = ^ TGNetworkMonitorInterface;
TGNetworkMonitorInterface = object
g_iface: TGTypeInterface;
network_changed: procedure( monitor: PGNetworkMonitor; available: gboolean) ; cdecl ;
2014-01-06 17:53:09 +00:00
can_reach: function( monitor: PGNetworkMonitor; connectable: PGSocketConnectable; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2012-08-26 21:38:16 +00:00
can_reach_async: procedure( monitor: PGNetworkMonitor; connectable: PGSocketConnectable; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
can_reach_finish: function( monitor: PGNetworkMonitor; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2012-08-26 21:38:16 +00:00
end ;
2011-09-22 00:28:15 +00:00
PPGNetworkService = ^ PGNetworkService;
PGNetworkService = ^ TGNetworkService;
2012-08-26 21:38:16 +00:00
PPGNetworkServicePrivate = ^ PGNetworkServicePrivate;
PGNetworkServicePrivate = ^ TGNetworkServicePrivate;
2011-09-22 00:28:15 +00:00
TGNetworkService = object( TGObject)
priv: PGNetworkServicePrivate;
2012-08-26 21:38:16 +00:00
function new( service: Pgchar; protocol: Pgchar; domain: Pgchar) : PGNetworkService; cdecl ; inline ; static ;
2011-09-22 00:28:15 +00:00
function get_domain: Pgchar; cdecl ; inline ;
function get_protocol: Pgchar; cdecl ; inline ;
function get_scheme: Pgchar; cdecl ; inline ;
function get_service: Pgchar; cdecl ; inline ;
procedure set_scheme( scheme: Pgchar) ; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
property domain: Pgchar read get_domain { property is writeable but setter not declared } ;
property protocol: Pgchar read get_protocol { property is writeable but setter not declared } ;
property scheme: Pgchar read get_scheme write set_scheme;
property service: Pgchar read get_service { property is writeable but setter not declared } ;
end ;
TGNetworkServicePrivate = record
2011-09-22 00:28:15 +00:00
end ;
2012-08-26 21:38:16 +00:00
2011-09-22 00:28:15 +00:00
PPGNetworkServiceClass = ^ PGNetworkServiceClass;
PGNetworkServiceClass = ^ TGNetworkServiceClass;
TGNetworkServiceClass = object
parent_class: TGObjectClass;
end ;
TGOutputStreamPrivate = record
end ;
PPGOutputVector = ^ PGOutputVector;
PGOutputVector = ^ TGOutputVector;
TGOutputVector = record
2014-01-06 17:53:09 +00:00
buffer: Pgpointer;
2011-09-22 00:28:15 +00:00
size: gsize;
end ;
PPGPermission = ^ PGPermission;
PGPermission = ^ TGPermission;
2014-01-06 17:53:09 +00:00
PPGPermissionPrivate = ^ PGPermissionPrivate;
PGPermissionPrivate = ^ TGPermissionPrivate;
2011-09-22 00:28:15 +00:00
TGPermission = object( TGObject)
priv: PGPermissionPrivate;
2014-01-06 17:53:09 +00:00
function acquire( cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure acquire_async( cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function acquire_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function get_allowed: gboolean; cdecl ; inline ;
function get_can_acquire: gboolean; cdecl ; inline ;
function get_can_release: gboolean; cdecl ; inline ;
procedure impl_update( allowed: gboolean; can_acquire: gboolean; can_release: gboolean) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function release( cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure release_async( cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function release_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
property allowed: gboolean read get_allowed ;
property can_acquire: gboolean read get_can_acquire ;
property can_release: gboolean read get_can_release ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
TGPermissionPrivate = record
end ;
2011-09-22 00:28:15 +00:00
PPGPermissionClass = ^ PGPermissionClass;
PGPermissionClass = ^ TGPermissionClass;
TGPermissionClass = object
parent_class: TGObjectClass;
2014-01-06 17:53:09 +00:00
acquire: function( permission: PGPermission; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
acquire_async: procedure( permission: PGPermission; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
acquire_finish: function( permission: PGPermission; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
release: function( permission: PGPermission; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
release_async: procedure( permission: PGPermission; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
release_finish: function( permission: PGPermission; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
reserved: array [ 0 .. 1 5 ] of gpointer;
end ;
PPGPollableInputStreamInterface = ^ PGPollableInputStreamInterface;
PGPollableInputStreamInterface = ^ TGPollableInputStreamInterface;
TGPollableInputStreamInterface = object
g_iface: TGTypeInterface;
can_poll: function( stream: PGPollableInputStream) : gboolean; cdecl ;
is_readable: function( stream: PGPollableInputStream) : gboolean; cdecl ;
create_source: function( stream: PGPollableInputStream; cancellable: PGCancellable) : PGSource; cdecl ;
2014-01-06 17:53:09 +00:00
read_nonblocking: function( stream: PGPollableInputStream; buffer: Pgpointer; count: gsize; error: PPGError) : gssize; cdecl ;
2011-09-22 00:28:15 +00:00
end ;
PPGPollableOutputStreamInterface = ^ PGPollableOutputStreamInterface;
PGPollableOutputStreamInterface = ^ TGPollableOutputStreamInterface;
TGPollableOutputStreamInterface = object
g_iface: TGTypeInterface;
can_poll: function( stream: PGPollableOutputStream) : gboolean; cdecl ;
is_writable: function( stream: PGPollableOutputStream) : gboolean; cdecl ;
create_source: function( stream: PGPollableOutputStream; cancellable: PGCancellable) : PGSource; cdecl ;
2014-01-06 17:53:09 +00:00
write_nonblocking: function( stream: PGPollableOutputStream; buffer: Pguint8; count: gsize; error: PPGError) : gssize; cdecl ;
2011-09-22 00:28:15 +00:00
end ;
TGPollableSourceFunc = function( pollable_stream: PGObject; user_data: gpointer) : gboolean; cdecl ;
PPGProxy = ^ PGProxy;
PGProxy = ^ TGProxy;
PPGProxyAddress = ^ PGProxyAddress;
PGProxyAddress = ^ TGProxyAddress;
TGProxy = object
function get_default_for_protocol( protocol: Pgchar) : PGProxy; cdecl ; inline ; static ;
2014-01-06 17:53:09 +00:00
function connect( connection: PGIOStream; proxy_address: PGProxyAddress; cancellable: PGCancellable; error: PPGError) : PGIOStream; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure connect_async( connection: PGIOStream; proxy_address: PGProxyAddress; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function connect_finish( result_: PGAsyncResult; error: PPGError) : PGIOStream; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function supports_hostname: gboolean; cdecl ; inline ;
end ;
PPGProxyAddressPrivate = ^ PGProxyAddressPrivate;
PGProxyAddressPrivate = ^ TGProxyAddressPrivate;
TGProxyAddress = object( TGInetSocketAddress)
priv1: PGProxyAddressPrivate;
function new( inetaddr: PGInetAddress; port: guint16; protocol: Pgchar; dest_hostname: Pgchar; dest_port: guint16; username: Pgchar; password: Pgchar) : PGProxyAddress; cdecl ; inline ; static ;
function get_destination_hostname: Pgchar; cdecl ; inline ;
function get_destination_port: guint16; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function get_destination_protocol: Pgchar; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function get_password: Pgchar; cdecl ; inline ;
function get_protocol: Pgchar; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function get_uri: Pgchar; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function get_username: Pgchar; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
property destination_hostname: Pgchar read get_destination_hostname { property is writeable but setter not declared } ;
property destination_port: guint16 read get_destination_port { property is writeable but setter not declared } ;
2014-01-06 17:53:09 +00:00
property destination_protocol: Pgchar read get_destination_protocol { property is writeable but setter not declared } ;
2012-08-26 21:38:16 +00:00
property password: Pgchar read get_password { property is writeable but setter not declared } ;
property protocol: Pgchar read get_protocol { property is writeable but setter not declared } ;
2014-01-06 17:53:09 +00:00
property uri: Pgchar read get_uri { property is writeable but setter not declared } ;
2012-08-26 21:38:16 +00:00
property username: Pgchar read get_username { property is writeable but setter not declared } ;
2011-09-22 00:28:15 +00:00
end ;
TGProxyAddressPrivate = record
end ;
PPGProxyAddressClass = ^ PGProxyAddressClass;
PGProxyAddressClass = ^ TGProxyAddressClass;
TGProxyAddressClass = object
parent_class: TGInetSocketAddressClass;
end ;
2014-01-06 17:53:09 +00:00
PPGProxyResolver = ^ PGProxyResolver;
PGProxyResolver = ^ TGProxyResolver;
TGProxyResolver = object
function get_default: PGProxyResolver; cdecl ; inline ; static ;
function is_supported: gboolean; cdecl ; inline ;
function lookup( uri: Pgchar; cancellable: PGCancellable; error: PPGError) : PPgchar; cdecl ; inline ;
procedure lookup_async( uri: Pgchar; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
function lookup_finish( result_: PGAsyncResult; error: PPGError) : PPgchar; cdecl ; inline ;
end ;
2011-09-22 00:28:15 +00:00
TGSocketAddressEnumerator = object( TGObject)
2014-01-06 17:53:09 +00:00
function next( cancellable: PGCancellable; error: PPGError) : PGSocketAddress; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure next_async( cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function next_finish( result_: PGAsyncResult; error: PPGError) : PGSocketAddress; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
end ;
PPGProxyAddressEnumeratorPrivate = ^ PGProxyAddressEnumeratorPrivate;
PGProxyAddressEnumeratorPrivate = ^ TGProxyAddressEnumeratorPrivate;
TGProxyAddressEnumeratorPrivate = record
end ;
PPGProxyAddressEnumerator = ^ PGProxyAddressEnumerator;
PGProxyAddressEnumerator = ^ TGProxyAddressEnumerator;
TGProxyAddressEnumerator = object( TGSocketAddressEnumerator)
priv: PGProxyAddressEnumeratorPrivate;
//property connectable: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_connectable { property is writeable but setter not declared } ;
2014-01-06 17:53:09 +00:00
//property proxy_resolver: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_proxy_resolver { property is writeable but setter not declared } ;
2011-09-22 00:28:15 +00:00
//property uri: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_uri { property is writeable but setter not declared } ;
end ;
PPGSocketAddressEnumeratorClass = ^ PGSocketAddressEnumeratorClass;
PGSocketAddressEnumeratorClass = ^ TGSocketAddressEnumeratorClass;
TGSocketAddressEnumeratorClass = object
parent_class: TGObjectClass;
2014-01-06 17:53:09 +00:00
next: function( enumerator: PGSocketAddressEnumerator; cancellable: PGCancellable; error: PPGError) : PGSocketAddress; cdecl ;
2011-09-22 00:28:15 +00:00
next_async: procedure( enumerator: PGSocketAddressEnumerator; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
next_finish: function( enumerator: PGSocketAddressEnumerator; result_: PGAsyncResult; error: PPGError) : PGSocketAddress; cdecl ;
2011-09-22 00:28:15 +00:00
end ;
PPGProxyAddressEnumeratorClass = ^ PGProxyAddressEnumeratorClass;
PGProxyAddressEnumeratorClass = ^ TGProxyAddressEnumeratorClass;
TGProxyAddressEnumeratorClass = object
parent_class: TGSocketAddressEnumeratorClass;
_g_reserved1: procedure ; cdecl ;
_g_reserved2: procedure ; cdecl ;
_g_reserved3: procedure ; cdecl ;
_g_reserved4: procedure ; cdecl ;
_g_reserved5: procedure ; cdecl ;
_g_reserved6: procedure ; cdecl ;
_g_reserved7: procedure ; cdecl ;
end ;
PPGProxyInterface = ^ PGProxyInterface;
PGProxyInterface = ^ TGProxyInterface;
TGProxyInterface = object
g_iface: TGTypeInterface;
2014-01-06 17:53:09 +00:00
connect: function( proxy: PGProxy; connection: PGIOStream; proxy_address: PGProxyAddress; cancellable: PGCancellable; error: PPGError) : PGIOStream; cdecl ;
2011-09-22 00:28:15 +00:00
connect_async: procedure( proxy: PGProxy; connection: PGIOStream; proxy_address: PGProxyAddress; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
connect_finish: function( proxy: PGProxy; result_: PGAsyncResult; error: PPGError) : PGIOStream; cdecl ;
2011-09-22 00:28:15 +00:00
supports_hostname: function( proxy: PGProxy) : gboolean; cdecl ;
end ;
PPGProxyResolverInterface = ^ PGProxyResolverInterface;
PGProxyResolverInterface = ^ TGProxyResolverInterface;
TGProxyResolverInterface = object
g_iface: TGTypeInterface;
is_supported: function( resolver: PGProxyResolver) : gboolean; cdecl ;
2014-01-06 17:53:09 +00:00
lookup: function( resolver: PGProxyResolver; uri: Pgchar; cancellable: PGCancellable; error: PPGError) : PPgchar; cdecl ;
2011-09-22 00:28:15 +00:00
lookup_async: procedure( resolver: PGProxyResolver; uri: Pgchar; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
lookup_finish: function( resolver: PGProxyResolver; result_: PGAsyncResult; error: PPGError) : PPgchar; cdecl ;
2011-09-22 00:28:15 +00:00
end ;
2012-08-26 21:38:16 +00:00
PPGRemoteActionGroupInterface = ^ PGRemoteActionGroupInterface;
PGRemoteActionGroupInterface = ^ TGRemoteActionGroupInterface;
TGRemoteActionGroupInterface = object
g_iface: TGTypeInterface;
activate_action_full: procedure( remote: PGRemoteActionGroup; action_name: Pgchar; parameter: PGVariant; platform_data: PGVariant) ; cdecl ;
change_action_state_full: procedure( remote: PGRemoteActionGroup; action_name: Pgchar; value: PGVariant; platform_data: PGVariant) ; cdecl ;
end ;
2011-09-22 00:28:15 +00:00
PPGResolver = ^ PGResolver;
PGResolver = ^ TGResolver;
2014-01-06 17:53:09 +00:00
PPGResolverRecordType = ^ PGResolverRecordType;
PGResolverRecordType = ^ TGResolverRecordType;
2011-09-22 00:28:15 +00:00
PPGResolverPrivate = ^ PGResolverPrivate;
PGResolverPrivate = ^ TGResolverPrivate;
TGResolver = object( TGObject)
priv: PGResolverPrivate;
procedure free_addresses( addresses: PGList) ; cdecl ; inline ; static ;
procedure free_targets( targets: PGList) ; cdecl ; inline ; static ;
function get_default: PGResolver; cdecl ; inline ; static ;
2014-01-06 17:53:09 +00:00
function lookup_by_address( address: PGInetAddress; cancellable: PGCancellable; error: PPGError) : Pgchar; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure lookup_by_address_async( address: PGInetAddress; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function lookup_by_address_finish( result_: PGAsyncResult; error: PPGError) : Pgchar; cdecl ; inline ;
function lookup_by_name( hostname: Pgchar; cancellable: PGCancellable; error: PPGError) : PGList; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure lookup_by_name_async( hostname: Pgchar; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function lookup_by_name_finish( result_: PGAsyncResult; error: PPGError) : PGList; cdecl ; inline ;
function lookup_records( rrname: Pgchar; record_type: TGResolverRecordType; cancellable: PGCancellable; error: PPGError) : PGList; cdecl ; inline ;
procedure lookup_records_async( rrname: Pgchar; record_type: TGResolverRecordType; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
function lookup_records_finish( result_: PGAsyncResult; error: PPGError) : PGList; cdecl ; inline ;
function lookup_service( service: Pgchar; protocol: Pgchar; domain: Pgchar; cancellable: PGCancellable; error: PPGError) : PGList; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure lookup_service_async( service: Pgchar; protocol: Pgchar; domain: Pgchar; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function lookup_service_finish( result_: PGAsyncResult; error: PPGError) : PGList; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure set_default; cdecl ; inline ;
end ;
TGResolverPrivate = record
end ;
PPGResolverClass = ^ PGResolverClass;
PGResolverClass = ^ TGResolverClass;
TGResolverClass = object
parent_class: TGObjectClass;
reload: procedure( resolver: PGResolver) ; cdecl ;
2014-01-06 17:53:09 +00:00
lookup_by_name: function( resolver: PGResolver; hostname: Pgchar; cancellable: PGCancellable; error: PPGError) : PGList; cdecl ;
2011-09-22 00:28:15 +00:00
lookup_by_name_async: procedure( resolver: PGResolver; hostname: Pgchar; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
lookup_by_name_finish: function( resolver: PGResolver; result_: PGAsyncResult; error: PPGError) : PGList; cdecl ;
lookup_by_address: function( resolver: PGResolver; address: PGInetAddress; cancellable: PGCancellable; error: PPGError) : Pgchar; cdecl ;
2011-09-22 00:28:15 +00:00
lookup_by_address_async: procedure( resolver: PGResolver; address: PGInetAddress; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
lookup_by_address_finish: function( resolver: PGResolver; result_: PGAsyncResult; error: PPGError) : Pgchar; cdecl ;
lookup_service: function( resolver: PGResolver; rrname: Pgchar; cancellable: PGCancellable; error: PPGError) : PGList; cdecl ;
2011-09-22 00:28:15 +00:00
lookup_service_async: procedure( resolver: PGResolver; rrname: Pgchar; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
lookup_service_finish: function( resolver: PGResolver; result_: PGAsyncResult; error: PPGError) : PGList; cdecl ;
lookup_records: function( resolver: PGResolver; rrname: Pgchar; record_type: TGResolverRecordType; cancellable: PGCancellable; error: PPGError) : PGList; cdecl ;
lookup_records_async: procedure( resolver: PGResolver; rrname: Pgchar; record_type: TGResolverRecordType; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
lookup_records_finish: function( resolver: PGResolver; result_: PGAsyncResult; error: PPGError) : PGList; cdecl ;
2011-09-22 00:28:15 +00:00
_g_reserved4: procedure ; cdecl ;
_g_reserved5: procedure ; cdecl ;
_g_reserved6: procedure ; cdecl ;
end ;
PPGResolverError = ^ PGResolverError;
PGResolverError = ^ TGResolverError;
2012-08-26 21:38:16 +00:00
PPGResource = ^ PGResource;
PGResource = ^ TGResource;
PPGResourceLookupFlags = ^ PGResourceLookupFlags;
PGResourceLookupFlags = ^ TGResourceLookupFlags;
TGResource = object
2014-01-06 17:53:09 +00:00
function new_from_data( data: PGBytes; error: PPGError) : PGResource; cdecl ; inline ; static ;
2012-08-26 21:38:16 +00:00
procedure _register; cdecl ; inline ;
procedure _unregister; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function enumerate_children( path: Pgchar; lookup_flags: TGResourceLookupFlags; error: PPGError) : PPgchar; cdecl ; inline ;
function get_info( path: Pgchar; lookup_flags: TGResourceLookupFlags; size: Pgsize; flags: Pguint32; error: PPGError) : gboolean; cdecl ; inline ;
function lookup_data( path: Pgchar; lookup_flags: TGResourceLookupFlags; error: PPGError) : PGBytes; cdecl ; inline ;
function open_stream( path: Pgchar; lookup_flags: TGResourceLookupFlags; error: PPGError) : PGInputStream; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
function ref: PGResource; cdecl ; inline ;
procedure unref; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function load( filename: Pgchar; error: PPGError) : PGResource; cdecl ; inline ; static ;
2012-08-26 21:38:16 +00:00
end ;
PPGResourceError = ^ PGResourceError;
PGResourceError = ^ TGResourceError;
PPGResourceFlags = ^ PGResourceFlags;
PGResourceFlags = ^ TGResourceFlags;
2011-09-22 00:28:15 +00:00
PPGSeekableIface = ^ PGSeekableIface;
PGSeekableIface = ^ TGSeekableIface;
TGSeekableIface = object
g_iface: TGTypeInterface;
tell: function( seekable: PGSeekable) : gint64; cdecl ;
can_seek: function( seekable: PGSeekable) : gboolean; cdecl ;
2014-01-06 17:53:09 +00:00
seek: function( seekable: PGSeekable; offset: gint64; type_: TGSeekType; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
can_truncate: function( seekable: PGSeekable) : gboolean; cdecl ;
2014-01-06 17:53:09 +00:00
truncate_fn: function( seekable: PGSeekable; offset: gint64; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
end ;
PPGSettings = ^ PGSettings;
PGSettings = ^ TGSettings;
2012-08-26 21:38:16 +00:00
PPGSettingsSchema = ^ PGSettingsSchema;
PGSettingsSchema = ^ TGSettingsSchema;
2011-09-22 00:28:15 +00:00
PPGSettingsBackend = ^ PGSettingsBackend;
PGSettingsBackend = ^ TGSettingsBackend;
PPGSettingsBindFlags = ^ PGSettingsBindFlags;
PGSettingsBindFlags = ^ TGSettingsBindFlags;
PPGSettingsBindGetMapping = ^ PGSettingsBindGetMapping;
PGSettingsBindGetMapping = ^ TGSettingsBindGetMapping;
TGSettingsBindGetMapping = function( value: PGValue; variant : PGVariant; user_data: gpointer) : gboolean; cdecl ;
PPGSettingsBindSetMapping = ^ PGSettingsBindSetMapping;
PGSettingsBindSetMapping = ^ TGSettingsBindSetMapping;
TGSettingsBindSetMapping = function( value: PGValue; expected_type: PGVariantType; user_data: gpointer) : PGVariant; cdecl ;
PPGSettingsGetMapping = ^ PGSettingsGetMapping;
PGSettingsGetMapping = ^ TGSettingsGetMapping;
TGSettingsGetMapping = function( value: PGVariant; result_: Pgpointer; user_data: gpointer) : gboolean; cdecl ;
PPGSettingsPrivate = ^ PGSettingsPrivate;
PGSettingsPrivate = ^ TGSettingsPrivate;
TGSettings = object( TGObject)
priv: PGSettingsPrivate;
2012-08-26 21:38:16 +00:00
function new( schema_id: Pgchar) : PGSettings; cdecl ; inline ; static ;
function new_full( schema: PGSettingsSchema; backend: PGSettingsBackend; path: Pgchar) : PGSettings; cdecl ; inline ; static ;
function new_with_backend( schema_id: Pgchar; backend: PGSettingsBackend) : PGSettings; cdecl ; inline ; static ;
function new_with_backend_and_path( schema_id: Pgchar; backend: PGSettingsBackend; path: Pgchar) : PGSettings; cdecl ; inline ; static ;
function new_with_path( schema_id: Pgchar; path: Pgchar) : PGSettings; cdecl ; inline ; static ;
2011-09-22 00:28:15 +00:00
function list_relocatable_schemas: PPgchar; cdecl ; inline ; static ;
function list_schemas: PPgchar; cdecl ; inline ; static ;
procedure sync; cdecl ; inline ; static ;
procedure unbind( object_: gpointer; property_: Pgchar) ; cdecl ; inline ; static ;
procedure apply; cdecl ; inline ;
2011-10-22 18:47:15 +00:00
procedure bind( key: Pgchar; object_: PGObject; property_: Pgchar; flags: TGSettingsBindFlags) ; cdecl ; inline ;
procedure bind_with_mapping( key: Pgchar; object_: PGObject; property_: Pgchar; flags: TGSettingsBindFlags; get_mapping: TGSettingsBindGetMapping; set_mapping: TGSettingsBindSetMapping; user_data: gpointer; destroy_: TGDestroyNotify) ; cdecl ; inline ;
procedure bind_writable( key: Pgchar; object_: PGObject; property_: Pgchar; inverted: gboolean) ; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
function create_action( key: Pgchar) : PGAction; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure delay; cdecl ; inline ;
//procedure get(key: Pgchar; format: Pgchar; args: array of const); cdecl; inline;
function get_boolean( key: Pgchar) : gboolean; cdecl ; inline ;
function get_child( name : Pgchar) : PGSettings; cdecl ; inline ;
function get_double( key: Pgchar) : gdouble; cdecl ; inline ;
function get_enum( key: Pgchar) : gint; cdecl ; inline ;
function get_flags( key: Pgchar) : guint; cdecl ; inline ;
function get_has_unapplied: gboolean; cdecl ; inline ;
function get_int( key: Pgchar) : gint; cdecl ; inline ;
function get_mapped( key: Pgchar; mapping: TGSettingsGetMapping; user_data: gpointer) : gpointer; cdecl ; inline ;
function get_range( key: Pgchar) : PGVariant; cdecl ; inline ;
function get_string( key: Pgchar) : Pgchar; cdecl ; inline ;
function get_strv( key: Pgchar) : PPgchar; cdecl ; inline ;
function get_uint( key: Pgchar) : guint; cdecl ; inline ;
function get_value( key: Pgchar) : PGVariant; cdecl ; inline ;
function is_writable( name : Pgchar) : gboolean; cdecl ; inline ;
function list_children: PPgchar; cdecl ; inline ;
function list_keys: PPgchar; cdecl ; inline ;
function range_check( key: Pgchar; value: PGVariant) : gboolean; cdecl ; inline ;
procedure reset( key: Pgchar) ; cdecl ; inline ;
procedure revert; cdecl ; inline ;
//function set_(key: Pgchar; format: Pgchar; args: array of const): gboolean; cdecl; inline;
function set_boolean( key: Pgchar; value: gboolean) : gboolean; cdecl ; inline ;
function set_double( key: Pgchar; value: gdouble) : gboolean; cdecl ; inline ;
function set_enum( key: Pgchar; value: gint) : gboolean; cdecl ; inline ;
function set_flags( key: Pgchar; value: guint) : gboolean; cdecl ; inline ;
function set_int( key: Pgchar; value: gint) : gboolean; cdecl ; inline ;
function set_string( key: Pgchar; value: Pgchar) : gboolean; cdecl ; inline ;
function set_strv( key: Pgchar; value: PPgchar) : gboolean; cdecl ; inline ;
function set_uint( key: Pgchar; value: guint) : gboolean; cdecl ; inline ;
function set_value( key: Pgchar; value: PGVariant) : gboolean; cdecl ; inline ;
//property backend: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_backend { property is writeable but setter not declared } ;
//property delay_apply: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_delay_apply ;
2012-08-26 21:38:16 +00:00
property has_unapplied: gboolean read get_has_unapplied ;
2011-09-22 00:28:15 +00:00
//property path: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_path { property is writeable but setter not declared } ;
//property schema: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_schema { property is writeable but setter not declared } ;
2012-08-26 21:38:16 +00:00
//property schema_id: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_schema_id { property is writeable but setter not declared } ;
//property settings_schema: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_settings_schema { property is writeable but setter not declared } ;
end ;
TGSettingsSchema = object
function get_id: Pgchar; cdecl ; inline ;
function get_path: Pgchar; cdecl ; inline ;
function ref: PGSettingsSchema; cdecl ; inline ;
procedure unref; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
end ;
TGSettingsBackend = record
end ;
TGSettingsPrivate = record
end ;
PPGSettingsClass = ^ PGSettingsClass;
PGSettingsClass = ^ TGSettingsClass;
TGSettingsClass = object
parent_class: TGObjectClass;
writable_changed: procedure( settings: PGSettings; key: Pgchar) ; cdecl ;
changed: procedure( settings: PGSettings; key: Pgchar) ; cdecl ;
writable_change_event: function( settings: PGSettings; key: TGQuark) : gboolean; cdecl ;
change_event: function( settings: PGSettings; keys: PGQuark; n_keys: gint) : gboolean; cdecl ;
padding: array [ 0 .. 1 9 ] of gpointer;
end ;
2012-08-26 21:38:16 +00:00
PPGSettingsSchemaSource = ^ PGSettingsSchemaSource;
PGSettingsSchemaSource = ^ TGSettingsSchemaSource;
TGSettingsSchemaSource = object
2014-01-06 17:53:09 +00:00
function new_from_directory( directory: Pgchar; parent: PGSettingsSchemaSource; trusted: gboolean; error: PPGError) : PGSettingsSchemaSource; cdecl ; inline ; static ;
2012-08-26 21:38:16 +00:00
function lookup( schema_id: Pgchar; recursive: gboolean) : PGSettingsSchema; cdecl ; inline ;
function ref: PGSettingsSchemaSource; cdecl ; inline ;
procedure unref; cdecl ; inline ;
function get_default: PGSettingsSchemaSource; cdecl ; inline ; static ;
end ;
2011-09-22 00:28:15 +00:00
PPGSimpleActionGroup = ^ PGSimpleActionGroup;
PGSimpleActionGroup = ^ TGSimpleActionGroup;
PPGSimpleActionGroupPrivate = ^ PGSimpleActionGroupPrivate;
PGSimpleActionGroupPrivate = ^ TGSimpleActionGroupPrivate;
TGSimpleActionGroup = object( TGObject)
priv: PGSimpleActionGroupPrivate;
function new: PGSimpleActionGroup; cdecl ; inline ; static ;
procedure add_entries( entries: PGActionEntry; n_entries: gint; user_data: gpointer) ; cdecl ; inline ;
procedure insert( action: PGAction) ; cdecl ; inline ;
function lookup( action_name: Pgchar) : PGAction; cdecl ; inline ;
procedure remove( action_name: Pgchar) ; cdecl ; inline ;
end ;
TGSimpleActionGroupPrivate = record
end ;
PPGSimpleActionGroupClass = ^ PGSimpleActionGroupClass;
PGSimpleActionGroupClass = ^ TGSimpleActionGroupClass;
TGSimpleActionGroupClass = object
parent_class: TGObjectClass;
padding: array [ 0 .. 1 1 ] of gpointer;
end ;
PPGSimpleAsyncResult = ^ PGSimpleAsyncResult;
PGSimpleAsyncResult = ^ TGSimpleAsyncResult;
PPGSimpleAsyncThreadFunc = ^ PGSimpleAsyncThreadFunc;
PGSimpleAsyncThreadFunc = ^ TGSimpleAsyncThreadFunc;
TGSimpleAsyncThreadFunc = procedure( res: PGSimpleAsyncResult; object_: PGObject; cancellable: PGCancellable) ; cdecl ;
TGSimpleAsyncResult = object( TGObject)
function new( source_object: PGObject; callback: TGAsyncReadyCallback; user_data: gpointer; source_tag: gpointer) : PGSimpleAsyncResult; cdecl ; inline ; static ;
//function new_error(source_object: PGObject; callback: TGAsyncReadyCallback; user_data: gpointer; domain: TGQuark; code: gint; format: Pgchar; args: array of const): PGSimpleAsyncResult; cdecl; inline; static;
function new_from_error( source_object: PGObject; callback: TGAsyncReadyCallback; user_data: gpointer; error: PGError) : PGSimpleAsyncResult; cdecl ; inline ; static ;
function new_take_error( source_object: PGObject; callback: TGAsyncReadyCallback; user_data: gpointer; error: PGError) : PGSimpleAsyncResult; cdecl ; inline ; static ;
function is_valid( result_: PGAsyncResult; source: PGObject; source_tag: gpointer) : gboolean; cdecl ; inline ; static ;
procedure complete; cdecl ; inline ;
procedure complete_in_idle; cdecl ; inline ;
function get_op_res_gboolean: gboolean; cdecl ; inline ;
function get_op_res_gpointer: gpointer; cdecl ; inline ;
function get_op_res_gssize: gssize; cdecl ; inline ;
function get_source_tag: gpointer; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function propagate_error( error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure run_in_thread( func: TGSimpleAsyncThreadFunc; io_priority: gint; cancellable: PGCancellable) ; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
procedure set_check_cancellable( check_cancellable: PGCancellable) ; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
//procedure set_error(domain: TGQuark; code: gint; format: Pgchar; args: array of const); cdecl; inline;
//procedure set_error_va(domain: TGQuark; code: gint; format: Pgchar; args: Tva_list); cdecl; inline;
procedure set_from_error( error: PGError) ; cdecl ; inline ;
procedure set_handle_cancellation( handle_cancellation: gboolean) ; cdecl ; inline ;
procedure set_op_res_gboolean( op_res: gboolean) ; cdecl ; inline ;
procedure set_op_res_gpointer( op_res: gpointer; destroy_op_res: TGDestroyNotify) ; cdecl ; inline ;
procedure set_op_res_gssize( op_res: gssize) ; cdecl ; inline ;
procedure take_error( error: PGError) ; cdecl ; inline ;
end ;
PPGSimpleAsyncResultClass = ^ PGSimpleAsyncResultClass;
PGSimpleAsyncResultClass = ^ TGSimpleAsyncResultClass;
TGSimpleAsyncResultClass = object
end ;
PPGSimplePermission = ^ PGSimplePermission;
PGSimplePermission = ^ TGSimplePermission;
TGSimplePermission = object( TGPermission)
function new( allowed: gboolean) : PGSimplePermission; cdecl ; inline ; static ;
end ;
2014-01-06 17:53:09 +00:00
PPGSimpleProxyResolver = ^ PGSimpleProxyResolver;
PGSimpleProxyResolver = ^ TGSimpleProxyResolver;
PPGSimpleProxyResolverPrivate = ^ PGSimpleProxyResolverPrivate;
PGSimpleProxyResolverPrivate = ^ TGSimpleProxyResolverPrivate;
TGSimpleProxyResolver = object( TGObject)
priv: PGSimpleProxyResolverPrivate;
function new( default_proxy: Pgchar; ignore_hosts: PPgchar) : PGProxyResolver; cdecl ; inline ; static ;
procedure set_default_proxy( default_proxy: Pgchar) ; cdecl ; inline ;
procedure set_ignore_hosts( ignore_hosts: PPgchar) ; cdecl ; inline ;
procedure set_uri_proxy( uri_scheme: Pgchar; proxy: Pgchar) ; cdecl ; inline ;
//property default_proxy: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_default_proxy { property is writeable but setter not declared } ;
//property ignore_hosts: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_ignore_hosts { property is writeable but setter not declared } ;
end ;
TGSimpleProxyResolverPrivate = record
end ;
PPGSimpleProxyResolverClass = ^ PGSimpleProxyResolverClass;
PGSimpleProxyResolverClass = ^ TGSimpleProxyResolverClass;
TGSimpleProxyResolverClass = object
parent_class: TGObjectClass;
_g_reserved1: procedure ; cdecl ;
_g_reserved2: procedure ; cdecl ;
_g_reserved3: procedure ; cdecl ;
_g_reserved4: procedure ; cdecl ;
_g_reserved5: procedure ; cdecl ;
end ;
2011-09-22 00:28:15 +00:00
PPGSocket = ^ PGSocket;
PGSocket = ^ TGSocket;
PPGSocketType = ^ PGSocketType;
PGSocketType = ^ TGSocketType;
PPGSocketProtocol = ^ PGSocketProtocol;
PGSocketProtocol = ^ TGSocketProtocol;
PPGSocketConnection = ^ PGSocketConnection;
PGSocketConnection = ^ TGSocketConnection;
PPPGSocketControlMessage = ^ PPGSocketControlMessage;
PPGSocketControlMessage = ^ PGSocketControlMessage;
PGSocketControlMessage = ^ TGSocketControlMessage;
PPGSocketPrivate = ^ PGSocketPrivate;
PGSocketPrivate = ^ TGSocketPrivate;
TGSocket = object( TGObject)
priv: PGSocketPrivate;
2014-01-06 17:53:09 +00:00
function new( family: TGSocketFamily; type_: TGSocketType; protocol: TGSocketProtocol; error: PPGError) : PGSocket; cdecl ; inline ; static ;
function new_from_fd( fd: gint; error: PPGError) : PGSocket; cdecl ; inline ; static ;
function accept( cancellable: PGCancellable; error: PPGError) : PGSocket; cdecl ; inline ;
function bind( address: PGSocketAddress; allow_reuse: gboolean; error: PPGError) : gboolean; cdecl ; inline ;
function check_connect_result( error: PPGError) : gboolean; cdecl ; inline ;
function close( error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function condition_check( condition: TGIOCondition) : TGIOCondition; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function condition_timed_wait( condition: TGIOCondition; timeout: gint64; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
function condition_wait( condition: TGIOCondition; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
function connect( address: PGSocketAddress; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function connection_factory_create_connection: PGSocketConnection; cdecl ; inline ;
function create_source( condition: TGIOCondition; cancellable: PGCancellable) : PGSource; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
function get_available_bytes: gssize; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function get_blocking: gboolean; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
function get_broadcast: gboolean; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function get_credentials( error: PPGError) : PGCredentials; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function get_family: TGSocketFamily; cdecl ; inline ;
function get_fd: gint; cdecl ; inline ;
function get_keepalive: gboolean; cdecl ; inline ;
function get_listen_backlog: gint; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function get_local_address( error: PPGError) : PGSocketAddress; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
function get_multicast_loopback: gboolean; cdecl ; inline ;
function get_multicast_ttl: guint; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function get_option( level: gint; optname: gint; value: Pgint; error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function get_protocol: TGSocketProtocol; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function get_remote_address( error: PPGError) : PGSocketAddress; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function get_socket_type: TGSocketType; cdecl ; inline ;
function get_timeout: guint; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
function get_ttl: guint; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function is_closed: gboolean; cdecl ; inline ;
function is_connected: gboolean; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function join_multicast_group( group: PGInetAddress; source_specific: gboolean; iface: Pgchar; error: PPGError) : gboolean; cdecl ; inline ;
function leave_multicast_group( group: PGInetAddress; source_specific: gboolean; iface: Pgchar; error: PPGError) : gboolean; cdecl ; inline ;
function listen( error: PPGError) : gboolean; cdecl ; inline ;
function receive( buffer: Pgchar; size: gsize; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ; inline ;
function receive_from( address: PPGSocketAddress; buffer: Pgchar; size: gsize; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ; inline ;
function receive_message( address: PPGSocketAddress; vectors: PGInputVector; num_vectors: gint; messages: PPPGSocketControlMessage; num_messages: Pgint; flags: Pgint; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ; inline ;
function receive_with_blocking( buffer: Pgchar; size: gsize; blocking: gboolean; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ; inline ;
function send( buffer: Pgchar; size: gsize; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ; inline ;
function send_message( address: PGSocketAddress; vectors: PGOutputVector; num_vectors: gint; messages: PPGSocketControlMessage; num_messages: gint; flags: gint; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ; inline ;
function send_to( address: PGSocketAddress; buffer: Pgchar; size: gsize; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ; inline ;
function send_with_blocking( buffer: Pgchar; size: gsize; blocking: gboolean; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure set_blocking( blocking: gboolean) ; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
procedure set_broadcast( broadcast: gboolean) ; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure set_keepalive( keepalive: gboolean) ; cdecl ; inline ;
procedure set_listen_backlog( backlog: gint) ; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
procedure set_multicast_loopback( loopback: gboolean) ; cdecl ; inline ;
procedure set_multicast_ttl( ttl: guint) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function set_option( level: gint; optname: gint; value: gint; error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure set_timeout( timeout: guint) ; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
procedure set_ttl( ttl: guint) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function shutdown( shutdown_read: gboolean; shutdown_write: gboolean; error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function speaks_ipv4: gboolean; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
property blocking: gboolean read get_blocking write set_blocking;
property broadcast: gboolean read get_broadcast write set_broadcast;
property family: TGSocketFamily read get_family { property is writeable but setter not declared } ;
property fd: gint read get_fd { property is writeable but setter not declared } ;
property keepalive: gboolean read get_keepalive write set_keepalive;
property listen_backlog: gint read get_listen_backlog write set_listen_backlog;
2014-01-06 17:53:09 +00:00
//property local_address: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_local_address ;
2012-08-26 21:38:16 +00:00
property multicast_loopback: gboolean read get_multicast_loopback write set_multicast_loopback;
property multicast_ttl: guint read get_multicast_ttl write set_multicast_ttl;
property protocol: TGSocketProtocol read get_protocol { property is writeable but setter not declared } ;
2014-01-06 17:53:09 +00:00
//property remote_address: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_remote_address ;
2012-08-26 21:38:16 +00:00
property timeout: guint read get_timeout write set_timeout;
property ttl: guint read get_ttl write set_ttl;
2011-09-22 00:28:15 +00:00
//property type_: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_type { property is writeable but setter not declared } ;
end ;
PPGSocketConnectionPrivate = ^ PGSocketConnectionPrivate;
PGSocketConnectionPrivate = ^ TGSocketConnectionPrivate;
TGSocketConnection = object( TGIOStream)
priv1: PGSocketConnectionPrivate;
function factory_lookup_type( family: TGSocketFamily; type_: TGSocketType; protocol_id: gint) : TGType; cdecl ; inline ; static ;
procedure factory_register_type( g_type: TGType; family: TGSocketFamily; type_: TGSocketType; protocol: gint) ; cdecl ; inline ; static ;
2014-01-06 17:53:09 +00:00
function connect( address: PGSocketAddress; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
procedure connect_async( address: PGSocketAddress; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function connect_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; inline ;
function get_local_address( error: PPGError) : PGSocketAddress; cdecl ; inline ;
function get_remote_address( error: PPGError) : PGSocketAddress; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function get_socket: PGSocket; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
function is_connected: gboolean; cdecl ; inline ;
property socket: PGSocket read get_socket { property is writeable but setter not declared } ;
2011-09-22 00:28:15 +00:00
end ;
PPGSocketControlMessagePrivate = ^ PGSocketControlMessagePrivate;
PGSocketControlMessagePrivate = ^ TGSocketControlMessagePrivate;
TGSocketControlMessage = object( TGObject)
priv: PGSocketControlMessagePrivate;
function deserialize( level: gint; type_: gint; size: gsize; data: guint8) : PGSocketControlMessage; cdecl ; inline ; static ;
function get_level: gint; cdecl ; inline ;
function get_msg_type: gint; cdecl ; inline ;
function get_size: gsize; cdecl ; inline ;
procedure serialize( data: gpointer) ; cdecl ; inline ;
end ;
TGSocketPrivate = record
end ;
PPGSocketClass = ^ PGSocketClass;
PGSocketClass = ^ TGSocketClass;
TGSocketClass = object
parent_class: TGObjectClass;
_g_reserved1: procedure ; cdecl ;
_g_reserved2: procedure ; cdecl ;
_g_reserved3: procedure ; cdecl ;
_g_reserved4: procedure ; cdecl ;
_g_reserved5: procedure ; cdecl ;
_g_reserved6: procedure ; cdecl ;
_g_reserved7: procedure ; cdecl ;
_g_reserved8: procedure ; cdecl ;
_g_reserved9: procedure ; cdecl ;
_g_reserved10: procedure ; cdecl ;
end ;
PPGSocketClient = ^ PGSocketClient;
PGSocketClient = ^ TGSocketClient;
PPGTlsCertificateFlags = ^ PGTlsCertificateFlags;
PGTlsCertificateFlags = ^ TGTlsCertificateFlags;
PPGSocketClientPrivate = ^ PGSocketClientPrivate;
PGSocketClientPrivate = ^ TGSocketClientPrivate;
TGSocketClient = object( TGObject)
priv: PGSocketClientPrivate;
function new: PGSocketClient; cdecl ; inline ; static ;
procedure add_application_proxy( protocol: Pgchar) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function connect( connectable: PGSocketConnectable; cancellable: PGCancellable; error: PPGError) : PGSocketConnection; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure connect_async( connectable: PGSocketConnectable; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function connect_finish( result_: PGAsyncResult; error: PPGError) : PGSocketConnection; cdecl ; inline ;
function connect_to_host( host_and_port: Pgchar; default_port: guint16; cancellable: PGCancellable; error: PPGError) : PGSocketConnection; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure connect_to_host_async( host_and_port: Pgchar; default_port: guint16; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function connect_to_host_finish( result_: PGAsyncResult; error: PPGError) : PGSocketConnection; cdecl ; inline ;
function connect_to_service( domain: Pgchar; service: Pgchar; cancellable: PGCancellable; error: PPGError) : PGSocketConnection; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure connect_to_service_async( domain: Pgchar; service: Pgchar; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function connect_to_service_finish( result_: PGAsyncResult; error: PPGError) : PGSocketConnection; cdecl ; inline ;
function connect_to_uri( uri: Pgchar; default_port: guint16; cancellable: PGCancellable; error: PPGError) : PGSocketConnection; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure connect_to_uri_async( uri: Pgchar; default_port: guint16; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function connect_to_uri_finish( result_: PGAsyncResult; error: PPGError) : PGSocketConnection; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function get_enable_proxy: gboolean; cdecl ; inline ;
function get_family: TGSocketFamily; cdecl ; inline ;
function get_local_address: PGSocketAddress; cdecl ; inline ;
function get_protocol: TGSocketProtocol; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function get_proxy_resolver: PGProxyResolver; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function get_socket_type: TGSocketType; cdecl ; inline ;
function get_timeout: guint; cdecl ; inline ;
function get_tls: gboolean; cdecl ; inline ;
function get_tls_validation_flags: TGTlsCertificateFlags; cdecl ; inline ;
procedure set_enable_proxy( enable: gboolean) ; cdecl ; inline ;
procedure set_family( family: TGSocketFamily) ; cdecl ; inline ;
procedure set_local_address( address: PGSocketAddress) ; cdecl ; inline ;
procedure set_protocol( protocol: TGSocketProtocol) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
procedure set_proxy_resolver( proxy_resolver: PGProxyResolver) ; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure set_socket_type( type_: TGSocketType) ; cdecl ; inline ;
procedure set_timeout( timeout: guint) ; cdecl ; inline ;
procedure set_tls( tls: gboolean) ; cdecl ; inline ;
procedure set_tls_validation_flags( flags: TGTlsCertificateFlags) ; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
property enable_proxy: gboolean read get_enable_proxy write set_enable_proxy;
property family: TGSocketFamily read get_family write set_family;
property local_address: PGSocketAddress read get_local_address write set_local_address;
property protocol: TGSocketProtocol read get_protocol write set_protocol;
2014-01-06 17:53:09 +00:00
property proxy_resolver: PGProxyResolver read get_proxy_resolver write set_proxy_resolver;
2012-08-26 21:38:16 +00:00
property timeout: guint read get_timeout write set_timeout;
property tls: gboolean read get_tls write set_tls;
property tls_validation_flags: TGTlsCertificateFlags read get_tls_validation_flags write set_tls_validation_flags;
2011-09-22 00:28:15 +00:00
//property type_: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_type { property is writeable but setter not declared } ;
end ;
2012-08-26 21:38:16 +00:00
PPGSocketClientEvent = ^ PGSocketClientEvent;
PGSocketClientEvent = ^ TGSocketClientEvent;
2011-09-22 00:28:15 +00:00
TGSocketClientPrivate = record
end ;
PPGSocketClientClass = ^ PGSocketClientClass;
PGSocketClientClass = ^ TGSocketClientClass;
TGSocketClientClass = object
parent_class: TGObjectClass;
2012-08-26 21:38:16 +00:00
event: procedure( client: PGSocketClient; event: TGSocketClientEvent; connectable: PGSocketConnectable; connection: PGIOStream) ; cdecl ;
2011-09-22 00:28:15 +00:00
_g_reserved1: procedure ; cdecl ;
_g_reserved2: procedure ; cdecl ;
_g_reserved3: procedure ; cdecl ;
_g_reserved4: procedure ; cdecl ;
end ;
PPGSocketConnectableIface = ^ PGSocketConnectableIface;
PGSocketConnectableIface = ^ TGSocketConnectableIface;
TGSocketConnectableIface = object
g_iface: TGTypeInterface;
enumerate: function( connectable: PGSocketConnectable) : PGSocketAddressEnumerator; cdecl ;
proxy_enumerate: function( connectable: PGSocketConnectable) : PGSocketAddressEnumerator; cdecl ;
end ;
TGSocketConnectionPrivate = record
end ;
PPGSocketConnectionClass = ^ PGSocketConnectionClass;
PGSocketConnectionClass = ^ TGSocketConnectionClass;
TGSocketConnectionClass = object
parent_class: TGIOStreamClass;
_g_reserved1: procedure ; cdecl ;
_g_reserved2: procedure ; cdecl ;
_g_reserved3: procedure ; cdecl ;
_g_reserved4: procedure ; cdecl ;
_g_reserved5: procedure ; cdecl ;
_g_reserved6: procedure ; cdecl ;
end ;
TGSocketControlMessagePrivate = record
end ;
PPGSocketControlMessageClass = ^ PGSocketControlMessageClass;
PGSocketControlMessageClass = ^ TGSocketControlMessageClass;
TGSocketControlMessageClass = object
parent_class: TGObjectClass;
get_size: function( message : PGSocketControlMessage) : gsize; cdecl ;
get_level: function( message : PGSocketControlMessage) : gint; cdecl ;
get_type: function( message : PGSocketControlMessage) : gint; cdecl ;
serialize: procedure( message : PGSocketControlMessage; data: gpointer) ; cdecl ;
deserialize: function( level: gint; type_: gint; size: gsize; data: gpointer) : PGSocketControlMessage; cdecl ;
_g_reserved1: procedure ; cdecl ;
_g_reserved2: procedure ; cdecl ;
_g_reserved3: procedure ; cdecl ;
_g_reserved4: procedure ; cdecl ;
_g_reserved5: procedure ; cdecl ;
end ;
PPGSocketListener = ^ PGSocketListener;
PGSocketListener = ^ TGSocketListener;
PPGSocketListenerPrivate = ^ PGSocketListenerPrivate;
PGSocketListenerPrivate = ^ TGSocketListenerPrivate;
TGSocketListener = object( TGObject)
priv: PGSocketListenerPrivate;
function new: PGSocketListener; cdecl ; inline ; static ;
2014-01-06 17:53:09 +00:00
function accept( source_object: PPGObject; cancellable: PGCancellable; error: PPGError) : PGSocketConnection; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure accept_async( cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function accept_finish( result_: PGAsyncResult; source_object: PPGObject; error: PPGError) : PGSocketConnection; cdecl ; inline ;
function accept_socket( source_object: PPGObject; cancellable: PGCancellable; error: PPGError) : PGSocket; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure accept_socket_async( cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function accept_socket_finish( result_: PGAsyncResult; source_object: PPGObject; error: PPGError) : PGSocket; cdecl ; inline ;
function add_address( address: PGSocketAddress; type_: TGSocketType; protocol: TGSocketProtocol; source_object: PGObject; effective_address: PPGSocketAddress; error: PPGError) : gboolean; cdecl ; inline ;
function add_any_inet_port( source_object: PGObject; error: PPGError) : guint16; cdecl ; inline ;
function add_inet_port( port: guint16; source_object: PGObject; error: PPGError) : gboolean; cdecl ; inline ;
function add_socket( socket: PGSocket; source_object: PGObject; error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure close; cdecl ; inline ;
procedure set_backlog( listen_backlog: gint) ; cdecl ; inline ;
//property listen_backlog: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_listen_backlog { property is writeable but setter not declared } ;
end ;
TGSocketListenerPrivate = record
end ;
PPGSocketListenerClass = ^ PGSocketListenerClass;
PGSocketListenerClass = ^ TGSocketListenerClass;
TGSocketListenerClass = object
parent_class: TGObjectClass;
changed: procedure( listener: PGSocketListener) ; cdecl ;
_g_reserved1: procedure ; cdecl ;
_g_reserved2: procedure ; cdecl ;
_g_reserved3: procedure ; cdecl ;
_g_reserved4: procedure ; cdecl ;
_g_reserved5: procedure ; cdecl ;
_g_reserved6: procedure ; cdecl ;
end ;
PPGSocketMsgFlags = ^ PGSocketMsgFlags;
PGSocketMsgFlags = ^ TGSocketMsgFlags;
PPGSocketService = ^ PGSocketService;
PGSocketService = ^ TGSocketService;
PPGSocketServicePrivate = ^ PGSocketServicePrivate;
PGSocketServicePrivate = ^ TGSocketServicePrivate;
TGSocketService = object( TGSocketListener)
priv1: PGSocketServicePrivate;
function new: PGSocketService; cdecl ; inline ; static ;
function is_active: gboolean; cdecl ; inline ;
procedure start; cdecl ; inline ;
procedure stop; cdecl ; inline ;
end ;
TGSocketServicePrivate = record
end ;
PPGSocketServiceClass = ^ PGSocketServiceClass;
PGSocketServiceClass = ^ TGSocketServiceClass;
TGSocketServiceClass = object
parent_class: TGSocketListenerClass;
incoming: function( service: PGSocketService; connection: PGSocketConnection; source_object: PGObject) : gboolean; cdecl ;
_g_reserved1: procedure ; cdecl ;
_g_reserved2: procedure ; cdecl ;
_g_reserved3: procedure ; cdecl ;
_g_reserved4: procedure ; cdecl ;
_g_reserved5: procedure ; cdecl ;
_g_reserved6: procedure ; cdecl ;
end ;
TGSocketSourceFunc = function( socket: PGSocket; condition: TGIOCondition; user_data: gpointer) : gboolean; cdecl ;
PPGSrvTarget = ^ PGSrvTarget;
PGSrvTarget = ^ TGSrvTarget;
TGSrvTarget = object
function new( hostname: Pgchar; port: guint16; priority: guint16; weight: guint16) : PGSrvTarget; cdecl ; inline ; static ;
function copy: PGSrvTarget; cdecl ; inline ;
procedure free; cdecl ; inline ;
function get_hostname: Pgchar; cdecl ; inline ;
function get_port: guint16; cdecl ; inline ;
function get_priority: guint16; cdecl ; inline ;
function get_weight: guint16; cdecl ; inline ;
function list_sort( targets: PGList) : PGList; cdecl ; inline ; static ;
end ;
2012-08-26 21:38:16 +00:00
PPGStaticResource = ^ PGStaticResource;
PGStaticResource = ^ TGStaticResource;
TGStaticResource = object
data: Pguint8;
data_len: gsize;
resource: PGResource;
next: PGStaticResource;
padding: gpointer;
procedure fini; cdecl ; inline ;
function get_resource: PGResource; cdecl ; inline ;
procedure init; cdecl ; inline ;
end ;
2014-01-06 17:53:09 +00:00
PPGTask = ^ PGTask;
PGTask = ^ TGTask;
PPGTaskThreadFunc = ^ PGTaskThreadFunc;
PGTaskThreadFunc = ^ TGTaskThreadFunc;
TGTaskThreadFunc = procedure( task: PGTask; source_object: PGObject; task_data: gpointer; cancellable: PGCancellable) ; cdecl ;
TGTask = object( TGObject)
function new( source_object: PGObject; cancellable: PGCancellable; callback: TGAsyncReadyCallback; callback_data: gpointer) : PGTask; cdecl ; inline ; static ;
function is_valid( result_: PGAsyncResult; source_object: PGObject) : gboolean; cdecl ; inline ; static ;
procedure report_error( source_object: PGObject; callback: TGAsyncReadyCallback; callback_data: gpointer; source_tag: gpointer; error: PGError) ; cdecl ; inline ; static ;
//procedure report_new_error(source_object: PGObject; callback: TGAsyncReadyCallback; callback_data: gpointer; source_tag: gpointer; domain: TGQuark; code: gint; format: Pgchar; args: array of const); cdecl; inline; static;
procedure attach_source( source: PGSource; callback: TGSourceFunc) ; cdecl ; inline ;
function get_cancellable: PGCancellable; cdecl ; inline ;
function get_check_cancellable: gboolean; cdecl ; inline ;
function get_context: PGMainContext; cdecl ; inline ;
function get_priority: gint; cdecl ; inline ;
function get_return_on_cancel: gboolean; cdecl ; inline ;
function get_source_object: PGObject; cdecl ; inline ;
function get_source_tag: gpointer; cdecl ; inline ;
function get_task_data: gpointer; cdecl ; inline ;
function had_error: gboolean; cdecl ; inline ;
function propagate_boolean( error: PPGError) : gboolean; cdecl ; inline ;
function propagate_int( error: PPGError) : gssize; cdecl ; inline ;
function propagate_pointer( error: PPGError) : gpointer; cdecl ; inline ;
procedure return_boolean( result_: gboolean) ; cdecl ; inline ;
procedure return_error( error: PGError) ; cdecl ; inline ;
function return_error_if_cancelled: gboolean; cdecl ; inline ;
procedure return_int( result_: gssize) ; cdecl ; inline ;
//procedure return_new_error(domain: TGQuark; code: gint; format: Pgchar; args: array of const); cdecl; inline;
procedure return_pointer( result_: gpointer; result_destroy: TGDestroyNotify) ; cdecl ; inline ;
procedure run_in_thread( task_func: TGTaskThreadFunc) ; cdecl ; inline ;
procedure run_in_thread_sync( task_func: TGTaskThreadFunc) ; cdecl ; inline ;
procedure set_check_cancellable( check_cancellable: gboolean) ; cdecl ; inline ;
procedure set_priority( priority: gint) ; cdecl ; inline ;
function set_return_on_cancel( return_on_cancel: gboolean) : gboolean; cdecl ; inline ;
procedure set_source_tag( source_tag: gpointer) ; cdecl ; inline ;
procedure set_task_data( task_data: gpointer; task_data_destroy: TGDestroyNotify) ; cdecl ; inline ;
end ;
PPGTaskClass = ^ PGTaskClass;
PGTaskClass = ^ TGTaskClass;
TGTaskClass = object
2011-09-22 00:28:15 +00:00
end ;
PPGTcpConnection = ^ PGTcpConnection;
PGTcpConnection = ^ TGTcpConnection;
2014-01-06 17:53:09 +00:00
PPGTcpConnectionPrivate = ^ PGTcpConnectionPrivate;
PGTcpConnectionPrivate = ^ TGTcpConnectionPrivate;
2011-09-22 00:28:15 +00:00
TGTcpConnection = object( TGSocketConnection)
priv2: PGTcpConnectionPrivate;
function get_graceful_disconnect: gboolean; cdecl ; inline ;
procedure set_graceful_disconnect( graceful_disconnect: gboolean) ; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
property graceful_disconnect: gboolean read get_graceful_disconnect write set_graceful_disconnect;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
TGTcpConnectionPrivate = record
end ;
2011-09-22 00:28:15 +00:00
PPGTcpConnectionClass = ^ PGTcpConnectionClass;
PGTcpConnectionClass = ^ TGTcpConnectionClass;
TGTcpConnectionClass = object
parent_class: TGSocketConnectionClass;
end ;
PPGTcpWrapperConnection = ^ PGTcpWrapperConnection;
PGTcpWrapperConnection = ^ TGTcpWrapperConnection;
2014-01-06 17:53:09 +00:00
PPGTcpWrapperConnectionPrivate = ^ PGTcpWrapperConnectionPrivate;
PGTcpWrapperConnectionPrivate = ^ TGTcpWrapperConnectionPrivate;
2011-09-22 00:28:15 +00:00
TGTcpWrapperConnection = object( TGTcpConnection)
priv3: PGTcpWrapperConnectionPrivate;
function new( base_io_stream: PGIOStream; socket: PGSocket) : PGTcpWrapperConnection; cdecl ; inline ; static ;
function get_base_io_stream: PGIOStream; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
property base_io_stream: PGIOStream read get_base_io_stream { property is writeable but setter not declared } ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
TGTcpWrapperConnectionPrivate = record
end ;
2011-09-22 00:28:15 +00:00
PPGTcpWrapperConnectionClass = ^ PGTcpWrapperConnectionClass;
PGTcpWrapperConnectionClass = ^ TGTcpWrapperConnectionClass;
TGTcpWrapperConnectionClass = object
parent_class: TGTcpConnectionClass;
end ;
2014-01-06 17:53:09 +00:00
PPGTestDBus = ^ PGTestDBus;
PGTestDBus = ^ TGTestDBus;
PPGTestDBusFlags = ^ PGTestDBusFlags;
PGTestDBusFlags = ^ TGTestDBusFlags;
TGTestDBus = object( TGObject)
function new( flags: TGTestDBusFlags) : PGTestDBus; cdecl ; inline ; static ;
procedure unset; cdecl ; inline ; static ;
procedure add_service_dir( path: Pgchar) ; cdecl ; inline ;
procedure down; cdecl ; inline ;
function get_bus_address: Pgchar; cdecl ; inline ;
function get_flags: TGTestDBusFlags; cdecl ; inline ;
procedure stop; cdecl ; inline ;
procedure up; cdecl ; inline ;
property flags: TGTestDBusFlags read get_flags { property is writeable but setter not declared } ;
end ;
2011-09-22 00:28:15 +00:00
PPGThemedIcon = ^ PGThemedIcon;
PGThemedIcon = ^ TGThemedIcon;
TGThemedIcon = object( TGObject)
2012-08-26 21:38:16 +00:00
function new( iconname: Pgchar) : PGThemedIcon; cdecl ; inline ; static ;
function new_from_names( iconnames: PPgchar; len: gint) : PGThemedIcon; cdecl ; inline ; static ;
function new_with_default_fallbacks( iconname: Pgchar) : PGThemedIcon; cdecl ; inline ; static ;
2011-09-22 00:28:15 +00:00
procedure append_name( iconname: Pgchar) ; cdecl ; inline ;
function get_names: PPgchar; cdecl ; inline ;
procedure prepend_name( iconname: Pgchar) ; cdecl ; inline ;
//property name: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_name { property is writeable but setter not declared } ;
2012-08-26 21:38:16 +00:00
property names: PPgchar read get_names { property is writeable but setter not declared } ;
2011-09-22 00:28:15 +00:00
//property use_default_fallbacks: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_use_default_fallbacks { property is writeable but setter not declared } ;
end ;
PPGThemedIconClass = ^ PGThemedIconClass;
PGThemedIconClass = ^ TGThemedIconClass;
TGThemedIconClass = object
end ;
PPGThreadedSocketService = ^ PGThreadedSocketService;
PGThreadedSocketService = ^ TGThreadedSocketService;
2014-01-06 17:53:09 +00:00
PPGThreadedSocketServicePrivate = ^ PGThreadedSocketServicePrivate;
PGThreadedSocketServicePrivate = ^ TGThreadedSocketServicePrivate;
2011-09-22 00:28:15 +00:00
TGThreadedSocketService = object( TGSocketService)
priv2: PGThreadedSocketServicePrivate;
function new( max_threads: gint) : PGThreadedSocketService; cdecl ; inline ; static ;
//property max_threads: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_max_threads { property is writeable but setter not declared } ;
end ;
2014-01-06 17:53:09 +00:00
TGThreadedSocketServicePrivate = record
end ;
2011-09-22 00:28:15 +00:00
PPGThreadedSocketServiceClass = ^ PGThreadedSocketServiceClass;
PGThreadedSocketServiceClass = ^ TGThreadedSocketServiceClass;
TGThreadedSocketServiceClass = object
parent_class: TGSocketServiceClass;
run: function( service: PGThreadedSocketService; connection: PGSocketConnection; source_object: PGObject) : gboolean; cdecl ;
_g_reserved1: procedure ; cdecl ;
_g_reserved2: procedure ; cdecl ;
_g_reserved3: procedure ; cdecl ;
_g_reserved4: procedure ; cdecl ;
_g_reserved5: procedure ; cdecl ;
end ;
PPGTlsAuthenticationMode = ^ PGTlsAuthenticationMode;
PGTlsAuthenticationMode = ^ TGTlsAuthenticationMode;
PPGTlsBackend = ^ PGTlsBackend;
PGTlsBackend = ^ TGTlsBackend;
PPGTlsDatabase = ^ PGTlsDatabase;
PGTlsDatabase = ^ TGTlsDatabase;
TGTlsBackend = object
function get_default: PGTlsBackend; cdecl ; inline ; static ;
function get_certificate_type: TGType; cdecl ; inline ;
function get_client_connection_type: TGType; cdecl ; inline ;
function get_default_database: PGTlsDatabase; cdecl ; inline ;
function get_file_database_type: TGType; cdecl ; inline ;
function get_server_connection_type: TGType; cdecl ; inline ;
function supports_tls: gboolean; cdecl ; inline ;
end ;
PPGTlsCertificate = ^ PGTlsCertificate;
PGTlsCertificate = ^ TGTlsCertificate;
PPGTlsInteraction = ^ PGTlsInteraction;
PGTlsInteraction = ^ TGTlsInteraction;
PPGTlsDatabaseLookupFlags = ^ PGTlsDatabaseLookupFlags;
PGTlsDatabaseLookupFlags = ^ TGTlsDatabaseLookupFlags;
PPGTlsDatabaseVerifyFlags = ^ PGTlsDatabaseVerifyFlags;
PGTlsDatabaseVerifyFlags = ^ TGTlsDatabaseVerifyFlags;
PPGTlsDatabasePrivate = ^ PGTlsDatabasePrivate;
PGTlsDatabasePrivate = ^ TGTlsDatabasePrivate;
TGTlsDatabase = object( TGObject)
priv: PGTlsDatabasePrivate;
function create_certificate_handle( certificate: PGTlsCertificate) : Pgchar; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function lookup_certificate_for_handle( handle: Pgchar; interaction: PGTlsInteraction; flags: TGTlsDatabaseLookupFlags; cancellable: PGCancellable; error: PPGError) : PGTlsCertificate; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure lookup_certificate_for_handle_async( handle: Pgchar; interaction: PGTlsInteraction; flags: TGTlsDatabaseLookupFlags; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function lookup_certificate_for_handle_finish( result_: PGAsyncResult; error: PPGError) : PGTlsCertificate; cdecl ; inline ;
function lookup_certificate_issuer( certificate: PGTlsCertificate; interaction: PGTlsInteraction; flags: TGTlsDatabaseLookupFlags; cancellable: PGCancellable; error: PPGError) : PGTlsCertificate; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure lookup_certificate_issuer_async( certificate: PGTlsCertificate; interaction: PGTlsInteraction; flags: TGTlsDatabaseLookupFlags; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function lookup_certificate_issuer_finish( result_: PGAsyncResult; error: PPGError) : PGTlsCertificate; cdecl ; inline ;
function lookup_certificates_issued_by( issuer_raw_dn: Pguint8; interaction: PGTlsInteraction; flags: TGTlsDatabaseLookupFlags; cancellable: PGCancellable; error: PPGError) : PGList; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure lookup_certificates_issued_by_async( issuer_raw_dn: Pguint8; interaction: PGTlsInteraction; flags: TGTlsDatabaseLookupFlags; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function lookup_certificates_issued_by_finish( result_: PGAsyncResult; error: PPGError) : PGList; cdecl ; inline ;
function verify_chain( chain: PGTlsCertificate; purpose: Pgchar; identity: PGSocketConnectable; interaction: PGTlsInteraction; flags: TGTlsDatabaseVerifyFlags; cancellable: PGCancellable; error: PPGError) : TGTlsCertificateFlags; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure verify_chain_async( chain: PGTlsCertificate; purpose: Pgchar; identity: PGSocketConnectable; interaction: PGTlsInteraction; flags: TGTlsDatabaseVerifyFlags; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function verify_chain_finish( result_: PGAsyncResult; error: PPGError) : TGTlsCertificateFlags; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
end ;
PPGTlsBackendInterface = ^ PGTlsBackendInterface;
PGTlsBackendInterface = ^ TGTlsBackendInterface;
TGTlsBackendInterface = object
g_iface: TGTypeInterface;
supports_tls: function( backend: PGTlsBackend) : gboolean; cdecl ;
get_certificate_type: function : TGType; cdecl ;
get_client_connection_type: function : TGType; cdecl ;
get_server_connection_type: function : TGType; cdecl ;
get_file_database_type: function : TGType; cdecl ;
get_default_database: function( backend: PGTlsBackend) : PGTlsDatabase; cdecl ;
end ;
PPGTlsCertificatePrivate = ^ PGTlsCertificatePrivate;
PGTlsCertificatePrivate = ^ TGTlsCertificatePrivate;
TGTlsCertificate = object( TGObject)
priv: PGTlsCertificatePrivate;
2014-01-06 17:53:09 +00:00
function new_from_file( file_: Pgchar; error: PPGError) : PGTlsCertificate; cdecl ; inline ; static ;
function new_from_files( cert_file: Pgchar; key_file: Pgchar; error: PPGError) : PGTlsCertificate; cdecl ; inline ; static ;
function new_from_pem( data: Pgchar; length : gssize; error: PPGError) : PGTlsCertificate; cdecl ; inline ; static ;
function list_new_from_file( file_: Pgchar; error: PPGError) : PGList; cdecl ; inline ; static ;
2011-09-22 00:28:15 +00:00
function get_issuer: PGTlsCertificate; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function is_same( cert_two: PGTlsCertificate) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function verify( identity: PGSocketConnectable; trusted_ca: PGTlsCertificate) : TGTlsCertificateFlags; cdecl ; inline ;
//property certificate: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_certificate { property is writeable but setter not declared } ;
//property certificate_pem: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_certificate_pem { property is writeable but setter not declared } ;
2012-08-26 21:38:16 +00:00
property issuer: PGTlsCertificate read get_issuer { property is writeable but setter not declared } ;
2011-09-22 00:28:15 +00:00
//property private_key: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_private_key { property is writeable but setter not declared } ;
//property private_key_pem: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_private_key_pem { property is writeable but setter not declared } ;
end ;
TGTlsCertificatePrivate = record
end ;
PPGTlsCertificateClass = ^ PGTlsCertificateClass;
PGTlsCertificateClass = ^ TGTlsCertificateClass;
TGTlsCertificateClass = object
parent_class: TGObjectClass;
verify: function( cert: PGTlsCertificate; identity: PGSocketConnectable; trusted_ca: PGTlsCertificate) : TGTlsCertificateFlags; cdecl ;
padding: array [ 0 .. 7 ] of gpointer;
end ;
PPGTlsClientConnection = ^ PGTlsClientConnection;
PGTlsClientConnection = ^ TGTlsClientConnection;
TGTlsClientConnection = object
2014-01-06 17:53:09 +00:00
function new( base_io_stream: PGIOStream; server_identity: PGSocketConnectable; error: PPGError) : PGTlsClientConnection; cdecl ; inline ; static ;
2011-09-22 00:28:15 +00:00
function get_accepted_cas: PGList; cdecl ; inline ;
function get_server_identity: PGSocketConnectable; cdecl ; inline ;
function get_use_ssl3: gboolean; cdecl ; inline ;
function get_validation_flags: TGTlsCertificateFlags; cdecl ; inline ;
procedure set_server_identity( identity: PGSocketConnectable) ; cdecl ; inline ;
procedure set_use_ssl3( use_ssl3: gboolean) ; cdecl ; inline ;
procedure set_validation_flags( flags: TGTlsCertificateFlags) ; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
property accepted_cas: PGList read get_accepted_cas ;
property server_identity: PGSocketConnectable read get_server_identity write set_server_identity;
property use_ssl3: gboolean read get_use_ssl3 write set_use_ssl3;
property validation_flags: TGTlsCertificateFlags read get_validation_flags write set_validation_flags;
2011-09-22 00:28:15 +00:00
end ;
PPGTlsClientConnectionInterface = ^ PGTlsClientConnectionInterface;
PGTlsClientConnectionInterface = ^ TGTlsClientConnectionInterface;
TGTlsClientConnectionInterface = object
g_iface: TGTypeInterface;
end ;
2014-01-06 17:53:09 +00:00
PPGTlsConnection = ^ PGTlsConnection;
PGTlsConnection = ^ TGTlsConnection;
2011-09-22 00:28:15 +00:00
PPGTlsRehandshakeMode = ^ PGTlsRehandshakeMode;
PGTlsRehandshakeMode = ^ TGTlsRehandshakeMode;
PPGTlsConnectionPrivate = ^ PGTlsConnectionPrivate;
PGTlsConnectionPrivate = ^ TGTlsConnectionPrivate;
TGTlsConnection = object( TGIOStream)
priv1: PGTlsConnectionPrivate;
function emit_accept_certificate( peer_cert: PGTlsCertificate; errors: TGTlsCertificateFlags) : gboolean; cdecl ; inline ;
function get_certificate: PGTlsCertificate; cdecl ; inline ;
function get_database: PGTlsDatabase; cdecl ; inline ;
function get_interaction: PGTlsInteraction; cdecl ; inline ;
function get_peer_certificate: PGTlsCertificate; cdecl ; inline ;
function get_peer_certificate_errors: TGTlsCertificateFlags; cdecl ; inline ;
function get_rehandshake_mode: TGTlsRehandshakeMode; cdecl ; inline ;
function get_require_close_notify: gboolean; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function handshake( cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure handshake_async( io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function handshake_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
procedure set_certificate( certificate: PGTlsCertificate) ; cdecl ; inline ;
procedure set_database( database: PGTlsDatabase) ; cdecl ; inline ;
procedure set_interaction( interaction: PGTlsInteraction) ; cdecl ; inline ;
procedure set_rehandshake_mode( mode: TGTlsRehandshakeMode) ; cdecl ; inline ;
procedure set_require_close_notify( require_close_notify: gboolean) ; cdecl ; inline ;
//property base_io_stream: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_base_io_stream { property is writeable but setter not declared } ;
2012-08-26 21:38:16 +00:00
property certificate: PGTlsCertificate read get_certificate write set_certificate;
property database: PGTlsDatabase read get_database write set_database;
property interaction: PGTlsInteraction read get_interaction write set_interaction;
property peer_certificate: PGTlsCertificate read get_peer_certificate ;
property peer_certificate_errors: TGTlsCertificateFlags read get_peer_certificate_errors ;
property rehandshake_mode: TGTlsRehandshakeMode read get_rehandshake_mode write set_rehandshake_mode;
property require_close_notify: gboolean read get_require_close_notify write set_require_close_notify;
2011-10-22 18:52:20 +00:00
//property use_system_certdb: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_use_system_certdb { property is writeable but setter not declared } ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
PPGTlsInteractionResult = ^ PGTlsInteractionResult;
PGTlsInteractionResult = ^ TGTlsInteractionResult;
PPGTlsPassword = ^ PGTlsPassword;
PGTlsPassword = ^ TGTlsPassword;
PPGTlsInteractionPrivate = ^ PGTlsInteractionPrivate;
PGTlsInteractionPrivate = ^ TGTlsInteractionPrivate;
TGTlsInteraction = object( TGObject)
priv: PGTlsInteractionPrivate;
function ask_password( password: PGTlsPassword; cancellable: PGCancellable; error: PPGError) : TGTlsInteractionResult; cdecl ; inline ;
procedure ask_password_async( password: PGTlsPassword; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
function ask_password_finish( result_: PGAsyncResult; error: PPGError) : TGTlsInteractionResult; cdecl ; inline ;
function invoke_ask_password( password: PGTlsPassword; cancellable: PGCancellable; error: PPGError) : TGTlsInteractionResult; cdecl ; inline ;
end ;
TGTlsConnectionPrivate = record
end ;
2011-09-22 00:28:15 +00:00
PPGTlsConnectionClass = ^ PGTlsConnectionClass;
PGTlsConnectionClass = ^ TGTlsConnectionClass;
TGTlsConnectionClass = object
parent_class: TGIOStreamClass;
accept_certificate: function( connection: PGTlsConnection; peer_cert: PGTlsCertificate; errors: TGTlsCertificateFlags) : gboolean; cdecl ;
2014-01-06 17:53:09 +00:00
handshake: function( conn: PGTlsConnection; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
handshake_async: procedure( conn: PGTlsConnection; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
handshake_finish: function( conn: PGTlsConnection; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
padding: array [ 0 .. 7 ] of gpointer;
end ;
TGTlsDatabasePrivate = record
end ;
PPGTlsDatabaseClass = ^ PGTlsDatabaseClass;
PGTlsDatabaseClass = ^ TGTlsDatabaseClass;
TGTlsDatabaseClass = object
parent_class: TGObjectClass;
2014-01-06 17:53:09 +00:00
verify_chain: function( self: PGTlsDatabase; chain: PGTlsCertificate; purpose: Pgchar; identity: PGSocketConnectable; interaction: PGTlsInteraction; flags: TGTlsDatabaseVerifyFlags; cancellable: PGCancellable; error: PPGError) : TGTlsCertificateFlags; cdecl ;
2011-09-22 00:28:15 +00:00
verify_chain_async: procedure( self: PGTlsDatabase; chain: PGTlsCertificate; purpose: Pgchar; identity: PGSocketConnectable; interaction: PGTlsInteraction; flags: TGTlsDatabaseVerifyFlags; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
verify_chain_finish: function( self: PGTlsDatabase; result_: PGAsyncResult; error: PPGError) : TGTlsCertificateFlags; cdecl ;
2011-09-22 00:28:15 +00:00
create_certificate_handle: function( self: PGTlsDatabase; certificate: PGTlsCertificate) : Pgchar; cdecl ;
2014-01-06 17:53:09 +00:00
lookup_certificate_for_handle: function( self: PGTlsDatabase; handle: Pgchar; interaction: PGTlsInteraction; flags: TGTlsDatabaseLookupFlags; cancellable: PGCancellable; error: PPGError) : PGTlsCertificate; cdecl ;
2011-09-22 00:28:15 +00:00
lookup_certificate_for_handle_async: procedure( self: PGTlsDatabase; handle: Pgchar; interaction: PGTlsInteraction; flags: TGTlsDatabaseLookupFlags; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
lookup_certificate_for_handle_finish: function( self: PGTlsDatabase; result_: PGAsyncResult; error: PPGError) : PGTlsCertificate; cdecl ;
lookup_certificate_issuer: function( self: PGTlsDatabase; certificate: PGTlsCertificate; interaction: PGTlsInteraction; flags: TGTlsDatabaseLookupFlags; cancellable: PGCancellable; error: PPGError) : PGTlsCertificate; cdecl ;
2011-09-22 00:28:15 +00:00
lookup_certificate_issuer_async: procedure( self: PGTlsDatabase; certificate: PGTlsCertificate; interaction: PGTlsInteraction; flags: TGTlsDatabaseLookupFlags; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
lookup_certificate_issuer_finish: function( self: PGTlsDatabase; result_: PGAsyncResult; error: PPGError) : PGTlsCertificate; cdecl ;
lookup_certificates_issued_by: function( self: PGTlsDatabase; issuer_raw_dn: Pguint8; interaction: PGTlsInteraction; flags: TGTlsDatabaseLookupFlags; cancellable: PGCancellable; error: PPGError) : PGList; cdecl ;
2011-09-22 00:28:15 +00:00
lookup_certificates_issued_by_async: procedure( self: PGTlsDatabase; issuer_raw_dn: Pguint8; interaction: PGTlsInteraction; flags: TGTlsDatabaseLookupFlags; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
lookup_certificates_issued_by_finish: function( self: PGTlsDatabase; result_: PGAsyncResult; error: PPGError) : PGList; cdecl ;
2011-09-22 00:28:15 +00:00
padding: array [ 0 .. 1 5 ] of gpointer;
end ;
PPGTlsError = ^ PGTlsError;
PGTlsError = ^ TGTlsError;
PPGTlsFileDatabase = ^ PGTlsFileDatabase;
PGTlsFileDatabase = ^ TGTlsFileDatabase;
TGTlsFileDatabase = object
2014-01-06 17:53:09 +00:00
function new( anchors: Pgchar; error: PPGError) : PGTlsFileDatabase; cdecl ; inline ; static ;
2011-09-22 00:28:15 +00:00
//property anchors: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_anchors { property is writeable but setter not declared } ;
end ;
PPGTlsFileDatabaseInterface = ^ PGTlsFileDatabaseInterface;
PGTlsFileDatabaseInterface = ^ TGTlsFileDatabaseInterface;
TGTlsFileDatabaseInterface = object
g_iface: TGTypeInterface;
padding: array [ 0 .. 7 ] of gpointer;
end ;
PPGTlsPasswordFlags = ^ PGTlsPasswordFlags;
PGTlsPasswordFlags = ^ TGTlsPasswordFlags;
PPGTlsPasswordPrivate = ^ PGTlsPasswordPrivate;
PGTlsPasswordPrivate = ^ TGTlsPasswordPrivate;
TGTlsPassword = object( TGObject)
priv: PGTlsPasswordPrivate;
function new( flags: TGTlsPasswordFlags; description: Pgchar) : PGTlsPassword; cdecl ; inline ; static ;
function get_description: Pgchar; cdecl ; inline ;
function get_flags: TGTlsPasswordFlags; cdecl ; inline ;
function get_value( length : Pgsize) : Pguint8; cdecl ; inline ;
function get_warning: Pgchar; cdecl ; inline ;
procedure set_description( description: Pgchar) ; cdecl ; inline ;
procedure set_flags( flags: TGTlsPasswordFlags) ; cdecl ; inline ;
procedure set_value( value: Pguint8; length : gssize) ; cdecl ; inline ;
procedure set_value_full( value: Pguint8; length : gssize; destroy_: TGDestroyNotify) ; cdecl ; inline ;
procedure set_warning( warning: Pgchar) ; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
property description: Pgchar read get_description write set_description;
property flags: TGTlsPasswordFlags read get_flags write set_flags;
property warning: Pgchar read get_warning write set_warning;
2011-09-22 00:28:15 +00:00
end ;
TGTlsInteractionPrivate = record
end ;
PPGTlsInteractionClass = ^ PGTlsInteractionClass;
PGTlsInteractionClass = ^ TGTlsInteractionClass;
TGTlsInteractionClass = object
parent_class: TGObjectClass;
2014-01-06 17:53:09 +00:00
ask_password: function( interaction: PGTlsInteraction; password: PGTlsPassword; cancellable: PGCancellable; error: PPGError) : TGTlsInteractionResult; cdecl ;
2011-09-22 00:28:15 +00:00
ask_password_async: procedure( interaction: PGTlsInteraction; password: PGTlsPassword; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
ask_password_finish: function( interaction: PGTlsInteraction; result_: PGAsyncResult; error: PPGError) : TGTlsInteractionResult; cdecl ;
2011-09-22 00:28:15 +00:00
padding: array [ 0 .. 2 3 ] of gpointer;
end ;
TGTlsPasswordPrivate = record
end ;
PPGTlsPasswordClass = ^ PGTlsPasswordClass;
PGTlsPasswordClass = ^ TGTlsPasswordClass;
TGTlsPasswordClass = object
parent_class: TGObjectClass;
get_value: function( password: PGTlsPassword; length : Pgsize) : Pguint8; cdecl ;
set_value: procedure( password: PGTlsPassword; value: Pguint8; length : gssize; destroy_: TGDestroyNotify) ; cdecl ;
get_default_warning: function( password: PGTlsPassword) : Pgchar; cdecl ;
padding: array [ 0 .. 3 ] of gpointer;
end ;
PPGTlsServerConnection = ^ PGTlsServerConnection;
PGTlsServerConnection = ^ TGTlsServerConnection;
TGTlsServerConnection = object
2014-01-06 17:53:09 +00:00
function new( base_io_stream: PGIOStream; certificate: PGTlsCertificate; error: PPGError) : PGTlsServerConnection; cdecl ; inline ; static ;
2011-09-22 00:28:15 +00:00
//property authentication_mode: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_authentication_mode { property is writeable but setter not declared } ;
end ;
PPGTlsServerConnectionInterface = ^ PGTlsServerConnectionInterface;
PGTlsServerConnectionInterface = ^ TGTlsServerConnectionInterface;
TGTlsServerConnectionInterface = object
g_iface: TGTypeInterface;
end ;
PPGUnixConnection = ^ PGUnixConnection;
PGUnixConnection = ^ TGUnixConnection;
2014-01-06 17:53:09 +00:00
PPGUnixConnectionPrivate = ^ PGUnixConnectionPrivate;
PGUnixConnectionPrivate = ^ TGUnixConnectionPrivate;
2011-09-22 00:28:15 +00:00
TGUnixConnection = object( TGSocketConnection)
priv2: PGUnixConnectionPrivate;
2014-01-06 17:53:09 +00:00
function receive_credentials( cancellable: PGCancellable; error: PPGError) : PGCredentials; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
procedure receive_credentials_async( cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function receive_credentials_finish( result_: PGAsyncResult; error: PPGError) : PGCredentials; cdecl ; inline ;
function receive_fd( cancellable: PGCancellable; error: PPGError) : gint; cdecl ; inline ;
function send_credentials( cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
procedure send_credentials_async( cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function send_credentials_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; inline ;
function send_fd( fd: gint; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; inline ;
end ;
TGUnixConnectionPrivate = record
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
2011-09-22 00:28:15 +00:00
PPGUnixConnectionClass = ^ PGUnixConnectionClass;
PGUnixConnectionClass = ^ TGUnixConnectionClass;
TGUnixConnectionClass = object
parent_class: TGSocketConnectionClass;
end ;
PPGUnixCredentialsMessage = ^ PGUnixCredentialsMessage;
PGUnixCredentialsMessage = ^ TGUnixCredentialsMessage;
2014-01-06 17:53:09 +00:00
PPGUnixCredentialsMessagePrivate = ^ PGUnixCredentialsMessagePrivate;
PGUnixCredentialsMessagePrivate = ^ TGUnixCredentialsMessagePrivate;
2011-09-22 00:28:15 +00:00
TGUnixCredentialsMessage = object( TGSocketControlMessage)
priv1: PGUnixCredentialsMessagePrivate;
function new: PGUnixCredentialsMessage; cdecl ; inline ; static ;
function new_with_credentials( credentials: PGCredentials) : PGUnixCredentialsMessage; cdecl ; inline ; static ;
function is_supported: gboolean; cdecl ; inline ; static ;
function get_credentials: PGCredentials; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
property credentials: PGCredentials read get_credentials { property is writeable but setter not declared } ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
TGUnixCredentialsMessagePrivate = record
end ;
2011-09-22 00:28:15 +00:00
PPGUnixCredentialsMessageClass = ^ PGUnixCredentialsMessageClass;
PGUnixCredentialsMessageClass = ^ TGUnixCredentialsMessageClass;
TGUnixCredentialsMessageClass = object
parent_class: TGSocketControlMessageClass;
_g_reserved1: procedure ; cdecl ;
_g_reserved2: procedure ; cdecl ;
end ;
TGUnixFDListPrivate = record
end ;
PPGUnixFDListClass = ^ PGUnixFDListClass;
PGUnixFDListClass = ^ TGUnixFDListClass;
TGUnixFDListClass = object
parent_class: TGObjectClass;
_g_reserved1: procedure ; cdecl ;
_g_reserved2: procedure ; cdecl ;
_g_reserved3: procedure ; cdecl ;
_g_reserved4: procedure ; cdecl ;
_g_reserved5: procedure ; cdecl ;
end ;
PPGUnixFDMessage = ^ PGUnixFDMessage;
PGUnixFDMessage = ^ TGUnixFDMessage;
2014-01-06 17:53:09 +00:00
PPGUnixFDMessagePrivate = ^ PGUnixFDMessagePrivate;
PGUnixFDMessagePrivate = ^ TGUnixFDMessagePrivate;
2011-09-22 00:28:15 +00:00
TGUnixFDMessage = object( TGSocketControlMessage)
priv1: PGUnixFDMessagePrivate;
function new: PGUnixFDMessage; cdecl ; inline ; static ;
function new_with_fd_list( fd_list: PGUnixFDList) : PGUnixFDMessage; cdecl ; inline ; static ;
2014-01-06 17:53:09 +00:00
function append_fd( fd: gint; error: PPGError) : gboolean; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function get_fd_list: PGUnixFDList; cdecl ; inline ;
function steal_fds( length : Pgint) : Pgint; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
property fd_list: PGUnixFDList read get_fd_list { property is writeable but setter not declared } ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
TGUnixFDMessagePrivate = record
end ;
2011-09-22 00:28:15 +00:00
PPGUnixFDMessageClass = ^ PGUnixFDMessageClass;
PGUnixFDMessageClass = ^ TGUnixFDMessageClass;
TGUnixFDMessageClass = object
parent_class: TGSocketControlMessageClass;
_g_reserved1: procedure ; cdecl ;
_g_reserved2: procedure ; cdecl ;
end ;
PPGUnixInputStream = ^ PGUnixInputStream;
PGUnixInputStream = ^ TGUnixInputStream;
2014-01-06 17:53:09 +00:00
PPGUnixInputStreamPrivate = ^ PGUnixInputStreamPrivate;
PGUnixInputStreamPrivate = ^ TGUnixInputStreamPrivate;
2011-09-22 00:28:15 +00:00
TGUnixInputStream = object( TGInputStream)
priv1: PGUnixInputStreamPrivate;
function new( fd: gint; close_fd: gboolean) : PGUnixInputStream; cdecl ; inline ; static ;
function get_close_fd: gboolean; cdecl ; inline ;
function get_fd: gint; cdecl ; inline ;
procedure set_close_fd( close_fd: gboolean) ; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
property close_fd: gboolean read get_close_fd write set_close_fd;
property fd: gint read get_fd { property is writeable but setter not declared } ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
TGUnixInputStreamPrivate = record
end ;
2011-09-22 00:28:15 +00:00
PPGUnixInputStreamClass = ^ PGUnixInputStreamClass;
PGUnixInputStreamClass = ^ TGUnixInputStreamClass;
TGUnixInputStreamClass = object
parent_class: TGInputStreamClass;
_g_reserved1: procedure ; cdecl ;
_g_reserved2: procedure ; cdecl ;
_g_reserved3: procedure ; cdecl ;
_g_reserved4: procedure ; cdecl ;
_g_reserved5: procedure ; cdecl ;
end ;
PPGUnixMountEntry = ^ PGUnixMountEntry;
PGUnixMountEntry = ^ TGUnixMountEntry;
TGUnixMountEntry = record
end ;
PPGUnixMountMonitor = ^ PGUnixMountMonitor;
PGUnixMountMonitor = ^ TGUnixMountMonitor;
TGUnixMountMonitor = object( TGObject)
function new: PGUnixMountMonitor; cdecl ; inline ; static ;
procedure set_rate_limit( limit_msec: gint) ; cdecl ; inline ;
end ;
PPGUnixMountMonitorClass = ^ PGUnixMountMonitorClass;
PGUnixMountMonitorClass = ^ TGUnixMountMonitorClass;
TGUnixMountMonitorClass = object
end ;
PPGUnixMountPoint = ^ PGUnixMountPoint;
PGUnixMountPoint = ^ TGUnixMountPoint;
TGUnixMountPoint = object
function compare( mount2: PGUnixMountPoint) : gint; cdecl ; inline ;
procedure free; cdecl ; inline ;
function get_device_path: Pgchar; cdecl ; inline ;
function get_fs_type: Pgchar; cdecl ; inline ;
function get_mount_path: Pgchar; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
function get_options: Pgchar; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function guess_can_eject: gboolean; cdecl ; inline ;
function guess_icon: PGIcon; cdecl ; inline ;
function guess_name: Pgchar; cdecl ; inline ;
2014-01-06 17:53:09 +00:00
function guess_symbolic_icon: PGIcon; cdecl ; inline ;
2011-09-22 00:28:15 +00:00
function is_loopback: gboolean; cdecl ; inline ;
function is_readonly: gboolean; cdecl ; inline ;
function is_user_mountable: gboolean; cdecl ; inline ;
end ;
PPGUnixOutputStream = ^ PGUnixOutputStream;
PGUnixOutputStream = ^ TGUnixOutputStream;
2014-01-06 17:53:09 +00:00
PPGUnixOutputStreamPrivate = ^ PGUnixOutputStreamPrivate;
PGUnixOutputStreamPrivate = ^ TGUnixOutputStreamPrivate;
2011-09-22 00:28:15 +00:00
TGUnixOutputStream = object( TGOutputStream)
priv1: PGUnixOutputStreamPrivate;
function new( fd: gint; close_fd: gboolean) : PGUnixOutputStream; cdecl ; inline ; static ;
function get_close_fd: gboolean; cdecl ; inline ;
function get_fd: gint; cdecl ; inline ;
procedure set_close_fd( close_fd: gboolean) ; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
property close_fd: gboolean read get_close_fd write set_close_fd;
property fd: gint read get_fd { property is writeable but setter not declared } ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
TGUnixOutputStreamPrivate = record
end ;
2011-09-22 00:28:15 +00:00
PPGUnixOutputStreamClass = ^ PGUnixOutputStreamClass;
PGUnixOutputStreamClass = ^ TGUnixOutputStreamClass;
TGUnixOutputStreamClass = object
parent_class: TGOutputStreamClass;
_g_reserved1: procedure ; cdecl ;
_g_reserved2: procedure ; cdecl ;
_g_reserved3: procedure ; cdecl ;
_g_reserved4: procedure ; cdecl ;
_g_reserved5: procedure ; cdecl ;
end ;
PPGUnixSocketAddressType = ^ PGUnixSocketAddressType;
PGUnixSocketAddressType = ^ TGUnixSocketAddressType;
PPGUnixSocketAddress = ^ PGUnixSocketAddress;
PGUnixSocketAddress = ^ TGUnixSocketAddress;
2014-01-06 17:53:09 +00:00
PPGUnixSocketAddressPrivate = ^ PGUnixSocketAddressPrivate;
PGUnixSocketAddressPrivate = ^ TGUnixSocketAddressPrivate;
2011-09-22 00:28:15 +00:00
TGUnixSocketAddress = object( TGSocketAddress)
priv: PGUnixSocketAddressPrivate;
function new( path: Pgchar) : PGUnixSocketAddress; cdecl ; inline ; static ;
function new_with_type( path: Pgchar; path_len: gint; type_: TGUnixSocketAddressType) : PGUnixSocketAddress; cdecl ; inline ; static ;
function abstract_names_supported: gboolean; cdecl ; inline ; static ;
function get_address_type: TGUnixSocketAddressType; cdecl ; inline ;
function get_path: Pgchar; cdecl ; inline ;
function get_path_len: gsize; cdecl ; inline ;
//property abstract: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_abstract { property is writeable but setter not declared } ;
2012-08-26 21:38:16 +00:00
property address_type: TGUnixSocketAddressType read get_address_type { property is writeable but setter not declared } ;
property path: Pgchar read get_path { property is writeable but setter not declared } ;
2011-09-22 00:28:15 +00:00
//property path_as_array: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_path_as_array { property is writeable but setter not declared } ;
end ;
2014-01-06 17:53:09 +00:00
TGUnixSocketAddressPrivate = record
end ;
2011-09-22 00:28:15 +00:00
PPGUnixSocketAddressClass = ^ PGUnixSocketAddressClass;
PGUnixSocketAddressClass = ^ TGUnixSocketAddressClass;
TGUnixSocketAddressClass = object
parent_class: TGSocketAddressClass;
end ;
PPGVfs = ^ PGVfs;
PGVfs = ^ TGVfs;
TGVfs = object( TGObject)
function get_default: PGVfs; cdecl ; inline ; static ;
function get_local: PGVfs; cdecl ; inline ; static ;
function get_file_for_path( path: Pgchar) : PGFile; cdecl ; inline ;
function get_file_for_uri( uri: Pgchar) : PGFile; cdecl ; inline ;
function get_supported_uri_schemes: PPgchar; cdecl ; inline ;
function is_active: gboolean; cdecl ; inline ;
function parse_name( parse_name: Pgchar) : PGFile; cdecl ; inline ;
end ;
PPGVfsClass = ^ PGVfsClass;
PGVfsClass = ^ TGVfsClass;
TGVfsClass = object
parent_class: TGObjectClass;
is_active: function( vfs: PGVfs) : gboolean; cdecl ;
get_file_for_path: function( vfs: PGVfs; path: Pgchar) : PGFile; cdecl ;
get_file_for_uri: function( vfs: PGVfs; uri: Pgchar) : PGFile; cdecl ;
get_supported_uri_schemes: function( vfs: PGVfs) : PPgchar; cdecl ;
parse_name: function( vfs: PGVfs; parse_name: Pgchar) : PGFile; cdecl ;
local_file_add_info: procedure( vfs: PGVfs; filename: Pgchar; device: guint64; attribute_matcher: PGFileAttributeMatcher; info: PGFileInfo; cancellable: PGCancellable; extra_data: Pgpointer; free_extra_data: PGDestroyNotify) ; cdecl ;
add_writable_namespaces: procedure( vfs: PGVfs; list: PGFileAttributeInfoList) ; cdecl ;
2014-01-06 17:53:09 +00:00
local_file_set_attributes: function( vfs: PGVfs; filename: Pgchar; info: PGFileInfo; flags: TGFileQueryInfoFlags; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
local_file_removed: procedure( vfs: PGVfs; filename: Pgchar) ; cdecl ;
local_file_moved: procedure( vfs: PGVfs; source: Pgchar; dest: Pgchar) ; cdecl ;
_g_reserved1: procedure ; cdecl ;
_g_reserved2: procedure ; cdecl ;
_g_reserved3: procedure ; cdecl ;
_g_reserved4: procedure ; cdecl ;
_g_reserved5: procedure ; cdecl ;
_g_reserved6: procedure ; cdecl ;
_g_reserved7: procedure ; cdecl ;
end ;
PPGVolumeIface = ^ PGVolumeIface;
PGVolumeIface = ^ TGVolumeIface;
TGVolumeIface = object
g_iface: TGTypeInterface;
changed: procedure( volume: PGVolume) ; cdecl ;
removed: procedure( volume: PGVolume) ; cdecl ;
get_name: function( volume: PGVolume) : Pgchar; cdecl ;
get_icon: function( volume: PGVolume) : PGIcon; cdecl ;
get_uuid: function( volume: PGVolume) : Pgchar; cdecl ;
get_drive: function( volume: PGVolume) : PGDrive; cdecl ;
get_mount: function( volume: PGVolume) : PGMount; cdecl ;
can_mount: function( volume: PGVolume) : gboolean; cdecl ;
can_eject: function( volume: PGVolume) : gboolean; cdecl ;
mount_fn: procedure( volume: PGVolume; flags: TGMountMountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
mount_finish: function( volume: PGVolume; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
eject: procedure( volume: PGVolume; flags: TGMountUnmountFlags; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
eject_finish: function( volume: PGVolume; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
get_identifier: function( volume: PGVolume; kind: Pgchar) : Pgchar; cdecl ;
enumerate_identifiers: function( volume: PGVolume) : PPgchar; cdecl ;
should_automount: function( volume: PGVolume) : gboolean; cdecl ;
get_activation_root: function( volume: PGVolume) : PGFile; cdecl ;
eject_with_operation: procedure( volume: PGVolume; flags: TGMountUnmountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2014-01-06 17:53:09 +00:00
eject_with_operation_finish: function( volume: PGVolume; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2012-08-26 21:38:16 +00:00
get_sort_key: function( volume: PGVolume) : Pgchar; cdecl ;
2014-01-06 17:53:09 +00:00
get_symbolic_icon: function( volume: PGVolume) : PGIcon; cdecl ;
2011-09-22 00:28:15 +00:00
end ;
PPGZlibCompressor = ^ PGZlibCompressor;
PGZlibCompressor = ^ TGZlibCompressor;
PPGZlibCompressorFormat = ^ PGZlibCompressorFormat;
PGZlibCompressorFormat = ^ TGZlibCompressorFormat;
TGZlibCompressor = object( TGObject)
function new( format: TGZlibCompressorFormat; level: gint) : PGZlibCompressor; cdecl ; inline ; static ;
function get_file_info: PGFileInfo; cdecl ; inline ;
procedure set_file_info( file_info: PGFileInfo) ; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
property file_info: PGFileInfo read get_file_info write set_file_info;
2011-09-22 00:28:15 +00:00
//property format: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_format { property is writeable but setter not declared } ;
//property level: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_level { property is writeable but setter not declared } ;
end ;
PPGZlibCompressorClass = ^ PGZlibCompressorClass;
PGZlibCompressorClass = ^ TGZlibCompressorClass;
TGZlibCompressorClass = object
parent_class: TGObjectClass;
end ;
PPGZlibDecompressor = ^ PGZlibDecompressor;
PGZlibDecompressor = ^ TGZlibDecompressor;
TGZlibDecompressor = object( TGObject)
function new( format: TGZlibCompressorFormat) : PGZlibDecompressor; cdecl ; inline ; static ;
function get_file_info: PGFileInfo; cdecl ; inline ;
2012-08-26 21:38:16 +00:00
property file_info: PGFileInfo read get_file_info ;
2011-09-22 00:28:15 +00:00
//property format: UNABLE_TO_FIND_TYPE_FOR_PROPERTY read get_format { property is writeable but setter not declared } ;
end ;
PPGZlibDecompressorClass = ^ PGZlibDecompressorClass;
PGZlibDecompressorClass = ^ TGZlibDecompressorClass;
TGZlibDecompressorClass = object
parent_class: TGObjectClass;
end ;
2014-01-06 17:53:09 +00:00
function g_action_get_enabled( action: PGAction) : gboolean; cdecl ; external ;
function g_action_get_name( action: PGAction) : Pgchar; cdecl ; external ;
function g_action_get_parameter_type( action: PGAction) : PGVariantType; cdecl ; external ;
function g_action_get_state( action: PGAction) : PGVariant; cdecl ; external ;
function g_action_get_state_hint( action: PGAction) : PGVariant; cdecl ; external ;
function g_action_get_state_type( action: PGAction) : PGVariantType; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_action_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_action_group_get_action_enabled( action_group: PGActionGroup; action_name: Pgchar) : gboolean; cdecl ; external ;
function g_action_group_get_action_parameter_type( action_group: PGActionGroup; action_name: Pgchar) : PGVariantType; cdecl ; external ;
function g_action_group_get_action_state( action_group: PGActionGroup; action_name: Pgchar) : PGVariant; cdecl ; external ;
function g_action_group_get_action_state_hint( action_group: PGActionGroup; action_name: Pgchar) : PGVariant; cdecl ; external ;
function g_action_group_get_action_state_type( action_group: PGActionGroup; action_name: Pgchar) : PGVariantType; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_action_group_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_action_group_has_action( action_group: PGActionGroup; action_name: Pgchar) : gboolean; cdecl ; external ;
function g_action_group_list_actions( action_group: PGActionGroup) : PPgchar; cdecl ; external ;
function g_action_group_query_action( action_group: PGActionGroup; action_name: Pgchar; enabled: Pgboolean; parameter_type: PPGVariantType; state_type: PPGVariantType; state_hint: PPGVariant; state: PPGVariant) : gboolean; cdecl ; external ;
2012-08-26 21:38:16 +00:00
function g_action_map_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_action_map_lookup_action( action_map: PGActionMap; action_name: Pgchar) : PGAction; cdecl ; external ;
function g_app_info_add_supports_type( appinfo: PGAppInfo; content_type: Pgchar; error: PPGError) : gboolean; cdecl ; external ;
function g_app_info_can_delete( appinfo: PGAppInfo) : gboolean; cdecl ; external ;
function g_app_info_can_remove_supports_type( appinfo: PGAppInfo) : gboolean; cdecl ; external ;
function g_app_info_create_from_commandline( commandline: Pgchar; application_name: Pgchar; flags: TGAppInfoCreateFlags; error: PPGError) : PGAppInfo; cdecl ; external ;
function g_app_info_delete( appinfo: PGAppInfo) : gboolean; cdecl ; external ;
function g_app_info_dup( appinfo: PGAppInfo) : PGAppInfo; cdecl ; external ;
function g_app_info_equal( appinfo1: PGAppInfo; appinfo2: PGAppInfo) : gboolean; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_app_info_get_all: PGList; cdecl ; external ;
function g_app_info_get_all_for_type( content_type: Pgchar) : PGList; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_app_info_get_commandline( appinfo: PGAppInfo) : Pgchar; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_app_info_get_default_for_type( content_type: Pgchar; must_support_uris: gboolean) : PGAppInfo; cdecl ; external ;
function g_app_info_get_default_for_uri_scheme( uri_scheme: Pgchar) : PGAppInfo; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_app_info_get_description( appinfo: PGAppInfo) : Pgchar; cdecl ; external ;
function g_app_info_get_display_name( appinfo: PGAppInfo) : Pgchar; cdecl ; external ;
function g_app_info_get_executable( appinfo: PGAppInfo) : Pgchar; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_app_info_get_fallback_for_type( content_type: Pgchar) : PGList; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_app_info_get_icon( appinfo: PGAppInfo) : PGIcon; cdecl ; external ;
function g_app_info_get_id( appinfo: PGAppInfo) : Pgchar; cdecl ; external ;
function g_app_info_get_name( appinfo: PGAppInfo) : Pgchar; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_app_info_get_recommended_for_type( content_type: Pgchar) : PGList; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_app_info_get_supported_types( appinfo: PGAppInfo) : PPgchar; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_app_info_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_app_info_launch( appinfo: PGAppInfo; files: PGList; launch_context: PGAppLaunchContext; error: PPGError) : gboolean; cdecl ; external ;
function g_app_info_launch_default_for_uri( uri: Pgchar; launch_context: PGAppLaunchContext; error: PPGError) : gboolean; cdecl ; external ;
function g_app_info_launch_uris( appinfo: PGAppInfo; uris: PGList; launch_context: PGAppLaunchContext; error: PPGError) : gboolean; cdecl ; external ;
function g_app_info_remove_supports_type( appinfo: PGAppInfo; content_type: Pgchar; error: PPGError) : gboolean; cdecl ; external ;
function g_app_info_set_as_default_for_extension( appinfo: PGAppInfo; extension: Pgchar; error: PPGError) : gboolean; cdecl ; external ;
function g_app_info_set_as_default_for_type( appinfo: PGAppInfo; content_type: Pgchar; error: PPGError) : gboolean; cdecl ; external ;
function g_app_info_set_as_last_used_for_type( appinfo: PGAppInfo; content_type: Pgchar; error: PPGError) : gboolean; cdecl ; external ;
function g_app_info_should_show( appinfo: PGAppInfo) : gboolean; cdecl ; external ;
function g_app_info_supports_files( appinfo: PGAppInfo) : gboolean; cdecl ; external ;
function g_app_info_supports_uris( appinfo: PGAppInfo) : gboolean; cdecl ; external ;
function g_app_launch_context_get_display( context: PGAppLaunchContext; info: PGAppInfo; files: PGList) : Pgchar; cdecl ; external ;
function g_app_launch_context_get_environment( context: PGAppLaunchContext) : PPgchar; cdecl ; external ;
function g_app_launch_context_get_startup_notify_id( context: PGAppLaunchContext; info: PGAppInfo; files: PGList) : Pgchar; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_app_launch_context_get_type: TGType; cdecl ; external ;
function g_app_launch_context_new: PGAppLaunchContext; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_application_command_line_create_file_for_arg( cmdline: PGApplicationCommandLine; arg: Pgchar) : PGFile; cdecl ; external ;
function g_application_command_line_get_arguments( cmdline: PGApplicationCommandLine; argc: Pgint) : PPgchar; cdecl ; external ;
function g_application_command_line_get_cwd( cmdline: PGApplicationCommandLine) : Pgchar; cdecl ; external ;
function g_application_command_line_get_environ( cmdline: PGApplicationCommandLine) : PPgchar; cdecl ; external ;
function g_application_command_line_get_exit_status( cmdline: PGApplicationCommandLine) : gint; cdecl ; external ;
function g_application_command_line_get_is_remote( cmdline: PGApplicationCommandLine) : gboolean; cdecl ; external ;
function g_application_command_line_get_platform_data( cmdline: PGApplicationCommandLine) : PGVariant; cdecl ; external ;
function g_application_command_line_get_stdin( cmdline: PGApplicationCommandLine) : PGInputStream; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_application_command_line_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_application_command_line_getenv( cmdline: PGApplicationCommandLine; name : Pgchar) : Pgchar; cdecl ; external ;
function g_application_get_application_id( application: PGApplication) : Pgchar; cdecl ; external ;
function g_application_get_dbus_connection( application: PGApplication) : PGDBusConnection; cdecl ; external ;
function g_application_get_dbus_object_path( application: PGApplication) : Pgchar; cdecl ; external ;
2012-08-26 21:38:16 +00:00
function g_application_get_default: PGApplication; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_application_get_flags( application: PGApplication) : TGApplicationFlags; cdecl ; external ;
function g_application_get_inactivity_timeout( application: PGApplication) : guint; cdecl ; external ;
function g_application_get_is_registered( application: PGApplication) : gboolean; cdecl ; external ;
function g_application_get_is_remote( application: PGApplication) : gboolean; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_application_get_type: TGType; cdecl ; external ;
function g_application_id_is_valid( application_id: Pgchar) : gboolean; cdecl ; external ;
function g_application_new( application_id: Pgchar; flags: TGApplicationFlags) : PGApplication; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_application_register( application: PGApplication; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_application_run( application: PGApplication; argc: gint; argv: PPgchar) : gint; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_async_initable_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_async_initable_init_finish( initable: PGAsyncInitable; res: PGAsyncResult; error: PPGError) : gboolean; cdecl ; external ;
function g_async_initable_new_finish( initable: PGAsyncInitable; res: PGAsyncResult; error: PPGError) : PGObject; cdecl ; external ;
function g_async_result_get_source_object( res: PGAsyncResult) : PGObject; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_async_result_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_async_result_get_user_data( res: PGAsyncResult) : gpointer; cdecl ; external ;
function g_async_result_is_tagged( res: PGAsyncResult; source_tag: gpointer) : gboolean; cdecl ; external ;
function g_async_result_legacy_propagate_error( res: PGAsyncResult; error: PPGError) : gboolean; cdecl ; external ;
function g_buffered_input_stream_fill( stream: PGBufferedInputStream; count: gssize; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ; external ;
function g_buffered_input_stream_fill_finish( stream: PGBufferedInputStream; result_: PGAsyncResult; error: PPGError) : gssize; cdecl ; external ;
function g_buffered_input_stream_get_available( stream: PGBufferedInputStream) : gsize; cdecl ; external ;
function g_buffered_input_stream_get_buffer_size( stream: PGBufferedInputStream) : gsize; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_buffered_input_stream_get_type: TGType; cdecl ; external ;
function g_buffered_input_stream_new( base_stream: PGInputStream) : PGBufferedInputStream; cdecl ; external ;
function g_buffered_input_stream_new_sized( base_stream: PGInputStream; size: gsize) : PGBufferedInputStream; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_buffered_input_stream_peek( stream: PGBufferedInputStream; buffer: Pguint8; offset: gsize; count: gsize) : gsize; cdecl ; external ;
function g_buffered_input_stream_peek_buffer( stream: PGBufferedInputStream; count: Pgsize) : Pguint8; cdecl ; external ;
function g_buffered_input_stream_read_byte( stream: PGBufferedInputStream; cancellable: PGCancellable; error: PPGError) : gint; cdecl ; external ;
function g_buffered_output_stream_get_auto_grow( stream: PGBufferedOutputStream) : gboolean; cdecl ; external ;
function g_buffered_output_stream_get_buffer_size( stream: PGBufferedOutputStream) : gsize; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_buffered_output_stream_get_type: TGType; cdecl ; external ;
function g_buffered_output_stream_new( base_stream: PGOutputStream) : PGBufferedOutputStream; cdecl ; external ;
function g_buffered_output_stream_new_sized( base_stream: PGOutputStream; size: gsize) : PGBufferedOutputStream; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_bus_get_finish( res: PGAsyncResult; error: PPGError) : PGDBusConnection; cdecl ; external ;
function g_bus_get_sync( bus_type: TGBusType; cancellable: PGCancellable; error: PPGError) : PGDBusConnection; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_bus_own_name( bus_type: TGBusType; name : Pgchar; flags: TGBusNameOwnerFlags; bus_acquired_handler: TGBusAcquiredCallback; name_acquired_handler: TGBusNameAcquiredCallback; name_lost_handler: TGBusNameLostCallback; user_data: gpointer; user_data_free_func: TGDestroyNotify) : guint; cdecl ; external ;
function g_bus_own_name_on_connection( connection: PGDBusConnection; name : Pgchar; flags: TGBusNameOwnerFlags; name_acquired_handler: TGBusNameAcquiredCallback; name_lost_handler: TGBusNameLostCallback; user_data: gpointer; user_data_free_func: TGDestroyNotify) : guint; cdecl ; external ;
function g_bus_own_name_on_connection_with_closures( connection: PGDBusConnection; name : Pgchar; flags: TGBusNameOwnerFlags; name_acquired_closure: PGClosure; name_lost_closure: PGClosure) : guint; cdecl ; external ;
function g_bus_own_name_with_closures( bus_type: TGBusType; name : Pgchar; flags: TGBusNameOwnerFlags; bus_acquired_closure: PGClosure; name_acquired_closure: PGClosure; name_lost_closure: PGClosure) : guint; cdecl ; external ;
function g_bus_watch_name( bus_type: TGBusType; name : Pgchar; flags: TGBusNameWatcherFlags; name_appeared_handler: TGBusNameAppearedCallback; name_vanished_handler: TGBusNameVanishedCallback; user_data: gpointer; user_data_free_func: TGDestroyNotify) : guint; cdecl ; external ;
function g_bus_watch_name_on_connection( connection: PGDBusConnection; name : Pgchar; flags: TGBusNameWatcherFlags; name_appeared_handler: TGBusNameAppearedCallback; name_vanished_handler: TGBusNameVanishedCallback; user_data: gpointer; user_data_free_func: TGDestroyNotify) : guint; cdecl ; external ;
function g_bus_watch_name_on_connection_with_closures( connection: PGDBusConnection; name : Pgchar; flags: TGBusNameWatcherFlags; name_appeared_closure: PGClosure; name_vanished_closure: PGClosure) : guint; cdecl ; external ;
function g_bus_watch_name_with_closures( bus_type: TGBusType; name : Pgchar; flags: TGBusNameWatcherFlags; name_appeared_closure: PGClosure; name_vanished_closure: PGClosure) : guint; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_cancellable_connect( cancellable: PGCancellable; callback: TGCallback; data: gpointer; data_destroy_func: TGDestroyNotify) : gulong; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_cancellable_get_current: PGCancellable; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_cancellable_get_fd( cancellable: PGCancellable) : gint; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_cancellable_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_cancellable_is_cancelled( cancellable: PGCancellable) : gboolean; cdecl ; external ;
function g_cancellable_make_pollfd( cancellable: PGCancellable; pollfd: PGPollFD) : gboolean; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_cancellable_new: PGCancellable; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_cancellable_set_error_if_cancelled( cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_cancellable_source_new( cancellable: PGCancellable) : PGSource; cdecl ; external ;
function g_charset_converter_get_num_fallbacks( converter: PGCharsetConverter) : guint; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_charset_converter_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_charset_converter_get_use_fallback( converter: PGCharsetConverter) : gboolean; cdecl ; external ;
function g_charset_converter_new( to_charset: Pgchar; from_charset: Pgchar; error: PPGError) : PGCharsetConverter; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_content_type_can_be_executable( type_: Pgchar) : gboolean; cdecl ; external ;
function g_content_type_equals( type1: Pgchar; type2: Pgchar) : gboolean; cdecl ; external ;
function g_content_type_from_mime_type( mime_type: Pgchar) : Pgchar; cdecl ; external ;
function g_content_type_get_description( type_: Pgchar) : Pgchar; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_content_type_get_generic_icon_name( type_: Pgchar) : Pgchar; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_content_type_get_icon( type_: Pgchar) : PGIcon; cdecl ; external ;
function g_content_type_get_mime_type( type_: Pgchar) : Pgchar; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_content_type_get_symbolic_icon( type_: Pgchar) : PGIcon; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_content_type_guess( filename: Pgchar; data: Pguint8; data_size: gsize; result_uncertain: Pgboolean) : Pgchar; cdecl ; external ;
function g_content_type_guess_for_tree( root: PGFile) : PPgchar; cdecl ; external ;
function g_content_type_is_a( type_: Pgchar; supertype: Pgchar) : gboolean; cdecl ; external ;
function g_content_type_is_unknown( type_: Pgchar) : gboolean; cdecl ; external ;
function g_content_types_get_registered: PGList; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_converter_convert( converter: PGConverter; inbuf: Pguint8; inbuf_size: gsize; outbuf: Pgpointer; outbuf_size: gsize; flags: TGConverterFlags; bytes_read: Pgsize; bytes_written: Pgsize; error: PPGError) : TGConverterResult; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_converter_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_converter_input_stream_get_converter( converter_stream: PGConverterInputStream) : PGConverter; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_converter_input_stream_get_type: TGType; cdecl ; external ;
function g_converter_input_stream_new( base_stream: PGInputStream; converter: PGConverter) : PGConverterInputStream; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_converter_output_stream_get_converter( converter_stream: PGConverterOutputStream) : PGConverter; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_converter_output_stream_get_type: TGType; cdecl ; external ;
function g_converter_output_stream_new( base_stream: PGOutputStream; converter: PGConverter) : PGConverterOutputStream; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_credentials_get_native( credentials: PGCredentials; native_type: TGCredentialsType) : gpointer; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_credentials_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_credentials_get_unix_pid( credentials: PGCredentials; error: PPGError) : gint; cdecl ; external ;
function g_credentials_get_unix_user( credentials: PGCredentials; error: PPGError) : guint; cdecl ; external ;
function g_credentials_is_same_user( credentials: PGCredentials; other_credentials: PGCredentials; error: PPGError) : gboolean; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_credentials_new: PGCredentials; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_credentials_set_unix_user( credentials: PGCredentials; uid: guint; error: PPGError) : gboolean; cdecl ; external ;
function g_credentials_to_string( credentials: PGCredentials) : Pgchar; cdecl ; external ;
function g_data_input_stream_get_byte_order( stream: PGDataInputStream) : TGDataStreamByteOrder; cdecl ; external ;
function g_data_input_stream_get_newline_type( stream: PGDataInputStream) : TGDataStreamNewlineType; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_data_input_stream_get_type: TGType; cdecl ; external ;
function g_data_input_stream_new( base_stream: PGInputStream) : PGDataInputStream; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_data_input_stream_read_byte( stream: PGDataInputStream; cancellable: PGCancellable; error: PPGError) : guint8; cdecl ; external ;
function g_data_input_stream_read_int16( stream: PGDataInputStream; cancellable: PGCancellable; error: PPGError) : gint16; cdecl ; external ;
function g_data_input_stream_read_int32( stream: PGDataInputStream; cancellable: PGCancellable; error: PPGError) : gint32; cdecl ; external ;
function g_data_input_stream_read_int64( stream: PGDataInputStream; cancellable: PGCancellable; error: PPGError) : gint64; cdecl ; external ;
function g_data_input_stream_read_line( stream: PGDataInputStream; length : Pgsize; cancellable: PGCancellable; error: PPGError) : Pgchar; cdecl ; external ;
function g_data_input_stream_read_line_finish( stream: PGDataInputStream; result_: PGAsyncResult; length : Pgsize; error: PPGError) : Pgchar; cdecl ; external ;
function g_data_input_stream_read_line_finish_utf8( stream: PGDataInputStream; result_: PGAsyncResult; length : Pgsize; error: PPGError) : Pgchar; cdecl ; external ;
function g_data_input_stream_read_line_utf8( stream: PGDataInputStream; length : Pgsize; cancellable: PGCancellable; error: PPGError) : Pgchar; cdecl ; external ;
function g_data_input_stream_read_uint16( stream: PGDataInputStream; cancellable: PGCancellable; error: PPGError) : guint16; cdecl ; external ;
function g_data_input_stream_read_uint32( stream: PGDataInputStream; cancellable: PGCancellable; error: PPGError) : guint32; cdecl ; external ;
function g_data_input_stream_read_uint64( stream: PGDataInputStream; cancellable: PGCancellable; error: PPGError) : guint64; cdecl ; external ;
function g_data_input_stream_read_until( stream: PGDataInputStream; stop_chars: Pgchar; length : Pgsize; cancellable: PGCancellable; error: PPGError) : Pgchar; cdecl ; external ;
function g_data_input_stream_read_until_finish( stream: PGDataInputStream; result_: PGAsyncResult; length : Pgsize; error: PPGError) : Pgchar; cdecl ; external ;
function g_data_input_stream_read_upto( stream: PGDataInputStream; stop_chars: Pgchar; stop_chars_len: gssize; length : Pgsize; cancellable: PGCancellable; error: PPGError) : Pgchar; cdecl ; external ;
function g_data_input_stream_read_upto_finish( stream: PGDataInputStream; result_: PGAsyncResult; length : Pgsize; error: PPGError) : Pgchar; cdecl ; external ;
function g_data_output_stream_get_byte_order( stream: PGDataOutputStream) : TGDataStreamByteOrder; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_data_output_stream_get_type: TGType; cdecl ; external ;
function g_data_output_stream_new( base_stream: PGOutputStream) : PGDataOutputStream; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_data_output_stream_put_byte( stream: PGDataOutputStream; data: guint8; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_data_output_stream_put_int16( stream: PGDataOutputStream; data: gint16; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_data_output_stream_put_int32( stream: PGDataOutputStream; data: gint32; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_data_output_stream_put_int64( stream: PGDataOutputStream; data: gint64; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_data_output_stream_put_string( stream: PGDataOutputStream; str: Pgchar; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_data_output_stream_put_uint16( stream: PGDataOutputStream; data: guint16; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_data_output_stream_put_uint32( stream: PGDataOutputStream; data: guint32; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_data_output_stream_put_uint64( stream: PGDataOutputStream; data: guint64; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
2012-08-26 21:38:16 +00:00
function g_dbus_action_group_get( connection: PGDBusConnection; bus_name: Pgchar; object_path: Pgchar) : PGDBusActionGroup; cdecl ; external ;
function g_dbus_action_group_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_dbus_address_escape_value( string_: Pgchar) : Pgchar; cdecl ; external ;
function g_dbus_address_get_for_bus_sync( bus_type: TGBusType; cancellable: PGCancellable; error: PPGError) : Pgchar; cdecl ; external ;
function g_dbus_address_get_stream_finish( res: PGAsyncResult; out_guid: PPgchar; error: PPGError) : PGIOStream; cdecl ; external ;
function g_dbus_address_get_stream_sync( address: Pgchar; out_guid: PPgchar; cancellable: PGCancellable; error: PPGError) : PGIOStream; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_dbus_annotation_info_get_type: TGType; cdecl ; external ;
function g_dbus_annotation_info_lookup( annotations: PPGDBusAnnotationInfo; name : Pgchar) : Pgchar; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_dbus_annotation_info_ref( info: PGDBusAnnotationInfo) : PGDBusAnnotationInfo; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_dbus_arg_info_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_dbus_arg_info_ref( info: PGDBusArgInfo) : PGDBusArgInfo; cdecl ; external ;
function g_dbus_auth_observer_allow_mechanism( observer: PGDBusAuthObserver; mechanism: Pgchar) : gboolean; cdecl ; external ;
function g_dbus_auth_observer_authorize_authenticated_peer( observer: PGDBusAuthObserver; stream: PGIOStream; credentials: PGCredentials) : gboolean; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_dbus_auth_observer_get_type: TGType; cdecl ; external ;
function g_dbus_auth_observer_new: PGDBusAuthObserver; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_dbus_connection_add_filter( connection: PGDBusConnection; filter_function: TGDBusMessageFilterFunction; user_data: gpointer; user_data_free_func: TGDestroyNotify) : guint; cdecl ; external ;
function g_dbus_connection_call_finish( connection: PGDBusConnection; res: PGAsyncResult; error: PPGError) : PGVariant; cdecl ; external ;
function g_dbus_connection_call_sync( connection: PGDBusConnection; bus_name: Pgchar; object_path: Pgchar; interface_name: Pgchar; method_name: Pgchar; parameters: PGVariant; reply_type: PGVariantType; flags: TGDBusCallFlags; timeout_msec: gint; cancellable: PGCancellable; error: PPGError) : PGVariant; cdecl ; external ;
function g_dbus_connection_call_with_unix_fd_list_finish( connection: PGDBusConnection; out_fd_list: PPGUnixFDList; res: PGAsyncResult; error: PPGError) : PGVariant; cdecl ; external ;
function g_dbus_connection_call_with_unix_fd_list_sync( connection: PGDBusConnection; bus_name: Pgchar; object_path: Pgchar; interface_name: Pgchar; method_name: Pgchar; parameters: PGVariant; reply_type: PGVariantType; flags: TGDBusCallFlags; timeout_msec: gint; fd_list: PGUnixFDList; out_fd_list: PPGUnixFDList; cancellable: PGCancellable; error: PPGError) : PGVariant; cdecl ; external ;
function g_dbus_connection_close_finish( connection: PGDBusConnection; res: PGAsyncResult; error: PPGError) : gboolean; cdecl ; external ;
function g_dbus_connection_close_sync( connection: PGDBusConnection; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_dbus_connection_emit_signal( connection: PGDBusConnection; destination_bus_name: Pgchar; object_path: Pgchar; interface_name: Pgchar; signal_name: Pgchar; parameters: PGVariant; error: PPGError) : gboolean; cdecl ; external ;
function g_dbus_connection_export_action_group( connection: PGDBusConnection; object_path: Pgchar; action_group: PGActionGroup; error: PPGError) : guint; cdecl ; external ;
function g_dbus_connection_export_menu_model( connection: PGDBusConnection; object_path: Pgchar; menu: PGMenuModel; error: PPGError) : guint; cdecl ; external ;
function g_dbus_connection_flush_finish( connection: PGDBusConnection; res: PGAsyncResult; error: PPGError) : gboolean; cdecl ; external ;
function g_dbus_connection_flush_sync( connection: PGDBusConnection; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_dbus_connection_get_capabilities( connection: PGDBusConnection) : TGDBusCapabilityFlags; cdecl ; external ;
function g_dbus_connection_get_exit_on_close( connection: PGDBusConnection) : gboolean; cdecl ; external ;
function g_dbus_connection_get_guid( connection: PGDBusConnection) : Pgchar; cdecl ; external ;
function g_dbus_connection_get_last_serial( connection: PGDBusConnection) : guint32; cdecl ; external ;
function g_dbus_connection_get_peer_credentials( connection: PGDBusConnection) : PGCredentials; cdecl ; external ;
function g_dbus_connection_get_stream( connection: PGDBusConnection) : PGIOStream; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_dbus_connection_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_dbus_connection_get_unique_name( connection: PGDBusConnection) : Pgchar; cdecl ; external ;
function g_dbus_connection_is_closed( connection: PGDBusConnection) : gboolean; cdecl ; external ;
function g_dbus_connection_new_finish( res: PGAsyncResult; error: PPGError) : PGDBusConnection; cdecl ; external ;
function g_dbus_connection_new_for_address_finish( res: PGAsyncResult; error: PPGError) : PGDBusConnection; cdecl ; external ;
function g_dbus_connection_new_for_address_sync( address: Pgchar; flags: TGDBusConnectionFlags; observer: PGDBusAuthObserver; cancellable: PGCancellable; error: PPGError) : PGDBusConnection; cdecl ; external ;
function g_dbus_connection_new_sync( stream: PGIOStream; guid: Pgchar; flags: TGDBusConnectionFlags; observer: PGDBusAuthObserver; cancellable: PGCancellable; error: PPGError) : PGDBusConnection; cdecl ; external ;
function g_dbus_connection_register_object( connection: PGDBusConnection; object_path: Pgchar; interface_info: PGDBusInterfaceInfo; vtable: PGDBusInterfaceVTable; user_data: gpointer; user_data_free_func: TGDestroyNotify; error: PPGError) : guint; cdecl ; external ;
function g_dbus_connection_register_subtree( connection: PGDBusConnection; object_path: Pgchar; vtable: PGDBusSubtreeVTable; flags: TGDBusSubtreeFlags; user_data: gpointer; user_data_free_func: TGDestroyNotify; error: PPGError) : guint; cdecl ; external ;
function g_dbus_connection_send_message( connection: PGDBusConnection; message : PGDBusMessage; flags: TGDBusSendMessageFlags; out_serial: Pguint32; error: PPGError) : gboolean; cdecl ; external ;
function g_dbus_connection_send_message_with_reply_finish( connection: PGDBusConnection; res: PGAsyncResult; error: PPGError) : PGDBusMessage; cdecl ; external ;
function g_dbus_connection_send_message_with_reply_sync( connection: PGDBusConnection; message : PGDBusMessage; flags: TGDBusSendMessageFlags; timeout_msec: gint; out_serial: Pguint32; cancellable: PGCancellable; error: PPGError) : PGDBusMessage; cdecl ; external ;
function g_dbus_connection_signal_subscribe( connection: PGDBusConnection; sender: Pgchar; interface_name: Pgchar; member: Pgchar; object_path: Pgchar; arg0: Pgchar; flags: TGDBusSignalFlags; callback: TGDBusSignalCallback; user_data: gpointer; user_data_free_func: TGDestroyNotify) : guint; cdecl ; external ;
function g_dbus_connection_unregister_object( connection: PGDBusConnection; registration_id: guint) : gboolean; cdecl ; external ;
function g_dbus_connection_unregister_subtree( connection: PGDBusConnection; registration_id: guint) : gboolean; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_dbus_error_encode_gerror( error: PGError) : Pgchar; cdecl ; external ;
function g_dbus_error_get_remote_error( error: PGError) : Pgchar; cdecl ; external ;
function g_dbus_error_is_remote_error( error: PGError) : gboolean; cdecl ; external ;
function g_dbus_error_new_for_dbus_error( dbus_error_name: Pgchar; dbus_error_message: Pgchar) : PGError; cdecl ; external ;
function g_dbus_error_quark: TGQuark; cdecl ; external ;
function g_dbus_error_register_error( error_domain: TGQuark; error_code: gint; dbus_error_name: Pgchar) : gboolean; cdecl ; external ;
function g_dbus_error_strip_remote_error( error: PGError) : gboolean; cdecl ; external ;
function g_dbus_error_unregister_error( error_domain: TGQuark; error_code: gint; dbus_error_name: Pgchar) : gboolean; cdecl ; external ;
function g_dbus_generate_guid: Pgchar; cdecl ; external ;
function g_dbus_gvalue_to_gvariant( gvalue: PGValue; type_: PGVariantType) : PGVariant; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_dbus_interface_dup_object( interface_: PGDBusInterface) : PGDBusObject; cdecl ; external ;
function g_dbus_interface_get_info( interface_: PGDBusInterface) : PGDBusInterfaceInfo; cdecl ; external ;
function g_dbus_interface_get_object( interface_: PGDBusInterface) : PGDBusObject; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_dbus_interface_get_type: TGType; cdecl ; external ;
function g_dbus_interface_info_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_dbus_interface_info_lookup_method( info: PGDBusInterfaceInfo; name : Pgchar) : PGDBusMethodInfo; cdecl ; external ;
function g_dbus_interface_info_lookup_property( info: PGDBusInterfaceInfo; name : Pgchar) : PGDBusPropertyInfo; cdecl ; external ;
function g_dbus_interface_info_lookup_signal( info: PGDBusInterfaceInfo; name : Pgchar) : PGDBusSignalInfo; cdecl ; external ;
function g_dbus_interface_info_ref( info: PGDBusInterfaceInfo) : PGDBusInterfaceInfo; cdecl ; external ;
function g_dbus_interface_skeleton_export( interface_: PGDBusInterfaceSkeleton; connection: PGDBusConnection; object_path: Pgchar; error: PPGError) : gboolean; cdecl ; external ;
function g_dbus_interface_skeleton_get_connection( interface_: PGDBusInterfaceSkeleton) : PGDBusConnection; cdecl ; external ;
function g_dbus_interface_skeleton_get_connections( interface_: PGDBusInterfaceSkeleton) : PGList; cdecl ; external ;
function g_dbus_interface_skeleton_get_flags( interface_: PGDBusInterfaceSkeleton) : TGDBusInterfaceSkeletonFlags; cdecl ; external ;
function g_dbus_interface_skeleton_get_info( interface_: PGDBusInterfaceSkeleton) : PGDBusInterfaceInfo; cdecl ; external ;
function g_dbus_interface_skeleton_get_object_path( interface_: PGDBusInterfaceSkeleton) : Pgchar; cdecl ; external ;
function g_dbus_interface_skeleton_get_properties( interface_: PGDBusInterfaceSkeleton) : PGVariant; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_dbus_interface_skeleton_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_dbus_interface_skeleton_get_vtable( interface_: PGDBusInterfaceSkeleton) : PGDBusInterfaceVTable; cdecl ; external ;
function g_dbus_interface_skeleton_has_connection( interface_: PGDBusInterfaceSkeleton; connection: PGDBusConnection) : gboolean; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_dbus_is_address( string_: Pgchar) : gboolean; cdecl ; external ;
function g_dbus_is_guid( string_: Pgchar) : gboolean; cdecl ; external ;
function g_dbus_is_interface_name( string_: Pgchar) : gboolean; cdecl ; external ;
function g_dbus_is_member_name( string_: Pgchar) : gboolean; cdecl ; external ;
function g_dbus_is_name( string_: Pgchar) : gboolean; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_dbus_is_supported_address( string_: Pgchar; error: PPGError) : gboolean; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_dbus_is_unique_name( string_: Pgchar) : gboolean; cdecl ; external ;
2012-08-26 21:38:16 +00:00
function g_dbus_menu_model_get( connection: PGDBusConnection; bus_name: Pgchar; object_path: Pgchar) : PGDBusMenuModel; cdecl ; external ;
function g_dbus_menu_model_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_dbus_message_bytes_needed( blob: Pguint8; blob_len: gsize; error: PPGError) : gssize; cdecl ; external ;
function g_dbus_message_copy( message : PGDBusMessage; error: PPGError) : PGDBusMessage; cdecl ; external ;
function g_dbus_message_get_arg0( message : PGDBusMessage) : Pgchar; cdecl ; external ;
function g_dbus_message_get_body( message : PGDBusMessage) : PGVariant; cdecl ; external ;
function g_dbus_message_get_byte_order( message : PGDBusMessage) : TGDBusMessageByteOrder; cdecl ; external ;
function g_dbus_message_get_destination( message : PGDBusMessage) : Pgchar; cdecl ; external ;
function g_dbus_message_get_error_name( message : PGDBusMessage) : Pgchar; cdecl ; external ;
function g_dbus_message_get_flags( message : PGDBusMessage) : TGDBusMessageFlags; cdecl ; external ;
function g_dbus_message_get_header( message : PGDBusMessage; header_field: TGDBusMessageHeaderField) : PGVariant; cdecl ; external ;
function g_dbus_message_get_header_fields( message : PGDBusMessage) : Pguint8; cdecl ; external ;
function g_dbus_message_get_interface( message : PGDBusMessage) : Pgchar; cdecl ; external ;
function g_dbus_message_get_locked( message : PGDBusMessage) : gboolean; cdecl ; external ;
function g_dbus_message_get_member( message : PGDBusMessage) : Pgchar; cdecl ; external ;
function g_dbus_message_get_message_type( message : PGDBusMessage) : TGDBusMessageType; cdecl ; external ;
function g_dbus_message_get_num_unix_fds( message : PGDBusMessage) : guint32; cdecl ; external ;
function g_dbus_message_get_path( message : PGDBusMessage) : Pgchar; cdecl ; external ;
function g_dbus_message_get_reply_serial( message : PGDBusMessage) : guint32; cdecl ; external ;
function g_dbus_message_get_sender( message : PGDBusMessage) : Pgchar; cdecl ; external ;
function g_dbus_message_get_serial( message : PGDBusMessage) : guint32; cdecl ; external ;
function g_dbus_message_get_signature( message : PGDBusMessage) : Pgchar; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_dbus_message_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_dbus_message_get_unix_fd_list( message : PGDBusMessage) : PGUnixFDList; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_dbus_message_new: PGDBusMessage; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_dbus_message_new_from_blob( blob: Pguint8; blob_len: gsize; capabilities: TGDBusCapabilityFlags; error: PPGError) : PGDBusMessage; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_dbus_message_new_method_call( name : Pgchar; path: Pgchar; interface_: Pgchar; method: Pgchar) : PGDBusMessage; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_dbus_message_new_method_error( method_call_message: PGDBusMessage; error_name: Pgchar; error_message_format: Pgchar; args: array of const ) : PGDBusMessage; cdecl ; external ;
function g_dbus_message_new_method_error_literal( method_call_message: PGDBusMessage; error_name: Pgchar; error_message: Pgchar) : PGDBusMessage; cdecl ; external ;
function g_dbus_message_new_method_error_valist( method_call_message: PGDBusMessage; error_name: Pgchar; error_message_format: Pgchar; var_args: Tva_list) : PGDBusMessage; cdecl ; external ;
function g_dbus_message_new_method_reply( method_call_message: PGDBusMessage) : PGDBusMessage; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_dbus_message_new_signal( path: Pgchar; interface_: Pgchar; signal: Pgchar) : PGDBusMessage; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_dbus_message_print( message : PGDBusMessage; indent: guint) : Pgchar; cdecl ; external ;
function g_dbus_message_to_blob( message : PGDBusMessage; out_size: Pgsize; capabilities: TGDBusCapabilityFlags; error: PPGError) : Pguint8; cdecl ; external ;
function g_dbus_message_to_gerror( message : PGDBusMessage; error: PPGError) : gboolean; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_dbus_method_info_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_dbus_method_info_ref( info: PGDBusMethodInfo) : PGDBusMethodInfo; cdecl ; external ;
function g_dbus_method_invocation_get_connection( invocation: PGDBusMethodInvocation) : PGDBusConnection; cdecl ; external ;
function g_dbus_method_invocation_get_interface_name( invocation: PGDBusMethodInvocation) : Pgchar; cdecl ; external ;
function g_dbus_method_invocation_get_message( invocation: PGDBusMethodInvocation) : PGDBusMessage; cdecl ; external ;
function g_dbus_method_invocation_get_method_info( invocation: PGDBusMethodInvocation) : PGDBusMethodInfo; cdecl ; external ;
function g_dbus_method_invocation_get_method_name( invocation: PGDBusMethodInvocation) : Pgchar; cdecl ; external ;
function g_dbus_method_invocation_get_object_path( invocation: PGDBusMethodInvocation) : Pgchar; cdecl ; external ;
function g_dbus_method_invocation_get_parameters( invocation: PGDBusMethodInvocation) : PGVariant; cdecl ; external ;
function g_dbus_method_invocation_get_sender( invocation: PGDBusMethodInvocation) : Pgchar; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_dbus_method_invocation_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_dbus_method_invocation_get_user_data( invocation: PGDBusMethodInvocation) : gpointer; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_dbus_node_info_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_dbus_node_info_lookup_interface( info: PGDBusNodeInfo; name : Pgchar) : PGDBusInterfaceInfo; cdecl ; external ;
function g_dbus_node_info_new_for_xml( xml_data: Pgchar; error: PPGError) : PGDBusNodeInfo; cdecl ; external ;
function g_dbus_node_info_ref( info: PGDBusNodeInfo) : PGDBusNodeInfo; cdecl ; external ;
function g_dbus_object_get_interface( object_: PGDBusObject; interface_name: Pgchar) : PGDBusInterface; cdecl ; external ;
function g_dbus_object_get_interfaces( object_: PGDBusObject) : PGList; cdecl ; external ;
function g_dbus_object_get_object_path( object_: PGDBusObject) : Pgchar; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_dbus_object_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_dbus_object_manager_client_get_connection( manager: PGDBusObjectManagerClient) : PGDBusConnection; cdecl ; external ;
function g_dbus_object_manager_client_get_flags( manager: PGDBusObjectManagerClient) : TGDBusObjectManagerClientFlags; cdecl ; external ;
function g_dbus_object_manager_client_get_name( manager: PGDBusObjectManagerClient) : Pgchar; cdecl ; external ;
function g_dbus_object_manager_client_get_name_owner( manager: PGDBusObjectManagerClient) : Pgchar; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_dbus_object_manager_client_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_dbus_object_manager_client_new_finish( res: PGAsyncResult; error: PPGError) : PGDBusObjectManagerClient; cdecl ; external ;
function g_dbus_object_manager_client_new_for_bus_finish( res: PGAsyncResult; error: PPGError) : PGDBusObjectManagerClient; cdecl ; external ;
function g_dbus_object_manager_client_new_for_bus_sync( bus_type: TGBusType; flags: TGDBusObjectManagerClientFlags; name : Pgchar; object_path: Pgchar; get_proxy_type_func: TGDBusProxyTypeFunc; get_proxy_type_user_data: gpointer; get_proxy_type_destroy_notify: TGDestroyNotify; cancellable: PGCancellable; error: PPGError) : PGDBusObjectManagerClient; cdecl ; external ;
function g_dbus_object_manager_client_new_sync( connection: PGDBusConnection; flags: TGDBusObjectManagerClientFlags; name : Pgchar; object_path: Pgchar; get_proxy_type_func: TGDBusProxyTypeFunc; get_proxy_type_user_data: gpointer; get_proxy_type_destroy_notify: TGDestroyNotify; cancellable: PGCancellable; error: PPGError) : PGDBusObjectManagerClient; cdecl ; external ;
function g_dbus_object_manager_get_interface( manager: PGDBusObjectManager; object_path: Pgchar; interface_name: Pgchar) : PGDBusInterface; cdecl ; external ;
function g_dbus_object_manager_get_object( manager: PGDBusObjectManager; object_path: Pgchar) : PGDBusObject; cdecl ; external ;
function g_dbus_object_manager_get_object_path( manager: PGDBusObjectManager) : Pgchar; cdecl ; external ;
function g_dbus_object_manager_get_objects( manager: PGDBusObjectManager) : PGList; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_dbus_object_manager_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_dbus_object_manager_server_get_connection( manager: PGDBusObjectManagerServer) : PGDBusConnection; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_dbus_object_manager_server_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_dbus_object_manager_server_is_exported( manager: PGDBusObjectManagerServer; object_: PGDBusObjectSkeleton) : gboolean; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_dbus_object_manager_server_new( object_path: Pgchar) : PGDBusObjectManagerServer; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_dbus_object_manager_server_unexport( manager: PGDBusObjectManagerServer; object_path: Pgchar) : gboolean; cdecl ; external ;
function g_dbus_object_proxy_get_connection( proxy: PGDBusObjectProxy) : PGDBusConnection; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_dbus_object_proxy_get_type: TGType; cdecl ; external ;
function g_dbus_object_proxy_new( connection: PGDBusConnection; object_path: Pgchar) : PGDBusObjectProxy; cdecl ; external ;
function g_dbus_object_skeleton_get_type: TGType; cdecl ; external ;
function g_dbus_object_skeleton_new( object_path: Pgchar) : PGDBusObjectSkeleton; cdecl ; external ;
function g_dbus_property_info_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_dbus_property_info_ref( info: PGDBusPropertyInfo) : PGDBusPropertyInfo; cdecl ; external ;
function g_dbus_proxy_call_finish( proxy: PGDBusProxy; res: PGAsyncResult; error: PPGError) : PGVariant; cdecl ; external ;
function g_dbus_proxy_call_sync( proxy: PGDBusProxy; method_name: Pgchar; parameters: PGVariant; flags: TGDBusCallFlags; timeout_msec: gint; cancellable: PGCancellable; error: PPGError) : PGVariant; cdecl ; external ;
function g_dbus_proxy_call_with_unix_fd_list_finish( proxy: PGDBusProxy; out_fd_list: PPGUnixFDList; res: PGAsyncResult; error: PPGError) : PGVariant; cdecl ; external ;
function g_dbus_proxy_call_with_unix_fd_list_sync( proxy: PGDBusProxy; method_name: Pgchar; parameters: PGVariant; flags: TGDBusCallFlags; timeout_msec: gint; fd_list: PGUnixFDList; out_fd_list: PPGUnixFDList; cancellable: PGCancellable; error: PPGError) : PGVariant; cdecl ; external ;
function g_dbus_proxy_get_cached_property( proxy: PGDBusProxy; property_name: Pgchar) : PGVariant; cdecl ; external ;
function g_dbus_proxy_get_cached_property_names( proxy: PGDBusProxy) : PPgchar; cdecl ; external ;
function g_dbus_proxy_get_connection( proxy: PGDBusProxy) : PGDBusConnection; cdecl ; external ;
function g_dbus_proxy_get_default_timeout( proxy: PGDBusProxy) : gint; cdecl ; external ;
function g_dbus_proxy_get_flags( proxy: PGDBusProxy) : TGDBusProxyFlags; cdecl ; external ;
function g_dbus_proxy_get_interface_info( proxy: PGDBusProxy) : PGDBusInterfaceInfo; cdecl ; external ;
function g_dbus_proxy_get_interface_name( proxy: PGDBusProxy) : Pgchar; cdecl ; external ;
function g_dbus_proxy_get_name( proxy: PGDBusProxy) : Pgchar; cdecl ; external ;
function g_dbus_proxy_get_name_owner( proxy: PGDBusProxy) : Pgchar; cdecl ; external ;
function g_dbus_proxy_get_object_path( proxy: PGDBusProxy) : Pgchar; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_dbus_proxy_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_dbus_proxy_new_finish( res: PGAsyncResult; error: PPGError) : PGDBusProxy; cdecl ; external ;
function g_dbus_proxy_new_for_bus_finish( res: PGAsyncResult; error: PPGError) : PGDBusProxy; cdecl ; external ;
function g_dbus_proxy_new_for_bus_sync( bus_type: TGBusType; flags: TGDBusProxyFlags; info: PGDBusInterfaceInfo; name : Pgchar; object_path: Pgchar; interface_name: Pgchar; cancellable: PGCancellable; error: PPGError) : PGDBusProxy; cdecl ; external ;
function g_dbus_proxy_new_sync( connection: PGDBusConnection; flags: TGDBusProxyFlags; info: PGDBusInterfaceInfo; name : Pgchar; object_path: Pgchar; interface_name: Pgchar; cancellable: PGCancellable; error: PPGError) : PGDBusProxy; cdecl ; external ;
function g_dbus_server_get_client_address( server: PGDBusServer) : Pgchar; cdecl ; external ;
function g_dbus_server_get_flags( server: PGDBusServer) : TGDBusServerFlags; cdecl ; external ;
function g_dbus_server_get_guid( server: PGDBusServer) : Pgchar; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_dbus_server_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_dbus_server_is_active( server: PGDBusServer) : gboolean; cdecl ; external ;
function g_dbus_server_new_sync( address: Pgchar; flags: TGDBusServerFlags; guid: Pgchar; observer: PGDBusAuthObserver; cancellable: PGCancellable; error: PPGError) : PGDBusServer; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_dbus_signal_info_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_dbus_signal_info_ref( info: PGDBusSignalInfo) : PGDBusSignalInfo; cdecl ; external ;
function g_desktop_app_info_get_boolean( info: PGDesktopAppInfo; key: Pgchar) : gboolean; cdecl ; external ;
function g_desktop_app_info_get_categories( info: PGDesktopAppInfo) : Pgchar; cdecl ; external ;
function g_desktop_app_info_get_filename( info: PGDesktopAppInfo) : Pgchar; cdecl ; external ;
function g_desktop_app_info_get_generic_name( info: PGDesktopAppInfo) : Pgchar; cdecl ; external ;
function g_desktop_app_info_get_is_hidden( info: PGDesktopAppInfo) : gboolean; cdecl ; external ;
function g_desktop_app_info_get_keywords( info: PGDesktopAppInfo) : PPgchar; cdecl ; external ;
function g_desktop_app_info_get_nodisplay( info: PGDesktopAppInfo) : gboolean; cdecl ; external ;
function g_desktop_app_info_get_show_in( info: PGDesktopAppInfo; desktop_env: Pgchar) : gboolean; cdecl ; external ;
function g_desktop_app_info_get_startup_wm_class( info: PGDesktopAppInfo) : Pgchar; cdecl ; external ;
function g_desktop_app_info_get_string( info: PGDesktopAppInfo; key: Pgchar) : Pgchar; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_desktop_app_info_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_desktop_app_info_has_key( info: PGDesktopAppInfo; key: Pgchar) : gboolean; cdecl ; external ;
function g_desktop_app_info_launch_uris_as_manager( appinfo: PGDesktopAppInfo; uris: PGList; launch_context: PGAppLaunchContext; spawn_flags: TGSpawnFlags; user_setup: TGSpawnChildSetupFunc; user_setup_data: gpointer; pid_callback: TGDesktopAppLaunchCallback; pid_callback_data: gpointer; error: PPGError) : gboolean; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_desktop_app_info_lookup_get_type: TGType; cdecl ; external ;
function g_desktop_app_info_new( desktop_id: Pgchar) : PGDesktopAppInfo; cdecl ; external ;
function g_desktop_app_info_new_from_filename( filename: Pgchar) : PGDesktopAppInfo; cdecl ; external ;
function g_desktop_app_info_new_from_keyfile( key_file: PGKeyFile) : PGDesktopAppInfo; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_drive_can_eject( drive: PGDrive) : gboolean; cdecl ; external ;
function g_drive_can_poll_for_media( drive: PGDrive) : gboolean; cdecl ; external ;
function g_drive_can_start( drive: PGDrive) : gboolean; cdecl ; external ;
function g_drive_can_start_degraded( drive: PGDrive) : gboolean; cdecl ; external ;
function g_drive_can_stop( drive: PGDrive) : gboolean; cdecl ; external ;
function g_drive_eject_with_operation_finish( drive: PGDrive; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; external ;
function g_drive_enumerate_identifiers( drive: PGDrive) : PPgchar; cdecl ; external ;
function g_drive_get_icon( drive: PGDrive) : PGIcon; cdecl ; external ;
function g_drive_get_identifier( drive: PGDrive; kind: Pgchar) : Pgchar; cdecl ; external ;
function g_drive_get_name( drive: PGDrive) : Pgchar; cdecl ; external ;
function g_drive_get_sort_key( drive: PGDrive) : Pgchar; cdecl ; external ;
function g_drive_get_start_stop_type( drive: PGDrive) : TGDriveStartStopType; cdecl ; external ;
function g_drive_get_symbolic_icon( drive: PGDrive) : PGIcon; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_drive_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_drive_get_volumes( drive: PGDrive) : PGList; cdecl ; external ;
function g_drive_has_media( drive: PGDrive) : gboolean; cdecl ; external ;
function g_drive_has_volumes( drive: PGDrive) : gboolean; cdecl ; external ;
function g_drive_is_media_check_automatic( drive: PGDrive) : gboolean; cdecl ; external ;
function g_drive_is_media_removable( drive: PGDrive) : gboolean; cdecl ; external ;
function g_drive_poll_for_media_finish( drive: PGDrive; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; external ;
function g_drive_start_finish( drive: PGDrive; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; external ;
function g_drive_stop_finish( drive: PGDrive; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; external ;
function g_emblem_get_icon( emblem: PGEmblem) : PGIcon; cdecl ; external ;
function g_emblem_get_origin( emblem: PGEmblem) : TGEmblemOrigin; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_emblem_get_type: TGType; cdecl ; external ;
function g_emblem_new( icon: PGIcon) : PGEmblem; cdecl ; external ;
function g_emblem_new_with_origin( icon: PGIcon; origin: TGEmblemOrigin) : PGEmblem; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_emblemed_icon_get_emblems( emblemed: PGEmblemedIcon) : PGList; cdecl ; external ;
function g_emblemed_icon_get_icon( emblemed: PGEmblemedIcon) : PGIcon; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_emblemed_icon_get_type: TGType; cdecl ; external ;
2012-08-26 21:38:16 +00:00
function g_emblemed_icon_new( icon: PGIcon; emblem: PGEmblem) : PGEmblemedIcon; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_file_append_to( file_: PGFile; flags: TGFileCreateFlags; cancellable: PGCancellable; error: PPGError) : PGFileOutputStream; cdecl ; external ;
function g_file_append_to_finish( file_: PGFile; res: PGAsyncResult; error: PPGError) : PGFileOutputStream; cdecl ; external ;
function g_file_attribute_info_list_dup( list: PGFileAttributeInfoList) : PGFileAttributeInfoList; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_file_attribute_info_list_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_file_attribute_info_list_lookup( list: PGFileAttributeInfoList; name : Pgchar) : PGFileAttributeInfo; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_file_attribute_info_list_new: PGFileAttributeInfoList; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_file_attribute_info_list_ref( list: PGFileAttributeInfoList) : PGFileAttributeInfoList; cdecl ; external ;
function g_file_attribute_matcher_enumerate_namespace( matcher: PGFileAttributeMatcher; ns: Pgchar) : gboolean; cdecl ; external ;
function g_file_attribute_matcher_enumerate_next( matcher: PGFileAttributeMatcher) : Pgchar; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_file_attribute_matcher_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_file_attribute_matcher_matches( matcher: PGFileAttributeMatcher; attribute: Pgchar) : gboolean; cdecl ; external ;
function g_file_attribute_matcher_matches_only( matcher: PGFileAttributeMatcher; attribute: Pgchar) : gboolean; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_file_attribute_matcher_new( attributes: Pgchar) : PGFileAttributeMatcher; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_file_attribute_matcher_ref( matcher: PGFileAttributeMatcher) : PGFileAttributeMatcher; cdecl ; external ;
function g_file_attribute_matcher_subtract( matcher: PGFileAttributeMatcher; subtract: PGFileAttributeMatcher) : PGFileAttributeMatcher; cdecl ; external ;
function g_file_attribute_matcher_to_string( matcher: PGFileAttributeMatcher) : Pgchar; cdecl ; external ;
function g_file_copy( source: PGFile; destination: PGFile; flags: TGFileCopyFlags; cancellable: PGCancellable; progress_callback: TGFileProgressCallback; progress_callback_data: gpointer; error: PPGError) : gboolean; cdecl ; external ;
function g_file_copy_attributes( source: PGFile; destination: PGFile; flags: TGFileCopyFlags; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_file_copy_finish( file_: PGFile; res: PGAsyncResult; error: PPGError) : gboolean; cdecl ; external ;
function g_file_create( file_: PGFile; flags: TGFileCreateFlags; cancellable: PGCancellable; error: PPGError) : PGFileOutputStream; cdecl ; external ;
function g_file_create_finish( file_: PGFile; res: PGAsyncResult; error: PPGError) : PGFileOutputStream; cdecl ; external ;
function g_file_create_readwrite( file_: PGFile; flags: TGFileCreateFlags; cancellable: PGCancellable; error: PPGError) : PGFileIOStream; cdecl ; external ;
function g_file_create_readwrite_finish( file_: PGFile; res: PGAsyncResult; error: PPGError) : PGFileIOStream; cdecl ; external ;
function g_file_delete( file_: PGFile; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_file_delete_finish( file_: PGFile; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; external ;
function g_file_descriptor_based_get_fd( fd_based: PGFileDescriptorBased) : gint; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_file_descriptor_based_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_file_dup( file_: PGFile) : PGFile; cdecl ; external ;
function g_file_eject_mountable_with_operation_finish( file_: PGFile; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; external ;
function g_file_enumerate_children( file_: PGFile; attributes: Pgchar; flags: TGFileQueryInfoFlags; cancellable: PGCancellable; error: PPGError) : PGFileEnumerator; cdecl ; external ;
function g_file_enumerate_children_finish( file_: PGFile; res: PGAsyncResult; error: PPGError) : PGFileEnumerator; cdecl ; external ;
function g_file_enumerator_close( enumerator: PGFileEnumerator; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_file_enumerator_close_finish( enumerator: PGFileEnumerator; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; external ;
function g_file_enumerator_get_child( enumerator: PGFileEnumerator; info: PGFileInfo) : PGFile; cdecl ; external ;
function g_file_enumerator_get_container( enumerator: PGFileEnumerator) : PGFile; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_file_enumerator_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_file_enumerator_has_pending( enumerator: PGFileEnumerator) : gboolean; cdecl ; external ;
function g_file_enumerator_is_closed( enumerator: PGFileEnumerator) : gboolean; cdecl ; external ;
function g_file_enumerator_next_file( enumerator: PGFileEnumerator; cancellable: PGCancellable; error: PPGError) : PGFileInfo; cdecl ; external ;
function g_file_enumerator_next_files_finish( enumerator: PGFileEnumerator; result_: PGAsyncResult; error: PPGError) : PGList; cdecl ; external ;
function g_file_equal( file1: PGFile; file2: PGFile) : gboolean; cdecl ; external ;
function g_file_find_enclosing_mount( file_: PGFile; cancellable: PGCancellable; error: PPGError) : PGMount; cdecl ; external ;
function g_file_find_enclosing_mount_finish( file_: PGFile; res: PGAsyncResult; error: PPGError) : PGMount; cdecl ; external ;
function g_file_get_basename( file_: PGFile) : Pgchar; cdecl ; external ;
function g_file_get_child( file_: PGFile; name : Pgchar) : PGFile; cdecl ; external ;
function g_file_get_child_for_display_name( file_: PGFile; display_name: Pgchar; error: PPGError) : PGFile; cdecl ; external ;
function g_file_get_parent( file_: PGFile) : PGFile; cdecl ; external ;
function g_file_get_parse_name( file_: PGFile) : Pgchar; cdecl ; external ;
function g_file_get_path( file_: PGFile) : Pgchar; cdecl ; external ;
function g_file_get_relative_path( parent: PGFile; descendant: PGFile) : Pgchar; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_file_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_file_get_uri( file_: PGFile) : Pgchar; cdecl ; external ;
function g_file_get_uri_scheme( file_: PGFile) : Pgchar; cdecl ; external ;
function g_file_has_parent( file_: PGFile; parent: PGFile) : gboolean; cdecl ; external ;
function g_file_has_prefix( file_: PGFile; prefix: PGFile) : gboolean; cdecl ; external ;
function g_file_has_uri_scheme( file_: PGFile; uri_scheme: Pgchar) : gboolean; cdecl ; external ;
function g_file_hash( file_: PGFile) : guint; cdecl ; external ;
function g_file_icon_get_file( icon: PGFileIcon) : PGFile; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_file_icon_get_type: TGType; cdecl ; external ;
2012-08-26 21:38:16 +00:00
function g_file_icon_new( file_: PGFile) : PGFileIcon; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_file_info_dup( other: PGFileInfo) : PGFileInfo; cdecl ; external ;
function g_file_info_get_attribute_as_string( info: PGFileInfo; attribute: Pgchar) : Pgchar; cdecl ; external ;
function g_file_info_get_attribute_boolean( info: PGFileInfo; attribute: Pgchar) : gboolean; cdecl ; external ;
function g_file_info_get_attribute_byte_string( info: PGFileInfo; attribute: Pgchar) : Pgchar; cdecl ; external ;
function g_file_info_get_attribute_data( info: PGFileInfo; attribute: Pgchar; type_: PGFileAttributeType; value_pp: Pgpointer; status: PGFileAttributeStatus) : gboolean; cdecl ; external ;
function g_file_info_get_attribute_int32( info: PGFileInfo; attribute: Pgchar) : gint32; cdecl ; external ;
function g_file_info_get_attribute_int64( info: PGFileInfo; attribute: Pgchar) : gint64; cdecl ; external ;
function g_file_info_get_attribute_object( info: PGFileInfo; attribute: Pgchar) : PGObject; cdecl ; external ;
function g_file_info_get_attribute_status( info: PGFileInfo; attribute: Pgchar) : TGFileAttributeStatus; cdecl ; external ;
function g_file_info_get_attribute_string( info: PGFileInfo; attribute: Pgchar) : Pgchar; cdecl ; external ;
function g_file_info_get_attribute_stringv( info: PGFileInfo; attribute: Pgchar) : PPgchar; cdecl ; external ;
function g_file_info_get_attribute_type( info: PGFileInfo; attribute: Pgchar) : TGFileAttributeType; cdecl ; external ;
function g_file_info_get_attribute_uint32( info: PGFileInfo; attribute: Pgchar) : guint32; cdecl ; external ;
function g_file_info_get_attribute_uint64( info: PGFileInfo; attribute: Pgchar) : guint64; cdecl ; external ;
function g_file_info_get_content_type( info: PGFileInfo) : Pgchar; cdecl ; external ;
function g_file_info_get_deletion_date( info: PGFileInfo) : PGDateTime; cdecl ; external ;
function g_file_info_get_display_name( info: PGFileInfo) : Pgchar; cdecl ; external ;
function g_file_info_get_edit_name( info: PGFileInfo) : Pgchar; cdecl ; external ;
function g_file_info_get_etag( info: PGFileInfo) : Pgchar; cdecl ; external ;
function g_file_info_get_file_type( info: PGFileInfo) : TGFileType; cdecl ; external ;
function g_file_info_get_icon( info: PGFileInfo) : PGIcon; cdecl ; external ;
function g_file_info_get_is_backup( info: PGFileInfo) : gboolean; cdecl ; external ;
function g_file_info_get_is_hidden( info: PGFileInfo) : gboolean; cdecl ; external ;
function g_file_info_get_is_symlink( info: PGFileInfo) : gboolean; cdecl ; external ;
function g_file_info_get_name( info: PGFileInfo) : Pgchar; cdecl ; external ;
function g_file_info_get_size( info: PGFileInfo) : gint64; cdecl ; external ;
function g_file_info_get_sort_order( info: PGFileInfo) : gint32; cdecl ; external ;
function g_file_info_get_symbolic_icon( info: PGFileInfo) : PGIcon; cdecl ; external ;
function g_file_info_get_symlink_target( info: PGFileInfo) : Pgchar; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_file_info_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_file_info_has_attribute( info: PGFileInfo; attribute: Pgchar) : gboolean; cdecl ; external ;
function g_file_info_has_namespace( info: PGFileInfo; name_space: Pgchar) : gboolean; cdecl ; external ;
function g_file_info_list_attributes( info: PGFileInfo; name_space: Pgchar) : PPgchar; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_file_info_new: PGFileInfo; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_file_info_set_attribute_status( info: PGFileInfo; attribute: Pgchar; status: TGFileAttributeStatus) : gboolean; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_file_input_stream_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_file_input_stream_query_info( stream: PGFileInputStream; attributes: Pgchar; cancellable: PGCancellable; error: PPGError) : PGFileInfo; cdecl ; external ;
function g_file_input_stream_query_info_finish( stream: PGFileInputStream; result_: PGAsyncResult; error: PPGError) : PGFileInfo; cdecl ; external ;
function g_file_io_stream_get_etag( stream: PGFileIOStream) : Pgchar; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_file_io_stream_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_file_io_stream_query_info( stream: PGFileIOStream; attributes: Pgchar; cancellable: PGCancellable; error: PPGError) : PGFileInfo; cdecl ; external ;
function g_file_io_stream_query_info_finish( stream: PGFileIOStream; result_: PGAsyncResult; error: PPGError) : PGFileInfo; cdecl ; external ;
function g_file_is_native( file_: PGFile) : gboolean; cdecl ; external ;
function g_file_load_contents( file_: PGFile; cancellable: PGCancellable; contents: PPgchar; length : Pgsize; etag_out: PPgchar; error: PPGError) : gboolean; cdecl ; external ;
function g_file_load_contents_finish( file_: PGFile; res: PGAsyncResult; contents: PPgchar; length : Pgsize; etag_out: PPgchar; error: PPGError) : gboolean; cdecl ; external ;
function g_file_load_partial_contents_finish( file_: PGFile; res: PGAsyncResult; contents: PPgchar; length : Pgsize; etag_out: PPgchar; error: PPGError) : gboolean; cdecl ; external ;
function g_file_make_directory( file_: PGFile; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_file_make_directory_with_parents( file_: PGFile; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_file_make_symbolic_link( file_: PGFile; symlink_value: Pgchar; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_file_monitor( file_: PGFile; flags: TGFileMonitorFlags; cancellable: PGCancellable; error: PPGError) : PGFileMonitor; cdecl ; external ;
function g_file_monitor_cancel( monitor: PGFileMonitor) : gboolean; cdecl ; external ;
function g_file_monitor_directory( file_: PGFile; flags: TGFileMonitorFlags; cancellable: PGCancellable; error: PPGError) : PGFileMonitor; cdecl ; external ;
function g_file_monitor_file( file_: PGFile; flags: TGFileMonitorFlags; cancellable: PGCancellable; error: PPGError) : PGFileMonitor; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_file_monitor_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_file_monitor_is_cancelled( monitor: PGFileMonitor) : gboolean; cdecl ; external ;
function g_file_mount_enclosing_volume_finish( location: PGFile; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; external ;
function g_file_mount_mountable_finish( file_: PGFile; result_: PGAsyncResult; error: PPGError) : PGFile; cdecl ; external ;
function g_file_move( source: PGFile; destination: PGFile; flags: TGFileCopyFlags; cancellable: PGCancellable; progress_callback: TGFileProgressCallback; progress_callback_data: gpointer; error: PPGError) : gboolean; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_file_new_for_commandline_arg( arg: Pgchar) : PGFile; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_file_new_for_commandline_arg_and_cwd( arg: Pgchar; cwd: Pgchar) : PGFile; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_file_new_for_path( path: Pgchar) : PGFile; cdecl ; external ;
function g_file_new_for_uri( uri: Pgchar) : PGFile; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_file_new_tmp( tmpl: Pgchar; iostream: PPGFileIOStream; error: PPGError) : PGFile; cdecl ; external ;
function g_file_open_readwrite( file_: PGFile; cancellable: PGCancellable; error: PPGError) : PGFileIOStream; cdecl ; external ;
function g_file_open_readwrite_finish( file_: PGFile; res: PGAsyncResult; error: PPGError) : PGFileIOStream; cdecl ; external ;
function g_file_output_stream_get_etag( stream: PGFileOutputStream) : Pgchar; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_file_output_stream_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_file_output_stream_query_info( stream: PGFileOutputStream; attributes: Pgchar; cancellable: PGCancellable; error: PPGError) : PGFileInfo; cdecl ; external ;
function g_file_output_stream_query_info_finish( stream: PGFileOutputStream; result_: PGAsyncResult; error: PPGError) : PGFileInfo; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_file_parse_name( parse_name: Pgchar) : PGFile; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_file_poll_mountable_finish( file_: PGFile; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; external ;
function g_file_query_default_handler( file_: PGFile; cancellable: PGCancellable; error: PPGError) : PGAppInfo; cdecl ; external ;
function g_file_query_exists( file_: PGFile; cancellable: PGCancellable) : gboolean; cdecl ; external ;
function g_file_query_file_type( file_: PGFile; flags: TGFileQueryInfoFlags; cancellable: PGCancellable) : TGFileType; cdecl ; external ;
function g_file_query_filesystem_info( file_: PGFile; attributes: Pgchar; cancellable: PGCancellable; error: PPGError) : PGFileInfo; cdecl ; external ;
function g_file_query_filesystem_info_finish( file_: PGFile; res: PGAsyncResult; error: PPGError) : PGFileInfo; cdecl ; external ;
function g_file_query_info( file_: PGFile; attributes: Pgchar; flags: TGFileQueryInfoFlags; cancellable: PGCancellable; error: PPGError) : PGFileInfo; cdecl ; external ;
function g_file_query_info_finish( file_: PGFile; res: PGAsyncResult; error: PPGError) : PGFileInfo; cdecl ; external ;
function g_file_query_settable_attributes( file_: PGFile; cancellable: PGCancellable; error: PPGError) : PGFileAttributeInfoList; cdecl ; external ;
function g_file_query_writable_namespaces( file_: PGFile; cancellable: PGCancellable; error: PPGError) : PGFileAttributeInfoList; cdecl ; external ;
function g_file_read( file_: PGFile; cancellable: PGCancellable; error: PPGError) : PGFileInputStream; cdecl ; external ;
function g_file_read_finish( file_: PGFile; res: PGAsyncResult; error: PPGError) : PGFileInputStream; cdecl ; external ;
function g_file_replace( file_: PGFile; etag: Pgchar; make_backup: gboolean; flags: TGFileCreateFlags; cancellable: PGCancellable; error: PPGError) : PGFileOutputStream; cdecl ; external ;
function g_file_replace_contents( file_: PGFile; contents: Pgchar; length : gsize; etag: Pgchar; make_backup: gboolean; flags: TGFileCreateFlags; new_etag: PPgchar; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_file_replace_contents_finish( file_: PGFile; res: PGAsyncResult; new_etag: PPgchar; error: PPGError) : gboolean; cdecl ; external ;
function g_file_replace_finish( file_: PGFile; res: PGAsyncResult; error: PPGError) : PGFileOutputStream; cdecl ; external ;
function g_file_replace_readwrite( file_: PGFile; etag: Pgchar; make_backup: gboolean; flags: TGFileCreateFlags; cancellable: PGCancellable; error: PPGError) : PGFileIOStream; cdecl ; external ;
function g_file_replace_readwrite_finish( file_: PGFile; res: PGAsyncResult; error: PPGError) : PGFileIOStream; cdecl ; external ;
function g_file_resolve_relative_path( file_: PGFile; relative_path: Pgchar) : PGFile; cdecl ; external ;
function g_file_set_attribute( file_: PGFile; attribute: Pgchar; type_: TGFileAttributeType; value_p: gpointer; flags: TGFileQueryInfoFlags; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_file_set_attribute_byte_string( file_: PGFile; attribute: Pgchar; value: Pgchar; flags: TGFileQueryInfoFlags; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_file_set_attribute_int32( file_: PGFile; attribute: Pgchar; value: gint32; flags: TGFileQueryInfoFlags; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_file_set_attribute_int64( file_: PGFile; attribute: Pgchar; value: gint64; flags: TGFileQueryInfoFlags; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_file_set_attribute_string( file_: PGFile; attribute: Pgchar; value: Pgchar; flags: TGFileQueryInfoFlags; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_file_set_attribute_uint32( file_: PGFile; attribute: Pgchar; value: guint32; flags: TGFileQueryInfoFlags; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_file_set_attribute_uint64( file_: PGFile; attribute: Pgchar; value: guint64; flags: TGFileQueryInfoFlags; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_file_set_attributes_finish( file_: PGFile; result_: PGAsyncResult; info: PPGFileInfo; error: PPGError) : gboolean; cdecl ; external ;
function g_file_set_attributes_from_info( file_: PGFile; info: PGFileInfo; flags: TGFileQueryInfoFlags; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_file_set_display_name( file_: PGFile; display_name: Pgchar; cancellable: PGCancellable; error: PPGError) : PGFile; cdecl ; external ;
function g_file_set_display_name_finish( file_: PGFile; res: PGAsyncResult; error: PPGError) : PGFile; cdecl ; external ;
function g_file_start_mountable_finish( file_: PGFile; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; external ;
function g_file_stop_mountable_finish( file_: PGFile; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; external ;
function g_file_supports_thread_contexts( file_: PGFile) : gboolean; cdecl ; external ;
function g_file_trash( file_: PGFile; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_file_unmount_mountable_with_operation_finish( file_: PGFile; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; external ;
function g_filename_completer_get_completion_suffix( completer: PGFilenameCompleter; initial_text: Pgchar) : Pgchar; cdecl ; external ;
function g_filename_completer_get_completions( completer: PGFilenameCompleter; initial_text: Pgchar) : PPgchar; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_filename_completer_get_type: TGType; cdecl ; external ;
function g_filename_completer_new: PGFilenameCompleter; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_filter_input_stream_get_base_stream( stream: PGFilterInputStream) : PGInputStream; cdecl ; external ;
function g_filter_input_stream_get_close_base_stream( stream: PGFilterInputStream) : gboolean; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_filter_input_stream_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_filter_output_stream_get_base_stream( stream: PGFilterOutputStream) : PGOutputStream; cdecl ; external ;
function g_filter_output_stream_get_close_base_stream( stream: PGFilterOutputStream) : gboolean; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_filter_output_stream_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_icon_equal( icon1: PGIcon; icon2: PGIcon) : gboolean; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_icon_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_icon_hash( icon: Pgpointer) : guint; cdecl ; external ;
function g_icon_new_for_string( str: Pgchar; error: PPGError) : PGIcon; cdecl ; external ;
function g_icon_to_string( icon: PGIcon) : Pgchar; cdecl ; external ;
function g_inet_address_equal( address: PGInetAddress; other_address: PGInetAddress) : gboolean; cdecl ; external ;
function g_inet_address_get_family( address: PGInetAddress) : TGSocketFamily; cdecl ; external ;
function g_inet_address_get_is_any( address: PGInetAddress) : gboolean; cdecl ; external ;
function g_inet_address_get_is_link_local( address: PGInetAddress) : gboolean; cdecl ; external ;
function g_inet_address_get_is_loopback( address: PGInetAddress) : gboolean; cdecl ; external ;
function g_inet_address_get_is_mc_global( address: PGInetAddress) : gboolean; cdecl ; external ;
function g_inet_address_get_is_mc_link_local( address: PGInetAddress) : gboolean; cdecl ; external ;
function g_inet_address_get_is_mc_node_local( address: PGInetAddress) : gboolean; cdecl ; external ;
function g_inet_address_get_is_mc_org_local( address: PGInetAddress) : gboolean; cdecl ; external ;
function g_inet_address_get_is_mc_site_local( address: PGInetAddress) : gboolean; cdecl ; external ;
function g_inet_address_get_is_multicast( address: PGInetAddress) : gboolean; cdecl ; external ;
function g_inet_address_get_is_site_local( address: PGInetAddress) : gboolean; cdecl ; external ;
function g_inet_address_get_native_size( address: PGInetAddress) : gsize; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_inet_address_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_inet_address_mask_equal( mask: PGInetAddressMask; mask2: PGInetAddressMask) : gboolean; cdecl ; external ;
function g_inet_address_mask_get_address( mask: PGInetAddressMask) : PGInetAddress; cdecl ; external ;
function g_inet_address_mask_get_family( mask: PGInetAddressMask) : TGSocketFamily; cdecl ; external ;
function g_inet_address_mask_get_length( mask: PGInetAddressMask) : guint; cdecl ; external ;
2012-08-26 21:38:16 +00:00
function g_inet_address_mask_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_inet_address_mask_matches( mask: PGInetAddressMask; address: PGInetAddress) : gboolean; cdecl ; external ;
function g_inet_address_mask_new( addr: PGInetAddress; length : guint; error: PPGError) : PGInetAddressMask; cdecl ; external ;
function g_inet_address_mask_new_from_string( mask_string: Pgchar; error: PPGError) : PGInetAddressMask; cdecl ; external ;
function g_inet_address_mask_to_string( mask: PGInetAddressMask) : Pgchar; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_inet_address_new_any( family: TGSocketFamily) : PGInetAddress; cdecl ; external ;
function g_inet_address_new_from_bytes( bytes: Pguint8; family: TGSocketFamily) : PGInetAddress; cdecl ; external ;
function g_inet_address_new_from_string( string_: Pgchar) : PGInetAddress; cdecl ; external ;
function g_inet_address_new_loopback( family: TGSocketFamily) : PGInetAddress; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_inet_address_to_bytes( address: PGInetAddress) : Pguint8; cdecl ; external ;
function g_inet_address_to_string( address: PGInetAddress) : Pgchar; cdecl ; external ;
function g_inet_socket_address_get_address( address: PGInetSocketAddress) : PGInetAddress; cdecl ; external ;
function g_inet_socket_address_get_flowinfo( address: PGInetSocketAddress) : guint32; cdecl ; external ;
function g_inet_socket_address_get_port( address: PGInetSocketAddress) : guint16; cdecl ; external ;
function g_inet_socket_address_get_scope_id( address: PGInetSocketAddress) : guint32; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_inet_socket_address_get_type: TGType; cdecl ; external ;
function g_inet_socket_address_new( address: PGInetAddress; port: guint16) : PGInetSocketAddress; cdecl ; external ;
function g_initable_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_initable_init( initable: PGInitable; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_initable_new( object_type: TGType; cancellable: PGCancellable; error: PPGError; first_property_name: Pgchar; args: array of const ) : PGObject; cdecl ; external ;
function g_initable_new_valist( object_type: TGType; first_property_name: Pgchar; var_args: Tva_list; cancellable: PGCancellable; error: PPGError) : PGObject; cdecl ; external ;
function g_initable_newv( object_type: TGType; n_parameters: guint; parameters: PGParameter; cancellable: PGCancellable; error: PPGError) : PGObject; cdecl ; external ;
function g_input_stream_close( stream: PGInputStream; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_input_stream_close_finish( stream: PGInputStream; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_input_stream_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_input_stream_has_pending( stream: PGInputStream) : gboolean; cdecl ; external ;
function g_input_stream_is_closed( stream: PGInputStream) : gboolean; cdecl ; external ;
function g_input_stream_read( stream: PGInputStream; buffer: Pguint8; count: gsize; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ; external ;
function g_input_stream_read_all( stream: PGInputStream; buffer: Pguint8; count: gsize; bytes_read: Pgsize; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_input_stream_read_bytes( stream: PGInputStream; count: gsize; cancellable: PGCancellable; error: PPGError) : PGBytes; cdecl ; external ;
function g_input_stream_read_bytes_finish( stream: PGInputStream; result_: PGAsyncResult; error: PPGError) : PGBytes; cdecl ; external ;
function g_input_stream_read_finish( stream: PGInputStream; result_: PGAsyncResult; error: PPGError) : gssize; cdecl ; external ;
function g_input_stream_set_pending( stream: PGInputStream; error: PPGError) : gboolean; cdecl ; external ;
function g_input_stream_skip( stream: PGInputStream; count: gsize; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ; external ;
function g_input_stream_skip_finish( stream: PGInputStream; result_: PGAsyncResult; error: PPGError) : gssize; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_io_error_from_errno( err_no: gint) : TGIOErrorEnum; cdecl ; external ;
function g_io_error_quark: TGQuark; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_io_extension_get_name( extension: PGIOExtension) : Pgchar; cdecl ; external ;
function g_io_extension_get_priority( extension: PGIOExtension) : gint; cdecl ; external ;
function g_io_extension_get_type( extension: PGIOExtension) : TGType; cdecl ; external ;
function g_io_extension_point_get_extension_by_name( extension_point: PGIOExtensionPoint; name : Pgchar) : PGIOExtension; cdecl ; external ;
function g_io_extension_point_get_extensions( extension_point: PGIOExtensionPoint) : PGList; cdecl ; external ;
function g_io_extension_point_get_required_type( extension_point: PGIOExtensionPoint) : TGType; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_io_extension_point_implement( extension_point_name: Pgchar; type_: TGType; extension_name: Pgchar; priority: gint) : PGIOExtension; cdecl ; external ;
function g_io_extension_point_lookup( name : Pgchar) : PGIOExtensionPoint; cdecl ; external ;
function g_io_extension_point_register( name : Pgchar) : PGIOExtensionPoint; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_io_extension_ref_class( extension: PGIOExtension) : PGTypeClass; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_io_module_get_type: TGType; cdecl ; external ;
function g_io_module_new( filename: Pgchar) : PGIOModule; cdecl ; external ;
function g_io_module_scope_new( flags: TGIOModuleScopeFlags) : PGIOModuleScope; cdecl ; external ;
function g_io_modules_load_all_in_directory( dirname: Pgchar) : PGList; cdecl ; external ;
function g_io_modules_load_all_in_directory_with_scope( dirname: Pgchar; scope: PGIOModuleScope) : PGList; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_io_stream_close( stream: PGIOStream; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_io_stream_close_finish( stream: PGIOStream; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; external ;
function g_io_stream_get_input_stream( stream: PGIOStream) : PGInputStream; cdecl ; external ;
function g_io_stream_get_output_stream( stream: PGIOStream) : PGOutputStream; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_io_stream_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_io_stream_has_pending( stream: PGIOStream) : gboolean; cdecl ; external ;
function g_io_stream_is_closed( stream: PGIOStream) : gboolean; cdecl ; external ;
function g_io_stream_set_pending( stream: PGIOStream; error: PPGError) : gboolean; cdecl ; external ;
function g_io_stream_splice_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_loadable_icon_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_loadable_icon_load( icon: PGLoadableIcon; size: gint; type_: PPgchar; cancellable: PGCancellable; error: PPGError) : PGInputStream; cdecl ; external ;
function g_loadable_icon_load_finish( icon: PGLoadableIcon; res: PGAsyncResult; type_: PPgchar; error: PPGError) : PGInputStream; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_memory_input_stream_get_type: TGType; cdecl ; external ;
function g_memory_input_stream_new: PGMemoryInputStream; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_memory_input_stream_new_from_bytes( bytes: PGBytes) : PGMemoryInputStream; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_memory_input_stream_new_from_data( data: Pguint8; len: gssize; destroy_: TGDestroyNotify) : PGMemoryInputStream; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_memory_output_stream_get_data( ostream: PGMemoryOutputStream) : gpointer; cdecl ; external ;
function g_memory_output_stream_get_data_size( ostream: PGMemoryOutputStream) : gsize; cdecl ; external ;
function g_memory_output_stream_get_size( ostream: PGMemoryOutputStream) : gsize; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_memory_output_stream_get_type: TGType; cdecl ; external ;
function g_memory_output_stream_new( data: gpointer; size: gsize; realloc_function: TGReallocFunc; destroy_function: TGDestroyNotify) : PGMemoryOutputStream; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_memory_output_stream_new_resizable: PGMemoryOutputStream; cdecl ; external ;
function g_memory_output_stream_steal_as_bytes( ostream: PGMemoryOutputStream) : PGBytes; cdecl ; external ;
function g_memory_output_stream_steal_data( ostream: PGMemoryOutputStream) : gpointer; cdecl ; external ;
function g_menu_attribute_iter_get_name( iter: PGMenuAttributeIter) : Pgchar; cdecl ; external ;
function g_menu_attribute_iter_get_next( iter: PGMenuAttributeIter; out_name: PPgchar; value: PPGVariant) : gboolean; cdecl ; external ;
2012-08-26 21:38:16 +00:00
function g_menu_attribute_iter_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_menu_attribute_iter_get_value( iter: PGMenuAttributeIter) : PGVariant; cdecl ; external ;
function g_menu_attribute_iter_next( iter: PGMenuAttributeIter) : gboolean; cdecl ; external ;
2012-08-26 21:38:16 +00:00
function g_menu_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_menu_item_get_attribute( menu_item: PGMenuItem; attribute: Pgchar; format_string: Pgchar; args: array of const ) : gboolean; cdecl ; external ;
function g_menu_item_get_attribute_value( menu_item: PGMenuItem; attribute: Pgchar; expected_type: PGVariantType) : PGVariant; cdecl ; external ;
function g_menu_item_get_link( menu_item: PGMenuItem; link: Pgchar) : PGMenuModel; cdecl ; external ;
2012-08-26 21:38:16 +00:00
function g_menu_item_get_type: TGType; cdecl ; external ;
function g_menu_item_new( label_: Pgchar; detailed_action: Pgchar) : PGMenuItem; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_menu_item_new_from_model( model: PGMenuModel; item_index: gint) : PGMenuItem; cdecl ; external ;
2012-08-26 21:38:16 +00:00
function g_menu_item_new_section( label_: Pgchar; section: PGMenuModel) : PGMenuItem; cdecl ; external ;
function g_menu_item_new_submenu( label_: Pgchar; submenu: PGMenuModel) : PGMenuItem; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_menu_link_iter_get_name( iter: PGMenuLinkIter) : Pgchar; cdecl ; external ;
function g_menu_link_iter_get_next( iter: PGMenuLinkIter; out_link: PPgchar; value: PPGMenuModel) : gboolean; cdecl ; external ;
2012-08-26 21:38:16 +00:00
function g_menu_link_iter_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_menu_link_iter_get_value( iter: PGMenuLinkIter) : PGMenuModel; cdecl ; external ;
function g_menu_link_iter_next( iter: PGMenuLinkIter) : gboolean; cdecl ; external ;
function g_menu_model_get_item_attribute( model: PGMenuModel; item_index: gint; attribute: Pgchar; format_string: Pgchar; args: array of const ) : gboolean; cdecl ; external ;
function g_menu_model_get_item_attribute_value( model: PGMenuModel; item_index: gint; attribute: Pgchar; expected_type: PGVariantType) : PGVariant; cdecl ; external ;
function g_menu_model_get_item_link( model: PGMenuModel; item_index: gint; link: Pgchar) : PGMenuModel; cdecl ; external ;
function g_menu_model_get_n_items( model: PGMenuModel) : gint; cdecl ; external ;
2012-08-26 21:38:16 +00:00
function g_menu_model_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_menu_model_is_mutable( model: PGMenuModel) : gboolean; cdecl ; external ;
function g_menu_model_iterate_item_attributes( model: PGMenuModel; item_index: gint) : PGMenuAttributeIter; cdecl ; external ;
function g_menu_model_iterate_item_links( model: PGMenuModel; item_index: gint) : PGMenuLinkIter; cdecl ; external ;
2012-08-26 21:38:16 +00:00
function g_menu_new: PGMenu; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_mount_can_eject( mount: PGMount) : gboolean; cdecl ; external ;
function g_mount_can_unmount( mount: PGMount) : gboolean; cdecl ; external ;
function g_mount_eject_with_operation_finish( mount: PGMount; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; external ;
function g_mount_get_default_location( mount: PGMount) : PGFile; cdecl ; external ;
function g_mount_get_drive( mount: PGMount) : PGDrive; cdecl ; external ;
function g_mount_get_icon( mount: PGMount) : PGIcon; cdecl ; external ;
function g_mount_get_name( mount: PGMount) : Pgchar; cdecl ; external ;
function g_mount_get_root( mount: PGMount) : PGFile; cdecl ; external ;
function g_mount_get_sort_key( mount: PGMount) : Pgchar; cdecl ; external ;
function g_mount_get_symbolic_icon( mount: PGMount) : PGIcon; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_mount_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_mount_get_uuid( mount: PGMount) : Pgchar; cdecl ; external ;
function g_mount_get_volume( mount: PGMount) : PGVolume; cdecl ; external ;
function g_mount_guess_content_type_finish( mount: PGMount; result_: PGAsyncResult; error: PPGError) : PPgchar; cdecl ; external ;
function g_mount_guess_content_type_sync( mount: PGMount; force_rescan: gboolean; cancellable: PGCancellable; error: PPGError) : PPgchar; cdecl ; external ;
function g_mount_is_shadowed( mount: PGMount) : gboolean; cdecl ; external ;
function g_mount_operation_get_anonymous( op: PGMountOperation) : gboolean; cdecl ; external ;
function g_mount_operation_get_choice( op: PGMountOperation) : gint; cdecl ; external ;
function g_mount_operation_get_domain( op: PGMountOperation) : Pgchar; cdecl ; external ;
function g_mount_operation_get_password( op: PGMountOperation) : Pgchar; cdecl ; external ;
function g_mount_operation_get_password_save( op: PGMountOperation) : TGPasswordSave; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_mount_operation_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_mount_operation_get_username( op: PGMountOperation) : Pgchar; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_mount_operation_new: PGMountOperation; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_mount_remount_finish( mount: PGMount; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; external ;
function g_mount_unmount_with_operation_finish( mount: PGMount; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_native_volume_monitor_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_network_address_get_hostname( addr: PGNetworkAddress) : Pgchar; cdecl ; external ;
function g_network_address_get_port( addr: PGNetworkAddress) : guint16; cdecl ; external ;
function g_network_address_get_scheme( addr: PGNetworkAddress) : Pgchar; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_network_address_get_type: TGType; cdecl ; external ;
2012-08-26 21:38:16 +00:00
function g_network_address_new( hostname: Pgchar; port: guint16) : PGNetworkAddress; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_network_address_parse( host_and_port: Pgchar; default_port: guint16; error: PPGError) : PGSocketConnectable; cdecl ; external ;
function g_network_address_parse_uri( uri: Pgchar; default_port: guint16; error: PPGError) : PGSocketConnectable; cdecl ; external ;
function g_network_monitor_can_reach( monitor: PGNetworkMonitor; connectable: PGSocketConnectable; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_network_monitor_can_reach_finish( monitor: PGNetworkMonitor; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; external ;
2012-08-26 21:38:16 +00:00
function g_network_monitor_get_default: PGNetworkMonitor; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_network_monitor_get_network_available( monitor: PGNetworkMonitor) : gboolean; cdecl ; external ;
2012-08-26 21:38:16 +00:00
function g_network_monitor_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_network_service_get_domain( srv: PGNetworkService) : Pgchar; cdecl ; external ;
function g_network_service_get_protocol( srv: PGNetworkService) : Pgchar; cdecl ; external ;
function g_network_service_get_scheme( srv: PGNetworkService) : Pgchar; cdecl ; external ;
function g_network_service_get_service( srv: PGNetworkService) : Pgchar; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_network_service_get_type: TGType; cdecl ; external ;
2012-08-26 21:38:16 +00:00
function g_network_service_new( service: Pgchar; protocol: Pgchar; domain: Pgchar) : PGNetworkService; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_output_stream_close( stream: PGOutputStream; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_output_stream_close_finish( stream: PGOutputStream; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; external ;
function g_output_stream_flush( stream: PGOutputStream; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_output_stream_flush_finish( stream: PGOutputStream; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_output_stream_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_output_stream_has_pending( stream: PGOutputStream) : gboolean; cdecl ; external ;
function g_output_stream_is_closed( stream: PGOutputStream) : gboolean; cdecl ; external ;
function g_output_stream_is_closing( stream: PGOutputStream) : gboolean; cdecl ; external ;
function g_output_stream_set_pending( stream: PGOutputStream; error: PPGError) : gboolean; cdecl ; external ;
function g_output_stream_splice( stream: PGOutputStream; source: PGInputStream; flags: TGOutputStreamSpliceFlags; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ; external ;
function g_output_stream_splice_finish( stream: PGOutputStream; result_: PGAsyncResult; error: PPGError) : gssize; cdecl ; external ;
function g_output_stream_write( stream: PGOutputStream; buffer: Pguint8; count: gsize; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ; external ;
function g_output_stream_write_all( stream: PGOutputStream; buffer: Pguint8; count: gsize; bytes_written: Pgsize; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_output_stream_write_bytes( stream: PGOutputStream; bytes: PGBytes; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ; external ;
function g_output_stream_write_bytes_finish( stream: PGOutputStream; result_: PGAsyncResult; error: PPGError) : gssize; cdecl ; external ;
function g_output_stream_write_finish( stream: PGOutputStream; result_: PGAsyncResult; error: PPGError) : gssize; cdecl ; external ;
function g_permission_acquire( permission: PGPermission; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_permission_acquire_finish( permission: PGPermission; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; external ;
function g_permission_get_allowed( permission: PGPermission) : gboolean; cdecl ; external ;
function g_permission_get_can_acquire( permission: PGPermission) : gboolean; cdecl ; external ;
function g_permission_get_can_release( permission: PGPermission) : gboolean; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_permission_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_permission_release( permission: PGPermission; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_permission_release_finish( permission: PGPermission; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; external ;
function g_pollable_input_stream_can_poll( stream: PGPollableInputStream) : gboolean; cdecl ; external ;
function g_pollable_input_stream_create_source( stream: PGPollableInputStream; cancellable: PGCancellable) : PGSource; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_pollable_input_stream_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_pollable_input_stream_is_readable( stream: PGPollableInputStream) : gboolean; cdecl ; external ;
function g_pollable_input_stream_read_nonblocking( stream: PGPollableInputStream; buffer: Pgpointer; count: gsize; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ; external ;
function g_pollable_output_stream_can_poll( stream: PGPollableOutputStream) : gboolean; cdecl ; external ;
function g_pollable_output_stream_create_source( stream: PGPollableOutputStream; cancellable: PGCancellable) : PGSource; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_pollable_output_stream_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_pollable_output_stream_is_writable( stream: PGPollableOutputStream) : gboolean; cdecl ; external ;
function g_pollable_output_stream_write_nonblocking( stream: PGPollableOutputStream; buffer: Pguint8; count: gsize; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_pollable_source_new( pollable_stream: PGObject) : PGSource; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_pollable_source_new_full( pollable_stream: PGObject; child_source: PGSource; cancellable: PGCancellable) : PGSource; cdecl ; external ;
function g_pollable_stream_read( stream: PGInputStream; buffer: Pgpointer; count: gsize; blocking: gboolean; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ; external ;
function g_pollable_stream_write( stream: PGOutputStream; buffer: Pguint8; count: gsize; blocking: gboolean; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ; external ;
function g_pollable_stream_write_all( stream: PGOutputStream; buffer: Pguint8; count: gsize; blocking: gboolean; bytes_written: Pgsize; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_proxy_address_enumerator_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_proxy_address_get_destination_hostname( proxy: PGProxyAddress) : Pgchar; cdecl ; external ;
function g_proxy_address_get_destination_port( proxy: PGProxyAddress) : guint16; cdecl ; external ;
function g_proxy_address_get_destination_protocol( proxy: PGProxyAddress) : Pgchar; cdecl ; external ;
function g_proxy_address_get_password( proxy: PGProxyAddress) : Pgchar; cdecl ; external ;
function g_proxy_address_get_protocol( proxy: PGProxyAddress) : Pgchar; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_proxy_address_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_proxy_address_get_uri( proxy: PGProxyAddress) : Pgchar; cdecl ; external ;
function g_proxy_address_get_username( proxy: PGProxyAddress) : Pgchar; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_proxy_address_new( inetaddr: PGInetAddress; port: guint16; protocol: Pgchar; dest_hostname: Pgchar; dest_port: guint16; username: Pgchar; password: Pgchar) : PGProxyAddress; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_proxy_connect( proxy: PGProxy; connection: PGIOStream; proxy_address: PGProxyAddress; cancellable: PGCancellable; error: PPGError) : PGIOStream; cdecl ; external ;
function g_proxy_connect_finish( proxy: PGProxy; result_: PGAsyncResult; error: PPGError) : PGIOStream; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_proxy_get_default_for_protocol( protocol: Pgchar) : PGProxy; cdecl ; external ;
function g_proxy_get_type: TGType; cdecl ; external ;
function g_proxy_resolver_get_default: PGProxyResolver; cdecl ; external ;
function g_proxy_resolver_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_proxy_resolver_is_supported( resolver: PGProxyResolver) : gboolean; cdecl ; external ;
function g_proxy_resolver_lookup( resolver: PGProxyResolver; uri: Pgchar; cancellable: PGCancellable; error: PPGError) : PPgchar; cdecl ; external ;
function g_proxy_resolver_lookup_finish( resolver: PGProxyResolver; result_: PGAsyncResult; error: PPGError) : PPgchar; cdecl ; external ;
function g_proxy_supports_hostname( proxy: PGProxy) : gboolean; cdecl ; external ;
2012-08-26 21:38:16 +00:00
function g_remote_action_group_get_type: TGType; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_resolver_error_quark: TGQuark; cdecl ; external ;
function g_resolver_get_default: PGResolver; cdecl ; external ;
function g_resolver_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_resolver_lookup_by_address( resolver: PGResolver; address: PGInetAddress; cancellable: PGCancellable; error: PPGError) : Pgchar; cdecl ; external ;
function g_resolver_lookup_by_address_finish( resolver: PGResolver; result_: PGAsyncResult; error: PPGError) : Pgchar; cdecl ; external ;
function g_resolver_lookup_by_name( resolver: PGResolver; hostname: Pgchar; cancellable: PGCancellable; error: PPGError) : PGList; cdecl ; external ;
function g_resolver_lookup_by_name_finish( resolver: PGResolver; result_: PGAsyncResult; error: PPGError) : PGList; cdecl ; external ;
function g_resolver_lookup_records( resolver: PGResolver; rrname: Pgchar; record_type: TGResolverRecordType; cancellable: PGCancellable; error: PPGError) : PGList; cdecl ; external ;
function g_resolver_lookup_records_finish( resolver: PGResolver; result_: PGAsyncResult; error: PPGError) : PGList; cdecl ; external ;
function g_resolver_lookup_service( resolver: PGResolver; service: Pgchar; protocol: Pgchar; domain: Pgchar; cancellable: PGCancellable; error: PPGError) : PGList; cdecl ; external ;
function g_resolver_lookup_service_finish( resolver: PGResolver; result_: PGAsyncResult; error: PPGError) : PGList; cdecl ; external ;
function g_resource_enumerate_children( resource: PGResource; path: Pgchar; lookup_flags: TGResourceLookupFlags; error: PPGError) : PPgchar; cdecl ; external ;
2012-08-26 21:38:16 +00:00
function g_resource_error_quark: TGQuark; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_resource_get_info( resource: PGResource; path: Pgchar; lookup_flags: TGResourceLookupFlags; size: Pgsize; flags: Pguint32; error: PPGError) : gboolean; cdecl ; external ;
2012-08-26 21:38:16 +00:00
function g_resource_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_resource_load( filename: Pgchar; error: PPGError) : PGResource; cdecl ; external ;
function g_resource_lookup_data( resource: PGResource; path: Pgchar; lookup_flags: TGResourceLookupFlags; error: PPGError) : PGBytes; cdecl ; external ;
function g_resource_new_from_data( data: PGBytes; error: PPGError) : PGResource; cdecl ; external ;
function g_resource_open_stream( resource: PGResource; path: Pgchar; lookup_flags: TGResourceLookupFlags; error: PPGError) : PGInputStream; cdecl ; external ;
function g_resource_ref( resource: PGResource) : PGResource; cdecl ; external ;
function g_resources_enumerate_children( path: Pgchar; lookup_flags: TGResourceLookupFlags; error: PPGError) : PPgchar; cdecl ; external ;
function g_resources_get_info( path: Pgchar; lookup_flags: TGResourceLookupFlags; size: Pgsize; flags: Pguint32; error: PPGError) : gboolean; cdecl ; external ;
function g_resources_lookup_data( path: Pgchar; lookup_flags: TGResourceLookupFlags; error: PPGError) : PGBytes; cdecl ; external ;
function g_resources_open_stream( path: Pgchar; lookup_flags: TGResourceLookupFlags; error: PPGError) : PGInputStream; cdecl ; external ;
function g_seekable_can_seek( seekable: PGSeekable) : gboolean; cdecl ; external ;
function g_seekable_can_truncate( seekable: PGSeekable) : gboolean; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_seekable_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_seekable_seek( seekable: PGSeekable; offset: gint64; type_: TGSeekType; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_seekable_tell( seekable: PGSeekable) : gint64; cdecl ; external ;
function g_seekable_truncate( seekable: PGSeekable; offset: gint64; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_settings_create_action( settings: PGSettings; key: Pgchar) : PGAction; cdecl ; external ;
function g_settings_get_boolean( settings: PGSettings; key: Pgchar) : gboolean; cdecl ; external ;
function g_settings_get_child( settings: PGSettings; name : Pgchar) : PGSettings; cdecl ; external ;
function g_settings_get_double( settings: PGSettings; key: Pgchar) : gdouble; cdecl ; external ;
function g_settings_get_enum( settings: PGSettings; key: Pgchar) : gint; cdecl ; external ;
function g_settings_get_flags( settings: PGSettings; key: Pgchar) : guint; cdecl ; external ;
function g_settings_get_has_unapplied( settings: PGSettings) : gboolean; cdecl ; external ;
function g_settings_get_int( settings: PGSettings; key: Pgchar) : gint; cdecl ; external ;
function g_settings_get_mapped( settings: PGSettings; key: Pgchar; mapping: TGSettingsGetMapping; user_data: gpointer) : gpointer; cdecl ; external ;
function g_settings_get_range( settings: PGSettings; key: Pgchar) : PGVariant; cdecl ; external ;
function g_settings_get_string( settings: PGSettings; key: Pgchar) : Pgchar; cdecl ; external ;
function g_settings_get_strv( settings: PGSettings; key: Pgchar) : PPgchar; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_settings_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_settings_get_uint( settings: PGSettings; key: Pgchar) : guint; cdecl ; external ;
function g_settings_get_value( settings: PGSettings; key: Pgchar) : PGVariant; cdecl ; external ;
function g_settings_is_writable( settings: PGSettings; name : Pgchar) : gboolean; cdecl ; external ;
function g_settings_list_children( settings: PGSettings) : PPgchar; cdecl ; external ;
function g_settings_list_keys( settings: PGSettings) : PPgchar; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_settings_list_relocatable_schemas: PPgchar; cdecl ; external ;
function g_settings_list_schemas: PPgchar; cdecl ; external ;
2012-08-26 21:38:16 +00:00
function g_settings_new( schema_id: Pgchar) : PGSettings; cdecl ; external ;
function g_settings_new_full( schema: PGSettingsSchema; backend: PGSettingsBackend; path: Pgchar) : PGSettings; cdecl ; external ;
function g_settings_new_with_backend( schema_id: Pgchar; backend: PGSettingsBackend) : PGSettings; cdecl ; external ;
function g_settings_new_with_backend_and_path( schema_id: Pgchar; backend: PGSettingsBackend; path: Pgchar) : PGSettings; cdecl ; external ;
function g_settings_new_with_path( schema_id: Pgchar; path: Pgchar) : PGSettings; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_settings_range_check( settings: PGSettings; key: Pgchar; value: PGVariant) : gboolean; cdecl ; external ;
function g_settings_schema_get_id( schema: PGSettingsSchema) : Pgchar; cdecl ; external ;
function g_settings_schema_get_path( schema: PGSettingsSchema) : Pgchar; cdecl ; external ;
2012-08-26 21:38:16 +00:00
function g_settings_schema_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_settings_schema_ref( schema: PGSettingsSchema) : PGSettingsSchema; cdecl ; external ;
2012-08-26 21:38:16 +00:00
function g_settings_schema_source_get_default: PGSettingsSchemaSource; cdecl ; external ;
function g_settings_schema_source_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_settings_schema_source_lookup( source: PGSettingsSchemaSource; schema_id: Pgchar; recursive: gboolean) : PGSettingsSchema; cdecl ; external ;
function g_settings_schema_source_new_from_directory( directory: Pgchar; parent: PGSettingsSchemaSource; trusted: gboolean; error: PPGError) : PGSettingsSchemaSource; cdecl ; external ;
function g_settings_schema_source_ref( source: PGSettingsSchemaSource) : PGSettingsSchemaSource; cdecl ; external ;
function g_settings_set( settings: PGSettings; key: Pgchar; format: Pgchar; args: array of const ) : gboolean; cdecl ; external ;
function g_settings_set_boolean( settings: PGSettings; key: Pgchar; value: gboolean) : gboolean; cdecl ; external ;
function g_settings_set_double( settings: PGSettings; key: Pgchar; value: gdouble) : gboolean; cdecl ; external ;
function g_settings_set_enum( settings: PGSettings; key: Pgchar; value: gint) : gboolean; cdecl ; external ;
function g_settings_set_flags( settings: PGSettings; key: Pgchar; value: guint) : gboolean; cdecl ; external ;
function g_settings_set_int( settings: PGSettings; key: Pgchar; value: gint) : gboolean; cdecl ; external ;
function g_settings_set_string( settings: PGSettings; key: Pgchar; value: Pgchar) : gboolean; cdecl ; external ;
function g_settings_set_strv( settings: PGSettings; key: Pgchar; value: PPgchar) : gboolean; cdecl ; external ;
function g_settings_set_uint( settings: PGSettings; key: Pgchar; value: guint) : gboolean; cdecl ; external ;
function g_settings_set_value( settings: PGSettings; key: Pgchar; value: PGVariant) : gboolean; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_simple_action_get_type: TGType; cdecl ; external ;
function g_simple_action_group_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_simple_action_group_lookup( simple: PGSimpleActionGroup; action_name: Pgchar) : PGAction; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_simple_action_group_new: PGSimpleActionGroup; cdecl ; external ;
function g_simple_action_new( name : Pgchar; parameter_type: PGVariantType) : PGSimpleAction; cdecl ; external ;
function g_simple_action_new_stateful( name : Pgchar; parameter_type: PGVariantType; state: PGVariant) : PGSimpleAction; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_simple_async_result_get_op_res_gboolean( simple: PGSimpleAsyncResult) : gboolean; cdecl ; external ;
function g_simple_async_result_get_op_res_gpointer( simple: PGSimpleAsyncResult) : gpointer; cdecl ; external ;
function g_simple_async_result_get_op_res_gssize( simple: PGSimpleAsyncResult) : gssize; cdecl ; external ;
function g_simple_async_result_get_source_tag( simple: PGSimpleAsyncResult) : gpointer; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_simple_async_result_get_type: TGType; cdecl ; external ;
function g_simple_async_result_is_valid( result_: PGAsyncResult; source: PGObject; source_tag: gpointer) : gboolean; cdecl ; external ;
function g_simple_async_result_new( source_object: PGObject; callback: TGAsyncReadyCallback; user_data: gpointer; source_tag: gpointer) : PGSimpleAsyncResult; cdecl ; external ;
function g_simple_async_result_new_error( source_object: PGObject; callback: TGAsyncReadyCallback; user_data: gpointer; domain: TGQuark; code: gint; format: Pgchar; args: array of const ) : PGSimpleAsyncResult; cdecl ; external ;
function g_simple_async_result_new_from_error( source_object: PGObject; callback: TGAsyncReadyCallback; user_data: gpointer; error: PGError) : PGSimpleAsyncResult; cdecl ; external ;
function g_simple_async_result_new_take_error( source_object: PGObject; callback: TGAsyncReadyCallback; user_data: gpointer; error: PGError) : PGSimpleAsyncResult; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_simple_async_result_propagate_error( simple: PGSimpleAsyncResult; error: PPGError) : gboolean; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_simple_permission_get_type: TGType; cdecl ; external ;
function g_simple_permission_new( allowed: gboolean) : PGSimplePermission; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_simple_proxy_resolver_get_type: TGType; cdecl ; external ;
function g_simple_proxy_resolver_new( default_proxy: Pgchar; ignore_hosts: PPgchar) : PGProxyResolver; cdecl ; external ;
function g_socket_accept( socket: PGSocket; cancellable: PGCancellable; error: PPGError) : PGSocket; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_socket_address_enumerator_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_socket_address_enumerator_next( enumerator: PGSocketAddressEnumerator; cancellable: PGCancellable; error: PPGError) : PGSocketAddress; cdecl ; external ;
function g_socket_address_enumerator_next_finish( enumerator: PGSocketAddressEnumerator; result_: PGAsyncResult; error: PPGError) : PGSocketAddress; cdecl ; external ;
function g_socket_address_get_family( address: PGSocketAddress) : TGSocketFamily; cdecl ; external ;
function g_socket_address_get_native_size( address: PGSocketAddress) : gssize; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_socket_address_get_type: TGType; cdecl ; external ;
function g_socket_address_new_from_native( native: gpointer; len: gsize) : PGSocketAddress; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_socket_address_to_native( address: PGSocketAddress; dest: gpointer; destlen: gsize; error: PPGError) : gboolean; cdecl ; external ;
function g_socket_bind( socket: PGSocket; address: PGSocketAddress; allow_reuse: gboolean; error: PPGError) : gboolean; cdecl ; external ;
function g_socket_check_connect_result( socket: PGSocket; error: PPGError) : gboolean; cdecl ; external ;
function g_socket_client_connect( client: PGSocketClient; connectable: PGSocketConnectable; cancellable: PGCancellable; error: PPGError) : PGSocketConnection; cdecl ; external ;
function g_socket_client_connect_finish( client: PGSocketClient; result_: PGAsyncResult; error: PPGError) : PGSocketConnection; cdecl ; external ;
function g_socket_client_connect_to_host( client: PGSocketClient; host_and_port: Pgchar; default_port: guint16; cancellable: PGCancellable; error: PPGError) : PGSocketConnection; cdecl ; external ;
function g_socket_client_connect_to_host_finish( client: PGSocketClient; result_: PGAsyncResult; error: PPGError) : PGSocketConnection; cdecl ; external ;
function g_socket_client_connect_to_service( client: PGSocketClient; domain: Pgchar; service: Pgchar; cancellable: PGCancellable; error: PPGError) : PGSocketConnection; cdecl ; external ;
function g_socket_client_connect_to_service_finish( client: PGSocketClient; result_: PGAsyncResult; error: PPGError) : PGSocketConnection; cdecl ; external ;
function g_socket_client_connect_to_uri( client: PGSocketClient; uri: Pgchar; default_port: guint16; cancellable: PGCancellable; error: PPGError) : PGSocketConnection; cdecl ; external ;
function g_socket_client_connect_to_uri_finish( client: PGSocketClient; result_: PGAsyncResult; error: PPGError) : PGSocketConnection; cdecl ; external ;
function g_socket_client_get_enable_proxy( client: PGSocketClient) : gboolean; cdecl ; external ;
function g_socket_client_get_family( client: PGSocketClient) : TGSocketFamily; cdecl ; external ;
function g_socket_client_get_local_address( client: PGSocketClient) : PGSocketAddress; cdecl ; external ;
function g_socket_client_get_protocol( client: PGSocketClient) : TGSocketProtocol; cdecl ; external ;
function g_socket_client_get_proxy_resolver( client: PGSocketClient) : PGProxyResolver; cdecl ; external ;
function g_socket_client_get_socket_type( client: PGSocketClient) : TGSocketType; cdecl ; external ;
function g_socket_client_get_timeout( client: PGSocketClient) : guint; cdecl ; external ;
function g_socket_client_get_tls( client: PGSocketClient) : gboolean; cdecl ; external ;
function g_socket_client_get_tls_validation_flags( client: PGSocketClient) : TGTlsCertificateFlags; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_socket_client_get_type: TGType; cdecl ; external ;
function g_socket_client_new: PGSocketClient; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_socket_close( socket: PGSocket; error: PPGError) : gboolean; cdecl ; external ;
function g_socket_condition_check( socket: PGSocket; condition: TGIOCondition) : TGIOCondition; cdecl ; external ;
function g_socket_condition_timed_wait( socket: PGSocket; condition: TGIOCondition; timeout: gint64; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_socket_condition_wait( socket: PGSocket; condition: TGIOCondition; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_socket_connect( socket: PGSocket; address: PGSocketAddress; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_socket_connectable_enumerate( connectable: PGSocketConnectable) : PGSocketAddressEnumerator; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_socket_connectable_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_socket_connectable_proxy_enumerate( connectable: PGSocketConnectable) : PGSocketAddressEnumerator; cdecl ; external ;
function g_socket_connection_connect( connection: PGSocketConnection; address: PGSocketAddress; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_socket_connection_connect_finish( connection: PGSocketConnection; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; external ;
function g_socket_connection_factory_create_connection( socket: PGSocket) : PGSocketConnection; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_socket_connection_factory_lookup_type( family: TGSocketFamily; type_: TGSocketType; protocol_id: gint) : TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_socket_connection_get_local_address( connection: PGSocketConnection; error: PPGError) : PGSocketAddress; cdecl ; external ;
function g_socket_connection_get_remote_address( connection: PGSocketConnection; error: PPGError) : PGSocketAddress; cdecl ; external ;
function g_socket_connection_get_socket( connection: PGSocketConnection) : PGSocket; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_socket_connection_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_socket_connection_is_connected( connection: PGSocketConnection) : gboolean; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_socket_control_message_deserialize( level: gint; type_: gint; size: gsize; data: guint8) : PGSocketControlMessage; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_socket_control_message_get_level( message : PGSocketControlMessage) : gint; cdecl ; external ;
function g_socket_control_message_get_msg_type( message : PGSocketControlMessage) : gint; cdecl ; external ;
function g_socket_control_message_get_size( message : PGSocketControlMessage) : gsize; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_socket_control_message_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_socket_create_source( socket: PGSocket; condition: TGIOCondition; cancellable: PGCancellable) : PGSource; cdecl ; external ;
function g_socket_get_available_bytes( socket: PGSocket) : gssize; cdecl ; external ;
function g_socket_get_blocking( socket: PGSocket) : gboolean; cdecl ; external ;
function g_socket_get_broadcast( socket: PGSocket) : gboolean; cdecl ; external ;
function g_socket_get_credentials( socket: PGSocket; error: PPGError) : PGCredentials; cdecl ; external ;
function g_socket_get_family( socket: PGSocket) : TGSocketFamily; cdecl ; external ;
function g_socket_get_fd( socket: PGSocket) : gint; cdecl ; external ;
function g_socket_get_keepalive( socket: PGSocket) : gboolean; cdecl ; external ;
function g_socket_get_listen_backlog( socket: PGSocket) : gint; cdecl ; external ;
function g_socket_get_local_address( socket: PGSocket; error: PPGError) : PGSocketAddress; cdecl ; external ;
function g_socket_get_multicast_loopback( socket: PGSocket) : gboolean; cdecl ; external ;
function g_socket_get_multicast_ttl( socket: PGSocket) : guint; cdecl ; external ;
function g_socket_get_option( socket: PGSocket; level: gint; optname: gint; value: Pgint; error: PPGError) : gboolean; cdecl ; external ;
function g_socket_get_protocol( socket: PGSocket) : TGSocketProtocol; cdecl ; external ;
function g_socket_get_remote_address( socket: PGSocket; error: PPGError) : PGSocketAddress; cdecl ; external ;
function g_socket_get_socket_type( socket: PGSocket) : TGSocketType; cdecl ; external ;
function g_socket_get_timeout( socket: PGSocket) : guint; cdecl ; external ;
function g_socket_get_ttl( socket: PGSocket) : guint; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_socket_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_socket_is_closed( socket: PGSocket) : gboolean; cdecl ; external ;
function g_socket_is_connected( socket: PGSocket) : gboolean; cdecl ; external ;
function g_socket_join_multicast_group( socket: PGSocket; group: PGInetAddress; source_specific: gboolean; iface: Pgchar; error: PPGError) : gboolean; cdecl ; external ;
function g_socket_leave_multicast_group( socket: PGSocket; group: PGInetAddress; source_specific: gboolean; iface: Pgchar; error: PPGError) : gboolean; cdecl ; external ;
function g_socket_listen( socket: PGSocket; error: PPGError) : gboolean; cdecl ; external ;
function g_socket_listener_accept( listener: PGSocketListener; source_object: PPGObject; cancellable: PGCancellable; error: PPGError) : PGSocketConnection; cdecl ; external ;
function g_socket_listener_accept_finish( listener: PGSocketListener; result_: PGAsyncResult; source_object: PPGObject; error: PPGError) : PGSocketConnection; cdecl ; external ;
function g_socket_listener_accept_socket( listener: PGSocketListener; source_object: PPGObject; cancellable: PGCancellable; error: PPGError) : PGSocket; cdecl ; external ;
function g_socket_listener_accept_socket_finish( listener: PGSocketListener; result_: PGAsyncResult; source_object: PPGObject; error: PPGError) : PGSocket; cdecl ; external ;
function g_socket_listener_add_address( listener: PGSocketListener; address: PGSocketAddress; type_: TGSocketType; protocol: TGSocketProtocol; source_object: PGObject; effective_address: PPGSocketAddress; error: PPGError) : gboolean; cdecl ; external ;
function g_socket_listener_add_any_inet_port( listener: PGSocketListener; source_object: PGObject; error: PPGError) : guint16; cdecl ; external ;
function g_socket_listener_add_inet_port( listener: PGSocketListener; port: guint16; source_object: PGObject; error: PPGError) : gboolean; cdecl ; external ;
function g_socket_listener_add_socket( listener: PGSocketListener; socket: PGSocket; source_object: PGObject; error: PPGError) : gboolean; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_socket_listener_get_type: TGType; cdecl ; external ;
function g_socket_listener_new: PGSocketListener; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_socket_new( family: TGSocketFamily; type_: TGSocketType; protocol: TGSocketProtocol; error: PPGError) : PGSocket; cdecl ; external ;
function g_socket_new_from_fd( fd: gint; error: PPGError) : PGSocket; cdecl ; external ;
function g_socket_receive( socket: PGSocket; buffer: Pgchar; size: gsize; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ; external ;
function g_socket_receive_from( socket: PGSocket; address: PPGSocketAddress; buffer: Pgchar; size: gsize; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ; external ;
function g_socket_receive_message( socket: PGSocket; address: PPGSocketAddress; vectors: PGInputVector; num_vectors: gint; messages: PPPGSocketControlMessage; num_messages: Pgint; flags: Pgint; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ; external ;
function g_socket_receive_with_blocking( socket: PGSocket; buffer: Pgchar; size: gsize; blocking: gboolean; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ; external ;
function g_socket_send( socket: PGSocket; buffer: Pgchar; size: gsize; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ; external ;
function g_socket_send_message( socket: PGSocket; address: PGSocketAddress; vectors: PGOutputVector; num_vectors: gint; messages: PPGSocketControlMessage; num_messages: gint; flags: gint; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ; external ;
function g_socket_send_to( socket: PGSocket; address: PGSocketAddress; buffer: Pgchar; size: gsize; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ; external ;
function g_socket_send_with_blocking( socket: PGSocket; buffer: Pgchar; size: gsize; blocking: gboolean; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_socket_service_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_socket_service_is_active( service: PGSocketService) : gboolean; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_socket_service_new: PGSocketService; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_socket_set_option( socket: PGSocket; level: gint; optname: gint; value: gint; error: PPGError) : gboolean; cdecl ; external ;
function g_socket_shutdown( socket: PGSocket; shutdown_read: gboolean; shutdown_write: gboolean; error: PPGError) : gboolean; cdecl ; external ;
function g_socket_speaks_ipv4( socket: PGSocket) : gboolean; cdecl ; external ;
function g_srv_target_copy( target: PGSrvTarget) : PGSrvTarget; cdecl ; external ;
function g_srv_target_get_hostname( target: PGSrvTarget) : Pgchar; cdecl ; external ;
function g_srv_target_get_port( target: PGSrvTarget) : guint16; cdecl ; external ;
function g_srv_target_get_priority( target: PGSrvTarget) : guint16; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_srv_target_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_srv_target_get_weight( target: PGSrvTarget) : guint16; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_srv_target_list_sort( targets: PGList) : PGList; cdecl ; external ;
function g_srv_target_new( hostname: Pgchar; port: guint16; priority: guint16; weight: guint16) : PGSrvTarget; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_static_resource_get_resource( static_resource: PGStaticResource) : PGResource; cdecl ; external ;
function g_task_get_cancellable( task: PGTask) : PGCancellable; cdecl ; external ;
function g_task_get_check_cancellable( task: PGTask) : gboolean; cdecl ; external ;
function g_task_get_context( task: PGTask) : PGMainContext; cdecl ; external ;
function g_task_get_priority( task: PGTask) : gint; cdecl ; external ;
function g_task_get_return_on_cancel( task: PGTask) : gboolean; cdecl ; external ;
function g_task_get_source_object( task: PGTask) : PGObject; cdecl ; external ;
function g_task_get_source_tag( task: PGTask) : gpointer; cdecl ; external ;
function g_task_get_task_data( task: PGTask) : gpointer; cdecl ; external ;
function g_task_get_type: TGType; cdecl ; external ;
function g_task_had_error( task: PGTask) : gboolean; cdecl ; external ;
function g_task_is_valid( result_: PGAsyncResult; source_object: PGObject) : gboolean; cdecl ; external ;
function g_task_new( source_object: PGObject; cancellable: PGCancellable; callback: TGAsyncReadyCallback; callback_data: gpointer) : PGTask; cdecl ; external ;
function g_task_propagate_boolean( task: PGTask; error: PPGError) : gboolean; cdecl ; external ;
function g_task_propagate_int( task: PGTask; error: PPGError) : gssize; cdecl ; external ;
function g_task_propagate_pointer( task: PGTask; error: PPGError) : gpointer; cdecl ; external ;
function g_task_return_error_if_cancelled( task: PGTask) : gboolean; cdecl ; external ;
function g_task_set_return_on_cancel( task: PGTask; return_on_cancel: gboolean) : gboolean; cdecl ; external ;
function g_tcp_connection_get_graceful_disconnect( connection: PGTcpConnection) : gboolean; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_tcp_connection_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_tcp_wrapper_connection_get_base_io_stream( conn: PGTcpWrapperConnection) : PGIOStream; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_tcp_wrapper_connection_get_type: TGType; cdecl ; external ;
function g_tcp_wrapper_connection_new( base_io_stream: PGIOStream; socket: PGSocket) : PGTcpWrapperConnection; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_test_dbus_get_bus_address( self: PGTestDBus) : Pgchar; cdecl ; external ;
function g_test_dbus_get_flags( self: PGTestDBus) : TGTestDBusFlags; cdecl ; external ;
function g_test_dbus_get_type: TGType; cdecl ; external ;
function g_test_dbus_new( flags: TGTestDBusFlags) : PGTestDBus; cdecl ; external ;
function g_themed_icon_get_names( icon: PGThemedIcon) : PPgchar; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_themed_icon_get_type: TGType; cdecl ; external ;
2012-08-26 21:38:16 +00:00
function g_themed_icon_new( iconname: Pgchar) : PGThemedIcon; cdecl ; external ;
function g_themed_icon_new_from_names( iconnames: PPgchar; len: gint) : PGThemedIcon; cdecl ; external ;
function g_themed_icon_new_with_default_fallbacks( iconname: Pgchar) : PGThemedIcon; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_threaded_socket_service_get_type: TGType; cdecl ; external ;
function g_threaded_socket_service_new( max_threads: gint) : PGThreadedSocketService; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_tls_backend_get_certificate_type( backend: PGTlsBackend) : TGType; cdecl ; external ;
function g_tls_backend_get_client_connection_type( backend: PGTlsBackend) : TGType; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_tls_backend_get_default: PGTlsBackend; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_tls_backend_get_default_database( backend: PGTlsBackend) : PGTlsDatabase; cdecl ; external ;
function g_tls_backend_get_file_database_type( backend: PGTlsBackend) : TGType; cdecl ; external ;
function g_tls_backend_get_server_connection_type( backend: PGTlsBackend) : TGType; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_tls_backend_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_tls_backend_supports_tls( backend: PGTlsBackend) : gboolean; cdecl ; external ;
function g_tls_certificate_get_issuer( cert: PGTlsCertificate) : PGTlsCertificate; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_tls_certificate_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_tls_certificate_is_same( cert_one: PGTlsCertificate; cert_two: PGTlsCertificate) : gboolean; cdecl ; external ;
function g_tls_certificate_list_new_from_file( file_: Pgchar; error: PPGError) : PGList; cdecl ; external ;
function g_tls_certificate_new_from_file( file_: Pgchar; error: PPGError) : PGTlsCertificate; cdecl ; external ;
function g_tls_certificate_new_from_files( cert_file: Pgchar; key_file: Pgchar; error: PPGError) : PGTlsCertificate; cdecl ; external ;
function g_tls_certificate_new_from_pem( data: Pgchar; length : gssize; error: PPGError) : PGTlsCertificate; cdecl ; external ;
function g_tls_certificate_verify( cert: PGTlsCertificate; identity: PGSocketConnectable; trusted_ca: PGTlsCertificate) : TGTlsCertificateFlags; cdecl ; external ;
function g_tls_client_connection_get_accepted_cas( conn: PGTlsClientConnection) : PGList; cdecl ; external ;
function g_tls_client_connection_get_server_identity( conn: PGTlsClientConnection) : PGSocketConnectable; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_tls_client_connection_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_tls_client_connection_get_use_ssl3( conn: PGTlsClientConnection) : gboolean; cdecl ; external ;
function g_tls_client_connection_get_validation_flags( conn: PGTlsClientConnection) : TGTlsCertificateFlags; cdecl ; external ;
function g_tls_client_connection_new( base_io_stream: PGIOStream; server_identity: PGSocketConnectable; error: PPGError) : PGTlsClientConnection; cdecl ; external ;
function g_tls_connection_emit_accept_certificate( conn: PGTlsConnection; peer_cert: PGTlsCertificate; errors: TGTlsCertificateFlags) : gboolean; cdecl ; external ;
function g_tls_connection_get_certificate( conn: PGTlsConnection) : PGTlsCertificate; cdecl ; external ;
function g_tls_connection_get_database( conn: PGTlsConnection) : PGTlsDatabase; cdecl ; external ;
function g_tls_connection_get_interaction( conn: PGTlsConnection) : PGTlsInteraction; cdecl ; external ;
function g_tls_connection_get_peer_certificate( conn: PGTlsConnection) : PGTlsCertificate; cdecl ; external ;
function g_tls_connection_get_peer_certificate_errors( conn: PGTlsConnection) : TGTlsCertificateFlags; cdecl ; external ;
function g_tls_connection_get_rehandshake_mode( conn: PGTlsConnection) : TGTlsRehandshakeMode; cdecl ; external ;
function g_tls_connection_get_require_close_notify( conn: PGTlsConnection) : gboolean; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_tls_connection_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_tls_connection_handshake( conn: PGTlsConnection; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_tls_connection_handshake_finish( conn: PGTlsConnection; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; external ;
function g_tls_database_create_certificate_handle( self: PGTlsDatabase; certificate: PGTlsCertificate) : Pgchar; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_tls_database_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_tls_database_lookup_certificate_for_handle( self: PGTlsDatabase; handle: Pgchar; interaction: PGTlsInteraction; flags: TGTlsDatabaseLookupFlags; cancellable: PGCancellable; error: PPGError) : PGTlsCertificate; cdecl ; external ;
function g_tls_database_lookup_certificate_for_handle_finish( self: PGTlsDatabase; result_: PGAsyncResult; error: PPGError) : PGTlsCertificate; cdecl ; external ;
function g_tls_database_lookup_certificate_issuer( self: PGTlsDatabase; certificate: PGTlsCertificate; interaction: PGTlsInteraction; flags: TGTlsDatabaseLookupFlags; cancellable: PGCancellable; error: PPGError) : PGTlsCertificate; cdecl ; external ;
function g_tls_database_lookup_certificate_issuer_finish( self: PGTlsDatabase; result_: PGAsyncResult; error: PPGError) : PGTlsCertificate; cdecl ; external ;
function g_tls_database_lookup_certificates_issued_by( self: PGTlsDatabase; issuer_raw_dn: Pguint8; interaction: PGTlsInteraction; flags: TGTlsDatabaseLookupFlags; cancellable: PGCancellable; error: PPGError) : PGList; cdecl ; external ;
function g_tls_database_lookup_certificates_issued_by_finish( self: PGTlsDatabase; result_: PGAsyncResult; error: PPGError) : PGList; cdecl ; external ;
function g_tls_database_verify_chain( self: PGTlsDatabase; chain: PGTlsCertificate; purpose: Pgchar; identity: PGSocketConnectable; interaction: PGTlsInteraction; flags: TGTlsDatabaseVerifyFlags; cancellable: PGCancellable; error: PPGError) : TGTlsCertificateFlags; cdecl ; external ;
function g_tls_database_verify_chain_finish( self: PGTlsDatabase; result_: PGAsyncResult; error: PPGError) : TGTlsCertificateFlags; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_tls_error_quark: TGQuark; cdecl ; external ;
function g_tls_file_database_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_tls_file_database_new( anchors: Pgchar; error: PPGError) : PGTlsFileDatabase; cdecl ; external ;
function g_tls_interaction_ask_password( interaction: PGTlsInteraction; password: PGTlsPassword; cancellable: PGCancellable; error: PPGError) : TGTlsInteractionResult; cdecl ; external ;
function g_tls_interaction_ask_password_finish( interaction: PGTlsInteraction; result_: PGAsyncResult; error: PPGError) : TGTlsInteractionResult; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_tls_interaction_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_tls_interaction_invoke_ask_password( interaction: PGTlsInteraction; password: PGTlsPassword; cancellable: PGCancellable; error: PPGError) : TGTlsInteractionResult; cdecl ; external ;
function g_tls_password_get_description( password: PGTlsPassword) : Pgchar; cdecl ; external ;
function g_tls_password_get_flags( password: PGTlsPassword) : TGTlsPasswordFlags; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_tls_password_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_tls_password_get_value( password: PGTlsPassword; length : Pgsize) : Pguint8; cdecl ; external ;
function g_tls_password_get_warning( password: PGTlsPassword) : Pgchar; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_tls_password_new( flags: TGTlsPasswordFlags; description: Pgchar) : PGTlsPassword; cdecl ; external ;
function g_tls_server_connection_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_tls_server_connection_new( base_io_stream: PGIOStream; certificate: PGTlsCertificate; error: PPGError) : PGTlsServerConnection; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_unix_connection_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_unix_connection_receive_credentials( connection: PGUnixConnection; cancellable: PGCancellable; error: PPGError) : PGCredentials; cdecl ; external ;
function g_unix_connection_receive_credentials_finish( connection: PGUnixConnection; result_: PGAsyncResult; error: PPGError) : PGCredentials; cdecl ; external ;
function g_unix_connection_receive_fd( connection: PGUnixConnection; cancellable: PGCancellable; error: PPGError) : gint; cdecl ; external ;
function g_unix_connection_send_credentials( connection: PGUnixConnection; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_unix_connection_send_credentials_finish( connection: PGUnixConnection; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; external ;
function g_unix_connection_send_fd( connection: PGUnixConnection; fd: gint; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ; external ;
function g_unix_credentials_message_get_credentials( message : PGUnixCredentialsMessage) : PGCredentials; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_unix_credentials_message_get_type: TGType; cdecl ; external ;
function g_unix_credentials_message_is_supported: gboolean; cdecl ; external ;
function g_unix_credentials_message_new: PGUnixCredentialsMessage; cdecl ; external ;
function g_unix_credentials_message_new_with_credentials( credentials: PGCredentials) : PGUnixCredentialsMessage; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_unix_fd_list_append( list: PGUnixFDList; fd: gint; error: PPGError) : gint; cdecl ; external ;
function g_unix_fd_list_get( list: PGUnixFDList; index_: gint; error: PPGError) : gint; cdecl ; external ;
function g_unix_fd_list_get_length( list: PGUnixFDList) : gint; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_unix_fd_list_get_type: TGType; cdecl ; external ;
function g_unix_fd_list_new: PGUnixFDList; cdecl ; external ;
function g_unix_fd_list_new_from_array( fds: Pgint; n_fds: gint) : PGUnixFDList; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_unix_fd_list_peek_fds( list: PGUnixFDList; length : Pgint) : Pgint; cdecl ; external ;
function g_unix_fd_list_steal_fds( list: PGUnixFDList; length : Pgint) : Pgint; cdecl ; external ;
function g_unix_fd_message_append_fd( message : PGUnixFDMessage; fd: gint; error: PPGError) : gboolean; cdecl ; external ;
function g_unix_fd_message_get_fd_list( message : PGUnixFDMessage) : PGUnixFDList; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_unix_fd_message_get_type: TGType; cdecl ; external ;
function g_unix_fd_message_new: PGUnixFDMessage; cdecl ; external ;
function g_unix_fd_message_new_with_fd_list( fd_list: PGUnixFDList) : PGUnixFDMessage; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_unix_fd_message_steal_fds( message : PGUnixFDMessage; length : Pgint) : Pgint; cdecl ; external ;
function g_unix_input_stream_get_close_fd( stream: PGUnixInputStream) : gboolean; cdecl ; external ;
function g_unix_input_stream_get_fd( stream: PGUnixInputStream) : gint; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_unix_input_stream_get_type: TGType; cdecl ; external ;
function g_unix_input_stream_new( fd: gint; close_fd: gboolean) : PGUnixInputStream; cdecl ; external ;
function g_unix_is_mount_path_system_internal( mount_path: Pgchar) : gboolean; cdecl ; external ;
function g_unix_mount_at( mount_path: Pgchar; time_read: Pguint64) : PGUnixMountEntry; cdecl ; external ;
function g_unix_mount_compare( mount1: PGUnixMountEntry; mount2: PGUnixMountEntry) : gint; cdecl ; external ;
function g_unix_mount_get_device_path( mount_entry: PGUnixMountEntry) : Pgchar; cdecl ; external ;
function g_unix_mount_get_fs_type( mount_entry: PGUnixMountEntry) : Pgchar; cdecl ; external ;
function g_unix_mount_get_mount_path( mount_entry: PGUnixMountEntry) : Pgchar; cdecl ; external ;
function g_unix_mount_guess_can_eject( mount_entry: PGUnixMountEntry) : gboolean; cdecl ; external ;
function g_unix_mount_guess_icon( mount_entry: PGUnixMountEntry) : PGIcon; cdecl ; external ;
function g_unix_mount_guess_name( mount_entry: PGUnixMountEntry) : Pgchar; cdecl ; external ;
function g_unix_mount_guess_should_display( mount_entry: PGUnixMountEntry) : gboolean; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_unix_mount_guess_symbolic_icon( mount_entry: PGUnixMountEntry) : PGIcon; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_unix_mount_is_readonly( mount_entry: PGUnixMountEntry) : gboolean; cdecl ; external ;
function g_unix_mount_is_system_internal( mount_entry: PGUnixMountEntry) : gboolean; cdecl ; external ;
function g_unix_mount_monitor_get_type: TGType; cdecl ; external ;
function g_unix_mount_monitor_new: PGUnixMountMonitor; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_unix_mount_point_compare( mount1: PGUnixMountPoint; mount2: PGUnixMountPoint) : gint; cdecl ; external ;
function g_unix_mount_point_get_device_path( mount_point: PGUnixMountPoint) : Pgchar; cdecl ; external ;
function g_unix_mount_point_get_fs_type( mount_point: PGUnixMountPoint) : Pgchar; cdecl ; external ;
function g_unix_mount_point_get_mount_path( mount_point: PGUnixMountPoint) : Pgchar; cdecl ; external ;
function g_unix_mount_point_get_options( mount_point: PGUnixMountPoint) : Pgchar; cdecl ; external ;
function g_unix_mount_point_guess_can_eject( mount_point: PGUnixMountPoint) : gboolean; cdecl ; external ;
function g_unix_mount_point_guess_icon( mount_point: PGUnixMountPoint) : PGIcon; cdecl ; external ;
function g_unix_mount_point_guess_name( mount_point: PGUnixMountPoint) : Pgchar; cdecl ; external ;
function g_unix_mount_point_guess_symbolic_icon( mount_point: PGUnixMountPoint) : PGIcon; cdecl ; external ;
function g_unix_mount_point_is_loopback( mount_point: PGUnixMountPoint) : gboolean; cdecl ; external ;
function g_unix_mount_point_is_readonly( mount_point: PGUnixMountPoint) : gboolean; cdecl ; external ;
function g_unix_mount_point_is_user_mountable( mount_point: PGUnixMountPoint) : gboolean; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_unix_mount_points_changed_since( time: guint64) : gboolean; cdecl ; external ;
function g_unix_mount_points_get( time_read: Pguint64) : PGList; cdecl ; external ;
function g_unix_mounts_changed_since( time: guint64) : gboolean; cdecl ; external ;
function g_unix_mounts_get( time_read: Pguint64) : PGList; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_unix_output_stream_get_close_fd( stream: PGUnixOutputStream) : gboolean; cdecl ; external ;
function g_unix_output_stream_get_fd( stream: PGUnixOutputStream) : gint; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_unix_output_stream_get_type: TGType; cdecl ; external ;
function g_unix_output_stream_new( fd: gint; close_fd: gboolean) : PGUnixOutputStream; cdecl ; external ;
function g_unix_socket_address_abstract_names_supported: gboolean; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_unix_socket_address_get_address_type( address: PGUnixSocketAddress) : TGUnixSocketAddressType; cdecl ; external ;
function g_unix_socket_address_get_path( address: PGUnixSocketAddress) : Pgchar; cdecl ; external ;
function g_unix_socket_address_get_path_len( address: PGUnixSocketAddress) : gsize; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_unix_socket_address_get_type: TGType; cdecl ; external ;
function g_unix_socket_address_new( path: Pgchar) : PGUnixSocketAddress; cdecl ; external ;
function g_unix_socket_address_new_with_type( path: Pgchar; path_len: gint; type_: TGUnixSocketAddressType) : PGUnixSocketAddress; cdecl ; external ;
function g_vfs_get_default: PGVfs; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_vfs_get_file_for_path( vfs: PGVfs; path: Pgchar) : PGFile; cdecl ; external ;
function g_vfs_get_file_for_uri( vfs: PGVfs; uri: Pgchar) : PGFile; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_vfs_get_local: PGVfs; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_vfs_get_supported_uri_schemes( vfs: PGVfs) : PPgchar; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_vfs_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_vfs_is_active( vfs: PGVfs) : gboolean; cdecl ; external ;
function g_vfs_parse_name( vfs: PGVfs; parse_name: Pgchar) : PGFile; cdecl ; external ;
function g_volume_can_eject( volume: PGVolume) : gboolean; cdecl ; external ;
function g_volume_can_mount( volume: PGVolume) : gboolean; cdecl ; external ;
function g_volume_eject_with_operation_finish( volume: PGVolume; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; external ;
function g_volume_enumerate_identifiers( volume: PGVolume) : PPgchar; cdecl ; external ;
function g_volume_get_activation_root( volume: PGVolume) : PGFile; cdecl ; external ;
function g_volume_get_drive( volume: PGVolume) : PGDrive; cdecl ; external ;
function g_volume_get_icon( volume: PGVolume) : PGIcon; cdecl ; external ;
function g_volume_get_identifier( volume: PGVolume; kind: Pgchar) : Pgchar; cdecl ; external ;
function g_volume_get_mount( volume: PGVolume) : PGMount; cdecl ; external ;
function g_volume_get_name( volume: PGVolume) : Pgchar; cdecl ; external ;
function g_volume_get_sort_key( volume: PGVolume) : Pgchar; cdecl ; external ;
function g_volume_get_symbolic_icon( volume: PGVolume) : PGIcon; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_volume_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_volume_get_uuid( volume: PGVolume) : Pgchar; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_volume_monitor_get: PGVolumeMonitor; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_volume_monitor_get_connected_drives( volume_monitor: PGVolumeMonitor) : PGList; cdecl ; external ;
function g_volume_monitor_get_mount_for_uuid( volume_monitor: PGVolumeMonitor; uuid: Pgchar) : PGMount; cdecl ; external ;
function g_volume_monitor_get_mounts( volume_monitor: PGVolumeMonitor) : PGList; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_volume_monitor_get_type: TGType; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_volume_monitor_get_volume_for_uuid( volume_monitor: PGVolumeMonitor; uuid: Pgchar) : PGVolume; cdecl ; external ;
function g_volume_monitor_get_volumes( volume_monitor: PGVolumeMonitor) : PGList; cdecl ; external ;
function g_volume_mount_finish( volume: PGVolume; result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ; external ;
function g_volume_should_automount( volume: PGVolume) : gboolean; cdecl ; external ;
function g_zlib_compressor_get_file_info( compressor: PGZlibCompressor) : PGFileInfo; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_zlib_compressor_get_type: TGType; cdecl ; external ;
function g_zlib_compressor_new( format: TGZlibCompressorFormat; level: gint) : PGZlibCompressor; cdecl ; external ;
2014-01-06 17:53:09 +00:00
function g_zlib_decompressor_get_file_info( decompressor: PGZlibDecompressor) : PGFileInfo; cdecl ; external ;
2011-09-22 00:28:15 +00:00
function g_zlib_decompressor_get_type: TGType; cdecl ; external ;
function g_zlib_decompressor_new( format: TGZlibCompressorFormat) : PGZlibDecompressor; cdecl ; external ;
2014-01-06 17:53:09 +00:00
procedure g_action_activate( action: PGAction; parameter: PGVariant) ; cdecl ; external ;
procedure g_action_change_state( action: PGAction; value: PGVariant) ; cdecl ; external ;
procedure g_action_group_action_added( action_group: PGActionGroup; action_name: Pgchar) ; cdecl ; external ;
procedure g_action_group_action_enabled_changed( action_group: PGActionGroup; action_name: Pgchar; enabled: gboolean) ; cdecl ; external ;
procedure g_action_group_action_removed( action_group: PGActionGroup; action_name: Pgchar) ; cdecl ; external ;
procedure g_action_group_action_state_changed( action_group: PGActionGroup; action_name: Pgchar; state: PGVariant) ; cdecl ; external ;
procedure g_action_group_activate_action( action_group: PGActionGroup; action_name: Pgchar; parameter: PGVariant) ; cdecl ; external ;
procedure g_action_group_change_action_state( action_group: PGActionGroup; action_name: Pgchar; value: PGVariant) ; cdecl ; external ;
procedure g_action_map_add_action( action_map: PGActionMap; action: PGAction) ; cdecl ; external ;
procedure g_action_map_add_action_entries( action_map: PGActionMap; entries: PGActionEntry; n_entries: gint; user_data: gpointer) ; cdecl ; external ;
procedure g_action_map_remove_action( action_map: PGActionMap; action_name: Pgchar) ; cdecl ; external ;
2011-09-22 00:28:15 +00:00
procedure g_app_info_reset_type_associations( content_type: Pgchar) ; cdecl ; external ;
2014-01-06 17:53:09 +00:00
procedure g_app_launch_context_launch_failed( context: PGAppLaunchContext; startup_notify_id: Pgchar) ; cdecl ; external ;
procedure g_app_launch_context_setenv( context: PGAppLaunchContext; variable: Pgchar; value: Pgchar) ; cdecl ; external ;
procedure g_app_launch_context_unsetenv( context: PGAppLaunchContext; variable: Pgchar) ; cdecl ; external ;
procedure g_application_activate( application: PGApplication) ; cdecl ; external ;
procedure g_application_command_line_print( cmdline: PGApplicationCommandLine; format: Pgchar; args: array of const ) ; cdecl ; external ;
procedure g_application_command_line_printerr( cmdline: PGApplicationCommandLine; format: Pgchar; args: array of const ) ; cdecl ; external ;
procedure g_application_command_line_set_exit_status( cmdline: PGApplicationCommandLine; exit_status: gint) ; cdecl ; external ;
procedure g_application_hold( application: PGApplication) ; cdecl ; external ;
procedure g_application_open( application: PGApplication; files: PPGFile; n_files: gint; hint: Pgchar) ; cdecl ; external ;
procedure g_application_quit( application: PGApplication) ; cdecl ; external ;
procedure g_application_release( application: PGApplication) ; cdecl ; external ;
procedure g_application_set_application_id( application: PGApplication; application_id: Pgchar) ; cdecl ; external ;
procedure g_application_set_default( application: PGApplication) ; cdecl ; external ;
procedure g_application_set_flags( application: PGApplication; flags: TGApplicationFlags) ; cdecl ; external ;
procedure g_application_set_inactivity_timeout( application: PGApplication; inactivity_timeout: guint) ; cdecl ; external ;
procedure g_async_initable_init_async( initable: PGAsyncInitable; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
2011-09-22 00:28:15 +00:00
procedure g_async_initable_new_async( object_type: TGType; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer; first_property_name: Pgchar; args: array of const ) ; cdecl ; external ;
procedure g_async_initable_new_valist_async( object_type: TGType; first_property_name: Pgchar; var_args: Tva_list; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_async_initable_newv_async( object_type: TGType; n_parameters: guint; parameters: PGParameter; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
2014-01-06 17:53:09 +00:00
procedure g_buffered_input_stream_fill_async( stream: PGBufferedInputStream; count: gssize; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_buffered_input_stream_set_buffer_size( stream: PGBufferedInputStream; size: gsize) ; cdecl ; external ;
procedure g_buffered_output_stream_set_auto_grow( stream: PGBufferedOutputStream; auto_grow: gboolean) ; cdecl ; external ;
procedure g_buffered_output_stream_set_buffer_size( stream: PGBufferedOutputStream; size: gsize) ; cdecl ; external ;
2011-09-22 00:28:15 +00:00
procedure g_bus_get( bus_type: TGBusType; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_bus_unown_name( owner_id: guint) ; cdecl ; external ;
procedure g_bus_unwatch_name( watcher_id: guint) ; cdecl ; external ;
2014-01-06 17:53:09 +00:00
procedure g_cancellable_cancel( cancellable: PGCancellable) ; cdecl ; external ;
procedure g_cancellable_disconnect( cancellable: PGCancellable; handler_id: gulong) ; cdecl ; external ;
procedure g_cancellable_pop_current( cancellable: PGCancellable) ; cdecl ; external ;
procedure g_cancellable_push_current( cancellable: PGCancellable) ; cdecl ; external ;
procedure g_cancellable_release_fd( cancellable: PGCancellable) ; cdecl ; external ;
procedure g_cancellable_reset( cancellable: PGCancellable) ; cdecl ; external ;
procedure g_charset_converter_set_use_fallback( converter: PGCharsetConverter; use_fallback: gboolean) ; cdecl ; external ;
procedure g_converter_reset( converter: PGConverter) ; cdecl ; external ;
procedure g_credentials_set_native( credentials: PGCredentials; native_type: TGCredentialsType; native: gpointer) ; cdecl ; external ;
procedure g_data_input_stream_read_line_async( stream: PGDataInputStream; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_data_input_stream_read_until_async( stream: PGDataInputStream; stop_chars: Pgchar; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_data_input_stream_read_upto_async( stream: PGDataInputStream; stop_chars: Pgchar; stop_chars_len: gssize; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_data_input_stream_set_byte_order( stream: PGDataInputStream; order: TGDataStreamByteOrder) ; cdecl ; external ;
procedure g_data_input_stream_set_newline_type( stream: PGDataInputStream; type_: TGDataStreamNewlineType) ; cdecl ; external ;
procedure g_data_output_stream_set_byte_order( stream: PGDataOutputStream; order: TGDataStreamByteOrder) ; cdecl ; external ;
2011-09-22 00:28:15 +00:00
procedure g_dbus_address_get_stream( address: Pgchar; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
2014-01-06 17:53:09 +00:00
procedure g_dbus_annotation_info_unref( info: PGDBusAnnotationInfo) ; cdecl ; external ;
procedure g_dbus_arg_info_unref( info: PGDBusArgInfo) ; cdecl ; external ;
procedure g_dbus_connection_call( connection: PGDBusConnection; bus_name: Pgchar; object_path: Pgchar; interface_name: Pgchar; method_name: Pgchar; parameters: PGVariant; reply_type: PGVariantType; flags: TGDBusCallFlags; timeout_msec: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_dbus_connection_call_with_unix_fd_list( connection: PGDBusConnection; bus_name: Pgchar; object_path: Pgchar; interface_name: Pgchar; method_name: Pgchar; parameters: PGVariant; reply_type: PGVariantType; flags: TGDBusCallFlags; timeout_msec: gint; fd_list: PGUnixFDList; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_dbus_connection_close( connection: PGDBusConnection; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_dbus_connection_flush( connection: PGDBusConnection; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
2011-09-22 00:28:15 +00:00
procedure g_dbus_connection_new( stream: PGIOStream; guid: Pgchar; flags: TGDBusConnectionFlags; observer: PGDBusAuthObserver; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_dbus_connection_new_for_address( address: Pgchar; flags: TGDBusConnectionFlags; observer: PGDBusAuthObserver; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
2014-01-06 17:53:09 +00:00
procedure g_dbus_connection_remove_filter( connection: PGDBusConnection; filter_id: guint) ; cdecl ; external ;
procedure g_dbus_connection_send_message_with_reply( connection: PGDBusConnection; message : PGDBusMessage; flags: TGDBusSendMessageFlags; timeout_msec: gint; out_serial: Pguint32; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_dbus_connection_set_exit_on_close( connection: PGDBusConnection; exit_on_close: gboolean) ; cdecl ; external ;
procedure g_dbus_connection_signal_unsubscribe( connection: PGDBusConnection; subscription_id: guint) ; cdecl ; external ;
procedure g_dbus_connection_start_message_processing( connection: PGDBusConnection) ; cdecl ; external ;
procedure g_dbus_connection_unexport_action_group( connection: PGDBusConnection; export_id: guint) ; cdecl ; external ;
procedure g_dbus_connection_unexport_menu_model( connection: PGDBusConnection; export_id: guint) ; cdecl ; external ;
2011-09-22 00:28:15 +00:00
procedure g_dbus_error_register_error_domain( error_domain_quark_name: Pgchar; quark_volatile: Pgsize; entries: PGDBusErrorEntry; num_entries: guint) ; cdecl ; external ;
procedure g_dbus_error_set_dbus_error( error: PPGError; dbus_error_name: Pgchar; dbus_error_message: Pgchar; format: Pgchar; args: array of const ) ; cdecl ; external ;
procedure g_dbus_error_set_dbus_error_valist( error: PPGError; dbus_error_name: Pgchar; dbus_error_message: Pgchar; format: Pgchar; var_args: Tva_list) ; cdecl ; external ;
procedure g_dbus_gvariant_to_gvalue( value: PGVariant; out_gvalue: PGValue) ; cdecl ; external ;
2014-01-06 17:53:09 +00:00
procedure g_dbus_interface_info_cache_build( info: PGDBusInterfaceInfo) ; cdecl ; external ;
procedure g_dbus_interface_info_cache_release( info: PGDBusInterfaceInfo) ; cdecl ; external ;
procedure g_dbus_interface_info_generate_xml( info: PGDBusInterfaceInfo; indent: guint; string_builder: PGString) ; cdecl ; external ;
procedure g_dbus_interface_info_unref( info: PGDBusInterfaceInfo) ; cdecl ; external ;
procedure g_dbus_interface_set_object( interface_: PGDBusInterface; object_: PGDBusObject) ; cdecl ; external ;
procedure g_dbus_interface_skeleton_flush( interface_: PGDBusInterfaceSkeleton) ; cdecl ; external ;
procedure g_dbus_interface_skeleton_set_flags( interface_: PGDBusInterfaceSkeleton; flags: TGDBusInterfaceSkeletonFlags) ; cdecl ; external ;
procedure g_dbus_interface_skeleton_unexport( interface_: PGDBusInterfaceSkeleton) ; cdecl ; external ;
procedure g_dbus_interface_skeleton_unexport_from_connection( interface_: PGDBusInterfaceSkeleton; connection: PGDBusConnection) ; cdecl ; external ;
procedure g_dbus_message_lock( message : PGDBusMessage) ; cdecl ; external ;
procedure g_dbus_message_set_body( message : PGDBusMessage; body: PGVariant) ; cdecl ; external ;
procedure g_dbus_message_set_byte_order( message : PGDBusMessage; byte_order: TGDBusMessageByteOrder) ; cdecl ; external ;
procedure g_dbus_message_set_destination( message : PGDBusMessage; value: Pgchar) ; cdecl ; external ;
procedure g_dbus_message_set_error_name( message : PGDBusMessage; value: Pgchar) ; cdecl ; external ;
procedure g_dbus_message_set_flags( message : PGDBusMessage; flags: TGDBusMessageFlags) ; cdecl ; external ;
procedure g_dbus_message_set_header( message : PGDBusMessage; header_field: TGDBusMessageHeaderField; value: PGVariant) ; cdecl ; external ;
procedure g_dbus_message_set_interface( message : PGDBusMessage; value: Pgchar) ; cdecl ; external ;
procedure g_dbus_message_set_member( message : PGDBusMessage; value: Pgchar) ; cdecl ; external ;
procedure g_dbus_message_set_message_type( message : PGDBusMessage; type_: TGDBusMessageType) ; cdecl ; external ;
procedure g_dbus_message_set_num_unix_fds( message : PGDBusMessage; value: guint32) ; cdecl ; external ;
procedure g_dbus_message_set_path( message : PGDBusMessage; value: Pgchar) ; cdecl ; external ;
procedure g_dbus_message_set_reply_serial( message : PGDBusMessage; value: guint32) ; cdecl ; external ;
procedure g_dbus_message_set_sender( message : PGDBusMessage; value: Pgchar) ; cdecl ; external ;
procedure g_dbus_message_set_serial( message : PGDBusMessage; serial: guint32) ; cdecl ; external ;
procedure g_dbus_message_set_signature( message : PGDBusMessage; value: Pgchar) ; cdecl ; external ;
procedure g_dbus_message_set_unix_fd_list( message : PGDBusMessage; fd_list: PGUnixFDList) ; cdecl ; external ;
procedure g_dbus_method_info_unref( info: PGDBusMethodInfo) ; cdecl ; external ;
procedure g_dbus_method_invocation_return_dbus_error( invocation: PGDBusMethodInvocation; error_name: Pgchar; error_message: Pgchar) ; cdecl ; external ;
procedure g_dbus_method_invocation_return_error( invocation: PGDBusMethodInvocation; domain: TGQuark; code: gint; format: Pgchar; args: array of const ) ; cdecl ; external ;
procedure g_dbus_method_invocation_return_error_literal( invocation: PGDBusMethodInvocation; domain: TGQuark; code: gint; message : Pgchar) ; cdecl ; external ;
procedure g_dbus_method_invocation_return_error_valist( invocation: PGDBusMethodInvocation; domain: TGQuark; code: gint; format: Pgchar; var_args: Tva_list) ; cdecl ; external ;
procedure g_dbus_method_invocation_return_gerror( invocation: PGDBusMethodInvocation; error: PGError) ; cdecl ; external ;
procedure g_dbus_method_invocation_return_value( invocation: PGDBusMethodInvocation; parameters: PGVariant) ; cdecl ; external ;
procedure g_dbus_method_invocation_return_value_with_unix_fd_list( invocation: PGDBusMethodInvocation; parameters: PGVariant; fd_list: PGUnixFDList) ; cdecl ; external ;
procedure g_dbus_method_invocation_take_error( invocation: PGDBusMethodInvocation; error: PGError) ; cdecl ; external ;
procedure g_dbus_node_info_generate_xml( info: PGDBusNodeInfo; indent: guint; string_builder: PGString) ; cdecl ; external ;
procedure g_dbus_node_info_unref( info: PGDBusNodeInfo) ; cdecl ; external ;
2011-09-22 00:28:15 +00:00
procedure g_dbus_object_manager_client_new( connection: PGDBusConnection; flags: TGDBusObjectManagerClientFlags; name : Pgchar; object_path: Pgchar; get_proxy_type_func: TGDBusProxyTypeFunc; get_proxy_type_user_data: gpointer; get_proxy_type_destroy_notify: TGDestroyNotify; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_dbus_object_manager_client_new_for_bus( bus_type: TGBusType; flags: TGDBusObjectManagerClientFlags; name : Pgchar; object_path: Pgchar; get_proxy_type_func: TGDBusProxyTypeFunc; get_proxy_type_user_data: gpointer; get_proxy_type_destroy_notify: TGDestroyNotify; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
2014-01-06 17:53:09 +00:00
procedure g_dbus_object_manager_server_export( manager: PGDBusObjectManagerServer; object_: PGDBusObjectSkeleton) ; cdecl ; external ;
procedure g_dbus_object_manager_server_export_uniquely( manager: PGDBusObjectManagerServer; object_: PGDBusObjectSkeleton) ; cdecl ; external ;
procedure g_dbus_object_manager_server_set_connection( manager: PGDBusObjectManagerServer; connection: PGDBusConnection) ; cdecl ; external ;
procedure g_dbus_object_skeleton_add_interface( object_: PGDBusObjectSkeleton; interface_: PGDBusInterfaceSkeleton) ; cdecl ; external ;
procedure g_dbus_object_skeleton_flush( object_: PGDBusObjectSkeleton) ; cdecl ; external ;
procedure g_dbus_object_skeleton_remove_interface( object_: PGDBusObjectSkeleton; interface_: PGDBusInterfaceSkeleton) ; cdecl ; external ;
procedure g_dbus_object_skeleton_remove_interface_by_name( object_: PGDBusObjectSkeleton; interface_name: Pgchar) ; cdecl ; external ;
procedure g_dbus_object_skeleton_set_object_path( object_: PGDBusObjectSkeleton; object_path: Pgchar) ; cdecl ; external ;
procedure g_dbus_property_info_unref( info: PGDBusPropertyInfo) ; cdecl ; external ;
procedure g_dbus_proxy_call( proxy: PGDBusProxy; method_name: Pgchar; parameters: PGVariant; flags: TGDBusCallFlags; timeout_msec: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_dbus_proxy_call_with_unix_fd_list( proxy: PGDBusProxy; method_name: Pgchar; parameters: PGVariant; flags: TGDBusCallFlags; timeout_msec: gint; fd_list: PGUnixFDList; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
2011-09-22 00:28:15 +00:00
procedure g_dbus_proxy_new( connection: PGDBusConnection; flags: TGDBusProxyFlags; info: PGDBusInterfaceInfo; name : Pgchar; object_path: Pgchar; interface_name: Pgchar; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_dbus_proxy_new_for_bus( bus_type: TGBusType; flags: TGDBusProxyFlags; info: PGDBusInterfaceInfo; name : Pgchar; object_path: Pgchar; interface_name: Pgchar; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
2014-01-06 17:53:09 +00:00
procedure g_dbus_proxy_set_cached_property( proxy: PGDBusProxy; property_name: Pgchar; value: PGVariant) ; cdecl ; external ;
procedure g_dbus_proxy_set_default_timeout( proxy: PGDBusProxy; timeout_msec: gint) ; cdecl ; external ;
procedure g_dbus_proxy_set_interface_info( proxy: PGDBusProxy; info: PGDBusInterfaceInfo) ; cdecl ; external ;
procedure g_dbus_server_start( server: PGDBusServer) ; cdecl ; external ;
procedure g_dbus_server_stop( server: PGDBusServer) ; cdecl ; external ;
procedure g_dbus_signal_info_unref( info: PGDBusSignalInfo) ; cdecl ; external ;
2011-09-22 00:28:15 +00:00
procedure g_desktop_app_info_set_desktop_env( desktop_env: Pgchar) ; cdecl ; external ;
2014-01-06 17:53:09 +00:00
procedure g_drive_eject_with_operation( drive: PGDrive; flags: TGMountUnmountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_drive_poll_for_media( drive: PGDrive; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_drive_start( drive: PGDrive; flags: TGDriveStartFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_drive_stop( drive: PGDrive; flags: TGMountUnmountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_emblemed_icon_add_emblem( emblemed: PGEmblemedIcon; emblem: PGEmblem) ; cdecl ; external ;
procedure g_emblemed_icon_clear_emblems( emblemed: PGEmblemedIcon) ; cdecl ; external ;
procedure g_file_append_to_async( file_: PGFile; flags: TGFileCreateFlags; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_file_attribute_info_list_add( list: PGFileAttributeInfoList; name : Pgchar; type_: TGFileAttributeType; flags: TGFileAttributeInfoFlags) ; cdecl ; external ;
procedure g_file_attribute_info_list_unref( list: PGFileAttributeInfoList) ; cdecl ; external ;
procedure g_file_attribute_matcher_unref( matcher: PGFileAttributeMatcher) ; cdecl ; external ;
procedure g_file_copy_async( source: PGFile; destination: PGFile; flags: TGFileCopyFlags; io_priority: gint; cancellable: PGCancellable; progress_callback: TGFileProgressCallback; progress_callback_data: gpointer; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_file_create_async( file_: PGFile; flags: TGFileCreateFlags; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_file_create_readwrite_async( file_: PGFile; flags: TGFileCreateFlags; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_file_delete_async( file_: PGFile; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_file_eject_mountable_with_operation( file_: PGFile; flags: TGMountUnmountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_file_enumerate_children_async( file_: PGFile; attributes: Pgchar; flags: TGFileQueryInfoFlags; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_file_enumerator_close_async( enumerator: PGFileEnumerator; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_file_enumerator_next_files_async( enumerator: PGFileEnumerator; num_files: gint; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_file_enumerator_set_pending( enumerator: PGFileEnumerator; pending: gboolean) ; cdecl ; external ;
procedure g_file_find_enclosing_mount_async( file_: PGFile; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_file_info_clear_status( info: PGFileInfo) ; cdecl ; external ;
procedure g_file_info_copy_into( src_info: PGFileInfo; dest_info: PGFileInfo) ; cdecl ; external ;
procedure g_file_info_get_modification_time( info: PGFileInfo; result_: PGTimeVal) ; cdecl ; external ;
procedure g_file_info_remove_attribute( info: PGFileInfo; attribute: Pgchar) ; cdecl ; external ;
procedure g_file_info_set_attribute( info: PGFileInfo; attribute: Pgchar; type_: TGFileAttributeType; value_p: gpointer) ; cdecl ; external ;
procedure g_file_info_set_attribute_boolean( info: PGFileInfo; attribute: Pgchar; attr_value: gboolean) ; cdecl ; external ;
procedure g_file_info_set_attribute_byte_string( info: PGFileInfo; attribute: Pgchar; attr_value: Pgchar) ; cdecl ; external ;
procedure g_file_info_set_attribute_int32( info: PGFileInfo; attribute: Pgchar; attr_value: gint32) ; cdecl ; external ;
procedure g_file_info_set_attribute_int64( info: PGFileInfo; attribute: Pgchar; attr_value: gint64) ; cdecl ; external ;
procedure g_file_info_set_attribute_mask( info: PGFileInfo; mask: PGFileAttributeMatcher) ; cdecl ; external ;
procedure g_file_info_set_attribute_object( info: PGFileInfo; attribute: Pgchar; attr_value: PGObject) ; cdecl ; external ;
procedure g_file_info_set_attribute_string( info: PGFileInfo; attribute: Pgchar; attr_value: Pgchar) ; cdecl ; external ;
procedure g_file_info_set_attribute_stringv( info: PGFileInfo; attribute: Pgchar; attr_value: PPgchar) ; cdecl ; external ;
procedure g_file_info_set_attribute_uint32( info: PGFileInfo; attribute: Pgchar; attr_value: guint32) ; cdecl ; external ;
procedure g_file_info_set_attribute_uint64( info: PGFileInfo; attribute: Pgchar; attr_value: guint64) ; cdecl ; external ;
procedure g_file_info_set_content_type( info: PGFileInfo; content_type: Pgchar) ; cdecl ; external ;
procedure g_file_info_set_display_name( info: PGFileInfo; display_name: Pgchar) ; cdecl ; external ;
procedure g_file_info_set_edit_name( info: PGFileInfo; edit_name: Pgchar) ; cdecl ; external ;
procedure g_file_info_set_file_type( info: PGFileInfo; type_: TGFileType) ; cdecl ; external ;
procedure g_file_info_set_icon( info: PGFileInfo; icon: PGIcon) ; cdecl ; external ;
procedure g_file_info_set_is_hidden( info: PGFileInfo; is_hidden: gboolean) ; cdecl ; external ;
procedure g_file_info_set_is_symlink( info: PGFileInfo; is_symlink: gboolean) ; cdecl ; external ;
procedure g_file_info_set_modification_time( info: PGFileInfo; mtime: PGTimeVal) ; cdecl ; external ;
procedure g_file_info_set_name( info: PGFileInfo; name : Pgchar) ; cdecl ; external ;
procedure g_file_info_set_size( info: PGFileInfo; size: gint64) ; cdecl ; external ;
procedure g_file_info_set_sort_order( info: PGFileInfo; sort_order: gint32) ; cdecl ; external ;
procedure g_file_info_set_symbolic_icon( info: PGFileInfo; icon: PGIcon) ; cdecl ; external ;
procedure g_file_info_set_symlink_target( info: PGFileInfo; symlink_target: Pgchar) ; cdecl ; external ;
procedure g_file_info_unset_attribute_mask( info: PGFileInfo) ; cdecl ; external ;
procedure g_file_input_stream_query_info_async( stream: PGFileInputStream; attributes: Pgchar; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_file_io_stream_query_info_async( stream: PGFileIOStream; attributes: Pgchar; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_file_load_contents_async( file_: PGFile; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_file_load_partial_contents_async( file_: PGFile; cancellable: PGCancellable; read_more_callback: TGFileReadMoreCallback; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_file_monitor_emit_event( monitor: PGFileMonitor; child: PGFile; other_file: PGFile; event_type: TGFileMonitorEvent) ; cdecl ; external ;
procedure g_file_monitor_set_rate_limit( monitor: PGFileMonitor; limit_msecs: gint) ; cdecl ; external ;
procedure g_file_mount_enclosing_volume( location: PGFile; flags: TGMountMountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_file_mount_mountable( file_: PGFile; flags: TGMountMountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_file_open_readwrite_async( file_: PGFile; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_file_output_stream_query_info_async( stream: PGFileOutputStream; attributes: Pgchar; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_file_poll_mountable( file_: PGFile; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_file_query_filesystem_info_async( file_: PGFile; attributes: Pgchar; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_file_query_info_async( file_: PGFile; attributes: Pgchar; flags: TGFileQueryInfoFlags; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_file_read_async( file_: PGFile; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_file_replace_async( file_: PGFile; etag: Pgchar; make_backup: gboolean; flags: TGFileCreateFlags; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_file_replace_contents_async( file_: PGFile; contents: Pgchar; length : gsize; etag: Pgchar; make_backup: gboolean; flags: TGFileCreateFlags; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_file_replace_readwrite_async( file_: PGFile; etag: Pgchar; make_backup: gboolean; flags: TGFileCreateFlags; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_file_set_attributes_async( file_: PGFile; info: PGFileInfo; flags: TGFileQueryInfoFlags; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_file_set_display_name_async( file_: PGFile; display_name: Pgchar; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_file_start_mountable( file_: PGFile; flags: TGDriveStartFlags; start_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_file_stop_mountable( file_: PGFile; flags: TGMountUnmountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_file_unmount_mountable_with_operation( file_: PGFile; flags: TGMountUnmountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_filename_completer_set_dirs_only( completer: PGFilenameCompleter; dirs_only: gboolean) ; cdecl ; external ;
procedure g_filter_input_stream_set_close_base_stream( stream: PGFilterInputStream; close_base: gboolean) ; cdecl ; external ;
procedure g_filter_output_stream_set_close_base_stream( stream: PGFilterOutputStream; close_base: gboolean) ; cdecl ; external ;
procedure g_input_stream_clear_pending( stream: PGInputStream) ; cdecl ; external ;
procedure g_input_stream_close_async( stream: PGInputStream; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_input_stream_read_async( stream: PGInputStream; buffer: Pguint8; count: gsize; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_input_stream_read_bytes_async( stream: PGInputStream; count: gsize; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_input_stream_skip_async( stream: PGInputStream; count: gsize; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_io_extension_point_set_required_type( extension_point: PGIOExtensionPoint; type_: TGType) ; cdecl ; external ;
procedure g_io_module_scope_block( scope: PGIOModuleScope; basename: Pgchar) ; cdecl ; external ;
procedure g_io_module_scope_free( scope: PGIOModuleScope) ; cdecl ; external ;
2011-09-22 00:28:15 +00:00
procedure g_io_modules_scan_all_in_directory( dirname: Pgchar) ; cdecl ; external ;
procedure g_io_modules_scan_all_in_directory_with_scope( dirname: Pgchar; scope: PGIOModuleScope) ; cdecl ; external ;
procedure g_io_scheduler_cancel_all_jobs; cdecl ; external ;
procedure g_io_scheduler_push_job( job_func: TGIOSchedulerJobFunc; user_data: gpointer; notify: TGDestroyNotify; io_priority: gint; cancellable: PGCancellable) ; cdecl ; external ;
2014-01-06 17:53:09 +00:00
procedure g_io_stream_clear_pending( stream: PGIOStream) ; cdecl ; external ;
procedure g_io_stream_close_async( stream: PGIOStream; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_io_stream_splice_async( stream1: PGIOStream; stream2: PGIOStream; flags: TGIOStreamSpliceFlags; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_loadable_icon_load_async( icon: PGLoadableIcon; size: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_memory_input_stream_add_bytes( stream: PGMemoryInputStream; bytes: PGBytes) ; cdecl ; external ;
procedure g_memory_input_stream_add_data( stream: PGMemoryInputStream; data: Pguint8; len: gssize; destroy_: TGDestroyNotify) ; cdecl ; external ;
procedure g_menu_append( menu: PGMenu; label_: Pgchar; detailed_action: Pgchar) ; cdecl ; external ;
procedure g_menu_append_item( menu: PGMenu; item: PGMenuItem) ; cdecl ; external ;
procedure g_menu_append_section( menu: PGMenu; label_: Pgchar; section: PGMenuModel) ; cdecl ; external ;
procedure g_menu_append_submenu( menu: PGMenu; label_: Pgchar; submenu: PGMenuModel) ; cdecl ; external ;
procedure g_menu_freeze( menu: PGMenu) ; cdecl ; external ;
procedure g_menu_insert( menu: PGMenu; position: gint; label_: Pgchar; detailed_action: Pgchar) ; cdecl ; external ;
procedure g_menu_insert_item( menu: PGMenu; position: gint; item: PGMenuItem) ; cdecl ; external ;
procedure g_menu_insert_section( menu: PGMenu; position: gint; label_: Pgchar; section: PGMenuModel) ; cdecl ; external ;
procedure g_menu_insert_submenu( menu: PGMenu; position: gint; label_: Pgchar; submenu: PGMenuModel) ; cdecl ; external ;
procedure g_menu_item_set_action_and_target( menu_item: PGMenuItem; action: Pgchar; format_string: Pgchar; args: array of const ) ; cdecl ; external ;
procedure g_menu_item_set_action_and_target_value( menu_item: PGMenuItem; action: Pgchar; target_value: PGVariant) ; cdecl ; external ;
procedure g_menu_item_set_attribute( menu_item: PGMenuItem; attribute: Pgchar; format_string: Pgchar; args: array of const ) ; cdecl ; external ;
procedure g_menu_item_set_attribute_value( menu_item: PGMenuItem; attribute: Pgchar; value: PGVariant) ; cdecl ; external ;
procedure g_menu_item_set_detailed_action( menu_item: PGMenuItem; detailed_action: Pgchar) ; cdecl ; external ;
procedure g_menu_item_set_label( menu_item: PGMenuItem; label_: Pgchar) ; cdecl ; external ;
procedure g_menu_item_set_link( menu_item: PGMenuItem; link: Pgchar; model: PGMenuModel) ; cdecl ; external ;
procedure g_menu_item_set_section( menu_item: PGMenuItem; section: PGMenuModel) ; cdecl ; external ;
procedure g_menu_item_set_submenu( menu_item: PGMenuItem; submenu: PGMenuModel) ; cdecl ; external ;
procedure g_menu_model_items_changed( model: PGMenuModel; position: gint; removed: gint; added: gint) ; cdecl ; external ;
procedure g_menu_prepend( menu: PGMenu; label_: Pgchar; detailed_action: Pgchar) ; cdecl ; external ;
procedure g_menu_prepend_item( menu: PGMenu; item: PGMenuItem) ; cdecl ; external ;
procedure g_menu_prepend_section( menu: PGMenu; label_: Pgchar; section: PGMenuModel) ; cdecl ; external ;
procedure g_menu_prepend_submenu( menu: PGMenu; label_: Pgchar; submenu: PGMenuModel) ; cdecl ; external ;
procedure g_menu_remove( menu: PGMenu; position: gint) ; cdecl ; external ;
procedure g_mount_eject_with_operation( mount: PGMount; flags: TGMountUnmountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_mount_guess_content_type( mount: PGMount; force_rescan: gboolean; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_mount_operation_reply( op: PGMountOperation; result_: TGMountOperationResult) ; cdecl ; external ;
procedure g_mount_operation_set_anonymous( op: PGMountOperation; anonymous: gboolean) ; cdecl ; external ;
procedure g_mount_operation_set_choice( op: PGMountOperation; choice: gint) ; cdecl ; external ;
procedure g_mount_operation_set_domain( op: PGMountOperation; domain: Pgchar) ; cdecl ; external ;
procedure g_mount_operation_set_password( op: PGMountOperation; password: Pgchar) ; cdecl ; external ;
procedure g_mount_operation_set_password_save( op: PGMountOperation; save: TGPasswordSave) ; cdecl ; external ;
procedure g_mount_operation_set_username( op: PGMountOperation; username: Pgchar) ; cdecl ; external ;
procedure g_mount_remount( mount: PGMount; flags: TGMountMountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_mount_shadow( mount: PGMount) ; cdecl ; external ;
procedure g_mount_unmount_with_operation( mount: PGMount; flags: TGMountUnmountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_mount_unshadow( mount: PGMount) ; cdecl ; external ;
procedure g_network_monitor_can_reach_async( monitor: PGNetworkMonitor; connectable: PGSocketConnectable; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_network_service_set_scheme( srv: PGNetworkService; scheme: Pgchar) ; cdecl ; external ;
procedure g_networking_init; cdecl ; external ;
procedure g_output_stream_clear_pending( stream: PGOutputStream) ; cdecl ; external ;
procedure g_output_stream_close_async( stream: PGOutputStream; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_output_stream_flush_async( stream: PGOutputStream; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_output_stream_splice_async( stream: PGOutputStream; source: PGInputStream; flags: TGOutputStreamSpliceFlags; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_output_stream_write_async( stream: PGOutputStream; buffer: Pguint8; count: gsize; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_output_stream_write_bytes_async( stream: PGOutputStream; bytes: PGBytes; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_permission_acquire_async( permission: PGPermission; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_permission_impl_update( permission: PGPermission; allowed: gboolean; can_acquire: gboolean; can_release: gboolean) ; cdecl ; external ;
procedure g_permission_release_async( permission: PGPermission; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_proxy_connect_async( proxy: PGProxy; connection: PGIOStream; proxy_address: PGProxyAddress; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_proxy_resolver_lookup_async( resolver: PGProxyResolver; uri: Pgchar; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_remote_action_group_activate_action_full( remote: PGRemoteActionGroup; action_name: Pgchar; parameter: PGVariant; platform_data: PGVariant) ; cdecl ; external ;
procedure g_remote_action_group_change_action_state_full( remote: PGRemoteActionGroup; action_name: Pgchar; value: PGVariant; platform_data: PGVariant) ; cdecl ; external ;
2011-09-22 00:28:15 +00:00
procedure g_resolver_free_addresses( addresses: PGList) ; cdecl ; external ;
procedure g_resolver_free_targets( targets: PGList) ; cdecl ; external ;
2014-01-06 17:53:09 +00:00
procedure g_resolver_lookup_by_address_async( resolver: PGResolver; address: PGInetAddress; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_resolver_lookup_by_name_async( resolver: PGResolver; hostname: Pgchar; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_resolver_lookup_records_async( resolver: PGResolver; rrname: Pgchar; record_type: TGResolverRecordType; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_resolver_lookup_service_async( resolver: PGResolver; service: Pgchar; protocol: Pgchar; domain: Pgchar; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_resolver_set_default( resolver: PGResolver) ; cdecl ; external ;
procedure g_resource_unref( resource: PGResource) ; cdecl ; external ;
procedure g_resources_register( resource: PGResource) ; cdecl ; external ;
procedure g_resources_unregister( resource: PGResource) ; cdecl ; external ;
procedure g_settings_apply( settings: PGSettings) ; cdecl ; external ;
procedure g_settings_bind( settings: PGSettings; key: Pgchar; object_: PGObject; property_: Pgchar; flags: TGSettingsBindFlags) ; cdecl ; external ;
procedure g_settings_bind_with_mapping( settings: PGSettings; key: Pgchar; object_: PGObject; property_: Pgchar; flags: TGSettingsBindFlags; get_mapping: TGSettingsBindGetMapping; set_mapping: TGSettingsBindSetMapping; user_data: gpointer; destroy_: TGDestroyNotify) ; cdecl ; external ;
procedure g_settings_bind_writable( settings: PGSettings; key: Pgchar; object_: PGObject; property_: Pgchar; inverted: gboolean) ; cdecl ; external ;
procedure g_settings_delay( settings: PGSettings) ; cdecl ; external ;
procedure g_settings_get( settings: PGSettings; key: Pgchar; format: Pgchar; args: array of const ) ; cdecl ; external ;
procedure g_settings_reset( settings: PGSettings; key: Pgchar) ; cdecl ; external ;
procedure g_settings_revert( settings: PGSettings) ; cdecl ; external ;
procedure g_settings_schema_source_unref( source: PGSettingsSchemaSource) ; cdecl ; external ;
procedure g_settings_schema_unref( schema: PGSettingsSchema) ; cdecl ; external ;
2011-09-22 00:28:15 +00:00
procedure g_settings_sync; cdecl ; external ;
procedure g_settings_unbind( object_: gpointer; property_: Pgchar) ; cdecl ; external ;
2014-01-06 17:53:09 +00:00
procedure g_simple_action_group_add_entries( simple: PGSimpleActionGroup; entries: PGActionEntry; n_entries: gint; user_data: gpointer) ; cdecl ; external ;
procedure g_simple_action_group_insert( simple: PGSimpleActionGroup; action: PGAction) ; cdecl ; external ;
procedure g_simple_action_group_remove( simple: PGSimpleActionGroup; action_name: Pgchar) ; cdecl ; external ;
procedure g_simple_action_set_enabled( simple: PGSimpleAction; enabled: gboolean) ; cdecl ; external ;
procedure g_simple_action_set_state( simple: PGSimpleAction; value: PGVariant) ; cdecl ; external ;
2011-09-22 00:28:15 +00:00
procedure g_simple_async_report_error_in_idle( object_: PGObject; callback: TGAsyncReadyCallback; user_data: gpointer; domain: TGQuark; code: gint; format: Pgchar; args: array of const ) ; cdecl ; external ;
procedure g_simple_async_report_gerror_in_idle( object_: PGObject; callback: TGAsyncReadyCallback; user_data: gpointer; error: PGError) ; cdecl ; external ;
procedure g_simple_async_report_take_gerror_in_idle( object_: PGObject; callback: TGAsyncReadyCallback; user_data: gpointer; error: PGError) ; cdecl ; external ;
2014-01-06 17:53:09 +00:00
procedure g_simple_async_result_complete( simple: PGSimpleAsyncResult) ; cdecl ; external ;
procedure g_simple_async_result_complete_in_idle( simple: PGSimpleAsyncResult) ; cdecl ; external ;
procedure g_simple_async_result_run_in_thread( simple: PGSimpleAsyncResult; func: TGSimpleAsyncThreadFunc; io_priority: gint; cancellable: PGCancellable) ; cdecl ; external ;
procedure g_simple_async_result_set_check_cancellable( simple: PGSimpleAsyncResult; check_cancellable: PGCancellable) ; cdecl ; external ;
procedure g_simple_async_result_set_error( simple: PGSimpleAsyncResult; domain: TGQuark; code: gint; format: Pgchar; args: array of const ) ; cdecl ; external ;
procedure g_simple_async_result_set_error_va( simple: PGSimpleAsyncResult; domain: TGQuark; code: gint; format: Pgchar; args: Tva_list) ; cdecl ; external ;
procedure g_simple_async_result_set_from_error( simple: PGSimpleAsyncResult; error: PGError) ; cdecl ; external ;
procedure g_simple_async_result_set_handle_cancellation( simple: PGSimpleAsyncResult; handle_cancellation: gboolean) ; cdecl ; external ;
procedure g_simple_async_result_set_op_res_gboolean( simple: PGSimpleAsyncResult; op_res: gboolean) ; cdecl ; external ;
procedure g_simple_async_result_set_op_res_gpointer( simple: PGSimpleAsyncResult; op_res: gpointer; destroy_op_res: TGDestroyNotify) ; cdecl ; external ;
procedure g_simple_async_result_set_op_res_gssize( simple: PGSimpleAsyncResult; op_res: gssize) ; cdecl ; external ;
procedure g_simple_async_result_take_error( simple: PGSimpleAsyncResult; error: PGError) ; cdecl ; external ;
procedure g_simple_proxy_resolver_set_default_proxy( resolver: PGSimpleProxyResolver; default_proxy: Pgchar) ; cdecl ; external ;
procedure g_simple_proxy_resolver_set_ignore_hosts( resolver: PGSimpleProxyResolver; ignore_hosts: PPgchar) ; cdecl ; external ;
procedure g_simple_proxy_resolver_set_uri_proxy( resolver: PGSimpleProxyResolver; uri_scheme: Pgchar; proxy: Pgchar) ; cdecl ; external ;
procedure g_socket_address_enumerator_next_async( enumerator: PGSocketAddressEnumerator; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_socket_client_add_application_proxy( client: PGSocketClient; protocol: Pgchar) ; cdecl ; external ;
procedure g_socket_client_connect_async( client: PGSocketClient; connectable: PGSocketConnectable; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_socket_client_connect_to_host_async( client: PGSocketClient; host_and_port: Pgchar; default_port: guint16; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_socket_client_connect_to_service_async( client: PGSocketClient; domain: Pgchar; service: Pgchar; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_socket_client_connect_to_uri_async( client: PGSocketClient; uri: Pgchar; default_port: guint16; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_socket_client_set_enable_proxy( client: PGSocketClient; enable: gboolean) ; cdecl ; external ;
procedure g_socket_client_set_family( client: PGSocketClient; family: TGSocketFamily) ; cdecl ; external ;
procedure g_socket_client_set_local_address( client: PGSocketClient; address: PGSocketAddress) ; cdecl ; external ;
procedure g_socket_client_set_protocol( client: PGSocketClient; protocol: TGSocketProtocol) ; cdecl ; external ;
procedure g_socket_client_set_proxy_resolver( client: PGSocketClient; proxy_resolver: PGProxyResolver) ; cdecl ; external ;
procedure g_socket_client_set_socket_type( client: PGSocketClient; type_: TGSocketType) ; cdecl ; external ;
procedure g_socket_client_set_timeout( client: PGSocketClient; timeout: guint) ; cdecl ; external ;
procedure g_socket_client_set_tls( client: PGSocketClient; tls: gboolean) ; cdecl ; external ;
procedure g_socket_client_set_tls_validation_flags( client: PGSocketClient; flags: TGTlsCertificateFlags) ; cdecl ; external ;
procedure g_socket_connection_connect_async( connection: PGSocketConnection; address: PGSocketAddress; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
2011-09-22 00:28:15 +00:00
procedure g_socket_connection_factory_register_type( g_type: TGType; family: TGSocketFamily; type_: TGSocketType; protocol: gint) ; cdecl ; external ;
2014-01-06 17:53:09 +00:00
procedure g_socket_control_message_serialize( message : PGSocketControlMessage; data: gpointer) ; cdecl ; external ;
procedure g_socket_listener_accept_async( listener: PGSocketListener; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_socket_listener_accept_socket_async( listener: PGSocketListener; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_socket_listener_close( listener: PGSocketListener) ; cdecl ; external ;
procedure g_socket_listener_set_backlog( listener: PGSocketListener; listen_backlog: gint) ; cdecl ; external ;
procedure g_socket_service_start( service: PGSocketService) ; cdecl ; external ;
procedure g_socket_service_stop( service: PGSocketService) ; cdecl ; external ;
procedure g_socket_set_blocking( socket: PGSocket; blocking: gboolean) ; cdecl ; external ;
procedure g_socket_set_broadcast( socket: PGSocket; broadcast: gboolean) ; cdecl ; external ;
procedure g_socket_set_keepalive( socket: PGSocket; keepalive: gboolean) ; cdecl ; external ;
procedure g_socket_set_listen_backlog( socket: PGSocket; backlog: gint) ; cdecl ; external ;
procedure g_socket_set_multicast_loopback( socket: PGSocket; loopback: gboolean) ; cdecl ; external ;
procedure g_socket_set_multicast_ttl( socket: PGSocket; ttl: guint) ; cdecl ; external ;
procedure g_socket_set_timeout( socket: PGSocket; timeout: guint) ; cdecl ; external ;
procedure g_socket_set_ttl( socket: PGSocket; ttl: guint) ; cdecl ; external ;
procedure g_srv_target_free( target: PGSrvTarget) ; cdecl ; external ;
procedure g_static_resource_fini( static_resource: PGStaticResource) ; cdecl ; external ;
procedure g_static_resource_init( static_resource: PGStaticResource) ; cdecl ; external ;
procedure g_task_attach_source( task: PGTask; source: PGSource; callback: TGSourceFunc) ; cdecl ; external ;
procedure g_task_report_error( source_object: PGObject; callback: TGAsyncReadyCallback; callback_data: gpointer; source_tag: gpointer; error: PGError) ; cdecl ; external ;
procedure g_task_report_new_error( source_object: PGObject; callback: TGAsyncReadyCallback; callback_data: gpointer; source_tag: gpointer; domain: TGQuark; code: gint; format: Pgchar; args: array of const ) ; cdecl ; external ;
procedure g_task_return_boolean( task: PGTask; result_: gboolean) ; cdecl ; external ;
procedure g_task_return_error( task: PGTask; error: PGError) ; cdecl ; external ;
procedure g_task_return_int( task: PGTask; result_: gssize) ; cdecl ; external ;
procedure g_task_return_new_error( task: PGTask; domain: TGQuark; code: gint; format: Pgchar; args: array of const ) ; cdecl ; external ;
procedure g_task_return_pointer( task: PGTask; result_: gpointer; result_destroy: TGDestroyNotify) ; cdecl ; external ;
procedure g_task_run_in_thread( task: PGTask; task_func: TGTaskThreadFunc) ; cdecl ; external ;
procedure g_task_run_in_thread_sync( task: PGTask; task_func: TGTaskThreadFunc) ; cdecl ; external ;
procedure g_task_set_check_cancellable( task: PGTask; check_cancellable: gboolean) ; cdecl ; external ;
procedure g_task_set_priority( task: PGTask; priority: gint) ; cdecl ; external ;
procedure g_task_set_source_tag( task: PGTask; source_tag: gpointer) ; cdecl ; external ;
procedure g_task_set_task_data( task: PGTask; task_data: gpointer; task_data_destroy: TGDestroyNotify) ; cdecl ; external ;
procedure g_tcp_connection_set_graceful_disconnect( connection: PGTcpConnection; graceful_disconnect: gboolean) ; cdecl ; external ;
procedure g_test_dbus_add_service_dir( self: PGTestDBus; path: Pgchar) ; cdecl ; external ;
procedure g_test_dbus_down( self: PGTestDBus) ; cdecl ; external ;
procedure g_test_dbus_stop( self: PGTestDBus) ; cdecl ; external ;
procedure g_test_dbus_unset; cdecl ; external ;
procedure g_test_dbus_up( self: PGTestDBus) ; cdecl ; external ;
procedure g_themed_icon_append_name( icon: PGThemedIcon; iconname: Pgchar) ; cdecl ; external ;
procedure g_themed_icon_prepend_name( icon: PGThemedIcon; iconname: Pgchar) ; cdecl ; external ;
procedure g_tls_client_connection_set_server_identity( conn: PGTlsClientConnection; identity: PGSocketConnectable) ; cdecl ; external ;
procedure g_tls_client_connection_set_use_ssl3( conn: PGTlsClientConnection; use_ssl3: gboolean) ; cdecl ; external ;
procedure g_tls_client_connection_set_validation_flags( conn: PGTlsClientConnection; flags: TGTlsCertificateFlags) ; cdecl ; external ;
procedure g_tls_connection_handshake_async( conn: PGTlsConnection; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_tls_connection_set_certificate( conn: PGTlsConnection; certificate: PGTlsCertificate) ; cdecl ; external ;
procedure g_tls_connection_set_database( conn: PGTlsConnection; database: PGTlsDatabase) ; cdecl ; external ;
procedure g_tls_connection_set_interaction( conn: PGTlsConnection; interaction: PGTlsInteraction) ; cdecl ; external ;
procedure g_tls_connection_set_rehandshake_mode( conn: PGTlsConnection; mode: TGTlsRehandshakeMode) ; cdecl ; external ;
procedure g_tls_connection_set_require_close_notify( conn: PGTlsConnection; require_close_notify: gboolean) ; cdecl ; external ;
procedure g_tls_database_lookup_certificate_for_handle_async( self: PGTlsDatabase; handle: Pgchar; interaction: PGTlsInteraction; flags: TGTlsDatabaseLookupFlags; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_tls_database_lookup_certificate_issuer_async( self: PGTlsDatabase; certificate: PGTlsCertificate; interaction: PGTlsInteraction; flags: TGTlsDatabaseLookupFlags; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_tls_database_lookup_certificates_issued_by_async( self: PGTlsDatabase; issuer_raw_dn: Pguint8; interaction: PGTlsInteraction; flags: TGTlsDatabaseLookupFlags; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_tls_database_verify_chain_async( self: PGTlsDatabase; chain: PGTlsCertificate; purpose: Pgchar; identity: PGSocketConnectable; interaction: PGTlsInteraction; flags: TGTlsDatabaseVerifyFlags; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_tls_interaction_ask_password_async( interaction: PGTlsInteraction; password: PGTlsPassword; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_tls_password_set_description( password: PGTlsPassword; description: Pgchar) ; cdecl ; external ;
procedure g_tls_password_set_flags( password: PGTlsPassword; flags: TGTlsPasswordFlags) ; cdecl ; external ;
procedure g_tls_password_set_value( password: PGTlsPassword; value: Pguint8; length : gssize) ; cdecl ; external ;
procedure g_tls_password_set_value_full( password: PGTlsPassword; value: Pguint8; length : gssize; destroy_: TGDestroyNotify) ; cdecl ; external ;
procedure g_tls_password_set_warning( password: PGTlsPassword; warning: Pgchar) ; cdecl ; external ;
procedure g_unix_connection_receive_credentials_async( connection: PGUnixConnection; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_unix_connection_send_credentials_async( connection: PGUnixConnection; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_unix_input_stream_set_close_fd( stream: PGUnixInputStream; close_fd: gboolean) ; cdecl ; external ;
2011-09-22 00:28:15 +00:00
procedure g_unix_mount_free( mount_entry: PGUnixMountEntry) ; cdecl ; external ;
2014-01-06 17:53:09 +00:00
procedure g_unix_mount_monitor_set_rate_limit( mount_monitor: PGUnixMountMonitor; limit_msec: gint) ; cdecl ; external ;
procedure g_unix_mount_point_free( mount_point: PGUnixMountPoint) ; cdecl ; external ;
procedure g_unix_output_stream_set_close_fd( stream: PGUnixOutputStream; close_fd: gboolean) ; cdecl ; external ;
procedure g_volume_eject_with_operation( volume: PGVolume; flags: TGMountUnmountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_volume_mount( volume: PGVolume; flags: TGMountMountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ; external ;
procedure g_zlib_compressor_set_file_info( compressor: PGZlibCompressor; file_info: PGFileInfo) ; cdecl ; external ;
2011-09-22 00:28:15 +00:00
implementation
procedure TGAction. activate( parameter: PGVariant) ; cdecl ;
begin
Gio2. g_action_activate( @ self, parameter) ;
end ;
procedure TGAction. change_state( value: PGVariant) ; cdecl ;
begin
Gio2. g_action_change_state( @ self, value) ;
end ;
function TGAction. get_enabled: gboolean; cdecl ;
begin
Result : = Gio2. g_action_get_enabled( @ self) ;
end ;
function TGAction. get_name: Pgchar; cdecl ;
begin
Result : = Gio2. g_action_get_name( @ self) ;
end ;
function TGAction. get_parameter_type: PGVariantType; cdecl ;
begin
Result : = Gio2. g_action_get_parameter_type( @ self) ;
end ;
function TGAction. get_state: PGVariant; cdecl ;
begin
Result : = Gio2. g_action_get_state( @ self) ;
end ;
function TGAction. get_state_hint: PGVariant; cdecl ;
begin
Result : = Gio2. g_action_get_state_hint( @ self) ;
end ;
function TGAction. get_state_type: PGVariantType; cdecl ;
begin
Result : = Gio2. g_action_get_state_type( @ self) ;
end ;
function TGSimpleAction. new( name : Pgchar; parameter_type: PGVariantType) : PGSimpleAction; cdecl ;
begin
Result : = Gio2. g_simple_action_new( name , parameter_type) ;
end ;
function TGSimpleAction. new_stateful( name : Pgchar; parameter_type: PGVariantType; state: PGVariant) : PGSimpleAction; cdecl ;
begin
Result : = Gio2. g_simple_action_new_stateful( name , parameter_type, state) ;
end ;
procedure TGSimpleAction. set_enabled( enabled: gboolean) ; cdecl ;
begin
Gio2. g_simple_action_set_enabled( @ self, enabled) ;
end ;
procedure TGSimpleAction. set_state( value: PGVariant) ; cdecl ;
begin
Gio2. g_simple_action_set_state( @ self, value) ;
end ;
procedure TGActionGroup. action_added( action_name: Pgchar) ; cdecl ;
begin
Gio2. g_action_group_action_added( @ self, action_name) ;
end ;
procedure TGActionGroup. action_enabled_changed( action_name: Pgchar; enabled: gboolean) ; cdecl ;
begin
Gio2. g_action_group_action_enabled_changed( @ self, action_name, enabled) ;
end ;
procedure TGActionGroup. action_removed( action_name: Pgchar) ; cdecl ;
begin
Gio2. g_action_group_action_removed( @ self, action_name) ;
end ;
procedure TGActionGroup. action_state_changed( action_name: Pgchar; state: PGVariant) ; cdecl ;
begin
Gio2. g_action_group_action_state_changed( @ self, action_name, state) ;
end ;
procedure TGActionGroup. activate_action( action_name: Pgchar; parameter: PGVariant) ; cdecl ;
begin
Gio2. g_action_group_activate_action( @ self, action_name, parameter) ;
end ;
procedure TGActionGroup. change_action_state( action_name: Pgchar; value: PGVariant) ; cdecl ;
begin
Gio2. g_action_group_change_action_state( @ self, action_name, value) ;
end ;
function TGActionGroup. get_action_enabled( action_name: Pgchar) : gboolean; cdecl ;
begin
Result : = Gio2. g_action_group_get_action_enabled( @ self, action_name) ;
end ;
function TGActionGroup. get_action_parameter_type( action_name: Pgchar) : PGVariantType; cdecl ;
begin
Result : = Gio2. g_action_group_get_action_parameter_type( @ self, action_name) ;
end ;
function TGActionGroup. get_action_state( action_name: Pgchar) : PGVariant; cdecl ;
begin
Result : = Gio2. g_action_group_get_action_state( @ self, action_name) ;
end ;
function TGActionGroup. get_action_state_hint( action_name: Pgchar) : PGVariant; cdecl ;
begin
Result : = Gio2. g_action_group_get_action_state_hint( @ self, action_name) ;
end ;
function TGActionGroup. get_action_state_type( action_name: Pgchar) : PGVariantType; cdecl ;
begin
Result : = Gio2. g_action_group_get_action_state_type( @ self, action_name) ;
end ;
function TGActionGroup. has_action( action_name: Pgchar) : gboolean; cdecl ;
begin
Result : = Gio2. g_action_group_has_action( @ self, action_name) ;
end ;
function TGActionGroup. list_actions: PPgchar; cdecl ;
begin
Result : = Gio2. g_action_group_list_actions( @ self) ;
end ;
2012-08-26 21:38:16 +00:00
function TGActionGroup. query_action( action_name: Pgchar; enabled: Pgboolean; parameter_type: PPGVariantType; state_type: PPGVariantType; state_hint: PPGVariant; state: PPGVariant) : gboolean; cdecl ;
begin
Result : = Gio2. g_action_group_query_action( @ self, action_name, enabled, parameter_type, state_type, state_hint, state) ;
end ;
procedure TGActionMap. add_action( action: PGAction) ; cdecl ;
begin
Gio2. g_action_map_add_action( @ self, action) ;
end ;
procedure TGActionMap. add_action_entries( entries: PGActionEntry; n_entries: gint; user_data: gpointer) ; cdecl ;
begin
Gio2. g_action_map_add_action_entries( @ self, entries, n_entries, user_data) ;
end ;
function TGActionMap. lookup_action( action_name: Pgchar) : PGAction; cdecl ;
begin
Result : = Gio2. g_action_map_lookup_action( @ self, action_name) ;
end ;
procedure TGActionMap. remove_action( action_name: Pgchar) ; cdecl ;
begin
Gio2. g_action_map_remove_action( @ self, action_name) ;
end ;
2014-01-06 17:53:09 +00:00
function TGAppInfo. create_from_commandline( commandline: Pgchar; application_name: Pgchar; flags: TGAppInfoCreateFlags; error: PPGError) : PGAppInfo; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_app_info_create_from_commandline( commandline, application_name, flags, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGAppInfo. get_all: PGList; cdecl ;
begin
Result : = Gio2. g_app_info_get_all( ) ;
end ;
function TGAppInfo. get_all_for_type( content_type: Pgchar) : PGList; cdecl ;
begin
Result : = Gio2. g_app_info_get_all_for_type( content_type) ;
end ;
function TGAppInfo. get_default_for_type( content_type: Pgchar; must_support_uris: gboolean) : PGAppInfo; cdecl ;
begin
Result : = Gio2. g_app_info_get_default_for_type( content_type, must_support_uris) ;
end ;
function TGAppInfo. get_default_for_uri_scheme( uri_scheme: Pgchar) : PGAppInfo; cdecl ;
begin
Result : = Gio2. g_app_info_get_default_for_uri_scheme( uri_scheme) ;
end ;
function TGAppInfo. get_fallback_for_type( content_type: Pgchar) : PGList; cdecl ;
begin
Result : = Gio2. g_app_info_get_fallback_for_type( content_type) ;
end ;
function TGAppInfo. get_recommended_for_type( content_type: Pgchar) : PGList; cdecl ;
begin
Result : = Gio2. g_app_info_get_recommended_for_type( content_type) ;
end ;
2014-01-06 17:53:09 +00:00
function TGAppInfo. launch_default_for_uri( uri: Pgchar; launch_context: PGAppLaunchContext; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_app_info_launch_default_for_uri( uri, launch_context, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGAppInfo. reset_type_associations( content_type: Pgchar) ; cdecl ;
begin
Gio2. g_app_info_reset_type_associations( content_type) ;
end ;
2014-01-06 17:53:09 +00:00
function TGAppInfo. add_supports_type( content_type: Pgchar; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_app_info_add_supports_type( @ self, content_type, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGAppInfo. can_delete: gboolean; cdecl ;
begin
Result : = Gio2. g_app_info_can_delete( @ self) ;
end ;
function TGAppInfo. can_remove_supports_type: gboolean; cdecl ;
begin
Result : = Gio2. g_app_info_can_remove_supports_type( @ self) ;
end ;
function TGAppInfo. delete: gboolean; cdecl ;
begin
Result : = Gio2. g_app_info_delete( @ self) ;
end ;
function TGAppInfo. dup: PGAppInfo; cdecl ;
begin
Result : = Gio2. g_app_info_dup( @ self) ;
end ;
function TGAppInfo. equal( appinfo2: PGAppInfo) : gboolean; cdecl ;
begin
Result : = Gio2. g_app_info_equal( @ self, appinfo2) ;
end ;
function TGAppInfo. get_commandline: Pgchar; cdecl ;
begin
Result : = Gio2. g_app_info_get_commandline( @ self) ;
end ;
function TGAppInfo. get_description: Pgchar; cdecl ;
begin
Result : = Gio2. g_app_info_get_description( @ self) ;
end ;
function TGAppInfo. get_display_name: Pgchar; cdecl ;
begin
Result : = Gio2. g_app_info_get_display_name( @ self) ;
end ;
function TGAppInfo. get_executable: Pgchar; cdecl ;
begin
Result : = Gio2. g_app_info_get_executable( @ self) ;
end ;
function TGAppInfo. get_icon: PGIcon; cdecl ;
begin
Result : = Gio2. g_app_info_get_icon( @ self) ;
end ;
function TGAppInfo. get_id: Pgchar; cdecl ;
begin
Result : = Gio2. g_app_info_get_id( @ self) ;
end ;
function TGAppInfo. get_name: Pgchar; cdecl ;
begin
Result : = Gio2. g_app_info_get_name( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGAppInfo. get_supported_types: PPgchar; cdecl ;
begin
Result : = Gio2. g_app_info_get_supported_types( @ self) ;
end ;
function TGAppInfo. launch( files: PGList; launch_context: PGAppLaunchContext; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_app_info_launch( @ self, files, launch_context, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGAppInfo. launch_uris( uris: PGList; launch_context: PGAppLaunchContext; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_app_info_launch_uris( @ self, uris, launch_context, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGAppInfo. remove_supports_type( content_type: Pgchar; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_app_info_remove_supports_type( @ self, content_type, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGAppInfo. set_as_default_for_extension( extension: Pgchar; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_app_info_set_as_default_for_extension( @ self, extension, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGAppInfo. set_as_default_for_type( content_type: Pgchar; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_app_info_set_as_default_for_type( @ self, content_type, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGAppInfo. set_as_last_used_for_type( content_type: Pgchar; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_app_info_set_as_last_used_for_type( @ self, content_type, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGAppInfo. should_show: gboolean; cdecl ;
begin
Result : = Gio2. g_app_info_should_show( @ self) ;
end ;
function TGAppInfo. supports_files: gboolean; cdecl ;
begin
Result : = Gio2. g_app_info_supports_files( @ self) ;
end ;
function TGAppInfo. supports_uris: gboolean; cdecl ;
begin
Result : = Gio2. g_app_info_supports_uris( @ self) ;
end ;
function TGAppLaunchContext. new: PGAppLaunchContext; cdecl ;
begin
Result : = Gio2. g_app_launch_context_new( ) ;
end ;
function TGAppLaunchContext. get_display( info: PGAppInfo; files: PGList) : Pgchar; cdecl ;
begin
Result : = Gio2. g_app_launch_context_get_display( @ self, info, files) ;
end ;
2012-08-26 21:38:16 +00:00
function TGAppLaunchContext. get_environment: PPgchar; cdecl ;
begin
Result : = Gio2. g_app_launch_context_get_environment( @ self) ;
end ;
2011-09-22 00:28:15 +00:00
function TGAppLaunchContext. get_startup_notify_id( info: PGAppInfo; files: PGList) : Pgchar; cdecl ;
begin
Result : = Gio2. g_app_launch_context_get_startup_notify_id( @ self, info, files) ;
end ;
procedure TGAppLaunchContext. launch_failed( startup_notify_id: Pgchar) ; cdecl ;
begin
Gio2. g_app_launch_context_launch_failed( @ self, startup_notify_id) ;
end ;
2012-08-26 21:38:16 +00:00
procedure TGAppLaunchContext. setenv( variable: Pgchar; value: Pgchar) ; cdecl ;
begin
Gio2. g_app_launch_context_setenv( @ self, variable, value) ;
end ;
procedure TGAppLaunchContext. unsetenv( variable: Pgchar) ; cdecl ;
begin
Gio2. g_app_launch_context_unsetenv( @ self, variable) ;
end ;
2014-01-06 17:53:09 +00:00
function TGIcon. hash( icon: Pgpointer) : guint; cdecl ;
2011-09-22 00:28:15 +00:00
begin
Result : = Gio2. g_icon_hash( icon) ;
end ;
2014-01-06 17:53:09 +00:00
function TGIcon. new_for_string( str: Pgchar; error: PPGError) : PGIcon; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_icon_new_for_string( str, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGIcon. equal( icon2: PGIcon) : gboolean; cdecl ;
begin
Result : = Gio2. g_icon_equal( @ self, icon2) ;
end ;
function TGIcon. to_string: Pgchar; cdecl ;
begin
Result : = Gio2. g_icon_to_string( @ self) ;
end ;
function TGApplication. new( application_id: Pgchar; flags: TGApplicationFlags) : PGApplication; cdecl ;
begin
Result : = Gio2. g_application_new( application_id, flags) ;
end ;
2012-08-26 21:38:16 +00:00
function TGApplication. get_default: PGApplication; cdecl ;
begin
Result : = Gio2. g_application_get_default( ) ;
end ;
2011-09-22 00:28:15 +00:00
function TGApplication. id_is_valid( application_id: Pgchar) : gboolean; cdecl ;
begin
Result : = Gio2. g_application_id_is_valid( application_id) ;
end ;
procedure TGApplication. activate; cdecl ;
begin
Gio2. g_application_activate( @ self) ;
end ;
function TGApplication. get_application_id: Pgchar; cdecl ;
begin
Result : = Gio2. g_application_get_application_id( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGApplication. get_dbus_connection: PGDBusConnection; cdecl ;
begin
Result : = Gio2. g_application_get_dbus_connection( @ self) ;
end ;
function TGApplication. get_dbus_object_path: Pgchar; cdecl ;
begin
Result : = Gio2. g_application_get_dbus_object_path( @ self) ;
end ;
2011-09-22 00:28:15 +00:00
function TGApplication. get_flags: TGApplicationFlags; cdecl ;
begin
Result : = Gio2. g_application_get_flags( @ self) ;
end ;
function TGApplication. get_inactivity_timeout: guint; cdecl ;
begin
Result : = Gio2. g_application_get_inactivity_timeout( @ self) ;
end ;
function TGApplication. get_is_registered: gboolean; cdecl ;
begin
Result : = Gio2. g_application_get_is_registered( @ self) ;
end ;
function TGApplication. get_is_remote: gboolean; cdecl ;
begin
Result : = Gio2. g_application_get_is_remote( @ self) ;
end ;
procedure TGApplication. hold; cdecl ;
begin
Gio2. g_application_hold( @ self) ;
end ;
procedure TGApplication. open( files: PPGFile; n_files: gint; hint: Pgchar) ; cdecl ;
begin
Gio2. g_application_open( @ self, files, n_files, hint) ;
end ;
2012-08-26 21:38:16 +00:00
procedure TGApplication. quit; cdecl ;
begin
Gio2. g_application_quit( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGApplication. register( cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_application_register( @ self, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGApplication. release; cdecl ;
begin
Gio2. g_application_release( @ self) ;
end ;
function TGApplication. run( argc: gint; argv: PPgchar) : gint; cdecl ;
begin
Result : = Gio2. g_application_run( @ self, argc, argv) ;
end ;
procedure TGApplication. set_application_id( application_id: Pgchar) ; cdecl ;
begin
Gio2. g_application_set_application_id( @ self, application_id) ;
end ;
2012-08-26 21:38:16 +00:00
procedure TGApplication. set_default; cdecl ;
begin
Gio2. g_application_set_default( @ self) ;
end ;
2011-09-22 00:28:15 +00:00
procedure TGApplication. set_flags( flags: TGApplicationFlags) ; cdecl ;
begin
Gio2. g_application_set_flags( @ self, flags) ;
end ;
procedure TGApplication. set_inactivity_timeout( inactivity_timeout: guint) ; cdecl ;
begin
Gio2. g_application_set_inactivity_timeout( @ self, inactivity_timeout) ;
end ;
2014-01-06 17:53:09 +00:00
function TGApplicationCommandLine. create_file_for_arg( arg: Pgchar) : PGFile; cdecl ;
begin
Result : = Gio2. g_application_command_line_create_file_for_arg( @ self, arg) ;
end ;
2011-09-22 00:28:15 +00:00
function TGApplicationCommandLine. get_arguments( argc: Pgint) : PPgchar; cdecl ;
begin
Result : = Gio2. g_application_command_line_get_arguments( @ self, argc) ;
end ;
function TGApplicationCommandLine. get_cwd: Pgchar; cdecl ;
begin
Result : = Gio2. g_application_command_line_get_cwd( @ self) ;
end ;
function TGApplicationCommandLine. get_environ: PPgchar; cdecl ;
begin
Result : = Gio2. g_application_command_line_get_environ( @ self) ;
end ;
function TGApplicationCommandLine. get_exit_status: gint; cdecl ;
begin
Result : = Gio2. g_application_command_line_get_exit_status( @ self) ;
end ;
function TGApplicationCommandLine. get_is_remote: gboolean; cdecl ;
begin
Result : = Gio2. g_application_command_line_get_is_remote( @ self) ;
end ;
function TGApplicationCommandLine. get_platform_data: PGVariant; cdecl ;
begin
Result : = Gio2. g_application_command_line_get_platform_data( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGApplicationCommandLine. get_stdin: PGInputStream; cdecl ;
begin
Result : = Gio2. g_application_command_line_get_stdin( @ self) ;
end ;
2011-09-22 00:28:15 +00:00
function TGApplicationCommandLine. getenv( name : Pgchar) : Pgchar; cdecl ;
begin
Result : = Gio2. g_application_command_line_getenv( @ self, name ) ;
end ;
procedure TGApplicationCommandLine. set_exit_status( exit_status: gint) ; cdecl ;
begin
Gio2. g_application_command_line_set_exit_status( @ self, exit_status) ;
end ;
2014-01-06 17:53:09 +00:00
function TGDBusConnection. new_finish( res: PGAsyncResult; error: PPGError) : PGDBusConnection; cdecl ;
begin
Result : = Gio2. g_dbus_connection_new_finish( res, error) ;
end ;
function TGDBusConnection. new_for_address_finish( res: PGAsyncResult; error: PPGError) : PGDBusConnection; cdecl ;
begin
Result : = Gio2. g_dbus_connection_new_for_address_finish( res, error) ;
end ;
function TGDBusConnection. new_for_address_sync( address: Pgchar; flags: TGDBusConnectionFlags; observer: PGDBusAuthObserver; cancellable: PGCancellable; error: PPGError) : PGDBusConnection; cdecl ;
begin
Result : = Gio2. g_dbus_connection_new_for_address_sync( address, flags, observer, cancellable, error) ;
end ;
function TGDBusConnection. new_sync( stream: PGIOStream; guid: Pgchar; flags: TGDBusConnectionFlags; observer: PGDBusAuthObserver; cancellable: PGCancellable; error: PPGError) : PGDBusConnection; cdecl ;
begin
Result : = Gio2. g_dbus_connection_new_sync( stream, guid, flags, observer, cancellable, error) ;
end ;
procedure TGDBusConnection. new( stream: PGIOStream; guid: Pgchar; flags: TGDBusConnectionFlags; observer: PGDBusAuthObserver; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_dbus_connection_new( stream, guid, flags, observer, cancellable, callback, user_data) ;
end ;
procedure TGDBusConnection. new_for_address( address: Pgchar; flags: TGDBusConnectionFlags; observer: PGDBusAuthObserver; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_dbus_connection_new_for_address( address, flags, observer, cancellable, callback, user_data) ;
end ;
function TGDBusConnection. add_filter( filter_function: TGDBusMessageFilterFunction; user_data: gpointer; user_data_free_func: TGDestroyNotify) : guint; cdecl ;
begin
Result : = Gio2. g_dbus_connection_add_filter( @ self, filter_function, user_data, user_data_free_func) ;
end ;
procedure TGDBusConnection. call( bus_name: Pgchar; object_path: Pgchar; interface_name: Pgchar; method_name: Pgchar; parameters: PGVariant; reply_type: PGVariantType; flags: TGDBusCallFlags; timeout_msec: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_dbus_connection_call( @ self, bus_name, object_path, interface_name, method_name, parameters, reply_type, flags, timeout_msec, cancellable, callback, user_data) ;
end ;
function TGDBusConnection. call_finish( res: PGAsyncResult; error: PPGError) : PGVariant; cdecl ;
begin
Result : = Gio2. g_dbus_connection_call_finish( @ self, res, error) ;
end ;
function TGDBusConnection. call_sync( bus_name: Pgchar; object_path: Pgchar; interface_name: Pgchar; method_name: Pgchar; parameters: PGVariant; reply_type: PGVariantType; flags: TGDBusCallFlags; timeout_msec: gint; cancellable: PGCancellable; error: PPGError) : PGVariant; cdecl ;
begin
Result : = Gio2. g_dbus_connection_call_sync( @ self, bus_name, object_path, interface_name, method_name, parameters, reply_type, flags, timeout_msec, cancellable, error) ;
end ;
procedure TGDBusConnection. call_with_unix_fd_list( bus_name: Pgchar; object_path: Pgchar; interface_name: Pgchar; method_name: Pgchar; parameters: PGVariant; reply_type: PGVariantType; flags: TGDBusCallFlags; timeout_msec: gint; fd_list: PGUnixFDList; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_dbus_connection_call_with_unix_fd_list( @ self, bus_name, object_path, interface_name, method_name, parameters, reply_type, flags, timeout_msec, fd_list, cancellable, callback, user_data) ;
end ;
function TGDBusConnection. call_with_unix_fd_list_finish( out_fd_list: PPGUnixFDList; res: PGAsyncResult; error: PPGError) : PGVariant; cdecl ;
begin
Result : = Gio2. g_dbus_connection_call_with_unix_fd_list_finish( @ self, out_fd_list, res, error) ;
end ;
function TGDBusConnection. call_with_unix_fd_list_sync( bus_name: Pgchar; object_path: Pgchar; interface_name: Pgchar; method_name: Pgchar; parameters: PGVariant; reply_type: PGVariantType; flags: TGDBusCallFlags; timeout_msec: gint; fd_list: PGUnixFDList; out_fd_list: PPGUnixFDList; cancellable: PGCancellable; error: PPGError) : PGVariant; cdecl ;
begin
Result : = Gio2. g_dbus_connection_call_with_unix_fd_list_sync( @ self, bus_name, object_path, interface_name, method_name, parameters, reply_type, flags, timeout_msec, fd_list, out_fd_list, cancellable, error) ;
end ;
procedure TGDBusConnection. close( cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_dbus_connection_close( @ self, cancellable, callback, user_data) ;
end ;
function TGDBusConnection. close_finish( res: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
begin
Result : = Gio2. g_dbus_connection_close_finish( @ self, res, error) ;
end ;
function TGDBusConnection. close_sync( cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
begin
Result : = Gio2. g_dbus_connection_close_sync( @ self, cancellable, error) ;
end ;
function TGDBusConnection. emit_signal( destination_bus_name: Pgchar; object_path: Pgchar; interface_name: Pgchar; signal_name: Pgchar; parameters: PGVariant; error: PPGError) : gboolean; cdecl ;
begin
Result : = Gio2. g_dbus_connection_emit_signal( @ self, destination_bus_name, object_path, interface_name, signal_name, parameters, error) ;
end ;
function TGDBusConnection. export_action_group( object_path: Pgchar; action_group: PGActionGroup; error: PPGError) : guint; cdecl ;
begin
Result : = Gio2. g_dbus_connection_export_action_group( @ self, object_path, action_group, error) ;
end ;
function TGDBusConnection. export_menu_model( object_path: Pgchar; menu: PGMenuModel; error: PPGError) : guint; cdecl ;
begin
Result : = Gio2. g_dbus_connection_export_menu_model( @ self, object_path, menu, error) ;
end ;
procedure TGDBusConnection. flush( cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_dbus_connection_flush( @ self, cancellable, callback, user_data) ;
end ;
function TGDBusConnection. flush_finish( res: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
begin
Result : = Gio2. g_dbus_connection_flush_finish( @ self, res, error) ;
end ;
function TGDBusConnection. flush_sync( cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
begin
Result : = Gio2. g_dbus_connection_flush_sync( @ self, cancellable, error) ;
end ;
function TGDBusConnection. get_capabilities: TGDBusCapabilityFlags; cdecl ;
begin
Result : = Gio2. g_dbus_connection_get_capabilities( @ self) ;
end ;
function TGDBusConnection. get_exit_on_close: gboolean; cdecl ;
begin
Result : = Gio2. g_dbus_connection_get_exit_on_close( @ self) ;
end ;
function TGDBusConnection. get_guid: Pgchar; cdecl ;
begin
Result : = Gio2. g_dbus_connection_get_guid( @ self) ;
end ;
function TGDBusConnection. get_last_serial: guint32; cdecl ;
begin
Result : = Gio2. g_dbus_connection_get_last_serial( @ self) ;
end ;
function TGDBusConnection. get_peer_credentials: PGCredentials; cdecl ;
begin
Result : = Gio2. g_dbus_connection_get_peer_credentials( @ self) ;
end ;
function TGDBusConnection. get_stream: PGIOStream; cdecl ;
begin
Result : = Gio2. g_dbus_connection_get_stream( @ self) ;
end ;
function TGDBusConnection. get_unique_name: Pgchar; cdecl ;
begin
Result : = Gio2. g_dbus_connection_get_unique_name( @ self) ;
end ;
function TGDBusConnection. is_closed: gboolean; cdecl ;
begin
Result : = Gio2. g_dbus_connection_is_closed( @ self) ;
end ;
function TGDBusConnection. register_object( object_path: Pgchar; interface_info: PGDBusInterfaceInfo; vtable: PGDBusInterfaceVTable; user_data: gpointer; user_data_free_func: TGDestroyNotify; error: PPGError) : guint; cdecl ;
begin
Result : = Gio2. g_dbus_connection_register_object( @ self, object_path, interface_info, vtable, user_data, user_data_free_func, error) ;
end ;
function TGDBusConnection. register_subtree( object_path: Pgchar; vtable: PGDBusSubtreeVTable; flags: TGDBusSubtreeFlags; user_data: gpointer; user_data_free_func: TGDestroyNotify; error: PPGError) : guint; cdecl ;
begin
Result : = Gio2. g_dbus_connection_register_subtree( @ self, object_path, vtable, flags, user_data, user_data_free_func, error) ;
end ;
procedure TGDBusConnection. remove_filter( filter_id: guint) ; cdecl ;
begin
Gio2. g_dbus_connection_remove_filter( @ self, filter_id) ;
end ;
function TGDBusConnection. send_message( message : PGDBusMessage; flags: TGDBusSendMessageFlags; out_serial: Pguint32; error: PPGError) : gboolean; cdecl ;
begin
Result : = Gio2. g_dbus_connection_send_message( @ self, message , flags, out_serial, error) ;
end ;
procedure TGDBusConnection. send_message_with_reply( message : PGDBusMessage; flags: TGDBusSendMessageFlags; timeout_msec: gint; out_serial: Pguint32; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_dbus_connection_send_message_with_reply( @ self, message , flags, timeout_msec, out_serial, cancellable, callback, user_data) ;
end ;
function TGDBusConnection. send_message_with_reply_finish( res: PGAsyncResult; error: PPGError) : PGDBusMessage; cdecl ;
begin
Result : = Gio2. g_dbus_connection_send_message_with_reply_finish( @ self, res, error) ;
end ;
function TGDBusConnection. send_message_with_reply_sync( message : PGDBusMessage; flags: TGDBusSendMessageFlags; timeout_msec: gint; out_serial: Pguint32; cancellable: PGCancellable; error: PPGError) : PGDBusMessage; cdecl ;
begin
Result : = Gio2. g_dbus_connection_send_message_with_reply_sync( @ self, message , flags, timeout_msec, out_serial, cancellable, error) ;
end ;
procedure TGDBusConnection. set_exit_on_close( exit_on_close: gboolean) ; cdecl ;
begin
Gio2. g_dbus_connection_set_exit_on_close( @ self, exit_on_close) ;
end ;
function TGDBusConnection. signal_subscribe( sender: Pgchar; interface_name: Pgchar; member: Pgchar; object_path: Pgchar; arg0: Pgchar; flags: TGDBusSignalFlags; callback: TGDBusSignalCallback; user_data: gpointer; user_data_free_func: TGDestroyNotify) : guint; cdecl ;
begin
Result : = Gio2. g_dbus_connection_signal_subscribe( @ self, sender, interface_name, member, object_path, arg0, flags, callback, user_data, user_data_free_func) ;
end ;
procedure TGDBusConnection. signal_unsubscribe( subscription_id: guint) ; cdecl ;
begin
Gio2. g_dbus_connection_signal_unsubscribe( @ self, subscription_id) ;
end ;
procedure TGDBusConnection. start_message_processing; cdecl ;
begin
Gio2. g_dbus_connection_start_message_processing( @ self) ;
end ;
procedure TGDBusConnection. unexport_action_group( export_id: guint) ; cdecl ;
begin
Gio2. g_dbus_connection_unexport_action_group( @ self, export_id) ;
end ;
procedure TGDBusConnection. unexport_menu_model( export_id: guint) ; cdecl ;
begin
Gio2. g_dbus_connection_unexport_menu_model( @ self, export_id) ;
end ;
function TGDBusConnection. unregister_object( registration_id: guint) : gboolean; cdecl ;
begin
Result : = Gio2. g_dbus_connection_unregister_object( @ self, registration_id) ;
end ;
function TGDBusConnection. unregister_subtree( registration_id: guint) : gboolean; cdecl ;
begin
Result : = Gio2. g_dbus_connection_unregister_subtree( @ self, registration_id) ;
end ;
2011-09-22 00:28:15 +00:00
function TGFile. new_for_commandline_arg( arg: Pgchar) : PGFile; cdecl ;
begin
Result : = Gio2. g_file_new_for_commandline_arg( arg) ;
end ;
2014-01-06 17:53:09 +00:00
function TGFile. new_for_commandline_arg_and_cwd( arg: Pgchar; cwd: Pgchar) : PGFile; cdecl ;
begin
Result : = Gio2. g_file_new_for_commandline_arg_and_cwd( arg, cwd) ;
end ;
2011-09-22 00:28:15 +00:00
function TGFile. new_for_path( path: Pgchar) : PGFile; cdecl ;
begin
Result : = Gio2. g_file_new_for_path( path) ;
end ;
function TGFile. new_for_uri( uri: Pgchar) : PGFile; cdecl ;
begin
Result : = Gio2. g_file_new_for_uri( uri) ;
end ;
2014-01-06 17:53:09 +00:00
function TGFile. new_tmp( tmpl: Pgchar; iostream: PPGFileIOStream; error: PPGError) : PGFile; cdecl ;
2012-08-26 21:38:16 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_new_tmp( tmpl, iostream, error) ;
2012-08-26 21:38:16 +00:00
end ;
2011-09-22 00:28:15 +00:00
function TGFile. parse_name( parse_name: Pgchar) : PGFile; cdecl ;
begin
Result : = Gio2. g_file_parse_name( parse_name) ;
end ;
2014-01-06 17:53:09 +00:00
function TGFile. append_to( flags: TGFileCreateFlags; cancellable: PGCancellable; error: PPGError) : PGFileOutputStream; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_append_to( @ self, flags, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGFile. append_to_async( flags: TGFileCreateFlags; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_file_append_to_async( @ self, flags, io_priority, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGFile. append_to_finish( res: PGAsyncResult; error: PPGError) : PGFileOutputStream; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_append_to_finish( @ self, res, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGFile. copy( destination: PGFile; flags: TGFileCopyFlags; cancellable: PGCancellable; progress_callback: TGFileProgressCallback; progress_callback_data: gpointer; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_copy( @ self, destination, flags, cancellable, progress_callback, progress_callback_data, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGFile. copy_async( destination: PGFile; flags: TGFileCopyFlags; io_priority: gint; cancellable: PGCancellable; progress_callback: TGFileProgressCallback; progress_callback_data: gpointer; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_file_copy_async( @ self, destination, flags, io_priority, cancellable, progress_callback, progress_callback_data, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGFile. copy_attributes( destination: PGFile; flags: TGFileCopyFlags; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_copy_attributes( @ self, destination, flags, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGFile. copy_finish( res: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_copy_finish( @ self, res, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGFile. create( flags: TGFileCreateFlags; cancellable: PGCancellable; error: PPGError) : PGFileOutputStream; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_create( @ self, flags, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGFile. create_async( flags: TGFileCreateFlags; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_file_create_async( @ self, flags, io_priority, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGFile. create_finish( res: PGAsyncResult; error: PPGError) : PGFileOutputStream; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_create_finish( @ self, res, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGFile. create_readwrite( flags: TGFileCreateFlags; cancellable: PGCancellable; error: PPGError) : PGFileIOStream; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_create_readwrite( @ self, flags, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGFile. create_readwrite_async( flags: TGFileCreateFlags; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_file_create_readwrite_async( @ self, flags, io_priority, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGFile. create_readwrite_finish( res: PGAsyncResult; error: PPGError) : PGFileIOStream; cdecl ;
begin
Result : = Gio2. g_file_create_readwrite_finish( @ self, res, error) ;
end ;
function TGFile. delete( cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_delete( @ self, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
procedure TGFile. delete_async( io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Gio2. g_file_delete_async( @ self, io_priority, cancellable, callback, user_data) ;
end ;
function TGFile. delete_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
begin
Result : = Gio2. g_file_delete_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGFile. dup: PGFile; cdecl ;
begin
Result : = Gio2. g_file_dup( @ self) ;
end ;
procedure TGFile. eject_mountable_with_operation( flags: TGMountUnmountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_file_eject_mountable_with_operation( @ self, flags, mount_operation, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGFile. eject_mountable_with_operation_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_eject_mountable_with_operation_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGFile. enumerate_children( attributes: Pgchar; flags: TGFileQueryInfoFlags; cancellable: PGCancellable; error: PPGError) : PGFileEnumerator; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_enumerate_children( @ self, attributes, flags, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGFile. enumerate_children_async( attributes: Pgchar; flags: TGFileQueryInfoFlags; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_file_enumerate_children_async( @ self, attributes, flags, io_priority, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGFile. enumerate_children_finish( res: PGAsyncResult; error: PPGError) : PGFileEnumerator; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_enumerate_children_finish( @ self, res, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGFile. equal( file2: PGFile) : gboolean; cdecl ;
begin
Result : = Gio2. g_file_equal( @ self, file2) ;
end ;
2014-01-06 17:53:09 +00:00
function TGFile. find_enclosing_mount( cancellable: PGCancellable; error: PPGError) : PGMount; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_find_enclosing_mount( @ self, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGFile. find_enclosing_mount_async( io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_file_find_enclosing_mount_async( @ self, io_priority, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGFile. find_enclosing_mount_finish( res: PGAsyncResult; error: PPGError) : PGMount; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_find_enclosing_mount_finish( @ self, res, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGFile. get_basename: Pgchar; cdecl ;
begin
Result : = Gio2. g_file_get_basename( @ self) ;
end ;
function TGFile. get_child( name : Pgchar) : PGFile; cdecl ;
begin
Result : = Gio2. g_file_get_child( @ self, name ) ;
end ;
2014-01-06 17:53:09 +00:00
function TGFile. get_child_for_display_name( display_name: Pgchar; error: PPGError) : PGFile; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_get_child_for_display_name( @ self, display_name, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGFile. get_parent: PGFile; cdecl ;
begin
Result : = Gio2. g_file_get_parent( @ self) ;
end ;
function TGFile. get_parse_name: Pgchar; cdecl ;
begin
Result : = Gio2. g_file_get_parse_name( @ self) ;
end ;
function TGFile. get_path: Pgchar; cdecl ;
begin
Result : = Gio2. g_file_get_path( @ self) ;
end ;
function TGFile. get_relative_path( descendant: PGFile) : Pgchar; cdecl ;
begin
Result : = Gio2. g_file_get_relative_path( @ self, descendant) ;
end ;
function TGFile. get_uri: Pgchar; cdecl ;
begin
Result : = Gio2. g_file_get_uri( @ self) ;
end ;
function TGFile. get_uri_scheme: Pgchar; cdecl ;
begin
Result : = Gio2. g_file_get_uri_scheme( @ self) ;
end ;
function TGFile. has_parent( parent: PGFile) : gboolean; cdecl ;
begin
Result : = Gio2. g_file_has_parent( @ self, parent) ;
end ;
function TGFile. has_prefix( prefix: PGFile) : gboolean; cdecl ;
begin
Result : = Gio2. g_file_has_prefix( @ self, prefix) ;
end ;
function TGFile. has_uri_scheme( uri_scheme: Pgchar) : gboolean; cdecl ;
begin
Result : = Gio2. g_file_has_uri_scheme( @ self, uri_scheme) ;
end ;
2012-08-26 21:38:16 +00:00
function TGFile. hash: guint; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2012-08-26 21:38:16 +00:00
Result : = Gio2. g_file_hash( @ self) ;
2011-09-22 00:28:15 +00:00
end ;
function TGFile. is_native: gboolean; cdecl ;
begin
Result : = Gio2. g_file_is_native( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGFile. load_contents( cancellable: PGCancellable; contents: PPgchar; length : Pgsize; etag_out: PPgchar; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_load_contents( @ self, cancellable, contents, length , etag_out, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGFile. load_contents_async( cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_file_load_contents_async( @ self, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGFile. load_contents_finish( res: PGAsyncResult; contents: PPgchar; length : Pgsize; etag_out: PPgchar; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_load_contents_finish( @ self, res, contents, length , etag_out, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGFile. load_partial_contents_async( cancellable: PGCancellable; read_more_callback: TGFileReadMoreCallback; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_file_load_partial_contents_async( @ self, cancellable, read_more_callback, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGFile. load_partial_contents_finish( res: PGAsyncResult; contents: PPgchar; length : Pgsize; etag_out: PPgchar; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_load_partial_contents_finish( @ self, res, contents, length , etag_out, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGFile. make_directory( cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_make_directory( @ self, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGFile. make_directory_with_parents( cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_make_directory_with_parents( @ self, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGFile. make_symbolic_link( symlink_value: Pgchar; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_make_symbolic_link( @ self, symlink_value, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGFile. monitor( flags: TGFileMonitorFlags; cancellable: PGCancellable; error: PPGError) : PGFileMonitor; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_monitor( @ self, flags, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGFile. monitor_directory( flags: TGFileMonitorFlags; cancellable: PGCancellable; error: PPGError) : PGFileMonitor; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_monitor_directory( @ self, flags, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGFile. monitor_file( flags: TGFileMonitorFlags; cancellable: PGCancellable; error: PPGError) : PGFileMonitor; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_monitor_file( @ self, flags, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGFile. mount_enclosing_volume( flags: TGMountMountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_file_mount_enclosing_volume( @ self, flags, mount_operation, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGFile. mount_enclosing_volume_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_mount_enclosing_volume_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGFile. mount_mountable( flags: TGMountMountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_file_mount_mountable( @ self, flags, mount_operation, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGFile. mount_mountable_finish( result_: PGAsyncResult; error: PPGError) : PGFile; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_mount_mountable_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGFile. move( destination: PGFile; flags: TGFileCopyFlags; cancellable: PGCancellable; progress_callback: TGFileProgressCallback; progress_callback_data: gpointer; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_move( @ self, destination, flags, cancellable, progress_callback, progress_callback_data, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGFile. open_readwrite( cancellable: PGCancellable; error: PPGError) : PGFileIOStream; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_open_readwrite( @ self, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGFile. open_readwrite_async( io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_file_open_readwrite_async( @ self, io_priority, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGFile. open_readwrite_finish( res: PGAsyncResult; error: PPGError) : PGFileIOStream; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_open_readwrite_finish( @ self, res, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGFile. poll_mountable( cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_file_poll_mountable( @ self, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGFile. poll_mountable_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_poll_mountable_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGFile. query_default_handler( cancellable: PGCancellable; error: PPGError) : PGAppInfo; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_query_default_handler( @ self, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGFile. query_exists( cancellable: PGCancellable) : gboolean; cdecl ;
begin
Result : = Gio2. g_file_query_exists( @ self, cancellable) ;
end ;
function TGFile. query_file_type( flags: TGFileQueryInfoFlags; cancellable: PGCancellable) : TGFileType; cdecl ;
begin
Result : = Gio2. g_file_query_file_type( @ self, flags, cancellable) ;
end ;
2014-01-06 17:53:09 +00:00
function TGFile. query_filesystem_info( attributes: Pgchar; cancellable: PGCancellable; error: PPGError) : PGFileInfo; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_query_filesystem_info( @ self, attributes, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGFile. query_filesystem_info_async( attributes: Pgchar; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_file_query_filesystem_info_async( @ self, attributes, io_priority, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGFile. query_filesystem_info_finish( res: PGAsyncResult; error: PPGError) : PGFileInfo; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_query_filesystem_info_finish( @ self, res, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGFile. query_info( attributes: Pgchar; flags: TGFileQueryInfoFlags; cancellable: PGCancellable; error: PPGError) : PGFileInfo; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_query_info( @ self, attributes, flags, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGFile. query_info_async( attributes: Pgchar; flags: TGFileQueryInfoFlags; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_file_query_info_async( @ self, attributes, flags, io_priority, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGFile. query_info_finish( res: PGAsyncResult; error: PPGError) : PGFileInfo; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_query_info_finish( @ self, res, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGFile. query_settable_attributes( cancellable: PGCancellable; error: PPGError) : PGFileAttributeInfoList; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_query_settable_attributes( @ self, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGFile. query_writable_namespaces( cancellable: PGCancellable; error: PPGError) : PGFileAttributeInfoList; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_query_writable_namespaces( @ self, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGFile. read( cancellable: PGCancellable; error: PPGError) : PGFileInputStream; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_read( @ self, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGFile. read_async( io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_file_read_async( @ self, io_priority, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGFile. read_finish( res: PGAsyncResult; error: PPGError) : PGFileInputStream; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_read_finish( @ self, res, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGFile. replace( etag: Pgchar; make_backup: gboolean; flags: TGFileCreateFlags; cancellable: PGCancellable; error: PPGError) : PGFileOutputStream; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_replace( @ self, etag, make_backup, flags, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGFile. replace_async( etag: Pgchar; make_backup: gboolean; flags: TGFileCreateFlags; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_file_replace_async( @ self, etag, make_backup, flags, io_priority, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGFile. replace_contents( contents: Pgchar; length : gsize; etag: Pgchar; make_backup: gboolean; flags: TGFileCreateFlags; new_etag: PPgchar; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_replace_contents( @ self, contents, length , etag, make_backup, flags, new_etag, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2011-09-24 21:31:51 +00:00
procedure TGFile. replace_contents_async( contents: Pgchar; length : gsize; etag: Pgchar; make_backup: gboolean; flags: TGFileCreateFlags; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2011-09-22 00:28:15 +00:00
begin
Gio2. g_file_replace_contents_async( @ self, contents, length , etag, make_backup, flags, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGFile. replace_contents_finish( res: PGAsyncResult; new_etag: PPgchar; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_replace_contents_finish( @ self, res, new_etag, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGFile. replace_finish( res: PGAsyncResult; error: PPGError) : PGFileOutputStream; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_replace_finish( @ self, res, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGFile. replace_readwrite( etag: Pgchar; make_backup: gboolean; flags: TGFileCreateFlags; cancellable: PGCancellable; error: PPGError) : PGFileIOStream; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_replace_readwrite( @ self, etag, make_backup, flags, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGFile. replace_readwrite_async( etag: Pgchar; make_backup: gboolean; flags: TGFileCreateFlags; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_file_replace_readwrite_async( @ self, etag, make_backup, flags, io_priority, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGFile. replace_readwrite_finish( res: PGAsyncResult; error: PPGError) : PGFileIOStream; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_replace_readwrite_finish( @ self, res, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGFile. resolve_relative_path( relative_path: Pgchar) : PGFile; cdecl ;
begin
Result : = Gio2. g_file_resolve_relative_path( @ self, relative_path) ;
end ;
2014-01-06 17:53:09 +00:00
function TGFile. set_attribute( attribute: Pgchar; type_: TGFileAttributeType; value_p: gpointer; flags: TGFileQueryInfoFlags; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_set_attribute( @ self, attribute, type_, value_p, flags, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGFile. set_attribute_byte_string( attribute: Pgchar; value: Pgchar; flags: TGFileQueryInfoFlags; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_set_attribute_byte_string( @ self, attribute, value, flags, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGFile. set_attribute_int32( attribute: Pgchar; value: gint32; flags: TGFileQueryInfoFlags; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_set_attribute_int32( @ self, attribute, value, flags, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGFile. set_attribute_int64( attribute: Pgchar; value: gint64; flags: TGFileQueryInfoFlags; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_set_attribute_int64( @ self, attribute, value, flags, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGFile. set_attribute_string( attribute: Pgchar; value: Pgchar; flags: TGFileQueryInfoFlags; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_set_attribute_string( @ self, attribute, value, flags, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGFile. set_attribute_uint32( attribute: Pgchar; value: guint32; flags: TGFileQueryInfoFlags; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_set_attribute_uint32( @ self, attribute, value, flags, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGFile. set_attribute_uint64( attribute: Pgchar; value: guint64; flags: TGFileQueryInfoFlags; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_set_attribute_uint64( @ self, attribute, value, flags, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGFile. set_attributes_async( info: PGFileInfo; flags: TGFileQueryInfoFlags; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_file_set_attributes_async( @ self, info, flags, io_priority, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGFile. set_attributes_finish( result_: PGAsyncResult; info: PPGFileInfo; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_set_attributes_finish( @ self, result_, info, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGFile. set_attributes_from_info( info: PGFileInfo; flags: TGFileQueryInfoFlags; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_set_attributes_from_info( @ self, info, flags, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGFile. set_display_name( display_name: Pgchar; cancellable: PGCancellable; error: PPGError) : PGFile; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_set_display_name( @ self, display_name, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGFile. set_display_name_async( display_name: Pgchar; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_file_set_display_name_async( @ self, display_name, io_priority, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGFile. set_display_name_finish( res: PGAsyncResult; error: PPGError) : PGFile; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_set_display_name_finish( @ self, res, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGFile. start_mountable( flags: TGDriveStartFlags; start_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_file_start_mountable( @ self, flags, start_operation, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGFile. start_mountable_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_start_mountable_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGFile. stop_mountable( flags: TGMountUnmountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_file_stop_mountable( @ self, flags, mount_operation, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGFile. stop_mountable_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_stop_mountable_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGFile. supports_thread_contexts: gboolean; cdecl ;
begin
Result : = Gio2. g_file_supports_thread_contexts( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGFile. trash( cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_trash( @ self, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGFile. unmount_mountable_with_operation( flags: TGMountUnmountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_file_unmount_mountable_with_operation( @ self, flags, mount_operation, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGFile. unmount_mountable_with_operation_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_unmount_mountable_with_operation_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGCancellable. new: PGCancellable; cdecl ;
begin
Result : = Gio2. g_cancellable_new( ) ;
end ;
function TGCancellable. get_current: PGCancellable; cdecl ;
begin
Result : = Gio2. g_cancellable_get_current( ) ;
end ;
procedure TGCancellable. cancel; cdecl ;
begin
Gio2. g_cancellable_cancel( @ self) ;
end ;
function TGCancellable. connect( callback: TGCallback; data: gpointer; data_destroy_func: TGDestroyNotify) : gulong; cdecl ;
begin
Result : = Gio2. g_cancellable_connect( @ self, callback, data, data_destroy_func) ;
end ;
procedure TGCancellable. disconnect( handler_id: gulong) ; cdecl ;
begin
Gio2. g_cancellable_disconnect( @ self, handler_id) ;
end ;
function TGCancellable. get_fd: gint; cdecl ;
begin
Result : = Gio2. g_cancellable_get_fd( @ self) ;
end ;
function TGCancellable. is_cancelled: gboolean; cdecl ;
begin
Result : = Gio2. g_cancellable_is_cancelled( @ self) ;
end ;
function TGCancellable. make_pollfd( pollfd: PGPollFD) : gboolean; cdecl ;
begin
Result : = Gio2. g_cancellable_make_pollfd( @ self, pollfd) ;
end ;
procedure TGCancellable. pop_current; cdecl ;
begin
Gio2. g_cancellable_pop_current( @ self) ;
end ;
procedure TGCancellable. push_current; cdecl ;
begin
Gio2. g_cancellable_push_current( @ self) ;
end ;
procedure TGCancellable. release_fd; cdecl ;
begin
Gio2. g_cancellable_release_fd( @ self) ;
end ;
procedure TGCancellable. reset; cdecl ;
begin
Gio2. g_cancellable_reset( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGCancellable. set_error_if_cancelled( error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_cancellable_set_error_if_cancelled( @ self, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGCancellable. source_new: PGSource; cdecl ;
begin
Result : = Gio2. g_cancellable_source_new( @ self) ;
end ;
procedure TGInputStream. clear_pending; cdecl ;
begin
Gio2. g_input_stream_clear_pending( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGInputStream. close( cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_input_stream_close( @ self, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGInputStream. close_async( io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_input_stream_close_async( @ self, io_priority, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGInputStream. close_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_input_stream_close_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGInputStream. has_pending: gboolean; cdecl ;
begin
Result : = Gio2. g_input_stream_has_pending( @ self) ;
end ;
function TGInputStream. is_closed: gboolean; cdecl ;
begin
Result : = Gio2. g_input_stream_is_closed( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGInputStream. read( buffer: Pguint8; count: gsize; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_input_stream_read( @ self, buffer, count, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGInputStream. read_all( buffer: Pguint8; count: gsize; bytes_read: Pgsize; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_input_stream_read_all( @ self, buffer, count, bytes_read, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
procedure TGInputStream. read_async( buffer: Pguint8; count: gsize; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2011-09-22 00:28:15 +00:00
begin
Gio2. g_input_stream_read_async( @ self, buffer, count, io_priority, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGInputStream. read_bytes( count: gsize; cancellable: PGCancellable; error: PPGError) : PGBytes; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_input_stream_read_bytes( @ self, count, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
procedure TGInputStream. read_bytes_async( count: gsize; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Gio2. g_input_stream_read_bytes_async( @ self, count, io_priority, cancellable, callback, user_data) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGInputStream. read_bytes_finish( result_: PGAsyncResult; error: PPGError) : PGBytes; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_input_stream_read_bytes_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGInputStream. read_finish( result_: PGAsyncResult; error: PPGError) : gssize; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_input_stream_read_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGInputStream. set_pending( error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_input_stream_set_pending( @ self, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGInputStream. skip( count: gsize; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_input_stream_skip( @ self, count, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
procedure TGInputStream. skip_async( count: gsize; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Gio2. g_input_stream_skip_async( @ self, count, io_priority, cancellable, callback, user_data) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGInputStream. skip_finish( result_: PGAsyncResult; error: PPGError) : gssize; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_input_stream_skip_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
procedure TGAsyncInitable. newv_async( object_type: TGType; n_parameters: guint; parameters: PGParameter; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Gio2. g_async_initable_newv_async( object_type, n_parameters, parameters, io_priority, cancellable, callback, user_data) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
procedure TGAsyncInitable. init_async( io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Gio2. g_async_initable_init_async( @ self, io_priority, cancellable, callback, user_data) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGAsyncInitable. init_finish( res: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_async_initable_init_finish( @ self, res, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGAsyncInitable. new_finish( res: PGAsyncResult; error: PPGError) : PGObject; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_async_initable_new_finish( @ self, res, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGAsyncResult. get_source_object: PGObject; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_async_result_get_source_object( @ self) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGAsyncResult. get_user_data: gpointer; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_async_result_get_user_data( @ self) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGAsyncResult. is_tagged( source_tag: gpointer) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_async_result_is_tagged( @ self, source_tag) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGAsyncResult. legacy_propagate_error( error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_async_result_legacy_propagate_error( @ self, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGSeekable. can_seek: gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_seekable_can_seek( @ self) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGSeekable. can_truncate: gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_seekable_can_truncate( @ self) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGSeekable. seek( offset: gint64; type_: TGSeekType; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_seekable_seek( @ self, offset, type_, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGSeekable. tell: gint64; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_seekable_tell( @ self) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGSeekable. truncate( offset: gint64; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_seekable_truncate( @ self, offset, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGFilterInputStream. get_base_stream: PGInputStream; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_filter_input_stream_get_base_stream( @ self) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGFilterInputStream. get_close_base_stream: gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_filter_input_stream_get_close_base_stream( @ self) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
procedure TGFilterInputStream. set_close_base_stream( close_base: gboolean) ; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Gio2. g_filter_input_stream_set_close_base_stream( @ self, close_base) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGBufferedInputStream. new( base_stream: PGInputStream) : PGBufferedInputStream; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_buffered_input_stream_new( base_stream) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGBufferedInputStream. new_sized( base_stream: PGInputStream; size: gsize) : PGBufferedInputStream; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_buffered_input_stream_new_sized( base_stream, size) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGBufferedInputStream. fill( count: gssize; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_buffered_input_stream_fill( @ self, count, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
procedure TGBufferedInputStream. fill_async( count: gssize; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Gio2. g_buffered_input_stream_fill_async( @ self, count, io_priority, cancellable, callback, user_data) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGBufferedInputStream. fill_finish( result_: PGAsyncResult; error: PPGError) : gssize; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_buffered_input_stream_fill_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGBufferedInputStream. get_available: gsize; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_buffered_input_stream_get_available( @ self) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGBufferedInputStream. get_buffer_size: gsize; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_buffered_input_stream_get_buffer_size( @ self) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGBufferedInputStream. peek( buffer: Pguint8; offset: gsize; count: gsize) : gsize; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_buffered_input_stream_peek( @ self, buffer, offset, count) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGBufferedInputStream. peek_buffer( count: Pgsize) : Pguint8; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_buffered_input_stream_peek_buffer( @ self, count) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGBufferedInputStream. read_byte( cancellable: PGCancellable; error: PPGError) : gint; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_buffered_input_stream_read_byte( @ self, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
procedure TGBufferedInputStream. set_buffer_size( size: gsize) ; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Gio2. g_buffered_input_stream_set_buffer_size( @ self, size) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
procedure TGOutputStream. clear_pending; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Gio2. g_output_stream_clear_pending( @ self) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGOutputStream. close( cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_output_stream_close( @ self, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
procedure TGOutputStream. close_async( io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Gio2. g_output_stream_close_async( @ self, io_priority, cancellable, callback, user_data) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGOutputStream. close_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_output_stream_close_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGOutputStream. flush( cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_output_stream_flush( @ self, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
procedure TGOutputStream. flush_async( io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Gio2. g_output_stream_flush_async( @ self, io_priority, cancellable, callback, user_data) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGOutputStream. flush_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_output_stream_flush_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGOutputStream. has_pending: gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_output_stream_has_pending( @ self) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGOutputStream. is_closed: gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_output_stream_is_closed( @ self) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGOutputStream. is_closing: gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_output_stream_is_closing( @ self) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGOutputStream. set_pending( error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_output_stream_set_pending( @ self, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGOutputStream. splice( source: PGInputStream; flags: TGOutputStreamSpliceFlags; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ;
2012-08-26 21:38:16 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_output_stream_splice( @ self, source, flags, cancellable, error) ;
2012-08-26 21:38:16 +00:00
end ;
2014-01-06 17:53:09 +00:00
procedure TGOutputStream. splice_async( source: PGInputStream; flags: TGOutputStreamSpliceFlags; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2012-08-26 21:38:16 +00:00
begin
2014-01-06 17:53:09 +00:00
Gio2. g_output_stream_splice_async( @ self, source, flags, io_priority, cancellable, callback, user_data) ;
2012-08-26 21:38:16 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGOutputStream. splice_finish( result_: PGAsyncResult; error: PPGError) : gssize; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_output_stream_splice_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGOutputStream. write( buffer: Pguint8; count: gsize; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_output_stream_write( @ self, buffer, count, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGOutputStream. write_all( buffer: Pguint8; count: gsize; bytes_written: Pgsize; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_output_stream_write_all( @ self, buffer, count, bytes_written, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
procedure TGOutputStream. write_async( buffer: Pguint8; count: gsize; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Gio2. g_output_stream_write_async( @ self, buffer, count, io_priority, cancellable, callback, user_data) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGOutputStream. write_bytes( bytes: PGBytes; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_output_stream_write_bytes( @ self, bytes, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
procedure TGOutputStream. write_bytes_async( bytes: PGBytes; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Gio2. g_output_stream_write_bytes_async( @ self, bytes, io_priority, cancellable, callback, user_data) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGOutputStream. write_bytes_finish( result_: PGAsyncResult; error: PPGError) : gssize; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_output_stream_write_bytes_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGOutputStream. write_finish( result_: PGAsyncResult; error: PPGError) : gssize; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_output_stream_write_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGFilterOutputStream. get_base_stream: PGOutputStream; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_filter_output_stream_get_base_stream( @ self) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGFilterOutputStream. get_close_base_stream: gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_filter_output_stream_get_close_base_stream( @ self) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
procedure TGFilterOutputStream. set_close_base_stream( close_base: gboolean) ; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Gio2. g_filter_output_stream_set_close_base_stream( @ self, close_base) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGBufferedOutputStream. new( base_stream: PGOutputStream) : PGBufferedOutputStream; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_buffered_output_stream_new( base_stream) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGBufferedOutputStream. new_sized( base_stream: PGOutputStream; size: gsize) : PGBufferedOutputStream; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_buffered_output_stream_new_sized( base_stream, size) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGBufferedOutputStream. get_auto_grow: gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_buffered_output_stream_get_auto_grow( @ self) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGBufferedOutputStream. get_buffer_size: gsize; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_buffered_output_stream_get_buffer_size( @ self) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
procedure TGBufferedOutputStream. set_auto_grow( auto_grow: gboolean) ; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Gio2. g_buffered_output_stream_set_auto_grow( @ self, auto_grow) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
procedure TGBufferedOutputStream. set_buffer_size( size: gsize) ; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Gio2. g_buffered_output_stream_set_buffer_size( @ self, size) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGConverter. convert( inbuf: Pguint8; inbuf_size: gsize; outbuf: Pgpointer; outbuf_size: gsize; flags: TGConverterFlags; bytes_read: Pgsize; bytes_written: Pgsize; error: PPGError) : TGConverterResult; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_converter_convert( @ self, inbuf, inbuf_size, outbuf, outbuf_size, flags, bytes_read, bytes_written, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
procedure TGConverter. reset; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Gio2. g_converter_reset( @ self) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGInitable. newv( object_type: TGType; n_parameters: guint; parameters: PGParameter; cancellable: PGCancellable; error: PPGError) : PGObject; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_initable_newv( object_type, n_parameters, parameters, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGInitable. init( cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_initable_init( @ self, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGCharsetConverter. new( to_charset: Pgchar; from_charset: Pgchar; error: PPGError) : PGCharsetConverter; cdecl ;
2012-08-26 21:38:16 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_charset_converter_new( to_charset, from_charset, error) ;
2012-08-26 21:38:16 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGCharsetConverter. get_num_fallbacks: guint; cdecl ;
2012-08-26 21:38:16 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_charset_converter_get_num_fallbacks( @ self) ;
2012-08-26 21:38:16 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGCharsetConverter. get_use_fallback: gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_charset_converter_get_use_fallback( @ self) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
procedure TGCharsetConverter. set_use_fallback( use_fallback: gboolean) ; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Gio2. g_charset_converter_set_use_fallback( @ self, use_fallback) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGPollableInputStream. can_poll: gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_pollable_input_stream_can_poll( @ self) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGPollableInputStream. create_source( cancellable: PGCancellable) : PGSource; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_pollable_input_stream_create_source( @ self, cancellable) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGPollableInputStream. is_readable: gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_pollable_input_stream_is_readable( @ self) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGPollableInputStream. read_nonblocking( buffer: Pgpointer; count: gsize; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_pollable_input_stream_read_nonblocking( @ self, buffer, count, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGConverterInputStream. new( base_stream: PGInputStream; converter: PGConverter) : PGConverterInputStream; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_converter_input_stream_new( base_stream, converter) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGConverterInputStream. get_converter: PGConverter; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_converter_input_stream_get_converter( @ self) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGPollableOutputStream. can_poll: gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_pollable_output_stream_can_poll( @ self) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGPollableOutputStream. create_source( cancellable: PGCancellable) : PGSource; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_pollable_output_stream_create_source( @ self, cancellable) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGPollableOutputStream. is_writable: gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_pollable_output_stream_is_writable( @ self) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGPollableOutputStream. write_nonblocking( buffer: Pguint8; count: gsize; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_pollable_output_stream_write_nonblocking( @ self, buffer, count, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGConverterOutputStream. new( base_stream: PGOutputStream; converter: PGConverter) : PGConverterOutputStream; cdecl ;
begin
Result : = Gio2. g_converter_output_stream_new( base_stream, converter) ;
end ;
function TGConverterOutputStream. get_converter: PGConverter; cdecl ;
begin
Result : = Gio2. g_converter_output_stream_get_converter( @ self) ;
end ;
function TGCredentials. new: PGCredentials; cdecl ;
begin
Result : = Gio2. g_credentials_new( ) ;
end ;
function TGCredentials. get_native( native_type: TGCredentialsType) : gpointer; cdecl ;
begin
Result : = Gio2. g_credentials_get_native( @ self, native_type) ;
end ;
2014-01-06 17:53:09 +00:00
function TGCredentials. get_unix_pid( error: PPGError) : gint; cdecl ;
begin
Result : = Gio2. g_credentials_get_unix_pid( @ self, error) ;
end ;
function TGCredentials. get_unix_user( error: PPGError) : guint; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_credentials_get_unix_user( @ self, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGCredentials. is_same_user( other_credentials: PGCredentials; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_credentials_is_same_user( @ self, other_credentials, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGCredentials. set_native( native_type: TGCredentialsType; native: gpointer) ; cdecl ;
begin
Gio2. g_credentials_set_native( @ self, native_type, native) ;
end ;
2014-01-06 17:53:09 +00:00
function TGCredentials. set_unix_user( uid: guint; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_credentials_set_unix_user( @ self, uid, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGCredentials. to_string: Pgchar; cdecl ;
begin
Result : = Gio2. g_credentials_to_string( @ self) ;
end ;
2012-08-26 21:38:16 +00:00
procedure TGRemoteActionGroup. activate_action_full( action_name: Pgchar; parameter: PGVariant; platform_data: PGVariant) ; cdecl ;
begin
Gio2. g_remote_action_group_activate_action_full( @ self, action_name, parameter, platform_data) ;
end ;
procedure TGRemoteActionGroup. change_action_state_full( action_name: Pgchar; value: PGVariant; platform_data: PGVariant) ; cdecl ;
begin
Gio2. g_remote_action_group_change_action_state_full( @ self, action_name, value, platform_data) ;
end ;
function TGDBusActionGroup. get( connection: PGDBusConnection; bus_name: Pgchar; object_path: Pgchar) : PGDBusActionGroup; cdecl ;
begin
Result : = Gio2. g_dbus_action_group_get( connection, bus_name, object_path) ;
end ;
2011-09-22 00:28:15 +00:00
function TGDBusAnnotationInfo. ref: PGDBusAnnotationInfo; cdecl ;
begin
Result : = Gio2. g_dbus_annotation_info_ref( @ self) ;
end ;
procedure TGDBusAnnotationInfo. unref; cdecl ;
begin
Gio2. g_dbus_annotation_info_unref( @ self) ;
end ;
function TGDBusAnnotationInfo. lookup( annotations: PPGDBusAnnotationInfo; name : Pgchar) : Pgchar; cdecl ;
begin
Result : = Gio2. g_dbus_annotation_info_lookup( annotations, name ) ;
end ;
function TGDBusArgInfo. ref: PGDBusArgInfo; cdecl ;
begin
Result : = Gio2. g_dbus_arg_info_ref( @ self) ;
end ;
procedure TGDBusArgInfo. unref; cdecl ;
begin
Gio2. g_dbus_arg_info_unref( @ self) ;
end ;
function TGDBusAuthObserver. new: PGDBusAuthObserver; cdecl ;
begin
Result : = Gio2. g_dbus_auth_observer_new( ) ;
end ;
2014-01-06 17:53:09 +00:00
function TGDBusAuthObserver. allow_mechanism( mechanism: Pgchar) : gboolean; cdecl ;
begin
Result : = Gio2. g_dbus_auth_observer_allow_mechanism( @ self, mechanism) ;
end ;
2011-09-22 00:28:15 +00:00
function TGDBusAuthObserver. authorize_authenticated_peer( stream: PGIOStream; credentials: PGCredentials) : gboolean; cdecl ;
begin
Result : = Gio2. g_dbus_auth_observer_authorize_authenticated_peer( @ self, stream, credentials) ;
end ;
2014-01-06 17:53:09 +00:00
function TGIOStream. splice_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_io_stream_splice_finish( result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGIOStream. clear_pending; cdecl ;
begin
Gio2. g_io_stream_clear_pending( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGIOStream. close( cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_io_stream_close( @ self, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGIOStream. close_async( io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_io_stream_close_async( @ self, io_priority, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGIOStream. close_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_io_stream_close_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGIOStream. get_input_stream: PGInputStream; cdecl ;
begin
Result : = Gio2. g_io_stream_get_input_stream( @ self) ;
end ;
function TGIOStream. get_output_stream: PGOutputStream; cdecl ;
begin
Result : = Gio2. g_io_stream_get_output_stream( @ self) ;
end ;
function TGIOStream. has_pending: gboolean; cdecl ;
begin
Result : = Gio2. g_io_stream_has_pending( @ self) ;
end ;
function TGIOStream. is_closed: gboolean; cdecl ;
begin
Result : = Gio2. g_io_stream_is_closed( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGIOStream. set_pending( error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_io_stream_set_pending( @ self, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGIOStream. splice_async( stream2: PGIOStream; flags: TGIOStreamSpliceFlags; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_io_stream_splice_async( @ self, stream2, flags, io_priority, cancellable, callback, user_data) ;
end ;
function TGUnixFDList. new: PGUnixFDList; cdecl ;
begin
Result : = Gio2. g_unix_fd_list_new( ) ;
end ;
function TGUnixFDList. new_from_array( fds: Pgint; n_fds: gint) : PGUnixFDList; cdecl ;
begin
Result : = Gio2. g_unix_fd_list_new_from_array( fds, n_fds) ;
end ;
2014-01-06 17:53:09 +00:00
function TGUnixFDList. append( fd: gint; error: PPGError) : gint; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_unix_fd_list_append( @ self, fd, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGUnixFDList. get( index_: gint; error: PPGError) : gint; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_unix_fd_list_get( @ self, index_, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGUnixFDList. get_length: gint; cdecl ;
begin
Result : = Gio2. g_unix_fd_list_get_length( @ self) ;
end ;
function TGUnixFDList. peek_fds( length : Pgint) : Pgint; cdecl ;
begin
Result : = Gio2. g_unix_fd_list_peek_fds( @ self, length ) ;
end ;
function TGUnixFDList. steal_fds( length : Pgint) : Pgint; cdecl ;
begin
Result : = Gio2. g_unix_fd_list_steal_fds( @ self, length ) ;
end ;
2012-08-26 21:38:16 +00:00
function TGMenuModel. get_item_attribute_value( item_index: gint; attribute: Pgchar; expected_type: PGVariantType) : PGVariant; cdecl ;
begin
Result : = Gio2. g_menu_model_get_item_attribute_value( @ self, item_index, attribute, expected_type) ;
end ;
function TGMenuModel. get_item_link( item_index: gint; link: Pgchar) : PGMenuModel; cdecl ;
begin
Result : = Gio2. g_menu_model_get_item_link( @ self, item_index, link) ;
end ;
function TGMenuModel. get_n_items: gint; cdecl ;
begin
Result : = Gio2. g_menu_model_get_n_items( @ self) ;
end ;
function TGMenuModel. is_mutable: gboolean; cdecl ;
begin
Result : = Gio2. g_menu_model_is_mutable( @ self) ;
end ;
procedure TGMenuModel. items_changed( position: gint; removed: gint; added: gint) ; cdecl ;
begin
Gio2. g_menu_model_items_changed( @ self, position, removed, added) ;
end ;
function TGMenuModel. iterate_item_attributes( item_index: gint) : PGMenuAttributeIter; cdecl ;
begin
Result : = Gio2. g_menu_model_iterate_item_attributes( @ self, item_index) ;
end ;
function TGMenuModel. iterate_item_links( item_index: gint) : PGMenuLinkIter; cdecl ;
begin
Result : = Gio2. g_menu_model_iterate_item_links( @ self, item_index) ;
end ;
2011-09-22 00:28:15 +00:00
procedure TGDBusInterfaceInfo. cache_build; cdecl ;
begin
Gio2. g_dbus_interface_info_cache_build( @ self) ;
end ;
procedure TGDBusInterfaceInfo. cache_release; cdecl ;
begin
Gio2. g_dbus_interface_info_cache_release( @ self) ;
end ;
procedure TGDBusInterfaceInfo. generate_xml( indent: guint; string_builder: PGString) ; cdecl ;
begin
Gio2. g_dbus_interface_info_generate_xml( @ self, indent, string_builder) ;
end ;
function TGDBusInterfaceInfo. lookup_method( name : Pgchar) : PGDBusMethodInfo; cdecl ;
begin
Result : = Gio2. g_dbus_interface_info_lookup_method( @ self, name ) ;
end ;
function TGDBusInterfaceInfo. lookup_property( name : Pgchar) : PGDBusPropertyInfo; cdecl ;
begin
Result : = Gio2. g_dbus_interface_info_lookup_property( @ self, name ) ;
end ;
function TGDBusInterfaceInfo. lookup_signal( name : Pgchar) : PGDBusSignalInfo; cdecl ;
begin
Result : = Gio2. g_dbus_interface_info_lookup_signal( @ self, name ) ;
end ;
function TGDBusInterfaceInfo. ref: PGDBusInterfaceInfo; cdecl ;
begin
Result : = Gio2. g_dbus_interface_info_ref( @ self) ;
end ;
procedure TGDBusInterfaceInfo. unref; cdecl ;
begin
Gio2. g_dbus_interface_info_unref( @ self) ;
end ;
function TGDBusMessage. new: PGDBusMessage; cdecl ;
begin
Result : = Gio2. g_dbus_message_new( ) ;
end ;
2014-01-06 17:53:09 +00:00
function TGDBusMessage. new_from_blob( blob: Pguint8; blob_len: gsize; capabilities: TGDBusCapabilityFlags; error: PPGError) : PGDBusMessage; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_dbus_message_new_from_blob( blob, blob_len, capabilities, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGDBusMessage. new_method_call( name : Pgchar; path: Pgchar; interface_: Pgchar; method: Pgchar) : PGDBusMessage; cdecl ;
begin
Result : = Gio2. g_dbus_message_new_method_call( name , path, interface_, method) ;
end ;
function TGDBusMessage. new_signal( path: Pgchar; interface_: Pgchar; signal: Pgchar) : PGDBusMessage; cdecl ;
begin
Result : = Gio2. g_dbus_message_new_signal( path, interface_, signal) ;
end ;
2014-01-06 17:53:09 +00:00
function TGDBusMessage. bytes_needed( blob: Pguint8; blob_len: gsize; error: PPGError) : gssize; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_dbus_message_bytes_needed( blob, blob_len, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGDBusMessage. copy( error: PPGError) : PGDBusMessage; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_dbus_message_copy( @ self, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGDBusMessage. get_arg0: Pgchar; cdecl ;
begin
Result : = Gio2. g_dbus_message_get_arg0( @ self) ;
end ;
function TGDBusMessage. get_body: PGVariant; cdecl ;
begin
Result : = Gio2. g_dbus_message_get_body( @ self) ;
end ;
function TGDBusMessage. get_byte_order: TGDBusMessageByteOrder; cdecl ;
begin
Result : = Gio2. g_dbus_message_get_byte_order( @ self) ;
end ;
function TGDBusMessage. get_destination: Pgchar; cdecl ;
begin
Result : = Gio2. g_dbus_message_get_destination( @ self) ;
end ;
function TGDBusMessage. get_error_name: Pgchar; cdecl ;
begin
Result : = Gio2. g_dbus_message_get_error_name( @ self) ;
end ;
function TGDBusMessage. get_flags: TGDBusMessageFlags; cdecl ;
begin
Result : = Gio2. g_dbus_message_get_flags( @ self) ;
end ;
function TGDBusMessage. get_header( header_field: TGDBusMessageHeaderField) : PGVariant; cdecl ;
begin
Result : = Gio2. g_dbus_message_get_header( @ self, header_field) ;
end ;
function TGDBusMessage. get_header_fields: Pguint8; cdecl ;
begin
Result : = Gio2. g_dbus_message_get_header_fields( @ self) ;
end ;
function TGDBusMessage. get_interface: Pgchar; cdecl ;
begin
Result : = Gio2. g_dbus_message_get_interface( @ self) ;
end ;
function TGDBusMessage. get_locked: gboolean; cdecl ;
begin
Result : = Gio2. g_dbus_message_get_locked( @ self) ;
end ;
function TGDBusMessage. get_member: Pgchar; cdecl ;
begin
Result : = Gio2. g_dbus_message_get_member( @ self) ;
end ;
function TGDBusMessage. get_message_type: TGDBusMessageType; cdecl ;
begin
Result : = Gio2. g_dbus_message_get_message_type( @ self) ;
end ;
function TGDBusMessage. get_num_unix_fds: guint32; cdecl ;
begin
Result : = Gio2. g_dbus_message_get_num_unix_fds( @ self) ;
end ;
function TGDBusMessage. get_path: Pgchar; cdecl ;
begin
Result : = Gio2. g_dbus_message_get_path( @ self) ;
end ;
function TGDBusMessage. get_reply_serial: guint32; cdecl ;
begin
Result : = Gio2. g_dbus_message_get_reply_serial( @ self) ;
end ;
function TGDBusMessage. get_sender: Pgchar; cdecl ;
begin
Result : = Gio2. g_dbus_message_get_sender( @ self) ;
end ;
function TGDBusMessage. get_serial: guint32; cdecl ;
begin
Result : = Gio2. g_dbus_message_get_serial( @ self) ;
end ;
function TGDBusMessage. get_signature: Pgchar; cdecl ;
begin
Result : = Gio2. g_dbus_message_get_signature( @ self) ;
end ;
function TGDBusMessage. get_unix_fd_list: PGUnixFDList; cdecl ;
begin
Result : = Gio2. g_dbus_message_get_unix_fd_list( @ self) ;
end ;
procedure TGDBusMessage. lock; cdecl ;
begin
Gio2. g_dbus_message_lock( @ self) ;
end ;
function TGDBusMessage. new_method_error_literal( error_name: Pgchar; error_message: Pgchar) : PGDBusMessage; cdecl ;
begin
Result : = Gio2. g_dbus_message_new_method_error_literal( @ self, error_name, error_message) ;
end ;
function TGDBusMessage. new_method_reply: PGDBusMessage; cdecl ;
begin
Result : = Gio2. g_dbus_message_new_method_reply( @ self) ;
end ;
function TGDBusMessage. print( indent: guint) : Pgchar; cdecl ;
begin
Result : = Gio2. g_dbus_message_print( @ self, indent) ;
end ;
procedure TGDBusMessage. set_body( body: PGVariant) ; cdecl ;
begin
Gio2. g_dbus_message_set_body( @ self, body) ;
end ;
procedure TGDBusMessage. set_byte_order( byte_order: TGDBusMessageByteOrder) ; cdecl ;
begin
Gio2. g_dbus_message_set_byte_order( @ self, byte_order) ;
end ;
procedure TGDBusMessage. set_destination( value: Pgchar) ; cdecl ;
begin
Gio2. g_dbus_message_set_destination( @ self, value) ;
end ;
procedure TGDBusMessage. set_error_name( value: Pgchar) ; cdecl ;
begin
Gio2. g_dbus_message_set_error_name( @ self, value) ;
end ;
procedure TGDBusMessage. set_flags( flags: TGDBusMessageFlags) ; cdecl ;
begin
Gio2. g_dbus_message_set_flags( @ self, flags) ;
end ;
procedure TGDBusMessage. set_header( header_field: TGDBusMessageHeaderField; value: PGVariant) ; cdecl ;
begin
Gio2. g_dbus_message_set_header( @ self, header_field, value) ;
end ;
procedure TGDBusMessage. set_interface( value: Pgchar) ; cdecl ;
begin
Gio2. g_dbus_message_set_interface( @ self, value) ;
end ;
procedure TGDBusMessage. set_member( value: Pgchar) ; cdecl ;
begin
Gio2. g_dbus_message_set_member( @ self, value) ;
end ;
procedure TGDBusMessage. set_message_type( type_: TGDBusMessageType) ; cdecl ;
begin
Gio2. g_dbus_message_set_message_type( @ self, type_) ;
end ;
procedure TGDBusMessage. set_num_unix_fds( value: guint32) ; cdecl ;
begin
Gio2. g_dbus_message_set_num_unix_fds( @ self, value) ;
end ;
procedure TGDBusMessage. set_path( value: Pgchar) ; cdecl ;
begin
Gio2. g_dbus_message_set_path( @ self, value) ;
end ;
procedure TGDBusMessage. set_reply_serial( value: guint32) ; cdecl ;
begin
Gio2. g_dbus_message_set_reply_serial( @ self, value) ;
end ;
procedure TGDBusMessage. set_sender( value: Pgchar) ; cdecl ;
begin
Gio2. g_dbus_message_set_sender( @ self, value) ;
end ;
procedure TGDBusMessage. set_serial( serial: guint32) ; cdecl ;
begin
Gio2. g_dbus_message_set_serial( @ self, serial) ;
end ;
procedure TGDBusMessage. set_signature( value: Pgchar) ; cdecl ;
begin
Gio2. g_dbus_message_set_signature( @ self, value) ;
end ;
procedure TGDBusMessage. set_unix_fd_list( fd_list: PGUnixFDList) ; cdecl ;
begin
Gio2. g_dbus_message_set_unix_fd_list( @ self, fd_list) ;
end ;
2014-01-06 17:53:09 +00:00
function TGDBusMessage. to_blob( out_size: Pgsize; capabilities: TGDBusCapabilityFlags; error: PPGError) : Pguint8; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_dbus_message_to_blob( @ self, out_size, capabilities, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGDBusMessage. to_gerror( error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_dbus_message_to_gerror( @ self, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGDBusObject. get_interface( interface_name: Pgchar) : PGDBusInterface; cdecl ;
begin
Result : = Gio2. g_dbus_object_get_interface( @ self, interface_name) ;
end ;
function TGDBusObject. get_interfaces: PGList; cdecl ;
begin
Result : = Gio2. g_dbus_object_get_interfaces( @ self) ;
end ;
function TGDBusObject. get_object_path: Pgchar; cdecl ;
begin
Result : = Gio2. g_dbus_object_get_object_path( @ self) ;
end ;
2012-08-26 21:38:16 +00:00
function TGDBusInterface. dup_object: PGDBusObject; cdecl ;
begin
Result : = Gio2. g_dbus_interface_dup_object( @ self) ;
end ;
2011-09-22 00:28:15 +00:00
function TGDBusInterface. get_info: PGDBusInterfaceInfo; cdecl ;
begin
Result : = Gio2. g_dbus_interface_get_info( @ self) ;
end ;
function TGDBusInterface. get_object: PGDBusObject; cdecl ;
begin
Result : = Gio2. g_dbus_interface_get_object( @ self) ;
end ;
procedure TGDBusInterface. set_object( object_: PGDBusObject) ; cdecl ;
begin
Gio2. g_dbus_interface_set_object( @ self, object_) ;
end ;
function TGDBusMethodInfo. ref: PGDBusMethodInfo; cdecl ;
begin
Result : = Gio2. g_dbus_method_info_ref( @ self) ;
end ;
procedure TGDBusMethodInfo. unref; cdecl ;
begin
Gio2. g_dbus_method_info_unref( @ self) ;
end ;
function TGDBusSignalInfo. ref: PGDBusSignalInfo; cdecl ;
begin
Result : = Gio2. g_dbus_signal_info_ref( @ self) ;
end ;
procedure TGDBusSignalInfo. unref; cdecl ;
begin
Gio2. g_dbus_signal_info_unref( @ self) ;
end ;
function TGDBusPropertyInfo. ref: PGDBusPropertyInfo; cdecl ;
begin
Result : = Gio2. g_dbus_property_info_ref( @ self) ;
end ;
procedure TGDBusPropertyInfo. unref; cdecl ;
begin
Gio2. g_dbus_property_info_unref( @ self) ;
end ;
function TGDBusMethodInvocation. get_connection: PGDBusConnection; cdecl ;
begin
Result : = Gio2. g_dbus_method_invocation_get_connection( @ self) ;
end ;
function TGDBusMethodInvocation. get_interface_name: Pgchar; cdecl ;
begin
Result : = Gio2. g_dbus_method_invocation_get_interface_name( @ self) ;
end ;
function TGDBusMethodInvocation. get_message: PGDBusMessage; cdecl ;
begin
Result : = Gio2. g_dbus_method_invocation_get_message( @ self) ;
end ;
function TGDBusMethodInvocation. get_method_info: PGDBusMethodInfo; cdecl ;
begin
Result : = Gio2. g_dbus_method_invocation_get_method_info( @ self) ;
end ;
function TGDBusMethodInvocation. get_method_name: Pgchar; cdecl ;
begin
Result : = Gio2. g_dbus_method_invocation_get_method_name( @ self) ;
end ;
function TGDBusMethodInvocation. get_object_path: Pgchar; cdecl ;
begin
Result : = Gio2. g_dbus_method_invocation_get_object_path( @ self) ;
end ;
function TGDBusMethodInvocation. get_parameters: PGVariant; cdecl ;
begin
Result : = Gio2. g_dbus_method_invocation_get_parameters( @ self) ;
end ;
function TGDBusMethodInvocation. get_sender: Pgchar; cdecl ;
begin
Result : = Gio2. g_dbus_method_invocation_get_sender( @ self) ;
end ;
function TGDBusMethodInvocation. get_user_data: gpointer; cdecl ;
begin
Result : = Gio2. g_dbus_method_invocation_get_user_data( @ self) ;
end ;
procedure TGDBusMethodInvocation. return_dbus_error( error_name: Pgchar; error_message: Pgchar) ; cdecl ;
begin
Gio2. g_dbus_method_invocation_return_dbus_error( @ self, error_name, error_message) ;
end ;
procedure TGDBusMethodInvocation. return_error_literal( domain: TGQuark; code: gint; message : Pgchar) ; cdecl ;
begin
Gio2. g_dbus_method_invocation_return_error_literal( @ self, domain, code, message ) ;
end ;
procedure TGDBusMethodInvocation. return_gerror( error: PGError) ; cdecl ;
begin
Gio2. g_dbus_method_invocation_return_gerror( @ self, error) ;
end ;
procedure TGDBusMethodInvocation. return_value( parameters: PGVariant) ; cdecl ;
begin
Gio2. g_dbus_method_invocation_return_value( @ self, parameters) ;
end ;
procedure TGDBusMethodInvocation. return_value_with_unix_fd_list( parameters: PGVariant; fd_list: PGUnixFDList) ; cdecl ;
begin
Gio2. g_dbus_method_invocation_return_value_with_unix_fd_list( @ self, parameters, fd_list) ;
end ;
procedure TGDBusMethodInvocation. take_error( error: PGError) ; cdecl ;
begin
Gio2. g_dbus_method_invocation_take_error( @ self, error) ;
end ;
2014-01-06 17:53:09 +00:00
function TGDBusInterfaceSkeleton. export( connection: PGDBusConnection; object_path: Pgchar; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_dbus_interface_skeleton_export( @ self, connection, object_path, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGDBusInterfaceSkeleton. flush; cdecl ;
begin
Gio2. g_dbus_interface_skeleton_flush( @ self) ;
end ;
function TGDBusInterfaceSkeleton. get_connection: PGDBusConnection; cdecl ;
begin
Result : = Gio2. g_dbus_interface_skeleton_get_connection( @ self) ;
end ;
2012-08-26 21:38:16 +00:00
function TGDBusInterfaceSkeleton. get_connections: PGList; cdecl ;
begin
Result : = Gio2. g_dbus_interface_skeleton_get_connections( @ self) ;
end ;
2011-09-22 00:28:15 +00:00
function TGDBusInterfaceSkeleton. get_flags: TGDBusInterfaceSkeletonFlags; cdecl ;
begin
Result : = Gio2. g_dbus_interface_skeleton_get_flags( @ self) ;
end ;
function TGDBusInterfaceSkeleton. get_info: PGDBusInterfaceInfo; cdecl ;
begin
Result : = Gio2. g_dbus_interface_skeleton_get_info( @ self) ;
end ;
function TGDBusInterfaceSkeleton. get_object_path: Pgchar; cdecl ;
begin
Result : = Gio2. g_dbus_interface_skeleton_get_object_path( @ self) ;
end ;
function TGDBusInterfaceSkeleton. get_properties: PGVariant; cdecl ;
begin
Result : = Gio2. g_dbus_interface_skeleton_get_properties( @ self) ;
end ;
function TGDBusInterfaceSkeleton. get_vtable: PGDBusInterfaceVTable; cdecl ;
begin
Result : = Gio2. g_dbus_interface_skeleton_get_vtable( @ self) ;
end ;
2012-08-26 21:38:16 +00:00
function TGDBusInterfaceSkeleton. has_connection( connection: PGDBusConnection) : gboolean; cdecl ;
begin
Result : = Gio2. g_dbus_interface_skeleton_has_connection( @ self, connection) ;
end ;
2011-09-22 00:28:15 +00:00
procedure TGDBusInterfaceSkeleton. set_flags( flags: TGDBusInterfaceSkeletonFlags) ; cdecl ;
begin
Gio2. g_dbus_interface_skeleton_set_flags( @ self, flags) ;
end ;
procedure TGDBusInterfaceSkeleton. unexport; cdecl ;
begin
Gio2. g_dbus_interface_skeleton_unexport( @ self) ;
end ;
2012-08-26 21:38:16 +00:00
procedure TGDBusInterfaceSkeleton. unexport_from_connection( connection: PGDBusConnection) ; cdecl ;
begin
Gio2. g_dbus_interface_skeleton_unexport_from_connection( @ self, connection) ;
end ;
function TGDBusMenuModel. get( connection: PGDBusConnection; bus_name: Pgchar; object_path: Pgchar) : PGDBusMenuModel; cdecl ;
begin
Result : = Gio2. g_dbus_menu_model_get( connection, bus_name, object_path) ;
end ;
2014-01-06 17:53:09 +00:00
function TGDBusNodeInfo. new_for_xml( xml_data: Pgchar; error: PPGError) : PGDBusNodeInfo; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_dbus_node_info_new_for_xml( xml_data, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGDBusNodeInfo. generate_xml( indent: guint; string_builder: PGString) ; cdecl ;
begin
Gio2. g_dbus_node_info_generate_xml( @ self, indent, string_builder) ;
end ;
function TGDBusNodeInfo. lookup_interface( name : Pgchar) : PGDBusInterfaceInfo; cdecl ;
begin
Result : = Gio2. g_dbus_node_info_lookup_interface( @ self, name ) ;
end ;
function TGDBusNodeInfo. ref: PGDBusNodeInfo; cdecl ;
begin
Result : = Gio2. g_dbus_node_info_ref( @ self) ;
end ;
procedure TGDBusNodeInfo. unref; cdecl ;
begin
Gio2. g_dbus_node_info_unref( @ self) ;
end ;
function TGDBusObjectManager. get_interface( object_path: Pgchar; interface_name: Pgchar) : PGDBusInterface; cdecl ;
begin
Result : = Gio2. g_dbus_object_manager_get_interface( @ self, object_path, interface_name) ;
end ;
function TGDBusObjectManager. get_object( object_path: Pgchar) : PGDBusObject; cdecl ;
begin
Result : = Gio2. g_dbus_object_manager_get_object( @ self, object_path) ;
end ;
function TGDBusObjectManager. get_object_path: Pgchar; cdecl ;
begin
Result : = Gio2. g_dbus_object_manager_get_object_path( @ self) ;
end ;
function TGDBusObjectManager. get_objects: PGList; cdecl ;
begin
Result : = Gio2. g_dbus_object_manager_get_objects( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGDBusObjectManagerClient. new_finish( res: PGAsyncResult; error: PPGError) : PGDBusObjectManagerClient; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_dbus_object_manager_client_new_finish( res, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGDBusObjectManagerClient. new_for_bus_finish( res: PGAsyncResult; error: PPGError) : PGDBusObjectManagerClient; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_dbus_object_manager_client_new_for_bus_finish( res, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGDBusObjectManagerClient. new_for_bus_sync( bus_type: TGBusType; flags: TGDBusObjectManagerClientFlags; name : Pgchar; object_path: Pgchar; get_proxy_type_func: TGDBusProxyTypeFunc; get_proxy_type_user_data: gpointer; get_proxy_type_destroy_notify: TGDestroyNotify; cancellable: PGCancellable; error: PPGError) : PGDBusObjectManagerClient; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_dbus_object_manager_client_new_for_bus_sync( bus_type, flags, name , object_path, get_proxy_type_func, get_proxy_type_user_data, get_proxy_type_destroy_notify, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGDBusObjectManagerClient. new_sync( connection: PGDBusConnection; flags: TGDBusObjectManagerClientFlags; name : Pgchar; object_path: Pgchar; get_proxy_type_func: TGDBusProxyTypeFunc; get_proxy_type_user_data: gpointer; get_proxy_type_destroy_notify: TGDestroyNotify; cancellable: PGCancellable; error: PPGError) : PGDBusObjectManagerClient; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_dbus_object_manager_client_new_sync( connection, flags, name , object_path, get_proxy_type_func, get_proxy_type_user_data, get_proxy_type_destroy_notify, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGDBusObjectManagerClient. new( connection: PGDBusConnection; flags: TGDBusObjectManagerClientFlags; name : Pgchar; object_path: Pgchar; get_proxy_type_func: TGDBusProxyTypeFunc; get_proxy_type_user_data: gpointer; get_proxy_type_destroy_notify: TGDestroyNotify; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_dbus_object_manager_client_new( connection, flags, name , object_path, get_proxy_type_func, get_proxy_type_user_data, get_proxy_type_destroy_notify, cancellable, callback, user_data) ;
end ;
procedure TGDBusObjectManagerClient. new_for_bus( bus_type: TGBusType; flags: TGDBusObjectManagerClientFlags; name : Pgchar; object_path: Pgchar; get_proxy_type_func: TGDBusProxyTypeFunc; get_proxy_type_user_data: gpointer; get_proxy_type_destroy_notify: TGDestroyNotify; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_dbus_object_manager_client_new_for_bus( bus_type, flags, name , object_path, get_proxy_type_func, get_proxy_type_user_data, get_proxy_type_destroy_notify, cancellable, callback, user_data) ;
end ;
function TGDBusObjectManagerClient. get_connection: PGDBusConnection; cdecl ;
begin
Result : = Gio2. g_dbus_object_manager_client_get_connection( @ self) ;
end ;
function TGDBusObjectManagerClient. get_flags: TGDBusObjectManagerClientFlags; cdecl ;
begin
Result : = Gio2. g_dbus_object_manager_client_get_flags( @ self) ;
end ;
function TGDBusObjectManagerClient. get_name: Pgchar; cdecl ;
begin
Result : = Gio2. g_dbus_object_manager_client_get_name( @ self) ;
end ;
function TGDBusObjectManagerClient. get_name_owner: Pgchar; cdecl ;
begin
Result : = Gio2. g_dbus_object_manager_client_get_name_owner( @ self) ;
end ;
function TGDBusObjectProxy. new( connection: PGDBusConnection; object_path: Pgchar) : PGDBusObjectProxy; cdecl ;
begin
Result : = Gio2. g_dbus_object_proxy_new( connection, object_path) ;
end ;
function TGDBusObjectProxy. get_connection: PGDBusConnection; cdecl ;
begin
Result : = Gio2. g_dbus_object_proxy_get_connection( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGDBusProxy. new_finish( res: PGAsyncResult; error: PPGError) : PGDBusProxy; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_dbus_proxy_new_finish( res, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGDBusProxy. new_for_bus_finish( res: PGAsyncResult; error: PPGError) : PGDBusProxy; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_dbus_proxy_new_for_bus_finish( res, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGDBusProxy. new_for_bus_sync( bus_type: TGBusType; flags: TGDBusProxyFlags; info: PGDBusInterfaceInfo; name : Pgchar; object_path: Pgchar; interface_name: Pgchar; cancellable: PGCancellable; error: PPGError) : PGDBusProxy; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_dbus_proxy_new_for_bus_sync( bus_type, flags, info, name , object_path, interface_name, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGDBusProxy. new_sync( connection: PGDBusConnection; flags: TGDBusProxyFlags; info: PGDBusInterfaceInfo; name : Pgchar; object_path: Pgchar; interface_name: Pgchar; cancellable: PGCancellable; error: PPGError) : PGDBusProxy; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_dbus_proxy_new_sync( connection, flags, info, name , object_path, interface_name, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGDBusProxy. new( connection: PGDBusConnection; flags: TGDBusProxyFlags; info: PGDBusInterfaceInfo; name : Pgchar; object_path: Pgchar; interface_name: Pgchar; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_dbus_proxy_new( connection, flags, info, name , object_path, interface_name, cancellable, callback, user_data) ;
end ;
procedure TGDBusProxy. new_for_bus( bus_type: TGBusType; flags: TGDBusProxyFlags; info: PGDBusInterfaceInfo; name : Pgchar; object_path: Pgchar; interface_name: Pgchar; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_dbus_proxy_new_for_bus( bus_type, flags, info, name , object_path, interface_name, cancellable, callback, user_data) ;
end ;
procedure TGDBusProxy. call( method_name: Pgchar; parameters: PGVariant; flags: TGDBusCallFlags; timeout_msec: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_dbus_proxy_call( @ self, method_name, parameters, flags, timeout_msec, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGDBusProxy. call_finish( res: PGAsyncResult; error: PPGError) : PGVariant; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_dbus_proxy_call_finish( @ self, res, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGDBusProxy. call_sync( method_name: Pgchar; parameters: PGVariant; flags: TGDBusCallFlags; timeout_msec: gint; cancellable: PGCancellable; error: PPGError) : PGVariant; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_dbus_proxy_call_sync( @ self, method_name, parameters, flags, timeout_msec, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGDBusProxy. call_with_unix_fd_list( method_name: Pgchar; parameters: PGVariant; flags: TGDBusCallFlags; timeout_msec: gint; fd_list: PGUnixFDList; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_dbus_proxy_call_with_unix_fd_list( @ self, method_name, parameters, flags, timeout_msec, fd_list, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGDBusProxy. call_with_unix_fd_list_finish( out_fd_list: PPGUnixFDList; res: PGAsyncResult; error: PPGError) : PGVariant; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_dbus_proxy_call_with_unix_fd_list_finish( @ self, out_fd_list, res, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGDBusProxy. call_with_unix_fd_list_sync( method_name: Pgchar; parameters: PGVariant; flags: TGDBusCallFlags; timeout_msec: gint; fd_list: PGUnixFDList; out_fd_list: PPGUnixFDList; cancellable: PGCancellable; error: PPGError) : PGVariant; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_dbus_proxy_call_with_unix_fd_list_sync( @ self, method_name, parameters, flags, timeout_msec, fd_list, out_fd_list, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGDBusProxy. get_cached_property( property_name: Pgchar) : PGVariant; cdecl ;
begin
Result : = Gio2. g_dbus_proxy_get_cached_property( @ self, property_name) ;
end ;
function TGDBusProxy. get_cached_property_names: PPgchar; cdecl ;
begin
Result : = Gio2. g_dbus_proxy_get_cached_property_names( @ self) ;
end ;
function TGDBusProxy. get_connection: PGDBusConnection; cdecl ;
begin
Result : = Gio2. g_dbus_proxy_get_connection( @ self) ;
end ;
function TGDBusProxy. get_default_timeout: gint; cdecl ;
begin
Result : = Gio2. g_dbus_proxy_get_default_timeout( @ self) ;
end ;
function TGDBusProxy. get_flags: TGDBusProxyFlags; cdecl ;
begin
Result : = Gio2. g_dbus_proxy_get_flags( @ self) ;
end ;
function TGDBusProxy. get_interface_info: PGDBusInterfaceInfo; cdecl ;
begin
Result : = Gio2. g_dbus_proxy_get_interface_info( @ self) ;
end ;
function TGDBusProxy. get_interface_name: Pgchar; cdecl ;
begin
Result : = Gio2. g_dbus_proxy_get_interface_name( @ self) ;
end ;
function TGDBusProxy. get_name: Pgchar; cdecl ;
begin
Result : = Gio2. g_dbus_proxy_get_name( @ self) ;
end ;
function TGDBusProxy. get_name_owner: Pgchar; cdecl ;
begin
Result : = Gio2. g_dbus_proxy_get_name_owner( @ self) ;
end ;
function TGDBusProxy. get_object_path: Pgchar; cdecl ;
begin
Result : = Gio2. g_dbus_proxy_get_object_path( @ self) ;
end ;
procedure TGDBusProxy. set_cached_property( property_name: Pgchar; value: PGVariant) ; cdecl ;
begin
Gio2. g_dbus_proxy_set_cached_property( @ self, property_name, value) ;
end ;
procedure TGDBusProxy. set_default_timeout( timeout_msec: gint) ; cdecl ;
begin
Gio2. g_dbus_proxy_set_default_timeout( @ self, timeout_msec) ;
end ;
procedure TGDBusProxy. set_interface_info( info: PGDBusInterfaceInfo) ; cdecl ;
begin
Gio2. g_dbus_proxy_set_interface_info( @ self, info) ;
end ;
function TGDBusObjectManagerServer. new( object_path: Pgchar) : PGDBusObjectManagerServer; cdecl ;
begin
Result : = Gio2. g_dbus_object_manager_server_new( object_path) ;
end ;
procedure TGDBusObjectManagerServer. export( object_: PGDBusObjectSkeleton) ; cdecl ;
begin
Gio2. g_dbus_object_manager_server_export( @ self, object_) ;
end ;
procedure TGDBusObjectManagerServer. export_uniquely( object_: PGDBusObjectSkeleton) ; cdecl ;
begin
Gio2. g_dbus_object_manager_server_export_uniquely( @ self, object_) ;
end ;
function TGDBusObjectManagerServer. get_connection: PGDBusConnection; cdecl ;
begin
Result : = Gio2. g_dbus_object_manager_server_get_connection( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGDBusObjectManagerServer. is_exported( object_: PGDBusObjectSkeleton) : gboolean; cdecl ;
begin
Result : = Gio2. g_dbus_object_manager_server_is_exported( @ self, object_) ;
end ;
2011-09-22 00:28:15 +00:00
procedure TGDBusObjectManagerServer. set_connection( connection: PGDBusConnection) ; cdecl ;
begin
Gio2. g_dbus_object_manager_server_set_connection( @ self, connection) ;
end ;
function TGDBusObjectManagerServer. unexport( object_path: Pgchar) : gboolean; cdecl ;
begin
Result : = Gio2. g_dbus_object_manager_server_unexport( @ self, object_path) ;
end ;
function TGDBusObjectSkeleton. new( object_path: Pgchar) : PGDBusObjectSkeleton; cdecl ;
begin
Result : = Gio2. g_dbus_object_skeleton_new( object_path) ;
end ;
procedure TGDBusObjectSkeleton. add_interface( interface_: PGDBusInterfaceSkeleton) ; cdecl ;
begin
Gio2. g_dbus_object_skeleton_add_interface( @ self, interface_) ;
end ;
procedure TGDBusObjectSkeleton. flush; cdecl ;
begin
Gio2. g_dbus_object_skeleton_flush( @ self) ;
end ;
procedure TGDBusObjectSkeleton. remove_interface( interface_: PGDBusInterfaceSkeleton) ; cdecl ;
begin
Gio2. g_dbus_object_skeleton_remove_interface( @ self, interface_) ;
end ;
procedure TGDBusObjectSkeleton. remove_interface_by_name( interface_name: Pgchar) ; cdecl ;
begin
Gio2. g_dbus_object_skeleton_remove_interface_by_name( @ self, interface_name) ;
end ;
procedure TGDBusObjectSkeleton. set_object_path( object_path: Pgchar) ; cdecl ;
begin
Gio2. g_dbus_object_skeleton_set_object_path( @ self, object_path) ;
end ;
2014-01-06 17:53:09 +00:00
function TGDBusServer. new_sync( address: Pgchar; flags: TGDBusServerFlags; guid: Pgchar; observer: PGDBusAuthObserver; cancellable: PGCancellable; error: PPGError) : PGDBusServer; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_dbus_server_new_sync( address, flags, guid, observer, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGDBusServer. get_client_address: Pgchar; cdecl ;
begin
Result : = Gio2. g_dbus_server_get_client_address( @ self) ;
end ;
function TGDBusServer. get_flags: TGDBusServerFlags; cdecl ;
begin
Result : = Gio2. g_dbus_server_get_flags( @ self) ;
end ;
function TGDBusServer. get_guid: Pgchar; cdecl ;
begin
Result : = Gio2. g_dbus_server_get_guid( @ self) ;
end ;
function TGDBusServer. is_active: gboolean; cdecl ;
begin
Result : = Gio2. g_dbus_server_is_active( @ self) ;
end ;
procedure TGDBusServer. start; cdecl ;
begin
Gio2. g_dbus_server_start( @ self) ;
end ;
procedure TGDBusServer. stop; cdecl ;
begin
Gio2. g_dbus_server_stop( @ self) ;
end ;
function TGDataInputStream. new( base_stream: PGInputStream) : PGDataInputStream; cdecl ;
begin
Result : = Gio2. g_data_input_stream_new( base_stream) ;
end ;
function TGDataInputStream. get_byte_order: TGDataStreamByteOrder; cdecl ;
begin
Result : = Gio2. g_data_input_stream_get_byte_order( @ self) ;
end ;
function TGDataInputStream. get_newline_type: TGDataStreamNewlineType; cdecl ;
begin
Result : = Gio2. g_data_input_stream_get_newline_type( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGDataInputStream. read_byte( cancellable: PGCancellable; error: PPGError) : guint8; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_data_input_stream_read_byte( @ self, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGDataInputStream. read_int16( cancellable: PGCancellable; error: PPGError) : gint16; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_data_input_stream_read_int16( @ self, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGDataInputStream. read_int32( cancellable: PGCancellable; error: PPGError) : gint32; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_data_input_stream_read_int32( @ self, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGDataInputStream. read_int64( cancellable: PGCancellable; error: PPGError) : gint64; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_data_input_stream_read_int64( @ self, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGDataInputStream. read_line( length : Pgsize; cancellable: PGCancellable; error: PPGError) : Pgchar; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_data_input_stream_read_line( @ self, length , cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGDataInputStream. read_line_async( io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_data_input_stream_read_line_async( @ self, io_priority, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGDataInputStream. read_line_finish( result_: PGAsyncResult; length : Pgsize; error: PPGError) : Pgchar; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_data_input_stream_read_line_finish( @ self, result_, length , error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGDataInputStream. read_line_finish_utf8( result_: PGAsyncResult; length : Pgsize; error: PPGError) : Pgchar; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_data_input_stream_read_line_finish_utf8( @ self, result_, length , error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGDataInputStream. read_line_utf8( length : Pgsize; cancellable: PGCancellable; error: PPGError) : Pgchar; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_data_input_stream_read_line_utf8( @ self, length , cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGDataInputStream. read_uint16( cancellable: PGCancellable; error: PPGError) : guint16; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_data_input_stream_read_uint16( @ self, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGDataInputStream. read_uint32( cancellable: PGCancellable; error: PPGError) : guint32; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_data_input_stream_read_uint32( @ self, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGDataInputStream. read_uint64( cancellable: PGCancellable; error: PPGError) : guint64; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_data_input_stream_read_uint64( @ self, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGDataInputStream. read_until( stop_chars: Pgchar; length : Pgsize; cancellable: PGCancellable; error: PPGError) : Pgchar; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_data_input_stream_read_until( @ self, stop_chars, length , cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGDataInputStream. read_until_async( stop_chars: Pgchar; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_data_input_stream_read_until_async( @ self, stop_chars, io_priority, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGDataInputStream. read_until_finish( result_: PGAsyncResult; length : Pgsize; error: PPGError) : Pgchar; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_data_input_stream_read_until_finish( @ self, result_, length , error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGDataInputStream. read_upto( stop_chars: Pgchar; stop_chars_len: gssize; length : Pgsize; cancellable: PGCancellable; error: PPGError) : Pgchar; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_data_input_stream_read_upto( @ self, stop_chars, stop_chars_len, length , cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGDataInputStream. read_upto_async( stop_chars: Pgchar; stop_chars_len: gssize; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_data_input_stream_read_upto_async( @ self, stop_chars, stop_chars_len, io_priority, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGDataInputStream. read_upto_finish( result_: PGAsyncResult; length : Pgsize; error: PPGError) : Pgchar; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_data_input_stream_read_upto_finish( @ self, result_, length , error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGDataInputStream. set_byte_order( order: TGDataStreamByteOrder) ; cdecl ;
begin
Gio2. g_data_input_stream_set_byte_order( @ self, order) ;
end ;
procedure TGDataInputStream. set_newline_type( type_: TGDataStreamNewlineType) ; cdecl ;
begin
Gio2. g_data_input_stream_set_newline_type( @ self, type_) ;
end ;
function TGDataOutputStream. new( base_stream: PGOutputStream) : PGDataOutputStream; cdecl ;
begin
Result : = Gio2. g_data_output_stream_new( base_stream) ;
end ;
function TGDataOutputStream. get_byte_order: TGDataStreamByteOrder; cdecl ;
begin
Result : = Gio2. g_data_output_stream_get_byte_order( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGDataOutputStream. put_byte( data: guint8; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_data_output_stream_put_byte( @ self, data, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGDataOutputStream. put_int16( data: gint16; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_data_output_stream_put_int16( @ self, data, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGDataOutputStream. put_int32( data: gint32; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_data_output_stream_put_int32( @ self, data, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGDataOutputStream. put_int64( data: gint64; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_data_output_stream_put_int64( @ self, data, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGDataOutputStream. put_string( str: Pgchar; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_data_output_stream_put_string( @ self, str, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGDataOutputStream. put_uint16( data: guint16; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_data_output_stream_put_uint16( @ self, data, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGDataOutputStream. put_uint32( data: guint32; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_data_output_stream_put_uint32( @ self, data, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGDataOutputStream. put_uint64( data: guint64; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_data_output_stream_put_uint64( @ self, data, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGDataOutputStream. set_byte_order( order: TGDataStreamByteOrder) ; cdecl ;
begin
Gio2. g_data_output_stream_set_byte_order( @ self, order) ;
end ;
function TGDesktopAppInfo. new( desktop_id: Pgchar) : PGDesktopAppInfo; cdecl ;
begin
Result : = Gio2. g_desktop_app_info_new( desktop_id) ;
end ;
function TGDesktopAppInfo. new_from_filename( filename: Pgchar) : PGDesktopAppInfo; cdecl ;
begin
Result : = Gio2. g_desktop_app_info_new_from_filename( filename) ;
end ;
function TGDesktopAppInfo. new_from_keyfile( key_file: PGKeyFile) : PGDesktopAppInfo; cdecl ;
begin
Result : = Gio2. g_desktop_app_info_new_from_keyfile( key_file) ;
end ;
procedure TGDesktopAppInfo. set_desktop_env( desktop_env: Pgchar) ; cdecl ;
begin
Gio2. g_desktop_app_info_set_desktop_env( desktop_env) ;
end ;
2014-01-06 17:53:09 +00:00
function TGDesktopAppInfo. get_boolean( key: Pgchar) : gboolean; cdecl ;
begin
Result : = Gio2. g_desktop_app_info_get_boolean( @ self, key) ;
end ;
2011-09-22 00:28:15 +00:00
function TGDesktopAppInfo. get_categories: Pgchar; cdecl ;
begin
Result : = Gio2. g_desktop_app_info_get_categories( @ self) ;
end ;
function TGDesktopAppInfo. get_filename: Pgchar; cdecl ;
begin
Result : = Gio2. g_desktop_app_info_get_filename( @ self) ;
end ;
function TGDesktopAppInfo. get_generic_name: Pgchar; cdecl ;
begin
Result : = Gio2. g_desktop_app_info_get_generic_name( @ self) ;
end ;
function TGDesktopAppInfo. get_is_hidden: gboolean; cdecl ;
begin
Result : = Gio2. g_desktop_app_info_get_is_hidden( @ self) ;
end ;
2012-08-26 21:38:16 +00:00
function TGDesktopAppInfo. get_keywords: PPgchar; cdecl ;
begin
Result : = Gio2. g_desktop_app_info_get_keywords( @ self) ;
end ;
2011-09-22 00:28:15 +00:00
function TGDesktopAppInfo. get_nodisplay: gboolean; cdecl ;
begin
Result : = Gio2. g_desktop_app_info_get_nodisplay( @ self) ;
end ;
function TGDesktopAppInfo. get_show_in( desktop_env: Pgchar) : gboolean; cdecl ;
begin
Result : = Gio2. g_desktop_app_info_get_show_in( @ self, desktop_env) ;
end ;
2014-01-06 17:53:09 +00:00
function TGDesktopAppInfo. get_startup_wm_class: Pgchar; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_desktop_app_info_get_startup_wm_class( @ self) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGDesktopAppInfo. get_string( key: Pgchar) : Pgchar; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_desktop_app_info_get_string( @ self, key) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGDesktopAppInfo. has_key( key: Pgchar) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_desktop_app_info_has_key( @ self, key) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGDesktopAppInfo. launch_uris_as_manager( uris: PGList; launch_context: PGAppLaunchContext; spawn_flags: TGSpawnFlags; user_setup: TGSpawnChildSetupFunc; user_setup_data: gpointer; pid_callback: TGDesktopAppLaunchCallback; pid_callback_data: gpointer; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_desktop_app_info_launch_uris_as_manager( @ self, uris, launch_context, spawn_flags, user_setup, user_setup_data, pid_callback, pid_callback_data, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGDrive. can_eject: gboolean; cdecl ;
begin
Result : = Gio2. g_drive_can_eject( @ self) ;
end ;
function TGDrive. can_poll_for_media: gboolean; cdecl ;
begin
Result : = Gio2. g_drive_can_poll_for_media( @ self) ;
end ;
function TGDrive. can_start: gboolean; cdecl ;
begin
Result : = Gio2. g_drive_can_start( @ self) ;
end ;
function TGDrive. can_start_degraded: gboolean; cdecl ;
begin
Result : = Gio2. g_drive_can_start_degraded( @ self) ;
end ;
function TGDrive. can_stop: gboolean; cdecl ;
begin
Result : = Gio2. g_drive_can_stop( @ self) ;
end ;
procedure TGDrive. eject_with_operation( flags: TGMountUnmountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_drive_eject_with_operation( @ self, flags, mount_operation, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGDrive. eject_with_operation_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_drive_eject_with_operation_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGDrive. enumerate_identifiers: PPgchar; cdecl ;
begin
Result : = Gio2. g_drive_enumerate_identifiers( @ self) ;
end ;
function TGDrive. get_icon: PGIcon; cdecl ;
begin
Result : = Gio2. g_drive_get_icon( @ self) ;
end ;
function TGDrive. get_identifier( kind: Pgchar) : Pgchar; cdecl ;
begin
Result : = Gio2. g_drive_get_identifier( @ self, kind) ;
end ;
function TGDrive. get_name: Pgchar; cdecl ;
begin
Result : = Gio2. g_drive_get_name( @ self) ;
end ;
2012-08-26 21:38:16 +00:00
function TGDrive. get_sort_key: Pgchar; cdecl ;
begin
Result : = Gio2. g_drive_get_sort_key( @ self) ;
end ;
2011-09-22 00:28:15 +00:00
function TGDrive. get_start_stop_type: TGDriveStartStopType; cdecl ;
begin
Result : = Gio2. g_drive_get_start_stop_type( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGDrive. get_symbolic_icon: PGIcon; cdecl ;
begin
Result : = Gio2. g_drive_get_symbolic_icon( @ self) ;
end ;
2011-09-22 00:28:15 +00:00
function TGDrive. get_volumes: PGList; cdecl ;
begin
Result : = Gio2. g_drive_get_volumes( @ self) ;
end ;
function TGDrive. has_media: gboolean; cdecl ;
begin
Result : = Gio2. g_drive_has_media( @ self) ;
end ;
function TGDrive. has_volumes: gboolean; cdecl ;
begin
Result : = Gio2. g_drive_has_volumes( @ self) ;
end ;
function TGDrive. is_media_check_automatic: gboolean; cdecl ;
begin
Result : = Gio2. g_drive_is_media_check_automatic( @ self) ;
end ;
function TGDrive. is_media_removable: gboolean; cdecl ;
begin
Result : = Gio2. g_drive_is_media_removable( @ self) ;
end ;
procedure TGDrive. poll_for_media( cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_drive_poll_for_media( @ self, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGDrive. poll_for_media_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_drive_poll_for_media_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGDrive. start( flags: TGDriveStartFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_drive_start( @ self, flags, mount_operation, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGDrive. start_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_drive_start_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGDrive. stop( flags: TGMountUnmountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_drive_stop( @ self, flags, mount_operation, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGDrive. stop_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
begin
Result : = Gio2. g_drive_stop_finish( @ self, result_, error) ;
end ;
function TGMountOperation. new: PGMountOperation; cdecl ;
begin
Result : = Gio2. g_mount_operation_new( ) ;
end ;
function TGMountOperation. get_anonymous: gboolean; cdecl ;
begin
Result : = Gio2. g_mount_operation_get_anonymous( @ self) ;
end ;
function TGMountOperation. get_choice: gint; cdecl ;
begin
Result : = Gio2. g_mount_operation_get_choice( @ self) ;
end ;
function TGMountOperation. get_domain: Pgchar; cdecl ;
begin
Result : = Gio2. g_mount_operation_get_domain( @ self) ;
end ;
function TGMountOperation. get_password: Pgchar; cdecl ;
begin
Result : = Gio2. g_mount_operation_get_password( @ self) ;
end ;
function TGMountOperation. get_password_save: TGPasswordSave; cdecl ;
begin
Result : = Gio2. g_mount_operation_get_password_save( @ self) ;
end ;
function TGMountOperation. get_username: Pgchar; cdecl ;
begin
Result : = Gio2. g_mount_operation_get_username( @ self) ;
end ;
procedure TGMountOperation. reply( result_: TGMountOperationResult) ; cdecl ;
begin
Gio2. g_mount_operation_reply( @ self, result_) ;
end ;
procedure TGMountOperation. set_anonymous( anonymous: gboolean) ; cdecl ;
begin
Gio2. g_mount_operation_set_anonymous( @ self, anonymous) ;
end ;
procedure TGMountOperation. set_choice( choice: gint) ; cdecl ;
begin
Gio2. g_mount_operation_set_choice( @ self, choice) ;
end ;
procedure TGMountOperation. set_domain( domain: Pgchar) ; cdecl ;
begin
Gio2. g_mount_operation_set_domain( @ self, domain) ;
end ;
procedure TGMountOperation. set_password( password: Pgchar) ; cdecl ;
begin
Gio2. g_mount_operation_set_password( @ self, password) ;
end ;
procedure TGMountOperation. set_password_save( save: TGPasswordSave) ; cdecl ;
begin
Gio2. g_mount_operation_set_password_save( @ self, save) ;
end ;
procedure TGMountOperation. set_username( username: Pgchar) ; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Gio2. g_mount_operation_set_username( @ self, username) ;
2011-09-22 00:28:15 +00:00
end ;
function TGEmblem. new( icon: PGIcon) : PGEmblem; cdecl ;
begin
Result : = Gio2. g_emblem_new( icon) ;
end ;
function TGEmblem. new_with_origin( icon: PGIcon; origin: TGEmblemOrigin) : PGEmblem; cdecl ;
begin
Result : = Gio2. g_emblem_new_with_origin( icon, origin) ;
end ;
function TGEmblem. get_icon: PGIcon; cdecl ;
begin
Result : = Gio2. g_emblem_get_icon( @ self) ;
end ;
function TGEmblem. get_origin: TGEmblemOrigin; cdecl ;
begin
Result : = Gio2. g_emblem_get_origin( @ self) ;
end ;
2012-08-26 21:38:16 +00:00
function TGEmblemedIcon. new( icon: PGIcon; emblem: PGEmblem) : PGEmblemedIcon; cdecl ;
2011-09-22 00:28:15 +00:00
begin
Result : = Gio2. g_emblemed_icon_new( icon, emblem) ;
end ;
procedure TGEmblemedIcon. add_emblem( emblem: PGEmblem) ; cdecl ;
begin
Gio2. g_emblemed_icon_add_emblem( @ self, emblem) ;
end ;
procedure TGEmblemedIcon. clear_emblems; cdecl ;
begin
Gio2. g_emblemed_icon_clear_emblems( @ self) ;
end ;
function TGEmblemedIcon. get_emblems: PGList; cdecl ;
begin
Result : = Gio2. g_emblemed_icon_get_emblems( @ self) ;
end ;
function TGEmblemedIcon. get_icon: PGIcon; cdecl ;
begin
Result : = Gio2. g_emblemed_icon_get_icon( @ self) ;
end ;
2012-08-26 21:38:16 +00:00
function TGFileIOStream. get_etag: Pgchar; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2012-08-26 21:38:16 +00:00
Result : = Gio2. g_file_io_stream_get_etag( @ self) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGFileIOStream. query_info( attributes: Pgchar; cancellable: PGCancellable; error: PPGError) : PGFileInfo; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_io_stream_query_info( @ self, attributes, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2012-08-26 21:38:16 +00:00
procedure TGFileIOStream. query_info_async( attributes: Pgchar; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2012-08-26 21:38:16 +00:00
Gio2. g_file_io_stream_query_info_async( @ self, attributes, io_priority, cancellable, callback, user_data) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGFileIOStream. query_info_finish( result_: PGAsyncResult; error: PPGError) : PGFileInfo; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_io_stream_query_info_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
2012-08-26 21:38:16 +00:00
function TGFileOutputStream. get_etag: Pgchar; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2012-08-26 21:38:16 +00:00
Result : = Gio2. g_file_output_stream_get_etag( @ self) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGFileOutputStream. query_info( attributes: Pgchar; cancellable: PGCancellable; error: PPGError) : PGFileInfo; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_output_stream_query_info( @ self, attributes, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2012-08-26 21:38:16 +00:00
procedure TGFileOutputStream. query_info_async( attributes: Pgchar; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2012-08-26 21:38:16 +00:00
Gio2. g_file_output_stream_query_info_async( @ self, attributes, io_priority, cancellable, callback, user_data) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGFileOutputStream. query_info_finish( result_: PGAsyncResult; error: PPGError) : PGFileInfo; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_output_stream_query_info_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGFileEnumerator. close( cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_enumerator_close( @ self, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGFileEnumerator. close_async( io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_file_enumerator_close_async( @ self, io_priority, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGFileEnumerator. close_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
begin
Result : = Gio2. g_file_enumerator_close_finish( @ self, result_, error) ;
end ;
function TGFileEnumerator. get_child( info: PGFileInfo) : PGFile; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_enumerator_get_child( @ self, info) ;
2011-09-22 00:28:15 +00:00
end ;
function TGFileEnumerator. get_container: PGFile; cdecl ;
begin
Result : = Gio2. g_file_enumerator_get_container( @ self) ;
end ;
function TGFileEnumerator. has_pending: gboolean; cdecl ;
begin
Result : = Gio2. g_file_enumerator_has_pending( @ self) ;
end ;
function TGFileEnumerator. is_closed: gboolean; cdecl ;
begin
Result : = Gio2. g_file_enumerator_is_closed( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGFileEnumerator. next_file( cancellable: PGCancellable; error: PPGError) : PGFileInfo; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_enumerator_next_file( @ self, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGFileEnumerator. next_files_async( num_files: gint; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_file_enumerator_next_files_async( @ self, num_files, io_priority, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGFileEnumerator. next_files_finish( result_: PGAsyncResult; error: PPGError) : PGList; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_enumerator_next_files_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGFileEnumerator. set_pending( pending: gboolean) ; cdecl ;
begin
Gio2. g_file_enumerator_set_pending( @ self, pending) ;
end ;
function TGMount. can_eject: gboolean; cdecl ;
begin
Result : = Gio2. g_mount_can_eject( @ self) ;
end ;
function TGMount. can_unmount: gboolean; cdecl ;
begin
Result : = Gio2. g_mount_can_unmount( @ self) ;
end ;
procedure TGMount. eject_with_operation( flags: TGMountUnmountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_mount_eject_with_operation( @ self, flags, mount_operation, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGMount. eject_with_operation_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_mount_eject_with_operation_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGMount. get_default_location: PGFile; cdecl ;
begin
Result : = Gio2. g_mount_get_default_location( @ self) ;
end ;
function TGMount. get_drive: PGDrive; cdecl ;
begin
Result : = Gio2. g_mount_get_drive( @ self) ;
end ;
function TGMount. get_icon: PGIcon; cdecl ;
begin
Result : = Gio2. g_mount_get_icon( @ self) ;
end ;
function TGMount. get_name: Pgchar; cdecl ;
begin
Result : = Gio2. g_mount_get_name( @ self) ;
end ;
function TGMount. get_root: PGFile; cdecl ;
begin
Result : = Gio2. g_mount_get_root( @ self) ;
end ;
2012-08-26 21:38:16 +00:00
function TGMount. get_sort_key: Pgchar; cdecl ;
begin
Result : = Gio2. g_mount_get_sort_key( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGMount. get_symbolic_icon: PGIcon; cdecl ;
begin
Result : = Gio2. g_mount_get_symbolic_icon( @ self) ;
end ;
2011-09-22 00:28:15 +00:00
function TGMount. get_uuid: Pgchar; cdecl ;
begin
Result : = Gio2. g_mount_get_uuid( @ self) ;
end ;
function TGMount. get_volume: PGVolume; cdecl ;
begin
Result : = Gio2. g_mount_get_volume( @ self) ;
end ;
procedure TGMount. guess_content_type( force_rescan: gboolean; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_mount_guess_content_type( @ self, force_rescan, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGMount. guess_content_type_finish( result_: PGAsyncResult; error: PPGError) : PPgchar; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_mount_guess_content_type_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGMount. guess_content_type_sync( force_rescan: gboolean; cancellable: PGCancellable; error: PPGError) : PPgchar; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_mount_guess_content_type_sync( @ self, force_rescan, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGMount. is_shadowed: gboolean; cdecl ;
begin
Result : = Gio2. g_mount_is_shadowed( @ self) ;
end ;
procedure TGMount. remount( flags: TGMountMountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_mount_remount( @ self, flags, mount_operation, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGMount. remount_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_mount_remount_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGMount. shadow; cdecl ;
begin
Gio2. g_mount_shadow( @ self) ;
end ;
procedure TGMount. unmount_with_operation( flags: TGMountUnmountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_mount_unmount_with_operation( @ self, flags, mount_operation, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGMount. unmount_with_operation_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_mount_unmount_with_operation_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGMount. unshadow; cdecl ;
begin
Gio2. g_mount_unshadow( @ self) ;
end ;
function TGFileMonitor. cancel: gboolean; cdecl ;
begin
Result : = Gio2. g_file_monitor_cancel( @ self) ;
end ;
procedure TGFileMonitor. emit_event( child: PGFile; other_file: PGFile; event_type: TGFileMonitorEvent) ; cdecl ;
begin
Gio2. g_file_monitor_emit_event( @ self, child, other_file, event_type) ;
end ;
function TGFileMonitor. is_cancelled: gboolean; cdecl ;
begin
Result : = Gio2. g_file_monitor_is_cancelled( @ self) ;
end ;
procedure TGFileMonitor. set_rate_limit( limit_msecs: gint) ; cdecl ;
begin
Gio2. g_file_monitor_set_rate_limit( @ self, limit_msecs) ;
end ;
function TGFileInfo. new: PGFileInfo; cdecl ;
begin
Result : = Gio2. g_file_info_new( ) ;
end ;
procedure TGFileInfo. clear_status; cdecl ;
begin
Gio2. g_file_info_clear_status( @ self) ;
end ;
procedure TGFileInfo. copy_into( dest_info: PGFileInfo) ; cdecl ;
begin
Gio2. g_file_info_copy_into( @ self, dest_info) ;
end ;
function TGFileInfo. dup: PGFileInfo; cdecl ;
begin
Result : = Gio2. g_file_info_dup( @ self) ;
end ;
function TGFileInfo. get_attribute_as_string( attribute: Pgchar) : Pgchar; cdecl ;
begin
Result : = Gio2. g_file_info_get_attribute_as_string( @ self, attribute) ;
end ;
function TGFileInfo. get_attribute_boolean( attribute: Pgchar) : gboolean; cdecl ;
begin
Result : = Gio2. g_file_info_get_attribute_boolean( @ self, attribute) ;
end ;
function TGFileInfo. get_attribute_byte_string( attribute: Pgchar) : Pgchar; cdecl ;
begin
Result : = Gio2. g_file_info_get_attribute_byte_string( @ self, attribute) ;
end ;
function TGFileInfo. get_attribute_data( attribute: Pgchar; type_: PGFileAttributeType; value_pp: Pgpointer; status: PGFileAttributeStatus) : gboolean; cdecl ;
begin
Result : = Gio2. g_file_info_get_attribute_data( @ self, attribute, type_, value_pp, status) ;
end ;
function TGFileInfo. get_attribute_int32( attribute: Pgchar) : gint32; cdecl ;
begin
Result : = Gio2. g_file_info_get_attribute_int32( @ self, attribute) ;
end ;
function TGFileInfo. get_attribute_int64( attribute: Pgchar) : gint64; cdecl ;
begin
Result : = Gio2. g_file_info_get_attribute_int64( @ self, attribute) ;
end ;
function TGFileInfo. get_attribute_object( attribute: Pgchar) : PGObject; cdecl ;
begin
Result : = Gio2. g_file_info_get_attribute_object( @ self, attribute) ;
end ;
function TGFileInfo. get_attribute_status( attribute: Pgchar) : TGFileAttributeStatus; cdecl ;
begin
Result : = Gio2. g_file_info_get_attribute_status( @ self, attribute) ;
end ;
function TGFileInfo. get_attribute_string( attribute: Pgchar) : Pgchar; cdecl ;
begin
Result : = Gio2. g_file_info_get_attribute_string( @ self, attribute) ;
end ;
function TGFileInfo. get_attribute_stringv( attribute: Pgchar) : PPgchar; cdecl ;
begin
Result : = Gio2. g_file_info_get_attribute_stringv( @ self, attribute) ;
end ;
function TGFileInfo. get_attribute_type( attribute: Pgchar) : TGFileAttributeType; cdecl ;
begin
Result : = Gio2. g_file_info_get_attribute_type( @ self, attribute) ;
end ;
function TGFileInfo. get_attribute_uint32( attribute: Pgchar) : guint32; cdecl ;
begin
Result : = Gio2. g_file_info_get_attribute_uint32( @ self, attribute) ;
end ;
function TGFileInfo. get_attribute_uint64( attribute: Pgchar) : guint64; cdecl ;
begin
Result : = Gio2. g_file_info_get_attribute_uint64( @ self, attribute) ;
end ;
function TGFileInfo. get_content_type: Pgchar; cdecl ;
begin
Result : = Gio2. g_file_info_get_content_type( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGFileInfo. get_deletion_date: PGDateTime; cdecl ;
begin
Result : = Gio2. g_file_info_get_deletion_date( @ self) ;
end ;
2011-09-22 00:28:15 +00:00
function TGFileInfo. get_display_name: Pgchar; cdecl ;
begin
Result : = Gio2. g_file_info_get_display_name( @ self) ;
end ;
function TGFileInfo. get_edit_name: Pgchar; cdecl ;
begin
Result : = Gio2. g_file_info_get_edit_name( @ self) ;
end ;
function TGFileInfo. get_etag: Pgchar; cdecl ;
begin
Result : = Gio2. g_file_info_get_etag( @ self) ;
end ;
function TGFileInfo. get_file_type: TGFileType; cdecl ;
begin
Result : = Gio2. g_file_info_get_file_type( @ self) ;
end ;
function TGFileInfo. get_icon: PGIcon; cdecl ;
begin
Result : = Gio2. g_file_info_get_icon( @ self) ;
end ;
function TGFileInfo. get_is_backup: gboolean; cdecl ;
begin
Result : = Gio2. g_file_info_get_is_backup( @ self) ;
end ;
function TGFileInfo. get_is_hidden: gboolean; cdecl ;
begin
Result : = Gio2. g_file_info_get_is_hidden( @ self) ;
end ;
function TGFileInfo. get_is_symlink: gboolean; cdecl ;
begin
Result : = Gio2. g_file_info_get_is_symlink( @ self) ;
end ;
procedure TGFileInfo. get_modification_time( result_: PGTimeVal) ; cdecl ;
begin
Gio2. g_file_info_get_modification_time( @ self, result_) ;
end ;
function TGFileInfo. get_name: Pgchar; cdecl ;
begin
Result : = Gio2. g_file_info_get_name( @ self) ;
end ;
function TGFileInfo. get_size: gint64; cdecl ;
begin
Result : = Gio2. g_file_info_get_size( @ self) ;
end ;
function TGFileInfo. get_sort_order: gint32; cdecl ;
begin
Result : = Gio2. g_file_info_get_sort_order( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGFileInfo. get_symbolic_icon: PGIcon; cdecl ;
begin
Result : = Gio2. g_file_info_get_symbolic_icon( @ self) ;
end ;
2011-09-22 00:28:15 +00:00
function TGFileInfo. get_symlink_target: Pgchar; cdecl ;
begin
Result : = Gio2. g_file_info_get_symlink_target( @ self) ;
end ;
function TGFileInfo. has_attribute( attribute: Pgchar) : gboolean; cdecl ;
begin
Result : = Gio2. g_file_info_has_attribute( @ self, attribute) ;
end ;
function TGFileInfo. has_namespace( name_space: Pgchar) : gboolean; cdecl ;
begin
Result : = Gio2. g_file_info_has_namespace( @ self, name_space) ;
end ;
function TGFileInfo. list_attributes( name_space: Pgchar) : PPgchar; cdecl ;
begin
Result : = Gio2. g_file_info_list_attributes( @ self, name_space) ;
end ;
procedure TGFileInfo. remove_attribute( attribute: Pgchar) ; cdecl ;
begin
Gio2. g_file_info_remove_attribute( @ self, attribute) ;
end ;
procedure TGFileInfo. set_attribute( attribute: Pgchar; type_: TGFileAttributeType; value_p: gpointer) ; cdecl ;
begin
Gio2. g_file_info_set_attribute( @ self, attribute, type_, value_p) ;
end ;
procedure TGFileInfo. set_attribute_boolean( attribute: Pgchar; attr_value: gboolean) ; cdecl ;
begin
Gio2. g_file_info_set_attribute_boolean( @ self, attribute, attr_value) ;
end ;
procedure TGFileInfo. set_attribute_byte_string( attribute: Pgchar; attr_value: Pgchar) ; cdecl ;
begin
Gio2. g_file_info_set_attribute_byte_string( @ self, attribute, attr_value) ;
end ;
procedure TGFileInfo. set_attribute_int32( attribute: Pgchar; attr_value: gint32) ; cdecl ;
begin
Gio2. g_file_info_set_attribute_int32( @ self, attribute, attr_value) ;
end ;
procedure TGFileInfo. set_attribute_int64( attribute: Pgchar; attr_value: gint64) ; cdecl ;
begin
Gio2. g_file_info_set_attribute_int64( @ self, attribute, attr_value) ;
end ;
procedure TGFileInfo. set_attribute_mask( mask: PGFileAttributeMatcher) ; cdecl ;
begin
Gio2. g_file_info_set_attribute_mask( @ self, mask) ;
end ;
procedure TGFileInfo. set_attribute_object( attribute: Pgchar; attr_value: PGObject) ; cdecl ;
begin
Gio2. g_file_info_set_attribute_object( @ self, attribute, attr_value) ;
end ;
function TGFileInfo. set_attribute_status( attribute: Pgchar; status: TGFileAttributeStatus) : gboolean; cdecl ;
begin
Result : = Gio2. g_file_info_set_attribute_status( @ self, attribute, status) ;
end ;
procedure TGFileInfo. set_attribute_string( attribute: Pgchar; attr_value: Pgchar) ; cdecl ;
begin
Gio2. g_file_info_set_attribute_string( @ self, attribute, attr_value) ;
end ;
procedure TGFileInfo. set_attribute_stringv( attribute: Pgchar; attr_value: PPgchar) ; cdecl ;
begin
Gio2. g_file_info_set_attribute_stringv( @ self, attribute, attr_value) ;
end ;
procedure TGFileInfo. set_attribute_uint32( attribute: Pgchar; attr_value: guint32) ; cdecl ;
begin
Gio2. g_file_info_set_attribute_uint32( @ self, attribute, attr_value) ;
end ;
procedure TGFileInfo. set_attribute_uint64( attribute: Pgchar; attr_value: guint64) ; cdecl ;
begin
Gio2. g_file_info_set_attribute_uint64( @ self, attribute, attr_value) ;
end ;
procedure TGFileInfo. set_content_type( content_type: Pgchar) ; cdecl ;
begin
Gio2. g_file_info_set_content_type( @ self, content_type) ;
end ;
procedure TGFileInfo. set_display_name( display_name: Pgchar) ; cdecl ;
begin
Gio2. g_file_info_set_display_name( @ self, display_name) ;
end ;
procedure TGFileInfo. set_edit_name( edit_name: Pgchar) ; cdecl ;
begin
Gio2. g_file_info_set_edit_name( @ self, edit_name) ;
end ;
procedure TGFileInfo. set_file_type( type_: TGFileType) ; cdecl ;
begin
Gio2. g_file_info_set_file_type( @ self, type_) ;
end ;
procedure TGFileInfo. set_icon( icon: PGIcon) ; cdecl ;
begin
Gio2. g_file_info_set_icon( @ self, icon) ;
end ;
procedure TGFileInfo. set_is_hidden( is_hidden: gboolean) ; cdecl ;
begin
Gio2. g_file_info_set_is_hidden( @ self, is_hidden) ;
end ;
procedure TGFileInfo. set_is_symlink( is_symlink: gboolean) ; cdecl ;
begin
Gio2. g_file_info_set_is_symlink( @ self, is_symlink) ;
end ;
procedure TGFileInfo. set_modification_time( mtime: PGTimeVal) ; cdecl ;
begin
Gio2. g_file_info_set_modification_time( @ self, mtime) ;
end ;
procedure TGFileInfo. set_name( name : Pgchar) ; cdecl ;
begin
Gio2. g_file_info_set_name( @ self, name ) ;
end ;
procedure TGFileInfo. set_size( size: gint64) ; cdecl ;
begin
Gio2. g_file_info_set_size( @ self, size) ;
end ;
procedure TGFileInfo. set_sort_order( sort_order: gint32) ; cdecl ;
begin
Gio2. g_file_info_set_sort_order( @ self, sort_order) ;
end ;
2014-01-06 17:53:09 +00:00
procedure TGFileInfo. set_symbolic_icon( icon: PGIcon) ; cdecl ;
begin
Gio2. g_file_info_set_symbolic_icon( @ self, icon) ;
end ;
2011-09-22 00:28:15 +00:00
procedure TGFileInfo. set_symlink_target( symlink_target: Pgchar) ; cdecl ;
begin
Gio2. g_file_info_set_symlink_target( @ self, symlink_target) ;
end ;
procedure TGFileInfo. unset_attribute_mask; cdecl ;
begin
Gio2. g_file_info_unset_attribute_mask( @ self) ;
end ;
function TGFileAttributeInfoList. new: PGFileAttributeInfoList; cdecl ;
begin
Result : = Gio2. g_file_attribute_info_list_new( ) ;
end ;
procedure TGFileAttributeInfoList. add( name : Pgchar; type_: TGFileAttributeType; flags: TGFileAttributeInfoFlags) ; cdecl ;
begin
Gio2. g_file_attribute_info_list_add( @ self, name , type_, flags) ;
end ;
function TGFileAttributeInfoList. dup: PGFileAttributeInfoList; cdecl ;
begin
Result : = Gio2. g_file_attribute_info_list_dup( @ self) ;
end ;
function TGFileAttributeInfoList. lookup( name : Pgchar) : PGFileAttributeInfo; cdecl ;
begin
Result : = Gio2. g_file_attribute_info_list_lookup( @ self, name ) ;
end ;
function TGFileAttributeInfoList. ref: PGFileAttributeInfoList; cdecl ;
begin
Result : = Gio2. g_file_attribute_info_list_ref( @ self) ;
end ;
procedure TGFileAttributeInfoList. unref; cdecl ;
begin
Gio2. g_file_attribute_info_list_unref( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGFileInputStream. query_info( attributes: Pgchar; cancellable: PGCancellable; error: PPGError) : PGFileInfo; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_input_stream_query_info( @ self, attributes, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGFileInputStream. query_info_async( attributes: Pgchar; io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_file_input_stream_query_info_async( @ self, attributes, io_priority, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGFileInputStream. query_info_finish( result_: PGAsyncResult; error: PPGError) : PGFileInfo; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_file_input_stream_query_info_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGFileAttributeMatcher. new( attributes: Pgchar) : PGFileAttributeMatcher; cdecl ;
begin
Result : = Gio2. g_file_attribute_matcher_new( attributes) ;
end ;
function TGFileAttributeMatcher. enumerate_namespace( ns: Pgchar) : gboolean; cdecl ;
begin
Result : = Gio2. g_file_attribute_matcher_enumerate_namespace( @ self, ns) ;
end ;
function TGFileAttributeMatcher. enumerate_next: Pgchar; cdecl ;
begin
Result : = Gio2. g_file_attribute_matcher_enumerate_next( @ self) ;
end ;
function TGFileAttributeMatcher. matches( attribute: Pgchar) : gboolean; cdecl ;
begin
Result : = Gio2. g_file_attribute_matcher_matches( @ self, attribute) ;
end ;
function TGFileAttributeMatcher. matches_only( attribute: Pgchar) : gboolean; cdecl ;
begin
Result : = Gio2. g_file_attribute_matcher_matches_only( @ self, attribute) ;
end ;
function TGFileAttributeMatcher. ref: PGFileAttributeMatcher; cdecl ;
begin
Result : = Gio2. g_file_attribute_matcher_ref( @ self) ;
end ;
2012-08-26 21:38:16 +00:00
function TGFileAttributeMatcher. subtract( subtract: PGFileAttributeMatcher) : PGFileAttributeMatcher; cdecl ;
begin
Result : = Gio2. g_file_attribute_matcher_subtract( @ self, subtract) ;
end ;
function TGFileAttributeMatcher. to_string: Pgchar; cdecl ;
begin
Result : = Gio2. g_file_attribute_matcher_to_string( @ self) ;
end ;
2011-09-22 00:28:15 +00:00
procedure TGFileAttributeMatcher. unref; cdecl ;
begin
Gio2. g_file_attribute_matcher_unref( @ self) ;
end ;
function TGFileDescriptorBased. get_fd: gint; cdecl ;
begin
Result : = Gio2. g_file_descriptor_based_get_fd( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGLoadableIcon. load( size: gint; type_: PPgchar; cancellable: PGCancellable; error: PPGError) : PGInputStream; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_loadable_icon_load( @ self, size, type_, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGLoadableIcon. load_async( size: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_loadable_icon_load_async( @ self, size, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGLoadableIcon. load_finish( res: PGAsyncResult; type_: PPgchar; error: PPGError) : PGInputStream; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_loadable_icon_load_finish( @ self, res, type_, error) ;
2011-09-22 00:28:15 +00:00
end ;
2012-08-26 21:38:16 +00:00
function TGFileIcon. new( file_: PGFile) : PGFileIcon; cdecl ;
begin
Result : = Gio2. g_file_icon_new( file_) ;
end ;
2011-09-22 00:28:15 +00:00
function TGFileIcon. get_file: PGFile; cdecl ;
begin
Result : = Gio2. g_file_icon_get_file( @ self) ;
end ;
function TGFilenameCompleter. new: PGFilenameCompleter; cdecl ;
begin
Result : = Gio2. g_filename_completer_new( ) ;
end ;
function TGFilenameCompleter. get_completion_suffix( initial_text: Pgchar) : Pgchar; cdecl ;
begin
Result : = Gio2. g_filename_completer_get_completion_suffix( @ self, initial_text) ;
end ;
function TGFilenameCompleter. get_completions( initial_text: Pgchar) : PPgchar; cdecl ;
begin
Result : = Gio2. g_filename_completer_get_completions( @ self, initial_text) ;
end ;
procedure TGFilenameCompleter. set_dirs_only( dirs_only: gboolean) ; cdecl ;
begin
Gio2. g_filename_completer_set_dirs_only( @ self, dirs_only) ;
end ;
function TGIOExtension. get_name: Pgchar; cdecl ;
begin
Result : = Gio2. g_io_extension_get_name( @ self) ;
end ;
function TGIOExtension. get_priority: gint; cdecl ;
begin
Result : = Gio2. g_io_extension_get_priority( @ self) ;
end ;
2012-08-26 21:38:16 +00:00
function TGIOExtension. get_type: TGType; cdecl ;
begin
Result : = Gio2. g_io_extension_get_type( @ self) ;
end ;
2011-09-22 00:28:15 +00:00
function TGIOExtension. ref_class: PGTypeClass; cdecl ;
begin
Result : = Gio2. g_io_extension_ref_class( @ self) ;
end ;
function TGIOExtensionPoint. get_extension_by_name( name : Pgchar) : PGIOExtension; cdecl ;
begin
Result : = Gio2. g_io_extension_point_get_extension_by_name( @ self, name ) ;
end ;
function TGIOExtensionPoint. get_extensions: PGList; cdecl ;
begin
Result : = Gio2. g_io_extension_point_get_extensions( @ self) ;
end ;
function TGIOExtensionPoint. get_required_type: TGType; cdecl ;
begin
Result : = Gio2. g_io_extension_point_get_required_type( @ self) ;
end ;
procedure TGIOExtensionPoint. set_required_type( type_: TGType) ; cdecl ;
begin
Gio2. g_io_extension_point_set_required_type( @ self, type_) ;
end ;
function TGIOExtensionPoint. implement( extension_point_name: Pgchar; type_: TGType; extension_name: Pgchar; priority: gint) : PGIOExtension; cdecl ;
begin
Result : = Gio2. g_io_extension_point_implement( extension_point_name, type_, extension_name, priority) ;
end ;
function TGIOExtensionPoint. lookup( name : Pgchar) : PGIOExtensionPoint; cdecl ;
begin
Result : = Gio2. g_io_extension_point_lookup( name ) ;
end ;
function TGIOExtensionPoint. register( name : Pgchar) : PGIOExtensionPoint; cdecl ;
begin
Result : = Gio2. g_io_extension_point_register( name ) ;
end ;
function TGIOModule. new( filename: Pgchar) : PGIOModule; cdecl ;
begin
Result : = Gio2. g_io_module_new( filename) ;
end ;
procedure TGIOModuleScope. block( basename: Pgchar) ; cdecl ;
begin
Gio2. g_io_module_scope_block( @ self, basename) ;
end ;
procedure TGIOModuleScope. free; cdecl ;
begin
Gio2. g_io_module_scope_free( @ self) ;
end ;
function TGIOModuleScope. new( flags: TGIOModuleScopeFlags) : PGIOModuleScope; cdecl ;
begin
Result : = Gio2. g_io_module_scope_new( flags) ;
end ;
function TGInetAddress. new_any( family: TGSocketFamily) : PGInetAddress; cdecl ;
begin
Result : = Gio2. g_inet_address_new_any( family) ;
end ;
function TGInetAddress. new_from_bytes( bytes: Pguint8; family: TGSocketFamily) : PGInetAddress; cdecl ;
begin
Result : = Gio2. g_inet_address_new_from_bytes( bytes, family) ;
end ;
function TGInetAddress. new_from_string( string_: Pgchar) : PGInetAddress; cdecl ;
begin
Result : = Gio2. g_inet_address_new_from_string( string_) ;
end ;
function TGInetAddress. new_loopback( family: TGSocketFamily) : PGInetAddress; cdecl ;
begin
Result : = Gio2. g_inet_address_new_loopback( family) ;
end ;
function TGInetAddress. equal( other_address: PGInetAddress) : gboolean; cdecl ;
begin
Result : = Gio2. g_inet_address_equal( @ self, other_address) ;
end ;
function TGInetAddress. get_family: TGSocketFamily; cdecl ;
begin
Result : = Gio2. g_inet_address_get_family( @ self) ;
end ;
function TGInetAddress. get_is_any: gboolean; cdecl ;
begin
Result : = Gio2. g_inet_address_get_is_any( @ self) ;
end ;
function TGInetAddress. get_is_link_local: gboolean; cdecl ;
begin
Result : = Gio2. g_inet_address_get_is_link_local( @ self) ;
end ;
function TGInetAddress. get_is_loopback: gboolean; cdecl ;
begin
Result : = Gio2. g_inet_address_get_is_loopback( @ self) ;
end ;
function TGInetAddress. get_is_mc_global: gboolean; cdecl ;
begin
Result : = Gio2. g_inet_address_get_is_mc_global( @ self) ;
end ;
function TGInetAddress. get_is_mc_link_local: gboolean; cdecl ;
begin
Result : = Gio2. g_inet_address_get_is_mc_link_local( @ self) ;
end ;
function TGInetAddress. get_is_mc_node_local: gboolean; cdecl ;
begin
Result : = Gio2. g_inet_address_get_is_mc_node_local( @ self) ;
end ;
function TGInetAddress. get_is_mc_org_local: gboolean; cdecl ;
begin
Result : = Gio2. g_inet_address_get_is_mc_org_local( @ self) ;
end ;
function TGInetAddress. get_is_mc_site_local: gboolean; cdecl ;
begin
Result : = Gio2. g_inet_address_get_is_mc_site_local( @ self) ;
end ;
function TGInetAddress. get_is_multicast: gboolean; cdecl ;
begin
Result : = Gio2. g_inet_address_get_is_multicast( @ self) ;
end ;
function TGInetAddress. get_is_site_local: gboolean; cdecl ;
begin
Result : = Gio2. g_inet_address_get_is_site_local( @ self) ;
end ;
function TGInetAddress. get_native_size: gsize; cdecl ;
begin
Result : = Gio2. g_inet_address_get_native_size( @ self) ;
end ;
function TGInetAddress. to_bytes: Pguint8; cdecl ;
begin
Result : = Gio2. g_inet_address_to_bytes( @ self) ;
end ;
function TGInetAddress. to_string: Pgchar; cdecl ;
begin
Result : = Gio2. g_inet_address_to_string( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGInetAddressMask. new( addr: PGInetAddress; length : guint; error: PPGError) : PGInetAddressMask; cdecl ;
2012-08-26 21:38:16 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_inet_address_mask_new( addr, length , error) ;
2012-08-26 21:38:16 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGInetAddressMask. new_from_string( mask_string: Pgchar; error: PPGError) : PGInetAddressMask; cdecl ;
2012-08-26 21:38:16 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_inet_address_mask_new_from_string( mask_string, error) ;
2012-08-26 21:38:16 +00:00
end ;
function TGInetAddressMask. equal( mask2: PGInetAddressMask) : gboolean; cdecl ;
begin
Result : = Gio2. g_inet_address_mask_equal( @ self, mask2) ;
end ;
function TGInetAddressMask. get_address: PGInetAddress; cdecl ;
begin
Result : = Gio2. g_inet_address_mask_get_address( @ self) ;
end ;
function TGInetAddressMask. get_family: TGSocketFamily; cdecl ;
begin
Result : = Gio2. g_inet_address_mask_get_family( @ self) ;
end ;
function TGInetAddressMask. get_length: guint; cdecl ;
begin
Result : = Gio2. g_inet_address_mask_get_length( @ self) ;
end ;
function TGInetAddressMask. matches( address: PGInetAddress) : gboolean; cdecl ;
begin
Result : = Gio2. g_inet_address_mask_matches( @ self, address) ;
end ;
function TGInetAddressMask. to_string: Pgchar; cdecl ;
begin
Result : = Gio2. g_inet_address_mask_to_string( @ self) ;
end ;
2011-09-22 00:28:15 +00:00
function TGSocketConnectable. enumerate: PGSocketAddressEnumerator; cdecl ;
begin
Result : = Gio2. g_socket_connectable_enumerate( @ self) ;
end ;
function TGSocketConnectable. proxy_enumerate: PGSocketAddressEnumerator; cdecl ;
begin
Result : = Gio2. g_socket_connectable_proxy_enumerate( @ self) ;
end ;
function TGSocketAddress. new_from_native( native: gpointer; len: gsize) : PGSocketAddress; cdecl ;
begin
Result : = Gio2. g_socket_address_new_from_native( native, len) ;
end ;
function TGSocketAddress. get_family: TGSocketFamily; cdecl ;
begin
Result : = Gio2. g_socket_address_get_family( @ self) ;
end ;
function TGSocketAddress. get_native_size: gssize; cdecl ;
begin
Result : = Gio2. g_socket_address_get_native_size( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGSocketAddress. to_native( dest: gpointer; destlen: gsize; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_address_to_native( @ self, dest, destlen, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGInetSocketAddress. new( address: PGInetAddress; port: guint16) : PGInetSocketAddress; cdecl ;
begin
Result : = Gio2. g_inet_socket_address_new( address, port) ;
end ;
function TGInetSocketAddress. get_address: PGInetAddress; cdecl ;
begin
Result : = Gio2. g_inet_socket_address_get_address( @ self) ;
end ;
2012-08-26 21:38:16 +00:00
function TGInetSocketAddress. get_flowinfo: guint32; cdecl ;
begin
Result : = Gio2. g_inet_socket_address_get_flowinfo( @ self) ;
end ;
2011-09-22 00:28:15 +00:00
function TGInetSocketAddress. get_port: guint16; cdecl ;
begin
Result : = Gio2. g_inet_socket_address_get_port( @ self) ;
end ;
2012-08-26 21:38:16 +00:00
function TGInetSocketAddress. get_scope_id: guint32; cdecl ;
begin
Result : = Gio2. g_inet_socket_address_get_scope_id( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGMemoryInputStream. new: PGMemoryInputStream; cdecl ;
begin
Result : = Gio2. g_memory_input_stream_new( ) ;
end ;
function TGMemoryInputStream. new_from_bytes( bytes: PGBytes) : PGMemoryInputStream; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_memory_input_stream_new_from_bytes( bytes) ;
2011-09-22 00:28:15 +00:00
end ;
function TGMemoryInputStream. new_from_data( data: Pguint8; len: gssize; destroy_: TGDestroyNotify) : PGMemoryInputStream; cdecl ;
begin
Result : = Gio2. g_memory_input_stream_new_from_data( data, len, destroy_) ;
end ;
2014-01-06 17:53:09 +00:00
procedure TGMemoryInputStream. add_bytes( bytes: PGBytes) ; cdecl ;
begin
Gio2. g_memory_input_stream_add_bytes( @ self, bytes) ;
end ;
2011-09-22 00:28:15 +00:00
procedure TGMemoryInputStream. add_data( data: Pguint8; len: gssize; destroy_: TGDestroyNotify) ; cdecl ;
begin
Gio2. g_memory_input_stream_add_data( @ self, data, len, destroy_) ;
end ;
function TGMemoryOutputStream. new( data: gpointer; size: gsize; realloc_function: TGReallocFunc; destroy_function: TGDestroyNotify) : PGMemoryOutputStream; cdecl ;
begin
Result : = Gio2. g_memory_output_stream_new( data, size, realloc_function, destroy_function) ;
end ;
2014-01-06 17:53:09 +00:00
function TGMemoryOutputStream. new_resizable: PGMemoryOutputStream; cdecl ;
begin
Result : = Gio2. g_memory_output_stream_new_resizable( ) ;
end ;
2011-09-22 00:28:15 +00:00
function TGMemoryOutputStream. get_data: gpointer; cdecl ;
begin
Result : = Gio2. g_memory_output_stream_get_data( @ self) ;
end ;
function TGMemoryOutputStream. get_data_size: gsize; cdecl ;
begin
Result : = Gio2. g_memory_output_stream_get_data_size( @ self) ;
end ;
function TGMemoryOutputStream. get_size: gsize; cdecl ;
begin
Result : = Gio2. g_memory_output_stream_get_size( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGMemoryOutputStream. steal_as_bytes: PGBytes; cdecl ;
begin
Result : = Gio2. g_memory_output_stream_steal_as_bytes( @ self) ;
end ;
2011-09-22 00:28:15 +00:00
function TGMemoryOutputStream. steal_data: gpointer; cdecl ;
begin
Result : = Gio2. g_memory_output_stream_steal_data( @ self) ;
end ;
2012-08-26 21:38:16 +00:00
function TGMenu. new: PGMenu; cdecl ;
begin
Result : = Gio2. g_menu_new( ) ;
end ;
procedure TGMenu. append( label_: Pgchar; detailed_action: Pgchar) ; cdecl ;
begin
Gio2. g_menu_append( @ self, label_, detailed_action) ;
end ;
procedure TGMenu. append_item( item: PGMenuItem) ; cdecl ;
begin
Gio2. g_menu_append_item( @ self, item) ;
end ;
procedure TGMenu. append_section( label_: Pgchar; section: PGMenuModel) ; cdecl ;
begin
Gio2. g_menu_append_section( @ self, label_, section) ;
end ;
procedure TGMenu. append_submenu( label_: Pgchar; submenu: PGMenuModel) ; cdecl ;
begin
Gio2. g_menu_append_submenu( @ self, label_, submenu) ;
end ;
procedure TGMenu. freeze; cdecl ;
begin
Gio2. g_menu_freeze( @ self) ;
end ;
procedure TGMenu. insert( position: gint; label_: Pgchar; detailed_action: Pgchar) ; cdecl ;
begin
Gio2. g_menu_insert( @ self, position, label_, detailed_action) ;
end ;
procedure TGMenu. insert_item( position: gint; item: PGMenuItem) ; cdecl ;
begin
Gio2. g_menu_insert_item( @ self, position, item) ;
end ;
procedure TGMenu. insert_section( position: gint; label_: Pgchar; section: PGMenuModel) ; cdecl ;
begin
Gio2. g_menu_insert_section( @ self, position, label_, section) ;
end ;
procedure TGMenu. insert_submenu( position: gint; label_: Pgchar; submenu: PGMenuModel) ; cdecl ;
begin
Gio2. g_menu_insert_submenu( @ self, position, label_, submenu) ;
end ;
procedure TGMenu. prepend( label_: Pgchar; detailed_action: Pgchar) ; cdecl ;
begin
Gio2. g_menu_prepend( @ self, label_, detailed_action) ;
end ;
procedure TGMenu. prepend_item( item: PGMenuItem) ; cdecl ;
begin
Gio2. g_menu_prepend_item( @ self, item) ;
end ;
procedure TGMenu. prepend_section( label_: Pgchar; section: PGMenuModel) ; cdecl ;
begin
Gio2. g_menu_prepend_section( @ self, label_, section) ;
end ;
procedure TGMenu. prepend_submenu( label_: Pgchar; submenu: PGMenuModel) ; cdecl ;
begin
Gio2. g_menu_prepend_submenu( @ self, label_, submenu) ;
end ;
procedure TGMenu. remove( position: gint) ; cdecl ;
begin
Gio2. g_menu_remove( @ self, position) ;
end ;
function TGMenuItem. new( label_: Pgchar; detailed_action: Pgchar) : PGMenuItem; cdecl ;
begin
Result : = Gio2. g_menu_item_new( label_, detailed_action) ;
end ;
2014-01-06 17:53:09 +00:00
function TGMenuItem. new_from_model( model: PGMenuModel; item_index: gint) : PGMenuItem; cdecl ;
begin
Result : = Gio2. g_menu_item_new_from_model( model, item_index) ;
end ;
2012-08-26 21:38:16 +00:00
function TGMenuItem. new_section( label_: Pgchar; section: PGMenuModel) : PGMenuItem; cdecl ;
begin
Result : = Gio2. g_menu_item_new_section( label_, section) ;
end ;
function TGMenuItem. new_submenu( label_: Pgchar; submenu: PGMenuModel) : PGMenuItem; cdecl ;
begin
Result : = Gio2. g_menu_item_new_submenu( label_, submenu) ;
end ;
2014-01-06 17:53:09 +00:00
function TGMenuItem. get_attribute_value( attribute: Pgchar; expected_type: PGVariantType) : PGVariant; cdecl ;
begin
Result : = Gio2. g_menu_item_get_attribute_value( @ self, attribute, expected_type) ;
end ;
function TGMenuItem. get_link( link: Pgchar) : PGMenuModel; cdecl ;
begin
Result : = Gio2. g_menu_item_get_link( @ self, link) ;
end ;
2012-08-26 21:38:16 +00:00
procedure TGMenuItem. set_action_and_target_value( action: Pgchar; target_value: PGVariant) ; cdecl ;
begin
Gio2. g_menu_item_set_action_and_target_value( @ self, action, target_value) ;
end ;
procedure TGMenuItem. set_attribute_value( attribute: Pgchar; value: PGVariant) ; cdecl ;
begin
Gio2. g_menu_item_set_attribute_value( @ self, attribute, value) ;
end ;
procedure TGMenuItem. set_detailed_action( detailed_action: Pgchar) ; cdecl ;
begin
Gio2. g_menu_item_set_detailed_action( @ self, detailed_action) ;
end ;
procedure TGMenuItem. set_label( label_: Pgchar) ; cdecl ;
begin
Gio2. g_menu_item_set_label( @ self, label_) ;
end ;
procedure TGMenuItem. set_link( link: Pgchar; model: PGMenuModel) ; cdecl ;
begin
Gio2. g_menu_item_set_link( @ self, link, model) ;
end ;
procedure TGMenuItem. set_section( section: PGMenuModel) ; cdecl ;
begin
Gio2. g_menu_item_set_section( @ self, section) ;
end ;
procedure TGMenuItem. set_submenu( submenu: PGMenuModel) ; cdecl ;
begin
Gio2. g_menu_item_set_submenu( @ self, submenu) ;
end ;
function TGMenuAttributeIter. get_name: Pgchar; cdecl ;
begin
Result : = Gio2. g_menu_attribute_iter_get_name( @ self) ;
end ;
function TGMenuAttributeIter. get_next( out_name: PPgchar; value: PPGVariant) : gboolean; cdecl ;
begin
Result : = Gio2. g_menu_attribute_iter_get_next( @ self, out_name, value) ;
end ;
function TGMenuAttributeIter. get_value: PGVariant; cdecl ;
begin
Result : = Gio2. g_menu_attribute_iter_get_value( @ self) ;
end ;
function TGMenuAttributeIter. next: gboolean; cdecl ;
begin
Result : = Gio2. g_menu_attribute_iter_next( @ self) ;
end ;
function TGMenuLinkIter. get_name: Pgchar; cdecl ;
begin
Result : = Gio2. g_menu_link_iter_get_name( @ self) ;
end ;
function TGMenuLinkIter. get_next( out_link: PPgchar; value: PPGMenuModel) : gboolean; cdecl ;
begin
Result : = Gio2. g_menu_link_iter_get_next( @ self, out_link, value) ;
end ;
function TGMenuLinkIter. get_value: PGMenuModel; cdecl ;
begin
Result : = Gio2. g_menu_link_iter_get_value( @ self) ;
end ;
function TGMenuLinkIter. next: gboolean; cdecl ;
begin
Result : = Gio2. g_menu_link_iter_next( @ self) ;
end ;
2011-09-22 00:28:15 +00:00
function TGVolume. can_eject: gboolean; cdecl ;
begin
Result : = Gio2. g_volume_can_eject( @ self) ;
end ;
function TGVolume. can_mount: gboolean; cdecl ;
begin
Result : = Gio2. g_volume_can_mount( @ self) ;
end ;
procedure TGVolume. eject_with_operation( flags: TGMountUnmountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_volume_eject_with_operation( @ self, flags, mount_operation, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGVolume. eject_with_operation_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_volume_eject_with_operation_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGVolume. enumerate_identifiers: PPgchar; cdecl ;
begin
Result : = Gio2. g_volume_enumerate_identifiers( @ self) ;
end ;
function TGVolume. get_activation_root: PGFile; cdecl ;
begin
Result : = Gio2. g_volume_get_activation_root( @ self) ;
end ;
function TGVolume. get_drive: PGDrive; cdecl ;
begin
Result : = Gio2. g_volume_get_drive( @ self) ;
end ;
function TGVolume. get_icon: PGIcon; cdecl ;
begin
Result : = Gio2. g_volume_get_icon( @ self) ;
end ;
function TGVolume. get_identifier( kind: Pgchar) : Pgchar; cdecl ;
begin
Result : = Gio2. g_volume_get_identifier( @ self, kind) ;
end ;
function TGVolume. get_mount: PGMount; cdecl ;
begin
Result : = Gio2. g_volume_get_mount( @ self) ;
end ;
function TGVolume. get_name: Pgchar; cdecl ;
begin
Result : = Gio2. g_volume_get_name( @ self) ;
end ;
2012-08-26 21:38:16 +00:00
function TGVolume. get_sort_key: Pgchar; cdecl ;
begin
Result : = Gio2. g_volume_get_sort_key( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGVolume. get_symbolic_icon: PGIcon; cdecl ;
begin
Result : = Gio2. g_volume_get_symbolic_icon( @ self) ;
end ;
2011-09-22 00:28:15 +00:00
function TGVolume. get_uuid: Pgchar; cdecl ;
begin
Result : = Gio2. g_volume_get_uuid( @ self) ;
end ;
procedure TGVolume. mount( flags: TGMountMountFlags; mount_operation: PGMountOperation; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_volume_mount( @ self, flags, mount_operation, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGVolume. mount_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_volume_mount_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGVolume. should_automount: gboolean; cdecl ;
begin
Result : = Gio2. g_volume_should_automount( @ self) ;
end ;
function TGVolumeMonitor. get: PGVolumeMonitor; cdecl ;
begin
Result : = Gio2. g_volume_monitor_get( ) ;
end ;
function TGVolumeMonitor. get_connected_drives: PGList; cdecl ;
begin
Result : = Gio2. g_volume_monitor_get_connected_drives( @ self) ;
end ;
function TGVolumeMonitor. get_mount_for_uuid( uuid: Pgchar) : PGMount; cdecl ;
begin
Result : = Gio2. g_volume_monitor_get_mount_for_uuid( @ self, uuid) ;
end ;
function TGVolumeMonitor. get_mounts: PGList; cdecl ;
begin
Result : = Gio2. g_volume_monitor_get_mounts( @ self) ;
end ;
function TGVolumeMonitor. get_volume_for_uuid( uuid: Pgchar) : PGVolume; cdecl ;
begin
Result : = Gio2. g_volume_monitor_get_volume_for_uuid( @ self, uuid) ;
end ;
function TGVolumeMonitor. get_volumes: PGList; cdecl ;
begin
Result : = Gio2. g_volume_monitor_get_volumes( @ self) ;
end ;
2012-08-26 21:38:16 +00:00
function TGNetworkAddress. new( hostname: Pgchar; port: guint16) : PGNetworkAddress; cdecl ;
2011-09-22 00:28:15 +00:00
begin
Result : = Gio2. g_network_address_new( hostname, port) ;
end ;
2014-01-06 17:53:09 +00:00
function TGNetworkAddress. parse( host_and_port: Pgchar; default_port: guint16; error: PPGError) : PGSocketConnectable; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_network_address_parse( host_and_port, default_port, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGNetworkAddress. parse_uri( uri: Pgchar; default_port: guint16; error: PPGError) : PGSocketConnectable; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_network_address_parse_uri( uri, default_port, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGNetworkAddress. get_hostname: Pgchar; cdecl ;
begin
Result : = Gio2. g_network_address_get_hostname( @ self) ;
end ;
function TGNetworkAddress. get_port: guint16; cdecl ;
begin
Result : = Gio2. g_network_address_get_port( @ self) ;
end ;
function TGNetworkAddress. get_scheme: Pgchar; cdecl ;
begin
Result : = Gio2. g_network_address_get_scheme( @ self) ;
end ;
2012-08-26 21:38:16 +00:00
function TGNetworkMonitor. get_default: PGNetworkMonitor; cdecl ;
begin
Result : = Gio2. g_network_monitor_get_default( ) ;
end ;
2014-01-06 17:53:09 +00:00
function TGNetworkMonitor. can_reach( connectable: PGSocketConnectable; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2012-08-26 21:38:16 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_network_monitor_can_reach( @ self, connectable, cancellable, error) ;
2012-08-26 21:38:16 +00:00
end ;
procedure TGNetworkMonitor. can_reach_async( connectable: PGSocketConnectable; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_network_monitor_can_reach_async( @ self, connectable, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGNetworkMonitor. can_reach_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2012-08-26 21:38:16 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_network_monitor_can_reach_finish( @ self, result_, error) ;
2012-08-26 21:38:16 +00:00
end ;
function TGNetworkMonitor. get_network_available: gboolean; cdecl ;
begin
Result : = Gio2. g_network_monitor_get_network_available( @ self) ;
end ;
function TGNetworkService. new( service: Pgchar; protocol: Pgchar; domain: Pgchar) : PGNetworkService; cdecl ;
2011-09-22 00:28:15 +00:00
begin
Result : = Gio2. g_network_service_new( service, protocol, domain) ;
end ;
function TGNetworkService. get_domain: Pgchar; cdecl ;
begin
Result : = Gio2. g_network_service_get_domain( @ self) ;
end ;
function TGNetworkService. get_protocol: Pgchar; cdecl ;
begin
Result : = Gio2. g_network_service_get_protocol( @ self) ;
end ;
function TGNetworkService. get_scheme: Pgchar; cdecl ;
begin
Result : = Gio2. g_network_service_get_scheme( @ self) ;
end ;
function TGNetworkService. get_service: Pgchar; cdecl ;
begin
Result : = Gio2. g_network_service_get_service( @ self) ;
end ;
procedure TGNetworkService. set_scheme( scheme: Pgchar) ; cdecl ;
begin
Gio2. g_network_service_set_scheme( @ self, scheme) ;
end ;
2014-01-06 17:53:09 +00:00
function TGPermission. acquire( cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_permission_acquire( @ self, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGPermission. acquire_async( cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_permission_acquire_async( @ self, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGPermission. acquire_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_permission_acquire_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGPermission. get_allowed: gboolean; cdecl ;
begin
Result : = Gio2. g_permission_get_allowed( @ self) ;
end ;
function TGPermission. get_can_acquire: gboolean; cdecl ;
begin
Result : = Gio2. g_permission_get_can_acquire( @ self) ;
end ;
function TGPermission. get_can_release: gboolean; cdecl ;
begin
Result : = Gio2. g_permission_get_can_release( @ self) ;
end ;
procedure TGPermission. impl_update( allowed: gboolean; can_acquire: gboolean; can_release: gboolean) ; cdecl ;
begin
Gio2. g_permission_impl_update( @ self, allowed, can_acquire, can_release) ;
end ;
2014-01-06 17:53:09 +00:00
function TGPermission. release( cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_permission_release( @ self, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGPermission. release_async( cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_permission_release_async( @ self, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGPermission. release_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_permission_release_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGProxy. get_default_for_protocol( protocol: Pgchar) : PGProxy; cdecl ;
begin
Result : = Gio2. g_proxy_get_default_for_protocol( protocol) ;
end ;
2014-01-06 17:53:09 +00:00
function TGProxy. connect( connection: PGIOStream; proxy_address: PGProxyAddress; cancellable: PGCancellable; error: PPGError) : PGIOStream; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_proxy_connect( @ self, connection, proxy_address, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGProxy. connect_async( connection: PGIOStream; proxy_address: PGProxyAddress; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_proxy_connect_async( @ self, connection, proxy_address, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGProxy. connect_finish( result_: PGAsyncResult; error: PPGError) : PGIOStream; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_proxy_connect_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGProxy. supports_hostname: gboolean; cdecl ;
begin
Result : = Gio2. g_proxy_supports_hostname( @ self) ;
end ;
function TGProxyAddress. new( inetaddr: PGInetAddress; port: guint16; protocol: Pgchar; dest_hostname: Pgchar; dest_port: guint16; username: Pgchar; password: Pgchar) : PGProxyAddress; cdecl ;
begin
Result : = Gio2. g_proxy_address_new( inetaddr, port, protocol, dest_hostname, dest_port, username, password) ;
end ;
function TGProxyAddress. get_destination_hostname: Pgchar; cdecl ;
begin
Result : = Gio2. g_proxy_address_get_destination_hostname( @ self) ;
end ;
function TGProxyAddress. get_destination_port: guint16; cdecl ;
begin
Result : = Gio2. g_proxy_address_get_destination_port( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGProxyAddress. get_destination_protocol: Pgchar; cdecl ;
begin
Result : = Gio2. g_proxy_address_get_destination_protocol( @ self) ;
end ;
2011-09-22 00:28:15 +00:00
function TGProxyAddress. get_password: Pgchar; cdecl ;
begin
Result : = Gio2. g_proxy_address_get_password( @ self) ;
end ;
function TGProxyAddress. get_protocol: Pgchar; cdecl ;
begin
Result : = Gio2. g_proxy_address_get_protocol( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGProxyAddress. get_uri: Pgchar; cdecl ;
begin
Result : = Gio2. g_proxy_address_get_uri( @ self) ;
end ;
2011-09-22 00:28:15 +00:00
function TGProxyAddress. get_username: Pgchar; cdecl ;
begin
Result : = Gio2. g_proxy_address_get_username( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGProxyResolver. get_default: PGProxyResolver; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_proxy_resolver_get_default( ) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGProxyResolver. is_supported: gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_proxy_resolver_is_supported( @ self) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGProxyResolver. lookup( uri: Pgchar; cancellable: PGCancellable; error: PPGError) : PPgchar; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_proxy_resolver_lookup( @ self, uri, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
procedure TGProxyResolver. lookup_async( uri: Pgchar; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Gio2. g_proxy_resolver_lookup_async( @ self, uri, cancellable, callback, user_data) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGProxyResolver. lookup_finish( result_: PGAsyncResult; error: PPGError) : PPgchar; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_proxy_resolver_lookup_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGSocketAddressEnumerator. next( cancellable: PGCancellable; error: PPGError) : PGSocketAddress; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_address_enumerator_next( @ self, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
procedure TGSocketAddressEnumerator. next_async( cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Gio2. g_socket_address_enumerator_next_async( @ self, cancellable, callback, user_data) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGSocketAddressEnumerator. next_finish( result_: PGAsyncResult; error: PPGError) : PGSocketAddress; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_address_enumerator_next_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGResolver. free_addresses( addresses: PGList) ; cdecl ;
begin
Gio2. g_resolver_free_addresses( addresses) ;
end ;
procedure TGResolver. free_targets( targets: PGList) ; cdecl ;
begin
Gio2. g_resolver_free_targets( targets) ;
end ;
function TGResolver. get_default: PGResolver; cdecl ;
begin
Result : = Gio2. g_resolver_get_default( ) ;
end ;
2014-01-06 17:53:09 +00:00
function TGResolver. lookup_by_address( address: PGInetAddress; cancellable: PGCancellable; error: PPGError) : Pgchar; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_resolver_lookup_by_address( @ self, address, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGResolver. lookup_by_address_async( address: PGInetAddress; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_resolver_lookup_by_address_async( @ self, address, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGResolver. lookup_by_address_finish( result_: PGAsyncResult; error: PPGError) : Pgchar; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_resolver_lookup_by_address_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGResolver. lookup_by_name( hostname: Pgchar; cancellable: PGCancellable; error: PPGError) : PGList; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_resolver_lookup_by_name( @ self, hostname, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGResolver. lookup_by_name_async( hostname: Pgchar; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_resolver_lookup_by_name_async( @ self, hostname, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGResolver. lookup_by_name_finish( result_: PGAsyncResult; error: PPGError) : PGList; cdecl ;
begin
Result : = Gio2. g_resolver_lookup_by_name_finish( @ self, result_, error) ;
end ;
function TGResolver. lookup_records( rrname: Pgchar; record_type: TGResolverRecordType; cancellable: PGCancellable; error: PPGError) : PGList; cdecl ;
begin
Result : = Gio2. g_resolver_lookup_records( @ self, rrname, record_type, cancellable, error) ;
end ;
procedure TGResolver. lookup_records_async( rrname: Pgchar; record_type: TGResolverRecordType; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_resolver_lookup_records_async( @ self, rrname, record_type, cancellable, callback, user_data) ;
end ;
function TGResolver. lookup_records_finish( result_: PGAsyncResult; error: PPGError) : PGList; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_resolver_lookup_records_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGResolver. lookup_service( service: Pgchar; protocol: Pgchar; domain: Pgchar; cancellable: PGCancellable; error: PPGError) : PGList; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_resolver_lookup_service( @ self, service, protocol, domain, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGResolver. lookup_service_async( service: Pgchar; protocol: Pgchar; domain: Pgchar; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_resolver_lookup_service_async( @ self, service, protocol, domain, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGResolver. lookup_service_finish( result_: PGAsyncResult; error: PPGError) : PGList; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_resolver_lookup_service_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGResolver. set_default; cdecl ;
begin
Gio2. g_resolver_set_default( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGResource. new_from_data( data: PGBytes; error: PPGError) : PGResource; cdecl ;
2012-08-26 21:38:16 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_resource_new_from_data( data, error) ;
2012-08-26 21:38:16 +00:00
end ;
procedure TGResource. _register; cdecl ;
begin
Gio2. g_resources_register( @ self) ;
end ;
procedure TGResource. _unregister; cdecl ;
begin
Gio2. g_resources_unregister( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGResource. enumerate_children( path: Pgchar; lookup_flags: TGResourceLookupFlags; error: PPGError) : PPgchar; cdecl ;
2012-08-26 21:38:16 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_resource_enumerate_children( @ self, path, lookup_flags, error) ;
2012-08-26 21:38:16 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGResource. get_info( path: Pgchar; lookup_flags: TGResourceLookupFlags; size: Pgsize; flags: Pguint32; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_resource_get_info( @ self, path, lookup_flags, size, flags, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGResource. lookup_data( path: Pgchar; lookup_flags: TGResourceLookupFlags; error: PPGError) : PGBytes; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_resource_lookup_data( @ self, path, lookup_flags, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGResource. open_stream( path: Pgchar; lookup_flags: TGResourceLookupFlags; error: PPGError) : PGInputStream; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_resource_open_stream( @ self, path, lookup_flags, error) ;
2011-09-22 00:28:15 +00:00
end ;
2012-08-26 21:38:16 +00:00
function TGResource. ref: PGResource; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2012-08-26 21:38:16 +00:00
Result : = Gio2. g_resource_ref( @ self) ;
end ;
procedure TGResource. unref; cdecl ;
begin
Gio2. g_resource_unref( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGResource. load( filename: Pgchar; error: PPGError) : PGResource; cdecl ;
2012-08-26 21:38:16 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_resource_load( filename, error) ;
2012-08-26 21:38:16 +00:00
end ;
function TGSettings. new( schema_id: Pgchar) : PGSettings; cdecl ;
begin
Result : = Gio2. g_settings_new( schema_id) ;
end ;
function TGSettings. new_full( schema: PGSettingsSchema; backend: PGSettingsBackend; path: Pgchar) : PGSettings; cdecl ;
begin
Result : = Gio2. g_settings_new_full( schema, backend, path) ;
end ;
function TGSettings. new_with_backend( schema_id: Pgchar; backend: PGSettingsBackend) : PGSettings; cdecl ;
begin
Result : = Gio2. g_settings_new_with_backend( schema_id, backend) ;
end ;
function TGSettings. new_with_backend_and_path( schema_id: Pgchar; backend: PGSettingsBackend; path: Pgchar) : PGSettings; cdecl ;
begin
Result : = Gio2. g_settings_new_with_backend_and_path( schema_id, backend, path) ;
end ;
function TGSettings. new_with_path( schema_id: Pgchar; path: Pgchar) : PGSettings; cdecl ;
begin
Result : = Gio2. g_settings_new_with_path( schema_id, path) ;
2011-09-22 00:28:15 +00:00
end ;
function TGSettings. list_relocatable_schemas: PPgchar; cdecl ;
begin
Result : = Gio2. g_settings_list_relocatable_schemas( ) ;
end ;
function TGSettings. list_schemas: PPgchar; cdecl ;
begin
Result : = Gio2. g_settings_list_schemas( ) ;
end ;
procedure TGSettings. sync; cdecl ;
begin
Gio2. g_settings_sync( ) ;
end ;
procedure TGSettings. unbind( object_: gpointer; property_: Pgchar) ; cdecl ;
begin
Gio2. g_settings_unbind( object_, property_) ;
end ;
procedure TGSettings. apply; cdecl ;
begin
Gio2. g_settings_apply( @ self) ;
end ;
2011-10-22 18:47:15 +00:00
procedure TGSettings. bind( key: Pgchar; object_: PGObject; property_: Pgchar; flags: TGSettingsBindFlags) ; cdecl ;
2011-09-22 00:28:15 +00:00
begin
Gio2. g_settings_bind( @ self, key, object_, property_, flags) ;
end ;
2011-10-22 18:47:15 +00:00
procedure TGSettings. bind_with_mapping( key: Pgchar; object_: PGObject; property_: Pgchar; flags: TGSettingsBindFlags; get_mapping: TGSettingsBindGetMapping; set_mapping: TGSettingsBindSetMapping; user_data: gpointer; destroy_: TGDestroyNotify) ; cdecl ;
2011-09-22 00:28:15 +00:00
begin
Gio2. g_settings_bind_with_mapping( @ self, key, object_, property_, flags, get_mapping, set_mapping, user_data, destroy_) ;
end ;
2011-10-22 18:47:15 +00:00
procedure TGSettings. bind_writable( key: Pgchar; object_: PGObject; property_: Pgchar; inverted: gboolean) ; cdecl ;
2011-09-22 00:28:15 +00:00
begin
Gio2. g_settings_bind_writable( @ self, key, object_, property_, inverted) ;
end ;
2012-08-26 21:38:16 +00:00
function TGSettings. create_action( key: Pgchar) : PGAction; cdecl ;
begin
Result : = Gio2. g_settings_create_action( @ self, key) ;
end ;
2011-09-22 00:28:15 +00:00
procedure TGSettings. delay; cdecl ;
begin
Gio2. g_settings_delay( @ self) ;
end ;
function TGSettings. get_boolean( key: Pgchar) : gboolean; cdecl ;
begin
Result : = Gio2. g_settings_get_boolean( @ self, key) ;
end ;
function TGSettings. get_child( name : Pgchar) : PGSettings; cdecl ;
begin
Result : = Gio2. g_settings_get_child( @ self, name ) ;
end ;
function TGSettings. get_double( key: Pgchar) : gdouble; cdecl ;
begin
Result : = Gio2. g_settings_get_double( @ self, key) ;
end ;
function TGSettings. get_enum( key: Pgchar) : gint; cdecl ;
begin
Result : = Gio2. g_settings_get_enum( @ self, key) ;
end ;
function TGSettings. get_flags( key: Pgchar) : guint; cdecl ;
begin
Result : = Gio2. g_settings_get_flags( @ self, key) ;
end ;
function TGSettings. get_has_unapplied: gboolean; cdecl ;
begin
Result : = Gio2. g_settings_get_has_unapplied( @ self) ;
end ;
function TGSettings. get_int( key: Pgchar) : gint; cdecl ;
begin
Result : = Gio2. g_settings_get_int( @ self, key) ;
end ;
function TGSettings. get_mapped( key: Pgchar; mapping: TGSettingsGetMapping; user_data: gpointer) : gpointer; cdecl ;
begin
Result : = Gio2. g_settings_get_mapped( @ self, key, mapping, user_data) ;
end ;
function TGSettings. get_range( key: Pgchar) : PGVariant; cdecl ;
begin
Result : = Gio2. g_settings_get_range( @ self, key) ;
end ;
function TGSettings. get_string( key: Pgchar) : Pgchar; cdecl ;
begin
Result : = Gio2. g_settings_get_string( @ self, key) ;
end ;
function TGSettings. get_strv( key: Pgchar) : PPgchar; cdecl ;
begin
Result : = Gio2. g_settings_get_strv( @ self, key) ;
end ;
function TGSettings. get_uint( key: Pgchar) : guint; cdecl ;
begin
Result : = Gio2. g_settings_get_uint( @ self, key) ;
end ;
function TGSettings. get_value( key: Pgchar) : PGVariant; cdecl ;
begin
Result : = Gio2. g_settings_get_value( @ self, key) ;
end ;
function TGSettings. is_writable( name : Pgchar) : gboolean; cdecl ;
begin
Result : = Gio2. g_settings_is_writable( @ self, name ) ;
end ;
function TGSettings. list_children: PPgchar; cdecl ;
begin
Result : = Gio2. g_settings_list_children( @ self) ;
end ;
function TGSettings. list_keys: PPgchar; cdecl ;
begin
Result : = Gio2. g_settings_list_keys( @ self) ;
end ;
function TGSettings. range_check( key: Pgchar; value: PGVariant) : gboolean; cdecl ;
begin
Result : = Gio2. g_settings_range_check( @ self, key, value) ;
end ;
procedure TGSettings. reset( key: Pgchar) ; cdecl ;
begin
Gio2. g_settings_reset( @ self, key) ;
end ;
procedure TGSettings. revert; cdecl ;
begin
Gio2. g_settings_revert( @ self) ;
end ;
function TGSettings. set_boolean( key: Pgchar; value: gboolean) : gboolean; cdecl ;
begin
Result : = Gio2. g_settings_set_boolean( @ self, key, value) ;
end ;
function TGSettings. set_double( key: Pgchar; value: gdouble) : gboolean; cdecl ;
begin
Result : = Gio2. g_settings_set_double( @ self, key, value) ;
end ;
function TGSettings. set_enum( key: Pgchar; value: gint) : gboolean; cdecl ;
begin
Result : = Gio2. g_settings_set_enum( @ self, key, value) ;
end ;
function TGSettings. set_flags( key: Pgchar; value: guint) : gboolean; cdecl ;
begin
Result : = Gio2. g_settings_set_flags( @ self, key, value) ;
end ;
function TGSettings. set_int( key: Pgchar; value: gint) : gboolean; cdecl ;
begin
Result : = Gio2. g_settings_set_int( @ self, key, value) ;
end ;
function TGSettings. set_string( key: Pgchar; value: Pgchar) : gboolean; cdecl ;
begin
Result : = Gio2. g_settings_set_string( @ self, key, value) ;
end ;
function TGSettings. set_strv( key: Pgchar; value: PPgchar) : gboolean; cdecl ;
begin
Result : = Gio2. g_settings_set_strv( @ self, key, value) ;
end ;
function TGSettings. set_uint( key: Pgchar; value: guint) : gboolean; cdecl ;
begin
Result : = Gio2. g_settings_set_uint( @ self, key, value) ;
end ;
function TGSettings. set_value( key: Pgchar; value: PGVariant) : gboolean; cdecl ;
begin
Result : = Gio2. g_settings_set_value( @ self, key, value) ;
end ;
2012-08-26 21:38:16 +00:00
function TGSettingsSchema. get_id: Pgchar; cdecl ;
begin
Result : = Gio2. g_settings_schema_get_id( @ self) ;
end ;
function TGSettingsSchema. get_path: Pgchar; cdecl ;
begin
Result : = Gio2. g_settings_schema_get_path( @ self) ;
end ;
function TGSettingsSchema. ref: PGSettingsSchema; cdecl ;
begin
Result : = Gio2. g_settings_schema_ref( @ self) ;
end ;
procedure TGSettingsSchema. unref; cdecl ;
begin
Gio2. g_settings_schema_unref( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGSettingsSchemaSource. new_from_directory( directory: Pgchar; parent: PGSettingsSchemaSource; trusted: gboolean; error: PPGError) : PGSettingsSchemaSource; cdecl ;
2012-08-26 21:38:16 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_settings_schema_source_new_from_directory( directory, parent, trusted, error) ;
2012-08-26 21:38:16 +00:00
end ;
function TGSettingsSchemaSource. lookup( schema_id: Pgchar; recursive: gboolean) : PGSettingsSchema; cdecl ;
begin
Result : = Gio2. g_settings_schema_source_lookup( @ self, schema_id, recursive) ;
end ;
function TGSettingsSchemaSource. ref: PGSettingsSchemaSource; cdecl ;
begin
Result : = Gio2. g_settings_schema_source_ref( @ self) ;
end ;
procedure TGSettingsSchemaSource. unref; cdecl ;
begin
Gio2. g_settings_schema_source_unref( @ self) ;
end ;
function TGSettingsSchemaSource. get_default: PGSettingsSchemaSource; cdecl ;
begin
Result : = Gio2. g_settings_schema_source_get_default( ) ;
end ;
2011-09-22 00:28:15 +00:00
function TGSimpleActionGroup. new: PGSimpleActionGroup; cdecl ;
begin
Result : = Gio2. g_simple_action_group_new( ) ;
end ;
procedure TGSimpleActionGroup. add_entries( entries: PGActionEntry; n_entries: gint; user_data: gpointer) ; cdecl ;
begin
Gio2. g_simple_action_group_add_entries( @ self, entries, n_entries, user_data) ;
end ;
procedure TGSimpleActionGroup. insert( action: PGAction) ; cdecl ;
begin
Gio2. g_simple_action_group_insert( @ self, action) ;
end ;
function TGSimpleActionGroup. lookup( action_name: Pgchar) : PGAction; cdecl ;
begin
Result : = Gio2. g_simple_action_group_lookup( @ self, action_name) ;
end ;
procedure TGSimpleActionGroup. remove( action_name: Pgchar) ; cdecl ;
begin
Gio2. g_simple_action_group_remove( @ self, action_name) ;
end ;
function TGSimpleAsyncResult. new( source_object: PGObject; callback: TGAsyncReadyCallback; user_data: gpointer; source_tag: gpointer) : PGSimpleAsyncResult; cdecl ;
begin
Result : = Gio2. g_simple_async_result_new( source_object, callback, user_data, source_tag) ;
end ;
function TGSimpleAsyncResult. new_from_error( source_object: PGObject; callback: TGAsyncReadyCallback; user_data: gpointer; error: PGError) : PGSimpleAsyncResult; cdecl ;
begin
Result : = Gio2. g_simple_async_result_new_from_error( source_object, callback, user_data, error) ;
end ;
function TGSimpleAsyncResult. new_take_error( source_object: PGObject; callback: TGAsyncReadyCallback; user_data: gpointer; error: PGError) : PGSimpleAsyncResult; cdecl ;
begin
Result : = Gio2. g_simple_async_result_new_take_error( source_object, callback, user_data, error) ;
end ;
function TGSimpleAsyncResult. is_valid( result_: PGAsyncResult; source: PGObject; source_tag: gpointer) : gboolean; cdecl ;
begin
Result : = Gio2. g_simple_async_result_is_valid( result_, source, source_tag) ;
end ;
procedure TGSimpleAsyncResult. complete; cdecl ;
begin
Gio2. g_simple_async_result_complete( @ self) ;
end ;
procedure TGSimpleAsyncResult. complete_in_idle; cdecl ;
begin
Gio2. g_simple_async_result_complete_in_idle( @ self) ;
end ;
function TGSimpleAsyncResult. get_op_res_gboolean: gboolean; cdecl ;
begin
Result : = Gio2. g_simple_async_result_get_op_res_gboolean( @ self) ;
end ;
function TGSimpleAsyncResult. get_op_res_gpointer: gpointer; cdecl ;
begin
Result : = Gio2. g_simple_async_result_get_op_res_gpointer( @ self) ;
end ;
function TGSimpleAsyncResult. get_op_res_gssize: gssize; cdecl ;
begin
Result : = Gio2. g_simple_async_result_get_op_res_gssize( @ self) ;
end ;
function TGSimpleAsyncResult. get_source_tag: gpointer; cdecl ;
begin
Result : = Gio2. g_simple_async_result_get_source_tag( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGSimpleAsyncResult. propagate_error( error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_simple_async_result_propagate_error( @ self, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGSimpleAsyncResult. run_in_thread( func: TGSimpleAsyncThreadFunc; io_priority: gint; cancellable: PGCancellable) ; cdecl ;
begin
Gio2. g_simple_async_result_run_in_thread( @ self, func, io_priority, cancellable) ;
end ;
2012-08-26 21:38:16 +00:00
procedure TGSimpleAsyncResult. set_check_cancellable( check_cancellable: PGCancellable) ; cdecl ;
begin
Gio2. g_simple_async_result_set_check_cancellable( @ self, check_cancellable) ;
end ;
2011-09-22 00:28:15 +00:00
procedure TGSimpleAsyncResult. set_from_error( error: PGError) ; cdecl ;
begin
Gio2. g_simple_async_result_set_from_error( @ self, error) ;
end ;
procedure TGSimpleAsyncResult. set_handle_cancellation( handle_cancellation: gboolean) ; cdecl ;
begin
Gio2. g_simple_async_result_set_handle_cancellation( @ self, handle_cancellation) ;
end ;
procedure TGSimpleAsyncResult. set_op_res_gboolean( op_res: gboolean) ; cdecl ;
begin
Gio2. g_simple_async_result_set_op_res_gboolean( @ self, op_res) ;
end ;
procedure TGSimpleAsyncResult. set_op_res_gpointer( op_res: gpointer; destroy_op_res: TGDestroyNotify) ; cdecl ;
begin
Gio2. g_simple_async_result_set_op_res_gpointer( @ self, op_res, destroy_op_res) ;
end ;
procedure TGSimpleAsyncResult. set_op_res_gssize( op_res: gssize) ; cdecl ;
begin
Gio2. g_simple_async_result_set_op_res_gssize( @ self, op_res) ;
end ;
procedure TGSimpleAsyncResult. take_error( error: PGError) ; cdecl ;
begin
Gio2. g_simple_async_result_take_error( @ self, error) ;
end ;
function TGSimplePermission. new( allowed: gboolean) : PGSimplePermission; cdecl ;
begin
Result : = Gio2. g_simple_permission_new( allowed) ;
end ;
2014-01-06 17:53:09 +00:00
function TGSimpleProxyResolver. new( default_proxy: Pgchar; ignore_hosts: PPgchar) : PGProxyResolver; cdecl ;
begin
Result : = Gio2. g_simple_proxy_resolver_new( default_proxy, ignore_hosts) ;
end ;
procedure TGSimpleProxyResolver. set_default_proxy( default_proxy: Pgchar) ; cdecl ;
begin
Gio2. g_simple_proxy_resolver_set_default_proxy( @ self, default_proxy) ;
end ;
procedure TGSimpleProxyResolver. set_ignore_hosts( ignore_hosts: PPgchar) ; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Gio2. g_simple_proxy_resolver_set_ignore_hosts( @ self, ignore_hosts) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
procedure TGSimpleProxyResolver. set_uri_proxy( uri_scheme: Pgchar; proxy: Pgchar) ; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Gio2. g_simple_proxy_resolver_set_uri_proxy( @ self, uri_scheme, proxy) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGSocket. new( family: TGSocketFamily; type_: TGSocketType; protocol: TGSocketProtocol; error: PPGError) : PGSocket; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_new( family, type_, protocol, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGSocket. new_from_fd( fd: gint; error: PPGError) : PGSocket; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_new_from_fd( fd, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGSocket. accept( cancellable: PGCancellable; error: PPGError) : PGSocket; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_accept( @ self, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGSocket. bind( address: PGSocketAddress; allow_reuse: gboolean; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_bind( @ self, address, allow_reuse, error) ;
end ;
function TGSocket. check_connect_result( error: PPGError) : gboolean; cdecl ;
begin
Result : = Gio2. g_socket_check_connect_result( @ self, error) ;
end ;
function TGSocket. close( error: PPGError) : gboolean; cdecl ;
begin
Result : = Gio2. g_socket_close( @ self, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGSocket. condition_check( condition: TGIOCondition) : TGIOCondition; cdecl ;
begin
Result : = Gio2. g_socket_condition_check( @ self, condition) ;
end ;
2014-01-06 17:53:09 +00:00
function TGSocket. condition_timed_wait( condition: TGIOCondition; timeout: gint64; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2012-08-26 21:38:16 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_condition_timed_wait( @ self, condition, timeout, cancellable, error) ;
2012-08-26 21:38:16 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGSocket. condition_wait( condition: TGIOCondition; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_condition_wait( @ self, condition, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGSocket. connect( address: PGSocketAddress; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_connect( @ self, address, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGSocket. connection_factory_create_connection: PGSocketConnection; cdecl ;
begin
Result : = Gio2. g_socket_connection_factory_create_connection( @ self) ;
end ;
function TGSocket. create_source( condition: TGIOCondition; cancellable: PGCancellable) : PGSource; cdecl ;
begin
Result : = Gio2. g_socket_create_source( @ self, condition, cancellable) ;
end ;
2012-08-26 21:38:16 +00:00
function TGSocket. get_available_bytes: gssize; cdecl ;
begin
Result : = Gio2. g_socket_get_available_bytes( @ self) ;
end ;
2011-09-22 00:28:15 +00:00
function TGSocket. get_blocking: gboolean; cdecl ;
begin
Result : = Gio2. g_socket_get_blocking( @ self) ;
end ;
2012-08-26 21:38:16 +00:00
function TGSocket. get_broadcast: gboolean; cdecl ;
begin
Result : = Gio2. g_socket_get_broadcast( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGSocket. get_credentials( error: PPGError) : PGCredentials; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_get_credentials( @ self, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGSocket. get_family: TGSocketFamily; cdecl ;
begin
Result : = Gio2. g_socket_get_family( @ self) ;
end ;
function TGSocket. get_fd: gint; cdecl ;
begin
Result : = Gio2. g_socket_get_fd( @ self) ;
end ;
function TGSocket. get_keepalive: gboolean; cdecl ;
begin
Result : = Gio2. g_socket_get_keepalive( @ self) ;
end ;
function TGSocket. get_listen_backlog: gint; cdecl ;
begin
Result : = Gio2. g_socket_get_listen_backlog( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGSocket. get_local_address( error: PPGError) : PGSocketAddress; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_get_local_address( @ self, error) ;
2011-09-22 00:28:15 +00:00
end ;
2012-08-26 21:38:16 +00:00
function TGSocket. get_multicast_loopback: gboolean; cdecl ;
begin
Result : = Gio2. g_socket_get_multicast_loopback( @ self) ;
end ;
function TGSocket. get_multicast_ttl: guint; cdecl ;
begin
Result : = Gio2. g_socket_get_multicast_ttl( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGSocket. get_option( level: gint; optname: gint; value: Pgint; error: PPGError) : gboolean; cdecl ;
begin
Result : = Gio2. g_socket_get_option( @ self, level, optname, value, error) ;
end ;
2011-09-22 00:28:15 +00:00
function TGSocket. get_protocol: TGSocketProtocol; cdecl ;
begin
Result : = Gio2. g_socket_get_protocol( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGSocket. get_remote_address( error: PPGError) : PGSocketAddress; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_get_remote_address( @ self, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGSocket. get_socket_type: TGSocketType; cdecl ;
begin
Result : = Gio2. g_socket_get_socket_type( @ self) ;
end ;
function TGSocket. get_timeout: guint; cdecl ;
begin
Result : = Gio2. g_socket_get_timeout( @ self) ;
end ;
2012-08-26 21:38:16 +00:00
function TGSocket. get_ttl: guint; cdecl ;
begin
Result : = Gio2. g_socket_get_ttl( @ self) ;
end ;
2011-09-22 00:28:15 +00:00
function TGSocket. is_closed: gboolean; cdecl ;
begin
Result : = Gio2. g_socket_is_closed( @ self) ;
end ;
function TGSocket. is_connected: gboolean; cdecl ;
begin
Result : = Gio2. g_socket_is_connected( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGSocket. join_multicast_group( group: PGInetAddress; source_specific: gboolean; iface: Pgchar; error: PPGError) : gboolean; cdecl ;
2012-08-26 21:38:16 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_join_multicast_group( @ self, group, source_specific, iface, error) ;
2012-08-26 21:38:16 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGSocket. leave_multicast_group( group: PGInetAddress; source_specific: gboolean; iface: Pgchar; error: PPGError) : gboolean; cdecl ;
2012-08-26 21:38:16 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_leave_multicast_group( @ self, group, source_specific, iface, error) ;
2012-08-26 21:38:16 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGSocket. listen( error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_listen( @ self, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGSocket. receive( buffer: Pgchar; size: gsize; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_receive( @ self, buffer, size, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGSocket. receive_from( address: PPGSocketAddress; buffer: Pgchar; size: gsize; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_receive_from( @ self, address, buffer, size, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGSocket. receive_message( address: PPGSocketAddress; vectors: PGInputVector; num_vectors: gint; messages: PPPGSocketControlMessage; num_messages: Pgint; flags: Pgint; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_receive_message( @ self, address, vectors, num_vectors, messages, num_messages, flags, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGSocket. receive_with_blocking( buffer: Pgchar; size: gsize; blocking: gboolean; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_receive_with_blocking( @ self, buffer, size, blocking, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGSocket. send( buffer: Pgchar; size: gsize; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_send( @ self, buffer, size, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGSocket. send_message( address: PGSocketAddress; vectors: PGOutputVector; num_vectors: gint; messages: PPGSocketControlMessage; num_messages: gint; flags: gint; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_send_message( @ self, address, vectors, num_vectors, messages, num_messages, flags, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGSocket. send_to( address: PGSocketAddress; buffer: Pgchar; size: gsize; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_send_to( @ self, address, buffer, size, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGSocket. send_with_blocking( buffer: Pgchar; size: gsize; blocking: gboolean; cancellable: PGCancellable; error: PPGError) : gssize; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_send_with_blocking( @ self, buffer, size, blocking, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGSocket. set_blocking( blocking: gboolean) ; cdecl ;
begin
Gio2. g_socket_set_blocking( @ self, blocking) ;
end ;
2012-08-26 21:38:16 +00:00
procedure TGSocket. set_broadcast( broadcast: gboolean) ; cdecl ;
begin
Gio2. g_socket_set_broadcast( @ self, broadcast) ;
end ;
2011-09-22 00:28:15 +00:00
procedure TGSocket. set_keepalive( keepalive: gboolean) ; cdecl ;
begin
Gio2. g_socket_set_keepalive( @ self, keepalive) ;
end ;
procedure TGSocket. set_listen_backlog( backlog: gint) ; cdecl ;
begin
Gio2. g_socket_set_listen_backlog( @ self, backlog) ;
end ;
2012-08-26 21:38:16 +00:00
procedure TGSocket. set_multicast_loopback( loopback: gboolean) ; cdecl ;
begin
Gio2. g_socket_set_multicast_loopback( @ self, loopback) ;
end ;
procedure TGSocket. set_multicast_ttl( ttl: guint) ; cdecl ;
begin
Gio2. g_socket_set_multicast_ttl( @ self, ttl) ;
end ;
2014-01-06 17:53:09 +00:00
function TGSocket. set_option( level: gint; optname: gint; value: gint; error: PPGError) : gboolean; cdecl ;
begin
Result : = Gio2. g_socket_set_option( @ self, level, optname, value, error) ;
end ;
2011-09-22 00:28:15 +00:00
procedure TGSocket. set_timeout( timeout: guint) ; cdecl ;
begin
Gio2. g_socket_set_timeout( @ self, timeout) ;
end ;
2012-08-26 21:38:16 +00:00
procedure TGSocket. set_ttl( ttl: guint) ; cdecl ;
begin
Gio2. g_socket_set_ttl( @ self, ttl) ;
end ;
2014-01-06 17:53:09 +00:00
function TGSocket. shutdown( shutdown_read: gboolean; shutdown_write: gboolean; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_shutdown( @ self, shutdown_read, shutdown_write, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGSocket. speaks_ipv4: gboolean; cdecl ;
begin
Result : = Gio2. g_socket_speaks_ipv4( @ self) ;
end ;
function TGSocketConnection. factory_lookup_type( family: TGSocketFamily; type_: TGSocketType; protocol_id: gint) : TGType; cdecl ;
begin
Result : = Gio2. g_socket_connection_factory_lookup_type( family, type_, protocol_id) ;
end ;
procedure TGSocketConnection. factory_register_type( g_type: TGType; family: TGSocketFamily; type_: TGSocketType; protocol: gint) ; cdecl ;
begin
Gio2. g_socket_connection_factory_register_type( g_type, family, type_, protocol) ;
end ;
2014-01-06 17:53:09 +00:00
function TGSocketConnection. connect( address: PGSocketAddress; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2012-08-26 21:38:16 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_connection_connect( @ self, address, cancellable, error) ;
2012-08-26 21:38:16 +00:00
end ;
procedure TGSocketConnection. connect_async( address: PGSocketAddress; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_socket_connection_connect_async( @ self, address, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGSocketConnection. connect_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2012-08-26 21:38:16 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_connection_connect_finish( @ self, result_, error) ;
2012-08-26 21:38:16 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGSocketConnection. get_local_address( error: PPGError) : PGSocketAddress; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_connection_get_local_address( @ self, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGSocketConnection. get_remote_address( error: PPGError) : PGSocketAddress; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_connection_get_remote_address( @ self, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGSocketConnection. get_socket: PGSocket; cdecl ;
begin
Result : = Gio2. g_socket_connection_get_socket( @ self) ;
end ;
2012-08-26 21:38:16 +00:00
function TGSocketConnection. is_connected: gboolean; cdecl ;
begin
Result : = Gio2. g_socket_connection_is_connected( @ self) ;
end ;
2011-09-22 00:28:15 +00:00
function TGSocketControlMessage. deserialize( level: gint; type_: gint; size: gsize; data: guint8) : PGSocketControlMessage; cdecl ;
begin
Result : = Gio2. g_socket_control_message_deserialize( level, type_, size, data) ;
end ;
function TGSocketControlMessage. get_level: gint; cdecl ;
begin
Result : = Gio2. g_socket_control_message_get_level( @ self) ;
end ;
function TGSocketControlMessage. get_msg_type: gint; cdecl ;
begin
Result : = Gio2. g_socket_control_message_get_msg_type( @ self) ;
end ;
function TGSocketControlMessage. get_size: gsize; cdecl ;
begin
Result : = Gio2. g_socket_control_message_get_size( @ self) ;
end ;
procedure TGSocketControlMessage. serialize( data: gpointer) ; cdecl ;
begin
Gio2. g_socket_control_message_serialize( @ self, data) ;
end ;
function TGSocketClient. new: PGSocketClient; cdecl ;
begin
Result : = Gio2. g_socket_client_new( ) ;
end ;
procedure TGSocketClient. add_application_proxy( protocol: Pgchar) ; cdecl ;
begin
Gio2. g_socket_client_add_application_proxy( @ self, protocol) ;
end ;
2014-01-06 17:53:09 +00:00
function TGSocketClient. connect( connectable: PGSocketConnectable; cancellable: PGCancellable; error: PPGError) : PGSocketConnection; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_client_connect( @ self, connectable, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGSocketClient. connect_async( connectable: PGSocketConnectable; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_socket_client_connect_async( @ self, connectable, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGSocketClient. connect_finish( result_: PGAsyncResult; error: PPGError) : PGSocketConnection; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_client_connect_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGSocketClient. connect_to_host( host_and_port: Pgchar; default_port: guint16; cancellable: PGCancellable; error: PPGError) : PGSocketConnection; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_client_connect_to_host( @ self, host_and_port, default_port, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGSocketClient. connect_to_host_async( host_and_port: Pgchar; default_port: guint16; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_socket_client_connect_to_host_async( @ self, host_and_port, default_port, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGSocketClient. connect_to_host_finish( result_: PGAsyncResult; error: PPGError) : PGSocketConnection; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_client_connect_to_host_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGSocketClient. connect_to_service( domain: Pgchar; service: Pgchar; cancellable: PGCancellable; error: PPGError) : PGSocketConnection; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_client_connect_to_service( @ self, domain, service, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGSocketClient. connect_to_service_async( domain: Pgchar; service: Pgchar; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_socket_client_connect_to_service_async( @ self, domain, service, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGSocketClient. connect_to_service_finish( result_: PGAsyncResult; error: PPGError) : PGSocketConnection; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_client_connect_to_service_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGSocketClient. connect_to_uri( uri: Pgchar; default_port: guint16; cancellable: PGCancellable; error: PPGError) : PGSocketConnection; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_client_connect_to_uri( @ self, uri, default_port, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGSocketClient. connect_to_uri_async( uri: Pgchar; default_port: guint16; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_socket_client_connect_to_uri_async( @ self, uri, default_port, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGSocketClient. connect_to_uri_finish( result_: PGAsyncResult; error: PPGError) : PGSocketConnection; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_client_connect_to_uri_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGSocketClient. get_enable_proxy: gboolean; cdecl ;
begin
Result : = Gio2. g_socket_client_get_enable_proxy( @ self) ;
end ;
function TGSocketClient. get_family: TGSocketFamily; cdecl ;
begin
Result : = Gio2. g_socket_client_get_family( @ self) ;
end ;
function TGSocketClient. get_local_address: PGSocketAddress; cdecl ;
begin
Result : = Gio2. g_socket_client_get_local_address( @ self) ;
end ;
function TGSocketClient. get_protocol: TGSocketProtocol; cdecl ;
begin
Result : = Gio2. g_socket_client_get_protocol( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGSocketClient. get_proxy_resolver: PGProxyResolver; cdecl ;
begin
Result : = Gio2. g_socket_client_get_proxy_resolver( @ self) ;
end ;
2011-09-22 00:28:15 +00:00
function TGSocketClient. get_socket_type: TGSocketType; cdecl ;
begin
Result : = Gio2. g_socket_client_get_socket_type( @ self) ;
end ;
function TGSocketClient. get_timeout: guint; cdecl ;
begin
Result : = Gio2. g_socket_client_get_timeout( @ self) ;
end ;
function TGSocketClient. get_tls: gboolean; cdecl ;
begin
Result : = Gio2. g_socket_client_get_tls( @ self) ;
end ;
function TGSocketClient. get_tls_validation_flags: TGTlsCertificateFlags; cdecl ;
begin
Result : = Gio2. g_socket_client_get_tls_validation_flags( @ self) ;
end ;
procedure TGSocketClient. set_enable_proxy( enable: gboolean) ; cdecl ;
begin
Gio2. g_socket_client_set_enable_proxy( @ self, enable) ;
end ;
procedure TGSocketClient. set_family( family: TGSocketFamily) ; cdecl ;
begin
Gio2. g_socket_client_set_family( @ self, family) ;
end ;
procedure TGSocketClient. set_local_address( address: PGSocketAddress) ; cdecl ;
begin
Gio2. g_socket_client_set_local_address( @ self, address) ;
end ;
procedure TGSocketClient. set_protocol( protocol: TGSocketProtocol) ; cdecl ;
begin
Gio2. g_socket_client_set_protocol( @ self, protocol) ;
end ;
2014-01-06 17:53:09 +00:00
procedure TGSocketClient. set_proxy_resolver( proxy_resolver: PGProxyResolver) ; cdecl ;
begin
Gio2. g_socket_client_set_proxy_resolver( @ self, proxy_resolver) ;
end ;
2011-09-22 00:28:15 +00:00
procedure TGSocketClient. set_socket_type( type_: TGSocketType) ; cdecl ;
begin
Gio2. g_socket_client_set_socket_type( @ self, type_) ;
end ;
procedure TGSocketClient. set_timeout( timeout: guint) ; cdecl ;
begin
Gio2. g_socket_client_set_timeout( @ self, timeout) ;
end ;
procedure TGSocketClient. set_tls( tls: gboolean) ; cdecl ;
begin
Gio2. g_socket_client_set_tls( @ self, tls) ;
end ;
procedure TGSocketClient. set_tls_validation_flags( flags: TGTlsCertificateFlags) ; cdecl ;
begin
Gio2. g_socket_client_set_tls_validation_flags( @ self, flags) ;
end ;
function TGSocketListener. new: PGSocketListener; cdecl ;
begin
Result : = Gio2. g_socket_listener_new( ) ;
end ;
2014-01-06 17:53:09 +00:00
function TGSocketListener. accept( source_object: PPGObject; cancellable: PGCancellable; error: PPGError) : PGSocketConnection; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_listener_accept( @ self, source_object, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGSocketListener. accept_async( cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_socket_listener_accept_async( @ self, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGSocketListener. accept_finish( result_: PGAsyncResult; source_object: PPGObject; error: PPGError) : PGSocketConnection; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_listener_accept_finish( @ self, result_, source_object, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGSocketListener. accept_socket( source_object: PPGObject; cancellable: PGCancellable; error: PPGError) : PGSocket; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_listener_accept_socket( @ self, source_object, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGSocketListener. accept_socket_async( cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_socket_listener_accept_socket_async( @ self, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGSocketListener. accept_socket_finish( result_: PGAsyncResult; source_object: PPGObject; error: PPGError) : PGSocket; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_listener_accept_socket_finish( @ self, result_, source_object, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGSocketListener. add_address( address: PGSocketAddress; type_: TGSocketType; protocol: TGSocketProtocol; source_object: PGObject; effective_address: PPGSocketAddress; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_listener_add_address( @ self, address, type_, protocol, source_object, effective_address, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGSocketListener. add_any_inet_port( source_object: PGObject; error: PPGError) : guint16; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_listener_add_any_inet_port( @ self, source_object, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGSocketListener. add_inet_port( port: guint16; source_object: PGObject; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_listener_add_inet_port( @ self, port, source_object, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGSocketListener. add_socket( socket: PGSocket; source_object: PGObject; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_socket_listener_add_socket( @ self, socket, source_object, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGSocketListener. close; cdecl ;
begin
Gio2. g_socket_listener_close( @ self) ;
end ;
procedure TGSocketListener. set_backlog( listen_backlog: gint) ; cdecl ;
begin
Gio2. g_socket_listener_set_backlog( @ self, listen_backlog) ;
end ;
function TGSocketService. new: PGSocketService; cdecl ;
begin
Result : = Gio2. g_socket_service_new( ) ;
end ;
function TGSocketService. is_active: gboolean; cdecl ;
begin
Result : = Gio2. g_socket_service_is_active( @ self) ;
end ;
procedure TGSocketService. start; cdecl ;
begin
Gio2. g_socket_service_start( @ self) ;
end ;
procedure TGSocketService. stop; cdecl ;
begin
Gio2. g_socket_service_stop( @ self) ;
end ;
function TGSrvTarget. new( hostname: Pgchar; port: guint16; priority: guint16; weight: guint16) : PGSrvTarget; cdecl ;
begin
Result : = Gio2. g_srv_target_new( hostname, port, priority, weight) ;
end ;
function TGSrvTarget. copy: PGSrvTarget; cdecl ;
begin
Result : = Gio2. g_srv_target_copy( @ self) ;
end ;
procedure TGSrvTarget. free; cdecl ;
begin
Gio2. g_srv_target_free( @ self) ;
end ;
function TGSrvTarget. get_hostname: Pgchar; cdecl ;
begin
Result : = Gio2. g_srv_target_get_hostname( @ self) ;
end ;
function TGSrvTarget. get_port: guint16; cdecl ;
begin
Result : = Gio2. g_srv_target_get_port( @ self) ;
end ;
function TGSrvTarget. get_priority: guint16; cdecl ;
begin
Result : = Gio2. g_srv_target_get_priority( @ self) ;
end ;
function TGSrvTarget. get_weight: guint16; cdecl ;
begin
Result : = Gio2. g_srv_target_get_weight( @ self) ;
end ;
function TGSrvTarget. list_sort( targets: PGList) : PGList; cdecl ;
begin
Result : = Gio2. g_srv_target_list_sort( targets) ;
end ;
2012-08-26 21:38:16 +00:00
procedure TGStaticResource. fini; cdecl ;
begin
Gio2. g_static_resource_fini( @ self) ;
end ;
function TGStaticResource. get_resource: PGResource; cdecl ;
begin
Result : = Gio2. g_static_resource_get_resource( @ self) ;
end ;
procedure TGStaticResource. init; cdecl ;
begin
Gio2. g_static_resource_init( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGTask. new( source_object: PGObject; cancellable: PGCancellable; callback: TGAsyncReadyCallback; callback_data: gpointer) : PGTask; cdecl ;
begin
Result : = Gio2. g_task_new( source_object, cancellable, callback, callback_data) ;
end ;
function TGTask. is_valid( result_: PGAsyncResult; source_object: PGObject) : gboolean; cdecl ;
begin
Result : = Gio2. g_task_is_valid( result_, source_object) ;
end ;
procedure TGTask. report_error( source_object: PGObject; callback: TGAsyncReadyCallback; callback_data: gpointer; source_tag: gpointer; error: PGError) ; cdecl ;
begin
Gio2. g_task_report_error( source_object, callback, callback_data, source_tag, error) ;
end ;
procedure TGTask. attach_source( source: PGSource; callback: TGSourceFunc) ; cdecl ;
begin
Gio2. g_task_attach_source( @ self, source, callback) ;
end ;
function TGTask. get_cancellable: PGCancellable; cdecl ;
begin
Result : = Gio2. g_task_get_cancellable( @ self) ;
end ;
function TGTask. get_check_cancellable: gboolean; cdecl ;
begin
Result : = Gio2. g_task_get_check_cancellable( @ self) ;
end ;
function TGTask. get_context: PGMainContext; cdecl ;
begin
Result : = Gio2. g_task_get_context( @ self) ;
end ;
function TGTask. get_priority: gint; cdecl ;
begin
Result : = Gio2. g_task_get_priority( @ self) ;
end ;
function TGTask. get_return_on_cancel: gboolean; cdecl ;
begin
Result : = Gio2. g_task_get_return_on_cancel( @ self) ;
end ;
function TGTask. get_source_object: PGObject; cdecl ;
begin
Result : = Gio2. g_task_get_source_object( @ self) ;
end ;
function TGTask. get_source_tag: gpointer; cdecl ;
begin
Result : = Gio2. g_task_get_source_tag( @ self) ;
end ;
function TGTask. get_task_data: gpointer; cdecl ;
begin
Result : = Gio2. g_task_get_task_data( @ self) ;
end ;
function TGTask. had_error: gboolean; cdecl ;
begin
Result : = Gio2. g_task_had_error( @ self) ;
end ;
function TGTask. propagate_boolean( error: PPGError) : gboolean; cdecl ;
begin
Result : = Gio2. g_task_propagate_boolean( @ self, error) ;
end ;
function TGTask. propagate_int( error: PPGError) : gssize; cdecl ;
begin
Result : = Gio2. g_task_propagate_int( @ self, error) ;
end ;
function TGTask. propagate_pointer( error: PPGError) : gpointer; cdecl ;
begin
Result : = Gio2. g_task_propagate_pointer( @ self, error) ;
end ;
procedure TGTask. return_boolean( result_: gboolean) ; cdecl ;
begin
Gio2. g_task_return_boolean( @ self, result_) ;
end ;
procedure TGTask. return_error( error: PGError) ; cdecl ;
begin
Gio2. g_task_return_error( @ self, error) ;
end ;
function TGTask. return_error_if_cancelled: gboolean; cdecl ;
begin
Result : = Gio2. g_task_return_error_if_cancelled( @ self) ;
end ;
procedure TGTask. return_int( result_: gssize) ; cdecl ;
begin
Gio2. g_task_return_int( @ self, result_) ;
end ;
procedure TGTask. return_pointer( result_: gpointer; result_destroy: TGDestroyNotify) ; cdecl ;
begin
Gio2. g_task_return_pointer( @ self, result_, result_destroy) ;
end ;
procedure TGTask. run_in_thread( task_func: TGTaskThreadFunc) ; cdecl ;
begin
Gio2. g_task_run_in_thread( @ self, task_func) ;
end ;
procedure TGTask. run_in_thread_sync( task_func: TGTaskThreadFunc) ; cdecl ;
begin
Gio2. g_task_run_in_thread_sync( @ self, task_func) ;
end ;
procedure TGTask. set_check_cancellable( check_cancellable: gboolean) ; cdecl ;
begin
Gio2. g_task_set_check_cancellable( @ self, check_cancellable) ;
end ;
procedure TGTask. set_priority( priority: gint) ; cdecl ;
begin
Gio2. g_task_set_priority( @ self, priority) ;
end ;
function TGTask. set_return_on_cancel( return_on_cancel: gboolean) : gboolean; cdecl ;
begin
Result : = Gio2. g_task_set_return_on_cancel( @ self, return_on_cancel) ;
end ;
procedure TGTask. set_source_tag( source_tag: gpointer) ; cdecl ;
begin
Gio2. g_task_set_source_tag( @ self, source_tag) ;
end ;
procedure TGTask. set_task_data( task_data: gpointer; task_data_destroy: TGDestroyNotify) ; cdecl ;
begin
Gio2. g_task_set_task_data( @ self, task_data, task_data_destroy) ;
end ;
2011-09-22 00:28:15 +00:00
function TGTcpConnection. get_graceful_disconnect: gboolean; cdecl ;
begin
Result : = Gio2. g_tcp_connection_get_graceful_disconnect( @ self) ;
end ;
procedure TGTcpConnection. set_graceful_disconnect( graceful_disconnect: gboolean) ; cdecl ;
begin
Gio2. g_tcp_connection_set_graceful_disconnect( @ self, graceful_disconnect) ;
end ;
function TGTcpWrapperConnection. new( base_io_stream: PGIOStream; socket: PGSocket) : PGTcpWrapperConnection; cdecl ;
begin
Result : = Gio2. g_tcp_wrapper_connection_new( base_io_stream, socket) ;
end ;
function TGTcpWrapperConnection. get_base_io_stream: PGIOStream; cdecl ;
begin
Result : = Gio2. g_tcp_wrapper_connection_get_base_io_stream( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGTestDBus. new( flags: TGTestDBusFlags) : PGTestDBus; cdecl ;
begin
Result : = Gio2. g_test_dbus_new( flags) ;
end ;
procedure TGTestDBus. unset; cdecl ;
begin
Gio2. g_test_dbus_unset( ) ;
end ;
procedure TGTestDBus. add_service_dir( path: Pgchar) ; cdecl ;
begin
Gio2. g_test_dbus_add_service_dir( @ self, path) ;
end ;
procedure TGTestDBus. down; cdecl ;
begin
Gio2. g_test_dbus_down( @ self) ;
end ;
function TGTestDBus. get_bus_address: Pgchar; cdecl ;
begin
Result : = Gio2. g_test_dbus_get_bus_address( @ self) ;
end ;
function TGTestDBus. get_flags: TGTestDBusFlags; cdecl ;
begin
Result : = Gio2. g_test_dbus_get_flags( @ self) ;
end ;
procedure TGTestDBus. stop; cdecl ;
begin
Gio2. g_test_dbus_stop( @ self) ;
end ;
procedure TGTestDBus. up; cdecl ;
begin
Gio2. g_test_dbus_up( @ self) ;
end ;
2012-08-26 21:38:16 +00:00
function TGThemedIcon. new( iconname: Pgchar) : PGThemedIcon; cdecl ;
2011-09-22 00:28:15 +00:00
begin
Result : = Gio2. g_themed_icon_new( iconname) ;
end ;
2012-08-26 21:38:16 +00:00
function TGThemedIcon. new_from_names( iconnames: PPgchar; len: gint) : PGThemedIcon; cdecl ;
2011-09-22 00:28:15 +00:00
begin
Result : = Gio2. g_themed_icon_new_from_names( iconnames, len) ;
end ;
2012-08-26 21:38:16 +00:00
function TGThemedIcon. new_with_default_fallbacks( iconname: Pgchar) : PGThemedIcon; cdecl ;
2011-09-22 00:28:15 +00:00
begin
Result : = Gio2. g_themed_icon_new_with_default_fallbacks( iconname) ;
end ;
procedure TGThemedIcon. append_name( iconname: Pgchar) ; cdecl ;
begin
Gio2. g_themed_icon_append_name( @ self, iconname) ;
end ;
function TGThemedIcon. get_names: PPgchar; cdecl ;
begin
Result : = Gio2. g_themed_icon_get_names( @ self) ;
end ;
procedure TGThemedIcon. prepend_name( iconname: Pgchar) ; cdecl ;
begin
Gio2. g_themed_icon_prepend_name( @ self, iconname) ;
end ;
function TGThreadedSocketService. new( max_threads: gint) : PGThreadedSocketService; cdecl ;
begin
Result : = Gio2. g_threaded_socket_service_new( max_threads) ;
end ;
function TGTlsBackend. get_default: PGTlsBackend; cdecl ;
begin
Result : = Gio2. g_tls_backend_get_default( ) ;
end ;
function TGTlsBackend. get_certificate_type: TGType; cdecl ;
begin
Result : = Gio2. g_tls_backend_get_certificate_type( @ self) ;
end ;
function TGTlsBackend. get_client_connection_type: TGType; cdecl ;
begin
Result : = Gio2. g_tls_backend_get_client_connection_type( @ self) ;
end ;
function TGTlsBackend. get_default_database: PGTlsDatabase; cdecl ;
begin
Result : = Gio2. g_tls_backend_get_default_database( @ self) ;
end ;
function TGTlsBackend. get_file_database_type: TGType; cdecl ;
begin
Result : = Gio2. g_tls_backend_get_file_database_type( @ self) ;
end ;
function TGTlsBackend. get_server_connection_type: TGType; cdecl ;
begin
Result : = Gio2. g_tls_backend_get_server_connection_type( @ self) ;
end ;
function TGTlsBackend. supports_tls: gboolean; cdecl ;
begin
Result : = Gio2. g_tls_backend_supports_tls( @ self) ;
end ;
function TGTlsDatabase. create_certificate_handle( certificate: PGTlsCertificate) : Pgchar; cdecl ;
begin
Result : = Gio2. g_tls_database_create_certificate_handle( @ self, certificate) ;
end ;
2014-01-06 17:53:09 +00:00
function TGTlsDatabase. lookup_certificate_for_handle( handle: Pgchar; interaction: PGTlsInteraction; flags: TGTlsDatabaseLookupFlags; cancellable: PGCancellable; error: PPGError) : PGTlsCertificate; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_tls_database_lookup_certificate_for_handle( @ self, handle, interaction, flags, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGTlsDatabase. lookup_certificate_for_handle_async( handle: Pgchar; interaction: PGTlsInteraction; flags: TGTlsDatabaseLookupFlags; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_tls_database_lookup_certificate_for_handle_async( @ self, handle, interaction, flags, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGTlsDatabase. lookup_certificate_for_handle_finish( result_: PGAsyncResult; error: PPGError) : PGTlsCertificate; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_tls_database_lookup_certificate_for_handle_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGTlsDatabase. lookup_certificate_issuer( certificate: PGTlsCertificate; interaction: PGTlsInteraction; flags: TGTlsDatabaseLookupFlags; cancellable: PGCancellable; error: PPGError) : PGTlsCertificate; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_tls_database_lookup_certificate_issuer( @ self, certificate, interaction, flags, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGTlsDatabase. lookup_certificate_issuer_async( certificate: PGTlsCertificate; interaction: PGTlsInteraction; flags: TGTlsDatabaseLookupFlags; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_tls_database_lookup_certificate_issuer_async( @ self, certificate, interaction, flags, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGTlsDatabase. lookup_certificate_issuer_finish( result_: PGAsyncResult; error: PPGError) : PGTlsCertificate; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_tls_database_lookup_certificate_issuer_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGTlsDatabase. lookup_certificates_issued_by( issuer_raw_dn: Pguint8; interaction: PGTlsInteraction; flags: TGTlsDatabaseLookupFlags; cancellable: PGCancellable; error: PPGError) : PGList; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_tls_database_lookup_certificates_issued_by( @ self, issuer_raw_dn, interaction, flags, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGTlsDatabase. lookup_certificates_issued_by_async( issuer_raw_dn: Pguint8; interaction: PGTlsInteraction; flags: TGTlsDatabaseLookupFlags; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_tls_database_lookup_certificates_issued_by_async( @ self, issuer_raw_dn, interaction, flags, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGTlsDatabase. lookup_certificates_issued_by_finish( result_: PGAsyncResult; error: PPGError) : PGList; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_tls_database_lookup_certificates_issued_by_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGTlsDatabase. verify_chain( chain: PGTlsCertificate; purpose: Pgchar; identity: PGSocketConnectable; interaction: PGTlsInteraction; flags: TGTlsDatabaseVerifyFlags; cancellable: PGCancellable; error: PPGError) : TGTlsCertificateFlags; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_tls_database_verify_chain( @ self, chain, purpose, identity, interaction, flags, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGTlsDatabase. verify_chain_async( chain: PGTlsCertificate; purpose: Pgchar; identity: PGSocketConnectable; interaction: PGTlsInteraction; flags: TGTlsDatabaseVerifyFlags; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_tls_database_verify_chain_async( @ self, chain, purpose, identity, interaction, flags, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGTlsDatabase. verify_chain_finish( result_: PGAsyncResult; error: PPGError) : TGTlsCertificateFlags; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_tls_database_verify_chain_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGTlsCertificate. new_from_file( file_: Pgchar; error: PPGError) : PGTlsCertificate; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_tls_certificate_new_from_file( file_, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGTlsCertificate. new_from_files( cert_file: Pgchar; key_file: Pgchar; error: PPGError) : PGTlsCertificate; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_tls_certificate_new_from_files( cert_file, key_file, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGTlsCertificate. new_from_pem( data: Pgchar; length : gssize; error: PPGError) : PGTlsCertificate; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_tls_certificate_new_from_pem( data, length , error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGTlsCertificate. list_new_from_file( file_: Pgchar; error: PPGError) : PGList; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_tls_certificate_list_new_from_file( file_, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGTlsCertificate. get_issuer: PGTlsCertificate; cdecl ;
begin
Result : = Gio2. g_tls_certificate_get_issuer( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGTlsCertificate. is_same( cert_two: PGTlsCertificate) : gboolean; cdecl ;
begin
Result : = Gio2. g_tls_certificate_is_same( @ self, cert_two) ;
end ;
2011-09-22 00:28:15 +00:00
function TGTlsCertificate. verify( identity: PGSocketConnectable; trusted_ca: PGTlsCertificate) : TGTlsCertificateFlags; cdecl ;
begin
Result : = Gio2. g_tls_certificate_verify( @ self, identity, trusted_ca) ;
end ;
2014-01-06 17:53:09 +00:00
function TGTlsClientConnection. new( base_io_stream: PGIOStream; server_identity: PGSocketConnectable; error: PPGError) : PGTlsClientConnection; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_tls_client_connection_new( base_io_stream, server_identity, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGTlsClientConnection. get_accepted_cas: PGList; cdecl ;
begin
Result : = Gio2. g_tls_client_connection_get_accepted_cas( @ self) ;
end ;
function TGTlsClientConnection. get_server_identity: PGSocketConnectable; cdecl ;
begin
Result : = Gio2. g_tls_client_connection_get_server_identity( @ self) ;
end ;
function TGTlsClientConnection. get_use_ssl3: gboolean; cdecl ;
begin
Result : = Gio2. g_tls_client_connection_get_use_ssl3( @ self) ;
end ;
function TGTlsClientConnection. get_validation_flags: TGTlsCertificateFlags; cdecl ;
begin
Result : = Gio2. g_tls_client_connection_get_validation_flags( @ self) ;
end ;
procedure TGTlsClientConnection. set_server_identity( identity: PGSocketConnectable) ; cdecl ;
begin
Gio2. g_tls_client_connection_set_server_identity( @ self, identity) ;
end ;
procedure TGTlsClientConnection. set_use_ssl3( use_ssl3: gboolean) ; cdecl ;
begin
Gio2. g_tls_client_connection_set_use_ssl3( @ self, use_ssl3) ;
end ;
procedure TGTlsClientConnection. set_validation_flags( flags: TGTlsCertificateFlags) ; cdecl ;
begin
Gio2. g_tls_client_connection_set_validation_flags( @ self, flags) ;
end ;
function TGTlsConnection. emit_accept_certificate( peer_cert: PGTlsCertificate; errors: TGTlsCertificateFlags) : gboolean; cdecl ;
begin
Result : = Gio2. g_tls_connection_emit_accept_certificate( @ self, peer_cert, errors) ;
end ;
function TGTlsConnection. get_certificate: PGTlsCertificate; cdecl ;
begin
Result : = Gio2. g_tls_connection_get_certificate( @ self) ;
end ;
function TGTlsConnection. get_database: PGTlsDatabase; cdecl ;
begin
Result : = Gio2. g_tls_connection_get_database( @ self) ;
end ;
function TGTlsConnection. get_interaction: PGTlsInteraction; cdecl ;
begin
Result : = Gio2. g_tls_connection_get_interaction( @ self) ;
end ;
function TGTlsConnection. get_peer_certificate: PGTlsCertificate; cdecl ;
begin
Result : = Gio2. g_tls_connection_get_peer_certificate( @ self) ;
end ;
function TGTlsConnection. get_peer_certificate_errors: TGTlsCertificateFlags; cdecl ;
begin
Result : = Gio2. g_tls_connection_get_peer_certificate_errors( @ self) ;
end ;
function TGTlsConnection. get_rehandshake_mode: TGTlsRehandshakeMode; cdecl ;
begin
Result : = Gio2. g_tls_connection_get_rehandshake_mode( @ self) ;
end ;
function TGTlsConnection. get_require_close_notify: gboolean; cdecl ;
begin
Result : = Gio2. g_tls_connection_get_require_close_notify( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGTlsConnection. handshake( cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_tls_connection_handshake( @ self, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGTlsConnection. handshake_async( io_priority: gint; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_tls_connection_handshake_async( @ self, io_priority, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGTlsConnection. handshake_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_tls_connection_handshake_finish( @ self, result_, error) ;
2011-09-22 00:28:15 +00:00
end ;
procedure TGTlsConnection. set_certificate( certificate: PGTlsCertificate) ; cdecl ;
begin
Gio2. g_tls_connection_set_certificate( @ self, certificate) ;
end ;
procedure TGTlsConnection. set_database( database: PGTlsDatabase) ; cdecl ;
begin
Gio2. g_tls_connection_set_database( @ self, database) ;
end ;
procedure TGTlsConnection. set_interaction( interaction: PGTlsInteraction) ; cdecl ;
begin
Gio2. g_tls_connection_set_interaction( @ self, interaction) ;
end ;
procedure TGTlsConnection. set_rehandshake_mode( mode: TGTlsRehandshakeMode) ; cdecl ;
begin
Gio2. g_tls_connection_set_rehandshake_mode( @ self, mode) ;
end ;
procedure TGTlsConnection. set_require_close_notify( require_close_notify: gboolean) ; cdecl ;
begin
Gio2. g_tls_connection_set_require_close_notify( @ self, require_close_notify) ;
end ;
2014-01-06 17:53:09 +00:00
function TGTlsInteraction. ask_password( password: PGTlsPassword; cancellable: PGCancellable; error: PPGError) : TGTlsInteractionResult; cdecl ;
begin
Result : = Gio2. g_tls_interaction_ask_password( @ self, password, cancellable, error) ;
end ;
procedure TGTlsInteraction. ask_password_async( password: PGTlsPassword; cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_tls_interaction_ask_password_async( @ self, password, cancellable, callback, user_data) ;
end ;
function TGTlsInteraction. ask_password_finish( result_: PGAsyncResult; error: PPGError) : TGTlsInteractionResult; cdecl ;
begin
Result : = Gio2. g_tls_interaction_ask_password_finish( @ self, result_, error) ;
end ;
function TGTlsInteraction. invoke_ask_password( password: PGTlsPassword; cancellable: PGCancellable; error: PPGError) : TGTlsInteractionResult; cdecl ;
begin
Result : = Gio2. g_tls_interaction_invoke_ask_password( @ self, password, cancellable, error) ;
end ;
function TGTlsFileDatabase. new( anchors: Pgchar; error: PPGError) : PGTlsFileDatabase; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_tls_file_database_new( anchors, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGTlsPassword. new( flags: TGTlsPasswordFlags; description: Pgchar) : PGTlsPassword; cdecl ;
begin
Result : = Gio2. g_tls_password_new( flags, description) ;
end ;
function TGTlsPassword. get_description: Pgchar; cdecl ;
begin
Result : = Gio2. g_tls_password_get_description( @ self) ;
end ;
function TGTlsPassword. get_flags: TGTlsPasswordFlags; cdecl ;
begin
Result : = Gio2. g_tls_password_get_flags( @ self) ;
end ;
function TGTlsPassword. get_value( length : Pgsize) : Pguint8; cdecl ;
begin
Result : = Gio2. g_tls_password_get_value( @ self, length ) ;
end ;
function TGTlsPassword. get_warning: Pgchar; cdecl ;
begin
Result : = Gio2. g_tls_password_get_warning( @ self) ;
end ;
procedure TGTlsPassword. set_description( description: Pgchar) ; cdecl ;
begin
Gio2. g_tls_password_set_description( @ self, description) ;
end ;
procedure TGTlsPassword. set_flags( flags: TGTlsPasswordFlags) ; cdecl ;
begin
Gio2. g_tls_password_set_flags( @ self, flags) ;
end ;
procedure TGTlsPassword. set_value( value: Pguint8; length : gssize) ; cdecl ;
begin
Gio2. g_tls_password_set_value( @ self, value, length ) ;
end ;
procedure TGTlsPassword. set_value_full( value: Pguint8; length : gssize; destroy_: TGDestroyNotify) ; cdecl ;
begin
Gio2. g_tls_password_set_value_full( @ self, value, length , destroy_) ;
end ;
procedure TGTlsPassword. set_warning( warning: Pgchar) ; cdecl ;
begin
Gio2. g_tls_password_set_warning( @ self, warning) ;
end ;
2014-01-06 17:53:09 +00:00
function TGTlsServerConnection. new( base_io_stream: PGIOStream; certificate: PGTlsCertificate; error: PPGError) : PGTlsServerConnection; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_tls_server_connection_new( base_io_stream, certificate, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGUnixConnection. receive_credentials( cancellable: PGCancellable; error: PPGError) : PGCredentials; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_unix_connection_receive_credentials( @ self, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2012-08-26 21:38:16 +00:00
procedure TGUnixConnection. receive_credentials_async( cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_unix_connection_receive_credentials_async( @ self, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGUnixConnection. receive_credentials_finish( result_: PGAsyncResult; error: PPGError) : PGCredentials; cdecl ;
2012-08-26 21:38:16 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_unix_connection_receive_credentials_finish( @ self, result_, error) ;
2012-08-26 21:38:16 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGUnixConnection. receive_fd( cancellable: PGCancellable; error: PPGError) : gint; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_unix_connection_receive_fd( @ self, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGUnixConnection. send_credentials( cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_unix_connection_send_credentials( @ self, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
2012-08-26 21:38:16 +00:00
procedure TGUnixConnection. send_credentials_async( cancellable: PGCancellable; callback: TGAsyncReadyCallback; user_data: gpointer) ; cdecl ;
begin
Gio2. g_unix_connection_send_credentials_async( @ self, cancellable, callback, user_data) ;
end ;
2014-01-06 17:53:09 +00:00
function TGUnixConnection. send_credentials_finish( result_: PGAsyncResult; error: PPGError) : gboolean; cdecl ;
2012-08-26 21:38:16 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_unix_connection_send_credentials_finish( @ self, result_, error) ;
2012-08-26 21:38:16 +00:00
end ;
2014-01-06 17:53:09 +00:00
function TGUnixConnection. send_fd( fd: gint; cancellable: PGCancellable; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_unix_connection_send_fd( @ self, fd, cancellable, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGUnixCredentialsMessage. new: PGUnixCredentialsMessage; cdecl ;
begin
Result : = Gio2. g_unix_credentials_message_new( ) ;
end ;
function TGUnixCredentialsMessage. new_with_credentials( credentials: PGCredentials) : PGUnixCredentialsMessage; cdecl ;
begin
Result : = Gio2. g_unix_credentials_message_new_with_credentials( credentials) ;
end ;
function TGUnixCredentialsMessage. is_supported: gboolean; cdecl ;
begin
Result : = Gio2. g_unix_credentials_message_is_supported( ) ;
end ;
function TGUnixCredentialsMessage. get_credentials: PGCredentials; cdecl ;
begin
Result : = Gio2. g_unix_credentials_message_get_credentials( @ self) ;
end ;
function TGUnixFDMessage. new: PGUnixFDMessage; cdecl ;
begin
Result : = Gio2. g_unix_fd_message_new( ) ;
end ;
function TGUnixFDMessage. new_with_fd_list( fd_list: PGUnixFDList) : PGUnixFDMessage; cdecl ;
begin
Result : = Gio2. g_unix_fd_message_new_with_fd_list( fd_list) ;
end ;
2014-01-06 17:53:09 +00:00
function TGUnixFDMessage. append_fd( fd: gint; error: PPGError) : gboolean; cdecl ;
2011-09-22 00:28:15 +00:00
begin
2014-01-06 17:53:09 +00:00
Result : = Gio2. g_unix_fd_message_append_fd( @ self, fd, error) ;
2011-09-22 00:28:15 +00:00
end ;
function TGUnixFDMessage. get_fd_list: PGUnixFDList; cdecl ;
begin
Result : = Gio2. g_unix_fd_message_get_fd_list( @ self) ;
end ;
function TGUnixFDMessage. steal_fds( length : Pgint) : Pgint; cdecl ;
begin
Result : = Gio2. g_unix_fd_message_steal_fds( @ self, length ) ;
end ;
function TGUnixInputStream. new( fd: gint; close_fd: gboolean) : PGUnixInputStream; cdecl ;
begin
Result : = Gio2. g_unix_input_stream_new( fd, close_fd) ;
end ;
function TGUnixInputStream. get_close_fd: gboolean; cdecl ;
begin
Result : = Gio2. g_unix_input_stream_get_close_fd( @ self) ;
end ;
function TGUnixInputStream. get_fd: gint; cdecl ;
begin
Result : = Gio2. g_unix_input_stream_get_fd( @ self) ;
end ;
procedure TGUnixInputStream. set_close_fd( close_fd: gboolean) ; cdecl ;
begin
Gio2. g_unix_input_stream_set_close_fd( @ self, close_fd) ;
end ;
function TGUnixMountMonitor. new: PGUnixMountMonitor; cdecl ;
begin
Result : = Gio2. g_unix_mount_monitor_new( ) ;
end ;
procedure TGUnixMountMonitor. set_rate_limit( limit_msec: gint) ; cdecl ;
begin
Gio2. g_unix_mount_monitor_set_rate_limit( @ self, limit_msec) ;
end ;
function TGUnixMountPoint. compare( mount2: PGUnixMountPoint) : gint; cdecl ;
begin
Result : = Gio2. g_unix_mount_point_compare( @ self, mount2) ;
end ;
procedure TGUnixMountPoint. free; cdecl ;
begin
Gio2. g_unix_mount_point_free( @ self) ;
end ;
function TGUnixMountPoint. get_device_path: Pgchar; cdecl ;
begin
Result : = Gio2. g_unix_mount_point_get_device_path( @ self) ;
end ;
function TGUnixMountPoint. get_fs_type: Pgchar; cdecl ;
begin
Result : = Gio2. g_unix_mount_point_get_fs_type( @ self) ;
end ;
function TGUnixMountPoint. get_mount_path: Pgchar; cdecl ;
begin
Result : = Gio2. g_unix_mount_point_get_mount_path( @ self) ;
end ;
2012-08-26 21:38:16 +00:00
function TGUnixMountPoint. get_options: Pgchar; cdecl ;
begin
Result : = Gio2. g_unix_mount_point_get_options( @ self) ;
end ;
2011-09-22 00:28:15 +00:00
function TGUnixMountPoint. guess_can_eject: gboolean; cdecl ;
begin
Result : = Gio2. g_unix_mount_point_guess_can_eject( @ self) ;
end ;
function TGUnixMountPoint. guess_icon: PGIcon; cdecl ;
begin
Result : = Gio2. g_unix_mount_point_guess_icon( @ self) ;
end ;
function TGUnixMountPoint. guess_name: Pgchar; cdecl ;
begin
Result : = Gio2. g_unix_mount_point_guess_name( @ self) ;
end ;
2014-01-06 17:53:09 +00:00
function TGUnixMountPoint. guess_symbolic_icon: PGIcon; cdecl ;
begin
Result : = Gio2. g_unix_mount_point_guess_symbolic_icon( @ self) ;
end ;
2011-09-22 00:28:15 +00:00
function TGUnixMountPoint. is_loopback: gboolean; cdecl ;
begin
Result : = Gio2. g_unix_mount_point_is_loopback( @ self) ;
end ;
function TGUnixMountPoint. is_readonly: gboolean; cdecl ;
begin
Result : = Gio2. g_unix_mount_point_is_readonly( @ self) ;
end ;
function TGUnixMountPoint. is_user_mountable: gboolean; cdecl ;
begin
Result : = Gio2. g_unix_mount_point_is_user_mountable( @ self) ;
end ;
function TGUnixOutputStream. new( fd: gint; close_fd: gboolean) : PGUnixOutputStream; cdecl ;
begin
Result : = Gio2. g_unix_output_stream_new( fd, close_fd) ;
end ;
function TGUnixOutputStream. get_close_fd: gboolean; cdecl ;
begin
Result : = Gio2. g_unix_output_stream_get_close_fd( @ self) ;
end ;
function TGUnixOutputStream. get_fd: gint; cdecl ;
begin
Result : = Gio2. g_unix_output_stream_get_fd( @ self) ;
end ;
procedure TGUnixOutputStream. set_close_fd( close_fd: gboolean) ; cdecl ;
begin
Gio2. g_unix_output_stream_set_close_fd( @ self, close_fd) ;
end ;
function TGUnixSocketAddress. new( path: Pgchar) : PGUnixSocketAddress; cdecl ;
begin
Result : = Gio2. g_unix_socket_address_new( path) ;
end ;
function TGUnixSocketAddress. new_with_type( path: Pgchar; path_len: gint; type_: TGUnixSocketAddressType) : PGUnixSocketAddress; cdecl ;
begin
Result : = Gio2. g_unix_socket_address_new_with_type( path, path_len, type_) ;
end ;
function TGUnixSocketAddress. abstract_names_supported: gboolean; cdecl ;
begin
Result : = Gio2. g_unix_socket_address_abstract_names_supported( ) ;
end ;
function TGUnixSocketAddress. get_address_type: TGUnixSocketAddressType; cdecl ;
begin
Result : = Gio2. g_unix_socket_address_get_address_type( @ self) ;
end ;
function TGUnixSocketAddress. get_path: Pgchar; cdecl ;
begin
Result : = Gio2. g_unix_socket_address_get_path( @ self) ;
end ;
function TGUnixSocketAddress. get_path_len: gsize; cdecl ;
begin
Result : = Gio2. g_unix_socket_address_get_path_len( @ self) ;
end ;
function TGVfs. get_default: PGVfs; cdecl ;
begin
Result : = Gio2. g_vfs_get_default( ) ;
end ;
function TGVfs. get_local: PGVfs; cdecl ;
begin
Result : = Gio2. g_vfs_get_local( ) ;
end ;
function TGVfs. get_file_for_path( path: Pgchar) : PGFile; cdecl ;
begin
Result : = Gio2. g_vfs_get_file_for_path( @ self, path) ;
end ;
function TGVfs. get_file_for_uri( uri: Pgchar) : PGFile; cdecl ;
begin
Result : = Gio2. g_vfs_get_file_for_uri( @ self, uri) ;
end ;
function TGVfs. get_supported_uri_schemes: PPgchar; cdecl ;
begin
Result : = Gio2. g_vfs_get_supported_uri_schemes( @ self) ;
end ;
function TGVfs. is_active: gboolean; cdecl ;
begin
Result : = Gio2. g_vfs_is_active( @ self) ;
end ;
function TGVfs. parse_name( parse_name: Pgchar) : PGFile; cdecl ;
begin
Result : = Gio2. g_vfs_parse_name( @ self, parse_name) ;
end ;
function TGZlibCompressor. new( format: TGZlibCompressorFormat; level: gint) : PGZlibCompressor; cdecl ;
begin
Result : = Gio2. g_zlib_compressor_new( format, level) ;
end ;
function TGZlibCompressor. get_file_info: PGFileInfo; cdecl ;
begin
Result : = Gio2. g_zlib_compressor_get_file_info( @ self) ;
end ;
procedure TGZlibCompressor. set_file_info( file_info: PGFileInfo) ; cdecl ;
begin
Gio2. g_zlib_compressor_set_file_info( @ self, file_info) ;
end ;
function TGZlibDecompressor. new( format: TGZlibCompressorFormat) : PGZlibDecompressor; cdecl ;
begin
Result : = Gio2. g_zlib_decompressor_new( format) ;
end ;
function TGZlibDecompressor. get_file_info: PGFileInfo; cdecl ;
begin
Result : = Gio2. g_zlib_decompressor_get_file_info( @ self) ;
end ;
end .