Codebase list xapp / 93d507c1-7458-4f73-865c-fb7dd7c27e1d/main libxapp / xapp-util.h
93d507c1-7458-4f73-865c-fb7dd7c27e1d/main

Tree @93d507c1-7458-4f73-865c-fb7dd7c27e1d/main (Download .tar.gz)

xapp-util.h @93d507c1-7458-4f73-865c-fb7dd7c27e1d/main

dcb6005
 
 
 
 
 
 
 
9349913
dcb6005
 
 
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */

#ifndef __XAPP_UTIL_H__
#define __XAPP_UTIL_H__

G_BEGIN_DECLS

gboolean xapp_util_gpu_offload_supported (void);
gboolean xapp_util_get_session_is_running (void);

G_END_DECLS
#endif /* __XAPP_UTIL_H__ */