Created
February 12, 2011 16:42
-
-
Save olsonjeffery/823871 to your computer and use it in GitHub Desktop.
gnome-shell signals for window stuff .. #gnome-shell on irc.oftc.org
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
< pfox__> Where would do I need to look in the gnome-shell | |
code to see the signals exposed for window | |
creation/destruction and workspace switching? can i | |
keep it confined to the js? | |
08:35 -!- elleuca [[email protected]] has | |
left #gnome-shell [] | |
08:36 < milanbv> pfox__: they are in Mutter | |
08:36 < milanbv> but you can use them from JS | |
08:37 < milanbv> the code is in | |
~/gnome-shell/source/mutter/src/core/workspace.c | |
08:37 -!- xan [[email protected]] has quit | |
[leaving] | |
08:37 < milanbv> and src/core/window.c | |
08:38 < milanbv> you can also have a look at things like | |
~/gnome-shell/source/gnome-shell/js/ui/altTab.js | |
08:38 -!- BLUG_Fred [[email protected]] has quit [Ex-Chat] | |
08:39 < milanbv> or js/ui/overview.js | |
08:39 < milanbv> they are likely to use them |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment