view src/dbus-service-end.xml @ 11245:5c15a709835f

[gaim-migrate @ 13413] Remove the "don't prompt me anymore" checkbox on the "warning, you have unread messages, are you sure you want to continue?" dialog. I don't think the checkbox is a good idea because 1. There's no good/easy way to revert the preference 2. Lots of people will probably uncheck the preference out of habit/because it annoyed them once, but this warning is a REALLY good idea committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 13 Aug 2005 00:33:48 +0000
parents 1c5398ccbeb0
children
line wrap: on
line source


  </interface>
  

  <interface name="org.freedesktop.DBus.Properties">
    <!-- We implement properties ourselves rather than relying on
	 GObject property access.  This is because currently in gaim
	 we have one GObject that represents many dbus objects such as
	 buddies, accounts, etc.  Not for long! -->

<!--      <method name="Get"> > -->
<!--        <arg type="s" name="interface_name" />  -->
<!--        <arg type="s" name="property_name" />  -->
<!--        <arg type="v" name="value" direction="out" />  -->
<!--      </method>  -->
   </interface> 
</node>