SCIMBridge  0.4.x
scim-bridge-path.h
Go to the documentation of this file.
1 /*
2  * SCIM Bridge
3  *
4  * Copyright (c) 2006 Ryo Dairiki <ryo-dairiki@users.sourceforge.net>
5  *
6  *
7  * This library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Lesser General Public
9  * License as published by the Free Software Foundation and
10  * appearing in the file LICENSE.LGPL included in the package of this file.
11  * You can also redistribute it and/or modify it under the terms of
12  * the GNU General Public License as published by the Free Software Foundation and
13  * appearing in the file LICENSE.GPL included in the package of this file.
14  *
15  * This library is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18  */
19 
25 #ifndef SCIMBRIDGEPATH_H_
26 #define SCIMBRIDGEPATH_H_
27 
28 #include "scim-bridge.h"
29 
30 #ifdef __cplusplus
31 extern "C"
32 {
33 #endif
34 
40  const char *scim_bridge_path_get_socket ();
41 
47  const char *scim_bridge_path_get_lockfile ();
48 
54  const char *scim_bridge_path_get_agent ();
55 
56 #ifdef __cplusplus
57 }
58 #endif
59 #endif /*SCIMBRIDGEPATH_H_*/
scim_bridge_path_get_agent
const char * scim_bridge_path_get_agent()
Definition: scim-bridge-path.c:90
scim_bridge_display_fetch_current
retval_t scim_bridge_display_fetch_current(ScimBridgeDisplay *display)
Definition: scim-bridge-display.c:78
scim_bridge_path_get_socket
const char * scim_bridge_path_get_socket()
Definition: scim-bridge-path.c:83
scim-bridge.h
This header describes about fundamental definitions of scim-bridge.
scim_bridge_free_display
void scim_bridge_free_display(ScimBridgeDisplay *display)
Definition: scim-bridge-display.c:47
scim_bridge_alloc_display
ScimBridgeDisplay * scim_bridge_alloc_display()
Definition: scim-bridge-display.c:35
scim_bridge_display_get_screen_number
int scim_bridge_display_get_screen_number(const ScimBridgeDisplay *display)
Definition: scim-bridge-display.c:202
scim-bridge-path.h
This header describes abut path related information.
scim_bridge_path_get_lockfile
const char * scim_bridge_path_get_lockfile()
Definition: scim-bridge-path.c:76
scim_bridge_display_get_display_number
int scim_bridge_display_get_display_number(const ScimBridgeDisplay *display)
Definition: scim-bridge-display.c:180
_ScimBridgeDisplay
Definition: scim-bridge-display.c:28
scim-bridge-display.h
This header describes about the information of the display.