remove direct access to jsapi
with js24 its not possible to access jsapi directly from C code https://bugzilla.gnome.org/show_bug.cgi?id=711052
This commit is contained in:
@ -69,10 +69,6 @@ typedef struct {
|
||||
guint last_gc_seconds_ago;
|
||||
} ShellMemoryInfo;
|
||||
|
||||
void shell_global_get_memory_info (ShellGlobal *global,
|
||||
ShellMemoryInfo *meminfo);
|
||||
|
||||
|
||||
/* Run-at-leisure API */
|
||||
void shell_global_begin_work (ShellGlobal *global);
|
||||
void shell_global_end_work (ShellGlobal *global);
|
||||
|
Reference in New Issue
Block a user