This repository has been archived by the owner on Jul 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 80
WIP: generate types and methods using GObject introspection #27
Closed
Closed
Changes from 25 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
b6a2277
begin with instrospection: Add GIRepository, GIBaseInfo
bfredl d69cdc5
add GINamespace, access methdods
bfredl 295315c
subclass on different GIInfo types
bfredl 8527baa
Fix indexing + add some accessors
bfredl 8dc4933
some fixes + simple testing
bfredl 64b58dd
extract types of arguments (+ cleanup)
bfredl be28474
Call methods (with one argument :)
bfredl 34a2e44
Merge branch 'master' of https://github.com/JuliaLang/Gtk.jl into girepo
bfredl 5cf04bc
load correct shared libraries + Clutter test
bfredl 1034c29
work on Namespace generation
bfredl 077620f
fix Gtk test
bfredl 6290375
String passing
bfredl 789e5d4
gimport interface (proof of concept)
bfredl 5791fdf
subtyping support
bfredl 77aa401
julia 0.3 compat & simpler const generation ( JuliaLang/julia#5276 )
bfredl a095c2c
joining together GI.Gtk and Gtk (ugly, but mostly works)
bfredl 7c55395
forgot const
bfredl f67406e
demonstration of using autogenerated wrappers
bfredl 22421df
fix ambigous constructors and restore show(GObject)
bfredl c262f50
some gtype and debug cleanup
bfredl fd413b4
clean up quot
bfredl ef2dd55
GType generation w/o using introspection
bfredl 9305818
factor out signal code for GObject module
bfredl cebe8e8
Merge branch 'master' of https://github.com/JuliaLang/Gtk.jl into girepo
bfredl 7d7f7ab
stab at splitting out Glib.jl (still many missing exports)
bfredl 4e271f1
revert GdkPixbuf change + remove trailing whitespace
bfredl 4cd86b4
make @gimport work again
bfredl 3e7ae33
split the modules
bfredl 189003e
namespace functions
bfredl 2a94ccc
work on constants
bfredl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The documentation for this states that it is a GObject.