Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gmountoperation.h File Reference
#include <gio/giotypes.h>

Go to the source code of this file.

Data Structures

struct  _GMountOperation
 
struct  _GMountOperationClass
 

Macros

#define G_TYPE_MOUNT_OPERATION   (g_mount_operation_get_type ())
 
#define G_MOUNT_OPERATION(o)   (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_MOUNT_OPERATION, GMountOperation))
 
#define G_MOUNT_OPERATION_CLASS(k)   (G_TYPE_CHECK_CLASS_CAST((k), G_TYPE_MOUNT_OPERATION, GMountOperationClass))
 
#define G_IS_MOUNT_OPERATION(o)   (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_MOUNT_OPERATION))
 
#define G_IS_MOUNT_OPERATION_CLASS(k)   (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_MOUNT_OPERATION))
 
#define G_MOUNT_OPERATION_GET_CLASS(o)   (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_MOUNT_OPERATION, GMountOperationClass))
 

Typedefs

typedef struct _GMountOperationClass GMountOperationClass
 
typedef struct _GMountOperationPrivate GMountOperationPrivate
 

Functions

GIO_AVAILABLE_IN_ALL GType g_mount_operation_get_type (void) G_GNUC_CONST
 
GIO_AVAILABLE_IN_ALL GMountOperationg_mount_operation_new (void)
 
GIO_AVAILABLE_IN_ALL const char * g_mount_operation_get_username (GMountOperation *op)
 
GIO_AVAILABLE_IN_ALL void g_mount_operation_set_username (GMountOperation *op, const char *username)
 
GIO_AVAILABLE_IN_ALL const char * g_mount_operation_get_password (GMountOperation *op)
 
GIO_AVAILABLE_IN_ALL void g_mount_operation_set_password (GMountOperation *op, const char *password)
 
GIO_AVAILABLE_IN_ALL gboolean g_mount_operation_get_anonymous (GMountOperation *op)
 
GIO_AVAILABLE_IN_ALL void g_mount_operation_set_anonymous (GMountOperation *op, gboolean anonymous)
 
GIO_AVAILABLE_IN_ALL const char * g_mount_operation_get_domain (GMountOperation *op)
 
GIO_AVAILABLE_IN_ALL void g_mount_operation_set_domain (GMountOperation *op, const char *domain)
 
GIO_AVAILABLE_IN_ALL GPasswordSave g_mount_operation_get_password_save (GMountOperation *op)
 
GIO_AVAILABLE_IN_ALL void g_mount_operation_set_password_save (GMountOperation *op, GPasswordSave save)
 
GIO_AVAILABLE_IN_ALL int g_mount_operation_get_choice (GMountOperation *op)
 
GIO_AVAILABLE_IN_ALL void g_mount_operation_set_choice (GMountOperation *op, int choice)
 
GIO_AVAILABLE_IN_ALL void g_mount_operation_reply (GMountOperation *op, GMountOperationResult result)
 
GIO_AVAILABLE_IN_2_58 gboolean g_mount_operation_get_is_tcrypt_hidden_volume (GMountOperation *op)
 
GIO_AVAILABLE_IN_2_58 void g_mount_operation_set_is_tcrypt_hidden_volume (GMountOperation *op, gboolean hidden_volume)
 
GIO_AVAILABLE_IN_2_58 gboolean g_mount_operation_get_is_tcrypt_system_volume (GMountOperation *op)
 
GIO_AVAILABLE_IN_2_58 void g_mount_operation_set_is_tcrypt_system_volume (GMountOperation *op, gboolean system_volume)
 
GIO_AVAILABLE_IN_2_58 guint g_mount_operation_get_pim (GMountOperation *op)
 
GIO_AVAILABLE_IN_2_58 void g_mount_operation_set_pim (GMountOperation *op, guint pim)
 

Macro Definition Documentation

◆ G_IS_MOUNT_OPERATION

#define G_IS_MOUNT_OPERATION ( o)    (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_MOUNT_OPERATION))

Definition at line 37 of file gmountoperation.h.

◆ G_IS_MOUNT_OPERATION_CLASS

#define G_IS_MOUNT_OPERATION_CLASS ( k)    (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_MOUNT_OPERATION))

Definition at line 38 of file gmountoperation.h.

◆ G_MOUNT_OPERATION

#define G_MOUNT_OPERATION ( o)    (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_MOUNT_OPERATION, GMountOperation))

Definition at line 35 of file gmountoperation.h.

◆ G_MOUNT_OPERATION_CLASS

#define G_MOUNT_OPERATION_CLASS ( k)    (G_TYPE_CHECK_CLASS_CAST((k), G_TYPE_MOUNT_OPERATION, GMountOperationClass))

Definition at line 36 of file gmountoperation.h.

◆ G_MOUNT_OPERATION_GET_CLASS

#define G_MOUNT_OPERATION_GET_CLASS ( o)    (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_MOUNT_OPERATION, GMountOperationClass))

Definition at line 39 of file gmountoperation.h.

◆ G_TYPE_MOUNT_OPERATION

#define G_TYPE_MOUNT_OPERATION   (g_mount_operation_get_type ())

Definition at line 34 of file gmountoperation.h.

Typedef Documentation

◆ GMountOperationClass

Definition at line 41 of file gmountoperation.h.

◆ GMountOperationPrivate

typedef struct _GMountOperationPrivate GMountOperationPrivate

Definition at line 42 of file gmountoperation.h.

Function Documentation

◆ g_mount_operation_get_anonymous()

GIO_AVAILABLE_IN_ALL gboolean g_mount_operation_get_anonymous ( GMountOperation * op)

◆ g_mount_operation_get_choice()

GIO_AVAILABLE_IN_ALL int g_mount_operation_get_choice ( GMountOperation * op)

◆ g_mount_operation_get_domain()

GIO_AVAILABLE_IN_ALL const char * g_mount_operation_get_domain ( GMountOperation * op)

◆ g_mount_operation_get_is_tcrypt_hidden_volume()

GIO_AVAILABLE_IN_2_58 gboolean g_mount_operation_get_is_tcrypt_hidden_volume ( GMountOperation * op)

◆ g_mount_operation_get_is_tcrypt_system_volume()

GIO_AVAILABLE_IN_2_58 gboolean g_mount_operation_get_is_tcrypt_system_volume ( GMountOperation * op)

◆ g_mount_operation_get_password()

GIO_AVAILABLE_IN_ALL const char * g_mount_operation_get_password ( GMountOperation * op)

◆ g_mount_operation_get_password_save()

GIO_AVAILABLE_IN_ALL GPasswordSave g_mount_operation_get_password_save ( GMountOperation * op)

◆ g_mount_operation_get_pim()

GIO_AVAILABLE_IN_2_58 guint g_mount_operation_get_pim ( GMountOperation * op)

◆ g_mount_operation_get_type()

GIO_AVAILABLE_IN_ALL GType g_mount_operation_get_type ( void )

◆ g_mount_operation_get_username()

GIO_AVAILABLE_IN_ALL const char * g_mount_operation_get_username ( GMountOperation * op)

◆ g_mount_operation_new()

GIO_AVAILABLE_IN_ALL GMountOperation * g_mount_operation_new ( void )

◆ g_mount_operation_reply()

GIO_AVAILABLE_IN_ALL void g_mount_operation_reply ( GMountOperation * op,
GMountOperationResult result )

◆ g_mount_operation_set_anonymous()

GIO_AVAILABLE_IN_ALL void g_mount_operation_set_anonymous ( GMountOperation * op,
gboolean anonymous )

◆ g_mount_operation_set_choice()

GIO_AVAILABLE_IN_ALL void g_mount_operation_set_choice ( GMountOperation * op,
int choice )

◆ g_mount_operation_set_domain()

GIO_AVAILABLE_IN_ALL void g_mount_operation_set_domain ( GMountOperation * op,
const char * domain )

◆ g_mount_operation_set_is_tcrypt_hidden_volume()

GIO_AVAILABLE_IN_2_58 void g_mount_operation_set_is_tcrypt_hidden_volume ( GMountOperation * op,
gboolean hidden_volume )

◆ g_mount_operation_set_is_tcrypt_system_volume()

GIO_AVAILABLE_IN_2_58 void g_mount_operation_set_is_tcrypt_system_volume ( GMountOperation * op,
gboolean system_volume )

◆ g_mount_operation_set_password()

GIO_AVAILABLE_IN_ALL void g_mount_operation_set_password ( GMountOperation * op,
const char * password )

◆ g_mount_operation_set_password_save()

GIO_AVAILABLE_IN_ALL void g_mount_operation_set_password_save ( GMountOperation * op,
GPasswordSave save )

◆ g_mount_operation_set_pim()

GIO_AVAILABLE_IN_2_58 void g_mount_operation_set_pim ( GMountOperation * op,
guint pim )

◆ g_mount_operation_set_username()

GIO_AVAILABLE_IN_ALL void g_mount_operation_set_username ( GMountOperation * op,
const char * username )