Method
GdkX11.X11Display.broadcast_startup_message
Declaration [src]
void
gdk_x11_display_broadcast_startup_message (
GdkDisplay* display,
const char* message_type,
...
)
Description [src]
Sends a startup notification message of type message_type
to
display
.
This is a convenience function for use by code that implements the freedesktop startup notification specification. Applications should not normally need to call it directly. See the Startup Notification Protocol specification for definitions of the message types and keys that can be used.
Parameters
message_type |
const char* |
startup notification message type (“new”, “change”, or “remove”) |
|
Ownership is not transferred to the callee | |
The string is a NUL terminated UTF-8 string | |
... |
|
a list of key/value pairs (as strings), terminated by a
|