Skip to content

Commit

Permalink
Synchronize the .vapi with Gala
Browse files Browse the repository at this point in the history
  • Loading branch information
tintou committed Aug 27, 2024
1 parent f009ffa commit c106a63
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions vapi/Meta-14.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@ unsigned_long_hash.v type="ulong?"
warning parent="Meta.Util" cheader_filename="meta/util.h"
create_context parent="Meta.Context" name="new" symbol_type="constructor" cheader_filename="meta/meta-context.h"

Plugin.create_close_dialog unowned=false nullable
Plugin.create_inhibit_shortcuts_dialog unowned=false

BackgroundActor sealed
BackgroundContent sealed
BackgroundImage sealed
Expand Down
4 changes: 2 additions & 2 deletions vapi/libmutter.vapi
Original file line number Diff line number Diff line change
Expand Up @@ -690,9 +690,9 @@ namespace Meta {
[NoWrapper]
public virtual void confirm_display_change ();
[NoWrapper]
public virtual unowned Meta.CloseDialog create_close_dialog (Meta.Window window);
public virtual Meta.CloseDialog? create_close_dialog (Meta.Window window);
[NoWrapper]
public virtual unowned Meta.InhibitShortcutsDialog create_inhibit_shortcuts_dialog (Meta.Window window);
public virtual Meta.InhibitShortcutsDialog create_inhibit_shortcuts_dialog (Meta.Window window);
[NoWrapper]
public virtual void destroy (Meta.WindowActor actor);
public void destroy_completed (Meta.WindowActor actor);
Expand Down
1 change: 1 addition & 0 deletions vapi/mutter-cogl-14.deps
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ pango
glib-2.0
gio-2.0
mutter-mtk-14
x11

0 comments on commit c106a63

Please sign in to comment.