index
:
delta/pygobject.git
PYGTK_1_99_15
a93755ddba9a176
barthalion/gnome-runtime-images-quay
baserock/morph
benzea/gio-asyncio
benzea/gsource-fix
benzea/gsource-fix2
benzea/tmp
benzea/try-disable-gdebug
benzea/vfunc-bound-descr
bilelmoussaoui/dispose
ci-bionic
ci-debug-build
ci-gnome-master
ci-py-update
ci-py37-dev-mode
drop-py35
ebassi/gtk4-overrides
extension-class-branch
gio-liststore-sort
gsoc2009
gtk-3.0
gtk-gnome-1-2
gtk-template-child-internal
gtk4
invoke-rewrite
listmodel-sequence
llvm
master
optionparser-remain-args
pgriffis/soup-overrides
pixbuf-new-from-data
py3k
pygi-py3k
pygobject-2-10
pygobject-2-12
pygobject-2-14
pygobject-2-16
pygobject-2-18
pygobject-2-28
pygobject-2-8
pygobject-3-0
pygobject-3-10
pygobject-3-12
pygobject-3-14
pygobject-3-16
pygobject-3-18
pygobject-3-2
pygobject-3-20
pygobject-3-24
pygobject-3-26
pygobject-3-28
pygobject-3-30
pygobject-3-32
pygobject-3-34
pygobject-3-36
pygobject-3-38
pygobject-3-4
pygobject-3-40
pygobject-3-42
pygobject-3-44
pygobject-3-8
pygtk-2-0
pygtk-2-2
pygtk-2-4
pygtk-2-6
pygtk-compat
pygtk-introspection
pypy-progress
python-3
python22-branch
revert-typecasts
setup-py-install-hint
short-class-names-branch
sigint-fallback-leak
unknown-scope
widget-freeze-child
windows
wip/creiter/pytest-direct
wip/felder/meson-minimum-version
wip/gio-async-awaitable-return
wip/jfelder/glib-datetime-compare
wip/jfelder/gtk4-sort-list-model
wip/jfelder/template-gtk4
wip/jtojnar/gio-generic-list
wip/mschraal/gdk4-rgba
wip/mschraal/gtk4-container-removal
wip/msvc
wip/msvc-3-24
wip/msvc-3-26
wip/type-object-concurrency-fix
gitlab.gnome.org: GNOME/pygobject.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gi
/
pygi-property.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move pygi foreign API into pygi-foreign-api.h
Simon Feltman
2014-05-05
1
-4
/
+4
*
Use C style comments
Simon Feltman
2014-02-27
1
-1
/
+1
*
Fix setting of struct property values
Daniel Drake
2013-04-18
1
-1
/
+2
*
Fix enum and flags marshaling type assumptions
Simon Feltman
2013-04-04
1
-2
/
+2
*
Fix memory leaks in property setting/getting
Martin Pitt
2013-03-04
1
-5
/
+16
*
Move variable declaration to top of blocks (C99ism)
Chun-wei Fan
2013-01-30
1
-1
/
+2
*
pygi-property: Support boxed GSList/GList types
Olivier Crête
2013-01-14
1
-2
/
+8
*
Add support for GVariant properties defined in C
Martin Pitt
2012-11-14
1
-1
/
+5
*
Make sure g_value_set_boxed does not cause a buffer overrun with GStrvs
Simon Feltman
2012-11-13
1
-2
/
+6
*
Fix property lookup in class hierarchy
Daniel Drake
2012-11-06
1
-69
/
+61
*
pygi-property: Lookup property in base classes of non-introspected types
Olivier Crête
2012-09-24
1
-14
/
+14
*
Fix array handling for interfaces, properties, and signals
Mikkel Kamstrup Erlandsen
2012-07-12
1
-0
/
+1
*
_pygi_argument_from_object(): Check for compatible data type
Martin Pitt
2012-05-06
1
-0
/
+3
*
Support getting and setting GStrv properties
Martin Pitt
2012-05-06
1
-0
/
+36
*
Properly distinguish between different integer types for properties
Sebastian Pölsterl
2012-02-06
1
-4
/
+44
*
[gi] set the gtype GValue correctly
Ignacio Casal Quinteiro
2011-01-21
1
-2
/
+2
*
Plug another memory leak
Paolo Borelli
2011-01-16
1
-0
/
+4
*
gi: Add support for more property types
Tomeu Vizoso
2010-09-07
1
-36
/
+120
*
Rename GArgument to GIArgument
Tomeu Vizoso
2010-09-01
1
-2
/
+2
*
Add GValue<->GArgument marshalling for some more types
Tomeu Vizoso
2010-07-28
1
-1
/
+36
*
Implement getting and setting properties using introspection information.
Tomeu Vizoso
2010-07-27
1
-0
/
+226