eolian: rename is_ref API to is_ptr to match syntax
[platform/upstream/efl.git] / src / modules / evas / engines / software_x11 / evas_xcb_xdefaults.h
1 #ifndef EVAS_XCB_XDEFAULTS_H
2 # define EVAS_XCB_XDEFAULTS_H
3
4 # include "evas_engine.h"
5
6 void _evas_xcb_xdefaults_init(void);
7 void _evas_xcb_xdefaults_shutdown(void);
8 char *_evas_xcb_xdefaults_string_get(const char *prog, const char *param);
9 int _evas_xcb_xdefaults_int_get(const char *prog, const char *param);
10
11 #endif