mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05:00
meta: Update annotations
MetaBackend is part of the public API but MetaGPU is not so gpu-added can cause confusion, treat it as gpointer. Also ensure XEvent is properly recognised Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1918>
This commit is contained in:
parent
6a445d2eef
commit
8002919f7b
@ -965,7 +965,7 @@ meta_backend_class_init (MetaBackendClass *klass)
|
||||
/**
|
||||
* MetaBackend::gpu-added: (skip)
|
||||
* @backend: the #MetaBackend
|
||||
* @gpu: the #MetaGpu
|
||||
* @gpu: (type gpointer): the #MetaGpu
|
||||
*/
|
||||
signals[GPU_ADDED] =
|
||||
g_signal_new ("gpu-added",
|
||||
|
@ -206,7 +206,7 @@ meta_group_get_startup_id (MetaGroup *group)
|
||||
/**
|
||||
* meta_group_property_notify: (skip)
|
||||
* @group: a #MetaGroup
|
||||
* @event: a X event
|
||||
* @event: (type xlib.XEvent): a X event
|
||||
*
|
||||
*/
|
||||
gboolean
|
||||
|
Loading…
Reference in New Issue
Block a user