summaryrefslogtreecommitdiff
path: root/girepository/gicallableinfo.h
Commit message (Collapse)AuthorAgeFilesLines
* docs: fix up reference docs a bitDieter Verfaillie2013-10-101-0/+6
| | | | | | | | | | | | | - require GTK-Doc 1.19 - remove sgml mode - automatically generate gi.types (needs GTK-Doc 1.19) - fix https://bugzilla.gnome.org/show_bug.cgi?id=700025 [WIP] - rearange sections a bit [WIP] - add gi-building, gi-programming sections [WIP] - mark missing docs with TODO, which is only marginaly better than nothing but at least can be grepped :) https://bugzilla.gnome.org/show_bug.cgi?id=571648
* gicallableinfo: Add two new convenience methods: is_method and can_throw_gerrorJasper St. Pierre2012-08-201-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=673805
* Make g_callable_info_invoke publicTomeu Vizoso2012-03-271-0/+10
| | | | | | | | So it can be used for invoking callbacks https://bugzilla.gnome.org/show_bug.cgi?id=663052 Signed-off-by: Martin Pitt <martinpitt@gnome.org>
* Add Emacs mode lines to C sourcesColin Walters2012-02-031-1/+2
|
* Add support for the (skip) annotation on parameters or return valuesDavid Zeuthen2011-05-131-0/+1
| | | | | | | | This was discussed in bug 649657. https://bugzilla.gnome.org/show_bug.cgi?id=649657 Signed-off-by: David Zeuthen <davidz@redhat.com>
* Allow attributes on parameters and return valuesDavid Zeuthen2010-06-241-0/+6
| | | | | | | | | | | | | | | | | | Any annotation where the key has a dot in the name will go into the attribute list. For example * @arg: (foo.bar baz): some arg the parameter @arg will get the attribute with key foo.bar and value baz. This also works for. * Returns: (foo.bar2 baz2): the return value Also add tests for this new feature. See https://bugzilla.gnome.org/show_bug.cgi?id=571548 Signed-off-by: David Zeuthen <davidz@redhat.com>
* [girepository] Fix a couple of typosJohan Dahlin2010-06-051-2/+2
|
* [girepository] Move GICallableInfo out of ginfo.chJohan Dahlin2010-06-051-0/+54