LibreOffice Module ucb (master) 1
Functions
gio_mount.cxx File Reference
#include <sal/config.h>
#include <utility>
#include "gio_mount.hxx"
#include <ucbhelper/simpleauthenticationrequest.hxx>
#include <string.h>
Include dependency graph for gio_mount.cxx:

Go to the source code of this file.

Functions

 G_DEFINE_TYPE (OOoMountOperation, ooo_mount_operation, G_TYPE_MOUNT_OPERATION)
 
static void ooo_mount_operation_ask_password (GMountOperation *op, const char *message, const char *default_user, const char *default_domain, GAskPasswordFlags flags)
 
static void ooo_mount_operation_init (OOoMountOperation *op)
 
static void ooo_mount_operation_finalize (GObject *object)
 
static void ooo_mount_operation_class_init (OOoMountOperationClass *klass)
 
GMountOperation * ooo_mount_operation_new (ucb::ucp::gio::glib::MainContextRef &&context, const css::uno::Reference< css::ucb::XCommandEnvironment > &rEnv)
 

Function Documentation

◆ G_DEFINE_TYPE()

G_DEFINE_TYPE ( OOoMountOperation  ,
ooo_mount_operation  ,
G_TYPE_MOUNT_OPERATION   
)

◆ ooo_mount_operation_ask_password()

static void ooo_mount_operation_ask_password ( GMountOperation *  op,
const char *  message,
const char *  default_user,
const char *  default_domain,
GAskPasswordFlags  flags 
)
static

◆ ooo_mount_operation_class_init()

static void ooo_mount_operation_class_init ( OOoMountOperationClass klass)
static

◆ ooo_mount_operation_finalize()

static void ooo_mount_operation_finalize ( GObject *  object)
static

◆ ooo_mount_operation_init()

static void ooo_mount_operation_init ( OOoMountOperation op)
static

◆ ooo_mount_operation_new()

GMountOperation * ooo_mount_operation_new ( ucb::ucp::gio::glib::MainContextRef &&  context,
const css::uno::Reference< css::ucb::XCommandEnvironment > &  rEnv 
)