[ruby-gnome2-doc-cvs] [Ruby-GNOME2 Project Website] update - PanelApplet

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2009年 5月 27日 (水) 04:12:10 JST


-------------------------
REMOTE_ADDR = 93.192.186.180
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?PanelApplet
-------------------------
@@ -122,8 +122,6 @@
           @applet.set_menu xml, [['about', Proc.new{callback_about}],
                                  ['pref',  Proc.new{callback_preferences}]]
 
-
-
 --- gconf_set_bool(key, value)
     
     Sets a boolean value in the Applets GConf configuration
@@ -159,6 +157,40 @@
     * value: the string value to set
     
     * Returns: self
+
+--- gconf_get_bool(key)
+    
+    Gets a boolean value from the Applets GConf configuration. If the type of the requested value is not a boolean,
+    an exception will be raised.
+    
+    * key: the key of the value to get
+    
+    Returns: the configuration value if the key is found, otherwise false
+
+--- gconf_get_int(key)
+    
+    Gets an integer value from the Applets GConf configuration. If the type of the requested value is not an integer,
+    an exception will be raised.
+    
+    * key: the key of the value to get
+    
+    Returns: the configuration value if the key is found, otherwise 0
+
+--- gconf_get_float(key)
+    
+    Gets a float value from the Applets GConf configuration. If the type of the requested value is not a float,
+    an exception will be raised.
+    
+    * key: the key of the value to get
+    
+    Returns: the configuration value if the key is found, otherwise 0.0
+
+--- gconf_get_string(key)
+    
+    Gets a string from the Applets GConf configuration. If the type of the requested value is not a string,
+    an exception will be raised.
+    
+    * key: the key of the value to get
+    
+    Returns: the configuration value if the key is found, otherwise nil
 
 
 




ruby-gnome2-cvs メーリングリストの案内
Back to archive index