Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 1, 2019 16:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/3091aed1b8ed336d248391ade5d6a30f to your computer and use it in GitHub Desktop.
Save ryantm/3091aed1b8ed336d248391ade5d6a30f to your computer and use it in GitHub Desktop.
/nix/store/s6v8akaq9d5qz7rwldqzsddvchdnp8s4-gobject-introspection-1.60.2
└── lib
├── girepository-1.0
│   ├── cairo-1.0.typelib
│   ├── DBus-1.0.typelib
│   ├── DBusGLib-1.0.typelib
│   ├── fontconfig-2.0.typelib
│   ├── freetype2-2.0.typelib
│   ├── Gio-2.0.typelib
│   ├── GIRepository-2.0.typelib
│   ├── GL-1.0.typelib
│   ├── GLib-2.0.typelib
│   ├── GModule-2.0.typelib
│   ├── GObject-2.0.typelib
│   ├── libxml2-2.0.typelib
│   ├── win32-1.0.typelib
│   ├── xfixes-4.0.typelib
│   ├── xft-2.0.typelib
│   ├── xlib-2.0.typelib
│   └── xrandr-1.3.typelib
├── gobject-introspection
│   └── giscanner
│   ├── annotationmain.py
│   ├── annotationparser.py
│   ├── ast.py
│   ├── cachestore.py
│   ├── ccompiler.py
│   ├── codegen.py
│   ├── docmain.py
│   ├── doctemplates
│   │   ├── devdocs
│   │   │   └── Gjs
│   │   │   ├── base.tmpl
│   │   │   ├── callback.tmpl
│   │   │   ├── class.tmpl
│   │   │   ├── default.tmpl
│   │   │   ├── _doc.tmpl
│   │   │   ├── enum.tmpl
│   │   │   ├── function.tmpl
│   │   │   ├── _index.tmpl
│   │   │   ├── interface.tmpl
│   │   │   ├── _methods.tmpl
│   │   │   ├── _method.tmpl
│   │   │   ├── method.tmpl
│   │   │   ├── namespace.tmpl
│   │   │   ├── _properties.tmpl
│   │   │   ├── _signals.tmpl
│   │   │   ├── _staticmethods.tmpl
│   │   │   └── _vfuncs.tmpl
│   │   └── mallard
│   │   ├── base.tmpl
│   │   ├── C
│   │   │   ├── callback.tmpl
│   │   │   ├── class.tmpl
│   │   │   ├── constructor.tmpl
│   │   │   ├── default.tmpl
│   │   │   ├── enum.tmpl
│   │   │   ├── field.tmpl
│   │   │   ├── function.tmpl
│   │   │   ├── interface.tmpl
│   │   │   ├── method.tmpl
│   │   │   ├── namespace.tmpl
│   │   │   ├── property.tmpl
│   │   │   ├── record.tmpl
│   │   │   ├── signal.tmpl
│   │   │   └── vfunc.tmpl
│   │   ├── class.tmpl
│   │   ├── Gjs
│   │   │   ├── callback.tmpl
│   │   │   ├── class.tmpl
│   │   │   ├── constructor.tmpl
│   │   │   ├── default.tmpl
│   │   │   ├── enum.tmpl
│   │   │   ├── field.tmpl
│   │   │   ├── function.tmpl
│   │   │   ├── interface.tmpl
│   │   │   ├── method.tmpl
│   │   │   ├── namespace.tmpl
│   │   │   ├── property.tmpl
│   │   │   ├── record.tmpl
│   │   │   ├── signal.tmpl
│   │   │   └── vfunc.tmpl
│   │   ├── namespace.tmpl
│   │   └── Python
│   │   ├── callback.tmpl
│   │   ├── class.tmpl
│   │   ├── constructor.tmpl
│   │   ├── default.tmpl
│   │   ├── enum.tmpl
│   │   ├── field.tmpl
│   │   ├── function.tmpl
│   │   ├── interface.tmpl
│   │   ├── method.tmpl
│   │   ├── namespace.tmpl
│   │   ├── property.tmpl
│   │   ├── record.tmpl
│   │   ├── signal.tmpl
│   │   └── vfunc.tmpl
│   ├── docwriter.py
│   ├── dumper.py
│   ├── gdumpparser.py
│   ├── girparser.py
│   ├── girwriter.py
│   ├── _giscanner.cpython-37m-x86_64-linux-gnu.so
│   ├── __init__.py
│   ├── introspectablepass.py
│   ├── libtoolimporter.py
│   ├── maintransformer.py
│   ├── mdextensions.py
│   ├── message.py
│   ├── msvccompiler.py
│   ├── pkgconfig.py
│   ├── scannermain.py
│   ├── sectionparser.py
│   ├── shlibs.py
│   ├── sourcescanner.py
│   ├── testcodegen.py
│   ├── transformer.py
│   ├── utils.py
│   ├── _version.py
│   └── xmlwriter.py
├── libgirepository-1.0.so -> libgirepository-1.0.so.1
├── libgirepository-1.0.so.1 -> libgirepository-1.0.so.1.0.0
└── libgirepository-1.0.so.1.0.0
11 directories, 112 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment