LibreOffice Module configmgr (master) 1
Namespaces | Functions
dconf.cxx File Reference
#include <sal/config.h>
#include <cassert>
#include <cstddef>
#include <cstring>
#include <forward_list>
#include <limits>
#include <vector>
#include <dconf/dconf.h>
#include <com/sun/star/uno/Sequence.hxx>
#include <o3tl/safeint.hxx>
#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include "data.hxx"
#include "dconf.hxx"
#include "groupnode.hxx"
#include "localizedpropertynode.hxx"
#include "localizedvaluenode.hxx"
#include "nodemap.hxx"
#include "propertynode.hxx"
#include "setnode.hxx"
Include dependency graph for dconf.cxx:

Go to the source code of this file.

Namespaces

namespace  configmgr
 
namespace  configmgr::dconf
 

Functions

void configmgr::dconf::readLayer (Data &data, int layer)
 
void configmgr::dconf::writeModifications (Components &components, Data &data)
 

Variable Documentation

◆ array_

gchar** array_
private

Definition at line 192 of file dconf.cxx.

◆ changeset_

DConfChangeset* changeset_
private

Definition at line 213 of file dconf.cxx.

◆ object_

T* object_
private

Definition at line 130 of file dconf.cxx.

◆ type_

GVariantType* type_
private

Definition at line 177 of file dconf.cxx.

◆ variant_

GVariant* variant_
private

Definition at line 158 of file dconf.cxx.