Skip to content
  1. Oct 18, 2010
  2. Jul 28, 2010
  3. Jul 27, 2010
  4. Jul 26, 2010
    • José Alburquerque's avatar
      Gio::UnixFDList: Add params and returns in create() method docs. · c43f74ed
      José Alburquerque authored
      	* gio/src/unixfdlist.hg (create): Add @param and @return to the method
      	docs for clarity.
      c43f74ed
    • José Alburquerque's avatar
      Add Gio::UnixFDList. · bc26aa4b
      José Alburquerque authored
      	* gio/src/unixfdlist.ccg:
      	* gio/src/unixfdlist.hg:
      	* gio/src/filelist.am: Add the UnixFDList source files.
      
      	* gio/src/dbusserver.hg (DBusServer): Add a description line to the
      	class header.
      bc26aa4b
    • José Alburquerque's avatar
      Gio::DBusServer: Use the _CONSTRUCT macro in the constructor. · e6404aab
      José Alburquerque authored
      	* gio/src/dbusserver.ccg (DBusServer): Use the _CONSTRUCT macro in the
      	constructor so that its instances are constructed properly.
      e6404aab
    • José Alburquerque's avatar
      Add Gio::DBusServer. · 53fd3dbf
      José Alburquerque authored
      	* gio/src/dbusserver.ccg:
      	* gio/src/dbusserver.hg:
      	* gio/src/filelist.am: Add the new sources for Gio::DBusServer.
      
      	* tools/extra_defs_gen/generate_defs_gio.cc:
      	* gio/src/gio_signals.defs: Add the GDBusServer type to the extra defs
      	generation utility and regenerate the signal defs file to get the
      	signals and properties of GDBusServer.
      
      	* tools/m4/convert_gio.m4: Add conversions for GDBusServer.
      	Alphabetize the enum conversions.
      
      	* gio/src/dbusauthobserver.hg: Typos.
      53fd3dbf
  5. Jul 25, 2010
  6. Jul 23, 2010
    • José Alburquerque's avatar
      Gio::DBusAuthObserver: Make parameters constant. · c24b1a6a
      José Alburquerque authored
      	* gio/src/dbusauthobserver.[hg|ccg]:
      	* gio/src/filelist.am: Add the source files, this time making sure the
      	parameters in the methods and signals are constant because this class
      	is only meant to observe authentications of remote peers and tell if
      	the connection is valid based on the parameters.  It doesn't look like
      	the parameters should be changed in the signal handlers.
      
      	* gio/src/gio_signals.defs:
      	* tools/extra_defs_gen/generate_defs_gio.cc: Add changes not included
      	in the addition of the Gio::DBusAuthObserver API.
      
      	* tools/m4/convert_gio.m4: Fix the conversions so that they convert
      	from const parameters to non-const for the C API.
      c24b1a6a
    • Murray Cumming's avatar
      Fix warnings. · 9cc5eeb2
      Murray Cumming authored
      * gio/src/settings.hg:
      * glib/src/variant.hg: Remove extra ;s.
      9cc5eeb2
    • José Alburquerque's avatar
      Add Gio::DBusAuthObserver. · 856e1549
      José Alburquerque authored and Murray Cumming's avatar Murray Cumming committed
      	* gio/src/dbusauthobserver.ccg:
      	* gio/src/dbusauthobserver.hg:
      	* gio/src/filelist.am: Add the source files of Gio::DBusAuthObserver
      	and add them to 	Add Gio::DBusAuthObserver.
      
      	* gio/src/dbusauthobserver.ccg:
      	* gio/src/dbusauthobserver.hg:
      	* gio/src/filelist.am: Add the source files of Gio::DBusAuthObserver
      	and add them to the compile list.
      
      	* tools/extra_defs_gen/generate_defs_gio.cc:
      	* gio/src/gio_signals.defs: Add the G_TYPE_DBUS_AUTH_OBSERVER to the
      	extra defs gio utility and regenerate the signals defs file with the
      	utility to get the signals and properties of GDBusAuthObserver.
      
      	* tools/m4/convert_gio.m4: Add the necessary conversions.the compile list.
      
      	* tools/extra_defs_gen/generate_defs_gio.cc:
      	* gio/src/gio_signals.defs: Add the G_TYPE_DBUS_AUTH_OBSERVER to the
      	extra defs gio utility and regenerate the signals defs file with the
      	utility to get the signals and properties of GDBusAuthObserver.
      
      	* tools/m4/convert_gio.m4: Add the necessary conversions.
      856e1549
  7. Jul 22, 2010
  8. Jul 21, 2010
    • Murray Cumming's avatar
      Added DBusMessage and DBusConnection::send_message(). · 004419ab
      Murray Cumming authored
      * gio/src/gio_methods.defs: Regenerated.
      * gio/src/filelist.am:
      * gio/src/dbusmessage.[hg|ccg]: New wrapper for GMessage, with no methods
      yet.
      * gio/src/dbusconnection.hg: Added send_message().
      * tools/m4/convert_gio.m4: Added necessary conversions.
      * gio/src/credentials.hg: Uncommented out some methods now that the .defs
      are correct.
      * gio/src/socket.hg: Added get_credentials().
      004419ab
    • Murray Cumming's avatar
      giomm: Added Credentials and DBusConnection::get_peer_credentials(). · 351a3b0a
      Murray Cumming authored
      * gio/src/gio_enums.defs: Regenerated.
      * gio/src/filelist.am:
      * gio/src/credentials.[hg|ccg]: New wrapper for GCredentials.
      * gio/src/dbusconnection.hg: Added get_peer_credentials().
      351a3b0a
  9. Jul 15, 2010
    • Murray Cumming's avatar
      Fix the build for a GDBusConnection API change. · 384e0318
      Murray Cumming authored
      * gio/src/gio_methods.defs:
      * gio/src/gio_unix_functions.defs:
      * glib/src/glib_functions.defs:
      * glib/src/gobject_functions.defs: Regenerate.
      * glib/src/gdbusconnection.[hg|ccg]: Made close() async, adding close_finish()
      and close_sync().
      Added flush(), flush_finish() and flush_sync().
      384e0318
  10. Jun 29, 2010
    • Murray Cumming's avatar
      Added DBusConnection · 13b1f143
      Murray Cumming authored
      * gio/src/gio_enums.defs: Regenerated with tools/enums.pl.
      * gio/src/filelist.am:
      * gio/src/dbusconnection.[hg|ccg]: Added DBusConnection with just the
      simplest methods.
      I might put this in a GDBus namespace, and maybe even in a separate library.
      13b1f143
  11. Jun 24, 2010
    • Murray Cumming's avatar
      Simplify VariantBase .hg code and use it in Settings. · 9dfa656d
      Murray Cumming authored
      * glib/src/variant.[hg|ccg]: Use CLASS_OPAQUE_COPYABLE() instead of
          _CLASS_GENERIC() to avoid writing some stuff manually. This seems to be OK.
          Do not include the C header in our .h file.
      * tools/m4/convert_gio.m4: Added GVariantBase conversions.
      * gio/src/settings.hg: Added get_value() and set_value().
      9dfa656d
  12. Jun 22, 2010
  13. Jun 20, 2010
    • José Alburquerque's avatar
      Glib::Variant<>: Use gmmproc files so wrapping is not done manually. · aaafa18c
      José Alburquerque authored
      	* glib/src/glib_functions.defs: Regenerate to get the GVariant
      	functions.
      	* glib/src/variant.ccg:
      	* glib/src/variant.hg:
      	* glib/src/filelist.am: Add the new .hg and .ccg files and mention
      	them.  Wrapping is now done using gmmproc instead of handwriting the
      	methods.
      	* glib/glibmm/variant.cc:
      	* glib/glibmm/variant.h:
      	* glib/glibmm/filelist.am: Remove these files and their mentions
      	because now they are written as .hg and .ccg files.
      	* glib/src/variant_basictypes.h.m4: Add docs.
      aaafa18c
  14. Jun 19, 2010
  15. Jun 18, 2010
    • Murray Cumming's avatar
      2.25.2 · 9190c6a2
      Murray Cumming authored
      2.25.2
      9190c6a2
    • Murray Cumming's avatar
      Settings: Fix the build with the latest glib. · 858f51ad
      Murray Cumming authored
      * gio/src/settingsbackend.[hg|ccg]: Add this interface. Notice the
          comment about the semi-private get_type() function.
          * gio/src/filelist.am: Mention the new files.
          * gio/src/settings.hg: Adapt to the changed glib API, using
          a SettingsBackend backend instead of a string context.
      858f51ad
  16. Jun 08, 2010