RAGS - v1.10.0
    Preparing search index...

    Variable loadInterfaceXML

    loadInterfaceXML: (iface: string) => string | null

    Type Declaration

      • (iface: string): string | null
      • Loads a DBus interface XML definition from the bundled GResource.

        Parameters

        • iface: string

          The interface name (e.g., 'com.github.Aylur.ags')

        Returns string | null

        The XML string, or null on error