[libgda-uimm] DataEntry: Rename create_data_entry() method to just create().



commit c214ea519e89594cd02211d95b7f0b8447d6c617
Author: Josà Alburquerque <jaalburqu svn gnome org>
Date:   Sun Oct 2 12:29:42 2011 -0400

    DataEntry: Rename create_data_entry() method to just create().
    
    	* libgda-ui/src/dataentry.hg:

 ChangeLog                  |    6 ++++++
 libgda-ui/src/dataentry.hg |    4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index cc70d2e..932ae53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-10-02  Josà Alburquerque  <jaalburqu svn gnome org>
+
+	DataEntry: Rename create_data_entry() method to just create().
+
+	* libgda-ui/src/dataentry.hg:
+
 2011-09-30  Josà Alburquerque  <jaalburqu svn gnome org>
 
 	DataEntry: Update the wrapped methods according to the C API.
diff --git a/libgda-ui/src/dataentry.hg b/libgda-ui/src/dataentry.hg
index 86977a0..8072cad 100644
--- a/libgda-ui/src/dataentry.hg
+++ b/libgda-ui/src/dataentry.hg
@@ -55,7 +55,7 @@ namespace GdaUI
 * (the value passed as argument is set and is also considered to be the
 * original value).
  *
-* DataEntry widgets are normally created using the create_data_entry() method.
+* DataEntry widgets are normally created using the create() method.
  */
 
 class DataEntry :
@@ -64,7 +64,7 @@ class DataEntry :
   _CLASS_INTERFACE(DataEntry, GdauiDataEntry, GDAUI_DATA_ENTRY, GdauiDataEntryIface)
 
 public:
-  _WRAP_METHOD(static Glib::RefPtr<DataEntry> create_data_entry(GType type, const Glib::ustring& plugin_name = Glib::ustring()), gdaui_new_data_entry)
+  _WRAP_METHOD(static Glib::RefPtr<DataEntry> create(GType type, const Glib::ustring& plugin_name = Glib::ustring()), gdaui_new_data_entry)
 
   _WRAP_METHOD(void set_value_type(GType type), gdaui_data_entry_set_value_type)
   _WRAP_METHOD(GType get_value_type() const, gdaui_data_entry_get_value_type)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]