vapi: Sync with greeter (#1565)

This commit is contained in:
Bobby Rong 2023-03-04 22:36:37 +08:00 committed by GitHub
parent c56032e0ac
commit 62e9f8d290
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 1168 additions and 1165 deletions

View File

@ -1,3 +0,0 @@
pango
glib-2.0
gio-2.0

1
vapi/mutter-cogl-10.deps Symbolic link
View File

@ -0,0 +1 @@
mutter-cogl.deps

File diff suppressed because it is too large Load Diff

1
vapi/mutter-cogl-10.vapi Symbolic link
View File

@ -0,0 +1 @@
mutter-cogl.vapi

View File

@ -1,31 +0,0 @@
/* mutter-cogl-pango-6.vapi generated by vapigen, do not modify. */
[CCode (cprefix = "CoglPango", gir_namespace = "CoglPango", gir_version = "6", lower_case_cprefix = "cogl_pango_")]
namespace CoglPango {
[CCode (cheader_filename = "cogl-pango.h")]
public interface FontMap : Pango.CairoFontMap, GLib.Object {
[Version (since = "1.0")]
public void clear_glyph_cache ();
public Pango.Context create_context ();
[Version (since = "1.0")]
public unowned Pango.Renderer get_renderer ();
[Version (since = "1.0")]
public bool get_use_mipmapping ();
[Version (since = "1.14")]
public static Pango.FontMap @new ();
[Version (since = "1.14")]
public void set_resolution (double dpi);
[Version (since = "1.0")]
public void set_use_mipmapping (bool value);
}
[CCode (cheader_filename = "cogl-pango.h", type_id = "cogl_pango_renderer_get_type ()")]
public class Renderer : Pango.Renderer {
[CCode (has_construct_function = false)]
protected Renderer ();
[NoAccessorMethod]
public void* context { construct; }
}
[CCode (cheader_filename = "cogl-pango.h")]
[Version (since = "1.0")]
public static void ensure_glyph_cache_for_layout (Pango.Layout layout);
}

View File

@ -0,0 +1 @@
mutter-cogl-pango.vapi

View File

@ -0,0 +1,31 @@
/* mutter-cogl-pango-6.vapi generated by vapigen, do not modify. */
[CCode (cprefix = "CoglPango", gir_namespace = "CoglPango", gir_version = "6", lower_case_cprefix = "cogl_pango_")]
namespace CoglPango {
[CCode (cheader_filename = "cogl-pango.h")]
public interface FontMap : Pango.CairoFontMap, GLib.Object {
[Version (since = "1.0")]
public void clear_glyph_cache ();
public Pango.Context create_context ();
[Version (since = "1.0")]
public unowned Pango.Renderer get_renderer ();
[Version (since = "1.0")]
public bool get_use_mipmapping ();
[Version (since = "1.14")]
public static Pango.FontMap @new ();
[Version (since = "1.14")]
public void set_resolution (double dpi);
[Version (since = "1.0")]
public void set_use_mipmapping (bool value);
}
[CCode (cheader_filename = "cogl-pango.h", type_id = "cogl_pango_renderer_get_type ()")]
public class Renderer : Pango.Renderer {
[CCode (has_construct_function = false)]
protected Renderer ();
[NoAccessorMethod]
public void* context { construct; }
}
[CCode (cheader_filename = "cogl-pango.h")]
[Version (since = "1.0")]
public static void ensure_glyph_cache_for_layout (Pango.Layout layout);
}

3
vapi/mutter-cogl.deps Normal file
View File

@ -0,0 +1,3 @@
pango
glib-2.0
gio-2.0

1131
vapi/mutter-cogl.vapi Normal file

File diff suppressed because it is too large Load Diff