FreeRDP
xf_utils.c File Reference
#include <winpr/assert.h>
#include "xf_utils.h"

Functions

static void write_log (wLog *log, DWORD level, const char *fname, const char *fkt, size_t line,...)
 
char * Safe_XGetAtomName (Display *display, Atom atom)
 
int LogTagAndXChangeProperty_ex (const char *tag, const char *file, const char *fkt, size_t line, Display *display, Window w, Atom property, Atom type, int format, int mode, const unsigned char *data, int nelements)
 
int LogDynAndXChangeProperty_ex (wLog *log, const char *file, const char *fkt, size_t line, Display *display, Window w, Atom property, Atom type, int format, int mode, const unsigned char *data, int nelements)
 
int LogTagAndXDeleteProperty_ex (const char *tag, const char *file, const char *fkt, size_t line, Display *display, Window w, Atom property)
 
int LogDynAndXDeleteProperty_ex (wLog *log, const char *file, const char *fkt, size_t line, Display *display, Window w, Atom property)
 
int LogTagAndXGetWindowProperty_ex (const char *tag, const char *file, const char *fkt, size_t line, Display *display, Window w, Atom property, long long_offset, long long_length, int delete, Atom req_type, Atom *actual_type_return, int *actual_format_return, unsigned long *nitems_return, unsigned long *bytes_after_return, unsigned char **prop_return)
 
int LogDynAndXGetWindowProperty_ex (wLog *log, const char *file, const char *fkt, size_t line, Display *display, Window w, Atom property, long long_offset, long long_length, int delete, Atom req_type, Atom *actual_type_return, int *actual_format_return, unsigned long *nitems_return, unsigned long *bytes_after_return, unsigned char **prop_return)
 

Variables

static const DWORD log_level = WLOG_TRACE
 

Function Documentation

◆ LogDynAndXChangeProperty_ex()

int LogDynAndXChangeProperty_ex ( wLog *  log,
const char *  file,
const char *  fkt,
size_t  line,
Display *  display,
Window  w,
Atom  property,
Atom  type,
int  format,
int  mode,
const unsigned char *  data,
int  nelements 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ LogDynAndXDeleteProperty_ex()

int LogDynAndXDeleteProperty_ex ( wLog *  log,
const char *  file,
const char *  fkt,
size_t  line,
Display *  display,
Window  w,
Atom  property 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ LogDynAndXGetWindowProperty_ex()

int LogDynAndXGetWindowProperty_ex ( wLog *  log,
const char *  file,
const char *  fkt,
size_t  line,
Display *  display,
Window  w,
Atom  property,
long  long_offset,
long  long_length,
int  delete,
Atom  req_type,
Atom *  actual_type_return,
int *  actual_format_return,
unsigned long *  nitems_return,
unsigned long *  bytes_after_return,
unsigned char **  prop_return 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ LogTagAndXChangeProperty_ex()

int LogTagAndXChangeProperty_ex ( const char *  tag,
const char *  file,
const char *  fkt,
size_t  line,
Display *  display,
Window  w,
Atom  property,
Atom  type,
int  format,
int  mode,
const unsigned char *  data,
int  nelements 
)
Here is the call graph for this function:

◆ LogTagAndXDeleteProperty_ex()

int LogTagAndXDeleteProperty_ex ( const char *  tag,
const char *  file,
const char *  fkt,
size_t  line,
Display *  display,
Window  w,
Atom  property 
)
Here is the call graph for this function:

◆ LogTagAndXGetWindowProperty_ex()

int LogTagAndXGetWindowProperty_ex ( const char *  tag,
const char *  file,
const char *  fkt,
size_t  line,
Display *  display,
Window  w,
Atom  property,
long  long_offset,
long  long_length,
int  delete,
Atom  req_type,
Atom *  actual_type_return,
int *  actual_format_return,
unsigned long *  nitems_return,
unsigned long *  bytes_after_return,
unsigned char **  prop_return 
)
Here is the call graph for this function:

◆ Safe_XGetAtomName()

char* Safe_XGetAtomName ( Display *  display,
Atom  atom 
)

FreeRDP: A Remote Desktop Protocol Implementation X11 helper utilities

Copyright 2023 Armin Novak armin.nosp@m..nov.nosp@m.ak@th.nosp@m.inca.nosp@m.st.co.nosp@m.m Copyringht 2023 Thincast Technologies GmbH

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Here is the caller graph for this function:

◆ write_log()

static void write_log ( wLog *  log,
DWORD  level,
const char *  fname,
const char *  fkt,
size_t  line,
  ... 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ log_level

const DWORD log_level = WLOG_TRACE
static

FreeRDP: A Remote Desktop Protocol Implementation X11 helper utilities

Copyright 2023 Armin Novak armin.nosp@m..nov.nosp@m.ak@th.nosp@m.inca.nosp@m.st.co.nosp@m.m Copyringht 2023 Thincast Technologies GmbH

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.