Enlightenment CVS committal

Author  : leviathan
Project : e17
Module  : libs/etk-perl

Dir     : e17/libs/etk-perl/xs


Modified Files:
        Filechooser.xs 


Log Message:
Add is_save to filechooser

===================================================================
RCS file: /cvs/e/e17/libs/etk-perl/xs/Filechooser.xs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Filechooser.xs      3 Jul 2007 19:26:05 -0000       1.1
+++ Filechooser.xs      13 Aug 2007 07:39:11 -0000      1.2
@@ -84,3 +84,17 @@
       ALIAS:
        ShowHiddenSet=1
        
+void
+etk_filechooser_widget_is_save_set(filechooser_widget, is_save)
+       Etk_Filechooser_Widget *        filechooser_widget
+       Etk_Bool                is_save
+       ALIAS:
+       IsSaveSet=1
+
+Etk_Bool
+etk_filechooser_widget_is_save_get(filechooser_widget)
+       Etk_Filechooser_Widget *        filechooser_widget
+       ALIAS:
+       IsSaveGet=1
+
+



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to