mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
context: Add way to set plugin GType instead of name
Will be used by gnome-shell. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1861>
This commit is contained in:
@ -38,6 +38,10 @@ void meta_context_add_option_entries (MetaContext *context,
|
||||
const GOptionEntry *entries,
|
||||
const char *translation_domain);
|
||||
|
||||
META_EXPORT
|
||||
void meta_context_set_plugin_gtype (MetaContext *context,
|
||||
GType plugin_gtype);
|
||||
|
||||
META_EXPORT
|
||||
void meta_context_set_plugin_name (MetaContext *context,
|
||||
const char *plugin_name);
|
||||
|
Reference in New Issue
Block a user