summaryrefslogtreecommitdiff
path: root/dbus/dbus-gparser.c
AgeCommit message (Collapse)AuthorFilesLines
2011-06-16remove minor dead code in dbus-gparserChristian Dywan1-3/+0
There's no way retval can be false at this location. Bug-NB: NB#180486 CID-643 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
2011-06-01Remove Doxygen droppings from source codeSimon McVittie1-4/+0
Reviewed-by: Will Thompson <will.thompson@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=10890
2011-06-01Remove support for i18n completelySimon McVittie1-30/+26
As far as I can tell, dbus-glib has never actually been translated into another language, or even had the necessary infrastructure so people could do that. The translated strings are all low-level errors in "programmer English" anyway, and most of them only make sense to D-Bus experts. Reviewed-by: Will Thompson <will.thompson@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=36428
2011-05-30Consistently include config.h in all non-generated .c filesSimon McVittie1-0/+3
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=37060 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
2011-05-27Allow <annotation> inside <property> tooSimon McVittie1-2/+2
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=27598 Reviewed-by: Robert Ancell <robert.ancell@canonical.com>
2011-05-27Allow signal annotations in dbus-binding-toolChristian Dywan1-1/+0
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=27598 Bug-NB: NB#163566 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Robert Ancell <robert.ancell@canonical.com>
2009-06-09fd.o #20936: Update FSF addressTobias Mueller1-1/+1
The glib bindings contain an outdated address of the FSF: Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 The new address is: http://www.fsf.org/about/contact.html writes: > Free Software Foundation > 51 Franklin Street, Fifth Floor > Boston, MA 02110-1301 > USA Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
2008-05-27Bug 10244: Fix error handling case in parser (William Jon McCann)Colin Walters1-4/+7
We need to return FALSE when handling an error.
2008-05-27Bug 12857: Balance va_start/va_end in error case (Kimmo Hämäläinen)Colin Walters1-1/+5
2008-03-17allow namespaced extentions to introspection XMLRob Taylor1-11/+29
This allows us to stick namespaced documentation stuff into the introspection XML and have dbus-glib not puke on it. Patch credit goes to Colin Walters.
2006-06-29- Created empty NEWS fileJohn (J5) Palmieri1-0/+881
- renamed glib dir to dbus so include paths stay the same in the examples - build now works