Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GNOME/gjs
/ functions
Functions
3,360 in github.com/GNOME/gjs
⨍
Functions
3,360
◇
Types & classes
749
↓ 1 callers
Method
check_js_object_finalized
gi/object.cpp:177
↓ 1 callers
Function
check_script_args_for_stray_gjs_args
gjs/console.cpp:111
↓ 1 callers
Method
closure_index
gi/info.h:814
↓ 1 callers
Method
closure_invalidated
Invalidation is like "dispose" - it is guaranteed to happen at finalize, but * may happen before finalize. Normally, g_closure_invalidate() is called
gi/closure.cpp:129
↓ 1 callers
Method
closure_native_address
gi/info.h:896
↓ 1 callers
Method
closure_set_invalid
gi/closure.cpp:153
↓ 1 callers
Function
colorCode
(codeNumber)
modules/script/_bootstrap/debugger.js:361
↓ 1 callers
Method
connect
(name: 'prepare-frame', handler: (self: FrameTickerInterface) => void)
modules/script/tweener/tweener.d.ts:26
↓ 1 callers
Function
connect_func_name
gi/object.cpp:2962
↓ 1 callers
Method
connect_object
gi/object.cpp:2954
↓ 1 callers
Method
constructor_impl
gi/boxed.cpp:337
↓ 1 callers
Method
constructor_nargs
* GIWrapperPrototype::constructor_nargs: * * Override this if the type's constructor takes other than 1 argument. */
gi/wrapperutils.h:833
↓ 1 callers
Function
convert_int_to_enum
gi/value.cpp:986
↓ 1 callers
Method
copy_gerror
gi/gerror.h:140
↓ 1 callers
Function
copy_source_file_to_coverage_output
gjs/coverage.cpp:87
↓ 1 callers
Function
createButtons
()
examples/calc.js:77
↓ 1 callers
Function
createCustomPlan
(factory)
installed-tests/js/jasmine.js:8201
↓ 1 callers
Function
createDateProperties
()
installed-tests/js/jasmine.js:6467
↓ 1 callers
Function
create_getter_invoker
gi/object.cpp:1210
↓ 1 callers
Function
create_setter_invoker
gi/object.cpp:1386
↓ 1 callers
Function
d
()
installed-tests/debugger/down-up.debugger.js:15
↓ 1 callers
Function
defaultFormatter
(actual, expected, path, prettyPrinter)
installed-tests/js/jasmine.js:4441
↓ 1 callers
Function
defaultMessage
()
installed-tests/js/jasmine.js:3927
↓ 1 callers
Method
default_constructor_info
gi/boxed.h:120
↓ 1 callers
Function
define_argv_and_eval_script
gjs/console.cpp:168
↓ 1 callers
Method
define_boxed_class_fields
gi/boxed.cpp:816
↓ 1 callers
Method
define_import
Defines the empty module as a property on the importer
gjs/module.cpp:95
↓ 1 callers
Method
define_jsclass
* GIWrapperPrototype::define_jsclass: * @in_object: JSObject on which to define the class constructor as a * property * @parent_proto
gi/wrapperutils.h:890
↓ 1 callers
Function
delegateToMatchInfo
(op)
modules/core/overrides/GLib.js:621
↓ 1 callers
Function
deleteFromLookup
(key)
installed-tests/js/jasmine.js:3352
↓ 1 callers
Function
dereferencePath
(objectPath, actual, expected, pp)
installed-tests/js/jasmine.js:4455
↓ 1 callers
Method
destroy_closure
gi/info.h:905
↓ 1 callers
Method
destroy_index
gi/info.h:821
↓ 1 callers
Function
direct_allocation_has_pointers
gi/gi-utils.cpp:62
↓ 1 callers
Method
disconnect
(id: number)
modules/script/tweener/tweener.d.ts:27
↓ 1 callers
Method
disconnectAll
()
modules/script/signals.d.ts:8
↓ 1 callers
Function
dispatch
(method, args)
installed-tests/js/jasmine.js:7138
↓ 1 callers
Method
dispatch
gjs/promise.cpp:80
↓ 1 callers
Method
display_name
gi/function.h:162
↓ 1 callers
Function
divide
(a, b)
installed-tests/debugger/list.debugger.js:3
↓ 1 callers
Function
doImport
()
installed-tests/js/modules/sideEffect4.js:3
↓ 1 callers
Function
doPrint
(expr, style)
modules/script/_bootstrap/debugger.js:408
↓ 1 callers
Function
do_import
gjs/importer.cpp:432
↓ 1 callers
Function
domain
* Create an object with bindings for gettext, ngettext, * and pgettext bound to a particular translation domain. * * @param {string} domainName Tra
modules/core/_gettext.js:69
↓ 1 callers
Function
easeInBack
* Easing equation function for a back (overshooting cubic easing: (s+1)*t^3 - s*t^2) easing in: accelerating from zero velocity. * * @param t
modules/script/tweener/equations.js:553
↓ 1 callers
Function
easeInCirc
* Easing equation function for a circular (sqrt(1-t^2)) easing in: accelerating from zero velocity. * * @param t Current time (in frames
modules/script/tweener/equations.js:393
↓ 1 callers
Function
easeInCubic
* Easing equation function for a cubic (t^3) easing in: accelerating from zero velocity. * * @param t Current time (in frames or seconds
modules/script/tweener/equations.js:111
↓ 1 callers
Function
easeInElastic
* Easing equation function for an elastic (exponentially decaying sine wave) easing in: accelerating from zero velocity. * * @param t Cu
modules/script/tweener/equations.js:451
↓ 1 callers
Function
easeInExpo
* Easing equation function for an exponential (2^t) easing in: accelerating from zero velocity. * * @param t Current time (in frames or
modules/script/tweener/equations.js:333
↓ 1 callers
Function
easeInOutQuad
(p)
examples/gtk4-frame-clock.js:9
↓ 1 callers
Function
easeInQuad
* Easing equation function for a quadratic (t^2) easing in: accelerating from zero velocity. * * @param t Current time (in frames or sec
modules/script/tweener/equations.js:55
↓ 1 callers
Function
easeInQuart
* Easing equation function for a quartic (t^4) easing in: accelerating from zero velocity. * * @param t Current time (in frames or secon
modules/script/tweener/equations.js:167
↓ 1 callers
Function
easeInQuint
* Easing equation function for a quintic (t^5) easing in: accelerating from zero velocity. * * @param t Current time (in frames or secon
modules/script/tweener/equations.js:223
↓ 1 callers
Function
easeInSine
* Easing equation function for a sinusoidal (sin(t)) easing in: accelerating from zero velocity. * * @param t Current time (in frames or
modules/script/tweener/equations.js:279
↓ 1 callers
Function
easeNone
* Easing equation function for a simple linear tweening, with no easing. * * @param t Current time (in frames or seconds). * @param b
modules/script/tweener/equations.js:37
↓ 1 callers
Function
easeOutBack
* Easing equation function for a back (overshooting cubic easing: (s+1)*t^3 - s*t^2) easing out: decelerating from zero velocity. * * @param t
modules/script/tweener/equations.js:568
↓ 1 callers
Function
easeOutCirc
* Easing equation function for a circular (sqrt(1-t^2)) easing out: decelerating from zero velocity. * * @param t Current time (in frame
modules/script/tweener/equations.js:406
↓ 1 callers
Function
easeOutCubic
* Easing equation function for a cubic (t^3) easing out: decelerating from zero velocity. * * @param t Current time (in frames or second
modules/script/tweener/equations.js:124
↓ 1 callers
Function
easeOutElastic
* Easing equation function for an elastic (exponentially decaying sine wave) easing out: decelerating from zero velocity. * * @param t C
modules/script/tweener/equations.js:479
↓ 1 callers
Function
easeOutExpo
* Easing equation function for an exponential (2^t) easing out: decelerating from zero velocity. * * @param t Current time (in frames or
modules/script/tweener/equations.js:346
↓ 1 callers
Function
easeOutQuad
* Easing equation function for a quadratic (t^2) easing out: decelerating to zero velocity. * * @param t Current time (in frames or seco
modules/script/tweener/equations.js:68
↓ 1 callers
Function
easeOutQuart
* Easing equation function for a quartic (t^4) easing out: decelerating from zero velocity. * * @param t Current time (in frames or seco
modules/script/tweener/equations.js:180
↓ 1 callers
Function
easeOutQuint
* Easing equation function for a quintic (t^5) easing out: decelerating from zero velocity. * * @param t Current time (in frames or seco
modules/script/tweener/equations.js:236
↓ 1 callers
Function
easeOutSine
* Easing equation function for a sinusoidal (sin(t)) easing out: decelerating from zero velocity. * * @param t Current time (in frames o
modules/script/tweener/equations.js:292
↓ 1 callers
Method
echoAsync
(parameters, invocation)
installed-tests/js/testGDBus.js:257
↓ 1 callers
Method
emit
(name: 'prepare-frame')
modules/script/tweener/tweener.d.ts:28
↓ 1 callers
Method
emitCustom
(n)
installed-tests/js/testGObjectClass.js:248
↓ 1 callers
Method
emitPropertyChanged
(name, value)
installed-tests/js/testGDBus.js:205
↓ 1 callers
Method
emitTestSignal
()
examples/dbus-service.js:67
↓ 1 callers
Method
emit_impl
gi/object.cpp:3051
↓ 1 callers
Function
enum_to_int
Here for symmetry, but result is the same for the two cases
gi/gi-utils.h:50
↓ 1 callers
Method
enumerate_versions
gi/info.h:1642
↓ 1 callers
Method
error
* The **`console.error()`** static method outputs a message to the console at the "error" log level. The message is only displayed to the user if the
types/gjs.d.ts:64
↓ 1 callers
Function
estimate_size_of_gdkpixbuf
gjs/mem.cpp:67
↓ 1 callers
Method
eval
gjs/context.cpp:1440
↓ 1 callers
Method
eval_module
gjs/context.cpp:1507
↓ 1 callers
Function
executeNode
(node, segmentNumber)
installed-tests/js/jasmine.js:8866
↓ 1 callers
Function
extractCustomPendingMessage
(e)
installed-tests/js/jasmine.js:861
↓ 1 callers
Function
extractMessage
(message, stackLines)
installed-tests/js/jasmine.js:8413
↓ 1 callers
Function
extractUrl
(source)
modules/internal/source-map/extractUrl.js:5
↓ 1 callers
Function
fail_import
Failing a JSAPI function may result either in an exception pending on the context, in which case we must call JS::FinishDynamicModuleImport() to rejec
gjs/module.cpp:617
↓ 1 callers
Method
fdIn2Async
([fdIndex], invocation, fdList)
installed-tests/js/testGDBus.js:308
↓ 1 callers
Method
fdOut2Async
([bytes], invocation)
installed-tests/js/testGDBus.js:323
↓ 1 callers
Method
field_getter_impl
gi/object.cpp:617
↓ 1 callers
Method
field_getter_impl
gi/boxed.cpp:590
↓ 1 callers
Method
field_setter_impl
gi/boxed.cpp:728
↓ 1 callers
Method
field_setter_not_impl
gi/object.cpp:1008
↓ 1 callers
Function
filename_has_coverage_prefixes
gjs/coverage.cpp:162
↓ 1 callers
Function
fillWidth
(s, c, w)
modules/core/_format.js:32
↓ 1 callers
Function
fill_vector_from_zero_terminated_non_pointer_carray
gi/arg.cpp:2723
↓ 1 callers
Function
fill_vector_from_zero_terminated_pointer_carray
gi/arg.cpp:2696
↓ 1 callers
Function
filterJasmine
(stackTrace)
installed-tests/js/jasmine.js:3500
↓ 1 callers
Method
finalize
gi/cwrapper.h:303
↓ 1 callers
Function
findBreakpointOffsets
(line, currentScript)
modules/script/_bootstrap/debugger.js:738
↓ 1 callers
Function
findFocusedAncestor
(suite)
installed-tests/js/jasmine.js:1955
↓ 1 callers
Function
find_boxed_constructor_indices
gi/gi-utils.cpp:100
↓ 1 callers
Function
find_diverging_child_components
This function will return a string of pathname components from the first * directory indicating where two directories diverge. For instance: * * ch
gjs/coverage.cpp:139
↓ 1 callers
Function
find_error_domain_info
gi/gerror.cpp:251
↓ 1 callers
Function
find_fundamental_constructor
Find the first constructor
gi/fundamental.cpp:78
↓ 1 callers
Function
find_gobject_property_info
gi/object.cpp:1787
← previous
next →
901–1,000 of 3,360, ranked by callers