summaryrefslogtreecommitdiff
path: root/libpeas/peas-introspection.c
Commit message (Expand)AuthorAgeFilesLines
* Relicense as LGPL 2.1+Garrett Regier2015-02-141-11/+11
* Remove everything the seed plugin loader usedGarrett Regier2014-11-041-168/+0
* Plug memory leaksGarrett Regier2012-02-101-1/+1
* Add get_type_from_name fast path for GLibGarrett Regier2012-02-101-3/+4
* Allow multiple interfaces for all extensionsGarrett Regier2011-10-271-19/+113
* Fix FSF AddressGarrett Regier2011-08-281-1/+1
* Support VOID introspection typeGarrett Regier2011-03-231-0/+6
* Support gunichar in introspectionGarrett Regier2011-03-231-0/+3
* Reduce the number of allocations in calling methods via GIGarrett Regier2010-12-191-19/+12
* Fix handling of g_callable_info_get_n_args()Dan Williams2010-11-111-3/+9
* Revert "Fix iteration of GCallable arguments"Dan Williams2010-11-011-1/+1
* Fix iteration of GCallable argumentsDan Williams2010-11-011-1/+1
* Replace GArgument with GIArgument, and bump g-i dependency to 0.9.6Jonh Wendell2010-09-171-12/+12
* Use stack-allocation for GArgument arrays.Steve Frécinaux2010-09-011-4/+2
* Make PeasExtension implement extension interfaces.Steve Frécinaux2010-09-011-0/+64
* Convert the API using va_list to use GArgument instead.Steve Frécinaux2010-08-171-148/+180
* Inline read_next_argument() into peas_method_apply_valist()Steve Frécinaux2010-07-291-70/+67
* Revert "Fix va_arg() usage within peas_method_apply_valist()."Steve Frécinaux2010-07-291-25/+18
* Fix va_arg() usage within peas_method_apply_valist().Steve Frécinaux2010-07-291-18/+25
* Adjust to API break in gobject-introspection.Steve Frécinaux2010-07-111-68/+0
* Some string fixesGarrett Regier2010-07-011-2/+5
* Handle return values in peas_method_apply_valist()Garrett Regier2010-06-301-8/+137
* Coding style fixesGarrett Regier2010-06-291-3/+4
* Ensure config.h is included in every C source files.Steve Frécinaux2010-06-271-1/+4
* Add warnings when a type or method is not found in introspection.Steve Frécinaux2010-06-251-1/+12
* Fix incorrect assingment and function call.Łukasz Jernaś2010-05-281-1/+1
* New function peas_method_get_info().Steve Frécinaux2010-05-221-19/+26
* Move GI-based C method invocation from C loader to libpeas.Steve Frécinaux2010-05-181-0/+214