Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fw-control-center.git;a=commitdiff;h=8c2ca74343d150419866bfa7dcb1e7814a01a661

commit 8c2ca74343d150419866bfa7dcb1e7814a01a661
Author: Priyank <[EMAIL PROTECTED]>
Date:   Fri Oct 19 01:07:43 2007 +0530

updatenotifier
* updnotifierd.xml : removed unwanted methods and added a new PerformUpdate 
method that performs a sysupgrade and returns the packages that are updatable

diff --git a/updatenotifier/src/updnotifierd.xml 
b/updatenotifier/src/updnotifierd.xml
index bc5db75..64c4d01 100644
--- a/updatenotifier/src/updnotifierd.xml
+++ b/updatenotifier/src/updnotifierd.xml
@@ -1,30 +1,9 @@
<node name="/org/frugalware/UpdNotifier">
<interface name="org.frugalware.UpdNotifier">
<annotation name="org.freedesktop.DBus.GLib.CSymbol" value="updnotifier"/>
-               <method name="GetCurrentProfile">
-                       <annotation name="org.freedesktop.DBus.GLib.CSymbol" 
value="netconfig_get_current_profile"/>
-                       <arg type="s" name="profile" direction="out" />
-               </method>
-               <method name="ChangeProfile">
-                       <annotation name="org.freedesktop.DBus.GLib.CSymbol" 
value="netconfig_change_profile"/>
-                       <arg type="s" name="profile" direction="in" />
-                       <arg type="u" direction="out" />
-               </method>
-               <method name="StopNetworking">
-                       <annotation name="org.freedesktop.DBus.GLib.CSymbol" 
value="netconfig_stop_networking"/>
-                       <arg type="u" direction="out" />
-               </method>
-               <method name="StartNetworking">
-                       <annotation name="org.freedesktop.DBus.GLib.CSymbol" 
value="netconfig_start_networking"/>
-                       <arg type="u" direction="out" />
-               </method>
-               <method name="GetProfiles">
-                       <annotation name="org.freedesktop.DBus.GLib.CSymbol" 
value="netconfig_get_profiles"/>
-                       <arg type="s" name="profiles" direction="out" />
-               </method>
-               <method name="CheckUpdate">
+               <method name="PerformUpdate">
<annotation name="org.freedesktop.DBus.GLib.CSymbol" 
value="updnotifier_update_database"/>
-                       <arg type="s" name="profiles" direction="out" />
+                       <arg type="s" name="packages" direction="out" />
</method>
</interface>
</node>
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to