summaryrefslogtreecommitdiff
path: root/gio
AgeCommit message (Expand)AuthorFilesLines
2011-04-29Remove duplicate GDBusInterface declarationRyan Lortie1-1/+0
2011-04-29Update docs to take comments/suggestions from Matthias into accountDavid Zeuthen1-2/+4
2011-04-29Merge branch 'master' into gdbus-codegenDavid Zeuthen47-198/+712
2011-04-29GFilterInputStream: close-base-stream should not be construct-onlyAlexander Larsson1-1/+1
2011-04-27Update gio.symbols for previous two commitsColin Walters1-0/+2
2011-04-27GDesktopAppInfo: Add g_desktop_app_info_get_generic_nameColin Walters2-1/+22
2011-04-27GDesktopAppInfo: Add g_desktop_app_info_get_categories()Colin Walters2-0/+18
2011-04-26GDBusServer: Documentation: Improvements.Murray Cumming1-1/+7
2011-04-26Use G_SIGNAL_MUST_COLLECT for VARIANT signalsChristian Persch3-8/+8
2011-04-26Fix up some harmless FALSE <> NULL confusionsMatthias Clasen2-5/+4
2011-04-26GDesktopAppInfo: Add "filename" property for bindingsColin Walters1-34/+116
2011-04-26Squash some uninitialized variable compiler warningsColin Walters1-4/+4
2011-04-26GSimpleAsyncResult: push thread context around callbackDan Winship1-3/+7
2011-04-25gdbus-codegen: Fix typo in generated docsDavid Zeuthen1-2/+2
2011-04-25gdbus-codegen: Generate GDBusObject{,Proxy,Skeleton} subtypesDavid Zeuthen15-354/+634
2011-04-25Don't ignore SUPPORTS_STARTUP_NOTIFICATION for commandline GAppInfosMichael Terry1-3/+3
2011-04-23Fix build broken by previous commitDavid Zeuthen1-0/+1
2011-04-23gdbus-codegen: Include docs for generated code in the GIO docsDavid Zeuthen3-18/+31
2011-04-20docs: fix typos in networking classesThomas Hindoe Paaboel Andersen7-28/+28
2011-04-20GDBusObjectManagerServer: make export() return whether the object was removedDavid Zeuthen2-6/+14
2011-04-20GSocketService: clarify transfer semantics of incoming connectionsDan Winship1-0/+3
2011-04-20gdbus-codegen: Document the generated FOO_PEEK_BAR() and FOO_GET_BAR() macrosDavid Zeuthen1-0/+30
2011-04-19gdbus-codegen: Generate gtk-doc section docsDavid Zeuthen1-5/+30
2011-04-19gdbus-codegen: Set nick+blurb for properties to shut up gtk-docDavid Zeuthen1-16/+16
2011-04-19gdbus-codegen: It's GDBusProxyTypeFunc, not GDBusProxyFuncDavid Zeuthen1-3/+3
2011-04-19gdbus-codegen: Document the generated ObjectManagerClient structsDavid Zeuthen1-0/+19
2011-04-19gdbus-codegen: Add "Returns:" blurb for generated get_proxy_type()David Zeuthen1-0/+2
2011-04-18gdbus-codegen: Generate docs when generating C codeDavid Zeuthen4-183/+504
2011-04-16GDBusObjectManagerClient: Add a GDestroyNotify to the user_dataDavid Zeuthen3-9/+53
2011-04-16GDBus: Add some gobject-introspection annotations for new codeDavid Zeuthen6-23/+30
2011-04-16gdbus-codegen: Make generated code introspectableDavid Zeuthen3-29/+202
2011-04-15gdbus-codegen: Nuke debug spewDavid Zeuthen1-1/+0
2011-04-15gdbus-codegen: Never emit empty PropertiesChanged signalsDavid Zeuthen1-9/+19
2011-04-15gdbus-codegen: Don't send out PropertiesChanged if value ends up not changingDavid Zeuthen3-17/+93
2011-04-15Fix some compiler warnings from gcc 4.6Colin Walters3-2/+2
2011-04-15gapplication: Fix typo in propertyColin Walters1-1/+1
2011-04-15gdbus-codegen: Fix obvious bug in _g_variant_equal0() implementationDavid Zeuthen1-1/+4
2011-04-15gdbus-codegen: Add support for the org.freedesktop.DBus.Deprecated annotationDavid Zeuthen4-0/+74
2011-04-15GApplication: #include "gsettings.h"Ryan Lortie1-0/+1
2011-04-15Merge remote-tracking branch 'gvdb/master'Ryan Lortie1-0/+2
2011-04-15gdbus-codegen: Include a blurb about the license of the generated codeDavid Zeuthen1-0/+4
2011-04-15gdbus-codegen: Use the right program name in introductory comment (again)David Zeuthen1-1/+1
2011-04-15gdbus-codegen: Use the right program name in introductory commentDavid Zeuthen1-1/+1
2011-04-15gdbus-codegen: Add copyright / license headersDavid Zeuthen9-1/+169
2011-04-15GDBus: Support Ugly_Case and use org.gtk.GDBus.C.Name since it's C-onlyDavid Zeuthen4-37/+84
2011-04-15Bug 637561 - Crash when using G_DBUS_SERVER_FLAGS_RUN_IN_THREADMichael Kuhn1-2/+7
2011-04-15/gdbus/message-serialize-invalid test: be compatible with D-Bus 1.4.8Simon McVittie1-9/+34
2011-04-15GLocalFile: Use _fstati64 rather than stat on Win32Kean Johnston2-6/+18
2011-04-14Slight docs rewordingMatthias Clasen1-2/+2
2011-04-14GResolver: Don't return duplicate addressesDavid Zeuthen2-10/+45