GLib.Scanner.prototype.scope_add_symbol

function scope_add_symbol(scope_id: Number(guint), symbol: String, value: void): void {
    // Gjs wrapper for g_scanner_scope_add_symbol()
}
  

Adds a symbol to the given scope.

scope_id

the scope id

symbol

the symbol to add

value

the value of the symbol