2013-08-30 11:55:37 +00:00
|
|
|
<protocol name="gtk">
|
|
|
|
|
2016-03-07 03:49:35 +00:00
|
|
|
<interface name="gtk_shell1" version="1">
|
2015-03-06 02:51:47 +00:00
|
|
|
<description summary="gtk specific extensions">
|
|
|
|
gtk_shell is a protocol extension providing additional features for
|
2016-03-07 03:49:35 +00:00
|
|
|
clients implementing it.
|
2015-03-06 02:51:47 +00:00
|
|
|
</description>
|
|
|
|
|
2013-09-03 07:54:53 +00:00
|
|
|
<enum name="capability">
|
|
|
|
<entry name="global_app_menu" value="1"/>
|
|
|
|
<entry name="global_menu_bar" value="2"/>
|
2013-11-14 20:01:19 +00:00
|
|
|
<entry name="desktop_icons" value="3"/>
|
2013-09-03 07:54:53 +00:00
|
|
|
</enum>
|
2015-03-06 02:51:47 +00:00
|
|
|
|
2013-09-03 07:54:53 +00:00
|
|
|
<event name="capabilities">
|
|
|
|
<arg name="capabilities" type="uint"/>
|
|
|
|
</event>
|
|
|
|
|
2013-08-30 11:55:37 +00:00
|
|
|
<request name="get_gtk_surface">
|
2016-03-07 03:49:35 +00:00
|
|
|
<arg name="gtk_surface" type="new_id" interface="gtk_surface1"/>
|
2013-08-30 11:55:37 +00:00
|
|
|
<arg name="surface" type="object" interface="wl_surface"/>
|
|
|
|
</request>
|
2016-02-06 14:06:59 +00:00
|
|
|
|
2016-03-07 03:49:35 +00:00
|
|
|
<request name="set_startup_id">
|
2016-02-06 14:06:59 +00:00
|
|
|
<arg name="startup_id" type="string" allow-null="true"/>
|
|
|
|
</request>
|
2013-08-30 11:55:37 +00:00
|
|
|
</interface>
|
|
|
|
|
2016-03-07 03:49:35 +00:00
|
|
|
<interface name="gtk_surface1" version="1">
|
2013-08-30 11:55:37 +00:00
|
|
|
<request name="set_dbus_properties">
|
|
|
|
<arg name="application_id" type="string" allow-null="true"/>
|
|
|
|
<arg name="app_menu_path" type="string" allow-null="true"/>
|
|
|
|
<arg name="menubar_path" type="string" allow-null="true"/>
|
|
|
|
<arg name="window_object_path" type="string" allow-null="true"/>
|
|
|
|
<arg name="application_object_path" type="string" allow-null="true"/>
|
|
|
|
<arg name="unique_bus_name" type="string" allow-null="true"/>
|
|
|
|
</request>
|
2015-03-06 03:40:12 +00:00
|
|
|
|
|
|
|
<request name="set_modal"/>
|
|
|
|
<request name="unset_modal"/>
|
2013-08-30 11:55:37 +00:00
|
|
|
</interface>
|
|
|
|
|
|
|
|
</protocol>
|