Gdk.setSmClientId

Warning gdk_set_sm_client_id has been deprecated since version 2.24 and should not be used in newly-written code. Use gdk_x11_set_sm_client_id() instead Sets the SM_CLIENT_ID property on the application's leader window so that the window manager can save the application's state using the X11R6 ICCCM session management protocol. See the X Session Management Library documentation for more information on session management and the Inter-Client Communication Conventions Manual (ICCCM) for information on the WM_CLIENT_LEADER property. (Both documents are part of the X Window System distribution.)

class Gdk
static
void
setSmClientId
(
string smClientId
)

Parameters

smClientId string

the client id assigned by the session manager when the connection was opened, or NULL to remove the property.

Meta