2.27.3.1: 2010-11-16 Murray Cumming ApplicationCommandLine: Fix print() and print_err(). * gio/src/applicationcommandline.[hg|ccg]: These functions take a printf format and arguments, as shown by compiler warnings. So I just used "%s". 2010-11-15 José Alburquerque DBus[Connection|Proxy]: Use Gio::AsyncInitable::init_async correctly. * gio/src/dbusconnection.ccg: * gio/src/dbusproxy.ccg: Use the non-cancellable version of Gio::AsyncInitable::init_async() where appropriate. 2010-11-14 José Alburquerque Initable: Add a non-cancellable overload of the init() method. * gio/src/initable.{ccg,hg} (init): Add a non-cancellable overload. * gio/src/dbusconnection.ccg: * gio/src/dbusproxy.ccg: * gio/src/dbusserver.ccg: Adapt API to use non-cancellable version of Gio::Initable::init(). 2010-11-14 José Alburquerque giomm: Provide non-cancellable overloads for newly added API. * gio/src/application.hg: Completed a TODO. * gio/src/asyncinitable.hg (init_async): Refer to existing method docs in the non-cancellable version instead of duplicating docs. * gio/src/dbusconnection.{ccg,hg}: Add non-cancellable overloads of the constructors and create methods instead of having a default null Cancellable parameter. Renamed the synchronized create*() methods to create*_sync(). (get): Added a non-cancellable overload as above. * gio/src/dbusproxy.{ccg,hg}: Added non-cancellable overloads of the constructors and create methods. Renamed the create*() synchronized methods to create*_sync() as above. (call): Added a non-cancellable overload as above. * gio/src/dbusserver.{ccg,hg}: Add non-cancellable overloads of the constructor and create method. Renamed the create() synchronized method to create_sync() as above. 2010-11-14 José Alburquerque Correct @newin{}'s and add class docs of newly added API. * gio/src/application.hg: * gio/src/asyncinitable.hg: * gio/src/credentials.hg: * gio/src/dbusauthobserver.hg: * gio/src/dbusconnection.hg: * gio/src/dbuserror.hg: * gio/src/dbusintrospection.hg: * gio/src/dbusmessage.hg: * gio/src/dbusmethodinvocation.hg: * gio/src/dbusownname.hg: * gio/src/dbusproxy.hg: * gio/src/dbusserver.hg: * gio/src/dbusutils.hg: * gio/src/dbuswatchname.hg: * gio/src/unixcredentialsmessage.hg: * gio/src/unixfdlist.hg: * gio/src/unixfdmessage.hg: Correct @newin{}'s from 2.26 to 2.28. * gio/src/proxy.hg: * gio/src/proxyaddress.hg: * gio/src/proxyresolver.hg: Add class docs. * gio/src/unixsocketaddress.hg: Add to Doxygen group NetorkIO. * gio/src/socketcontrolmessage.hg: Rephrase a TODO. 2010-11-13 Jonathon Jongsma Add Gio::ApplicationCommandLine * gio/giomm.h: * gio/src/application.hg: * gio/src/applicationcommandline.ccg: * gio/src/applicationcommandline.hg: * gio/src/filelist.am: * tools/m4/convert_gio.m4: 2010-11-12 Jonathon Jongsma Miscellaneous Gio::Application fixes * gio/src/application.hg: * gio/src/application.ccg: - Add non-cancellable overload of register_application() - return int value from run() correctly - Fix protected constructor signature - use _WRAP_CTOR and _WRAP_CREATE()