Klasse StaticResource

Alle implementierten Schnittstellen:
PointerInterface

public class StaticResource extends Record
`GStaticResource` is an opaque data structure and can only be accessed
using the following functions.

https://docs.gtk.org/gio/struct.StaticResource.html

  • Konstruktordetails

  • Methodendetails

    • getClassHandler

      public static ClassHandler getClassHandler()
    • fini

      public void fini()
      Finalizes a [struct@Gio.Resource] initialized by
      [method@Gio.StaticResource.init].

      This is normally used by code generated by
      [`glib-compile-resources`](glib-compile-resources.html)
      and is not typically used by other code.
    • getResource

      public Resource getResource()
      Gets the [struct@Gio.Resource] that was registered by a call to
      [method@Gio.StaticResource.init].

      This is normally used by code generated by
      [`glib-compile-resources`](glib-compile-resources.html)
      and is not typically used by other code.
      Gibt zurück:
      a [struct@Gio.Resource]
    • init

      public void init()
      Initializes a [struct@Gio.Resource] from static data using a
      [struct@Gio.StaticResource].

      This is normally used by code generated by
      [`glib-compile-resources`](glib-compile-resources.html)
      and is not typically used by other code.