Gio.IOExtension.prototype.get_name

function get_name(): String {
    // Gjs wrapper for g_io_extension_get_name()
}
  

Gets the name under which extension was registered.

Note that the same type may be registered as extension for multiple extension points, under different names.

Returns

the name of extension.