mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-gtk
synced 2026-02-04 21:48:16 +00:00
Document spice_main_send_monitor_config()
This commit is contained in:
parent
8aacc276c5
commit
b1aaa08be7
@ -849,6 +849,15 @@ static void agent_msg_queue_many(SpiceMainChannel *channel, int type, const void
|
||||
#define agent_msg_queue(Channel, Type, Size, Data) \
|
||||
agent_msg_queue_many((Channel), (Type), (Data), (Size), NULL)
|
||||
|
||||
/**
|
||||
* spice_main_send_monitor_config:
|
||||
* @channel:
|
||||
*
|
||||
* Send monitors configuration previously set with
|
||||
* spice_main_set_display() and spice_main_set_display_enabled()
|
||||
*
|
||||
* Returns: %TRUE on success.
|
||||
**/
|
||||
/* any context: the message is not flushed immediately,
|
||||
you can wakeup() the channel coroutine or send_msg_queue() */
|
||||
gboolean spice_main_send_monitor_config(SpiceMainChannel *channel)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user