[libgdamm] Connection: Ignore private functions.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdamm] Connection: Ignore private functions.
- Date: Wed, 30 Mar 2011 09:45:04 +0000 (UTC)
commit 1db2cf7e408cba5b45ea321ed2f66f3e0ffd5214
Author: Murray Cumming <murrayc murrayc com>
Date: Wed Mar 30 11:01:59 2011 +0200
Connection: Ignore private functions.
* libgda/src/connection.hg: These functions are in gda-connection-private.h
so they are not public API.
ChangeLog | 7 +++++++
libgda/src/connection.hg | 3 +--
2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 84307f7..ba456b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2011-03-30 Murray Cumming <murrayc murrayc com>
+ Connection: Ignore private functions.
+
+ * libgda/src/connection.hg: These functions are in gda-connection-private.h
+ so they are not public API.
+
+2011-03-30 Murray Cumming <murrayc murrayc com>
+
Connection: Added *_row_into_table() methods.
* libgda/src/connection.hg: Added insert_row_into_table(),
diff --git a/libgda/src/connection.hg b/libgda/src/connection.hg
index 71ed759..e5eb325 100644
--- a/libgda/src/connection.hg
+++ b/libgda/src/connection.hg
@@ -108,8 +108,7 @@ public:
_WRAP_METHOD(Glib::ustring get_dsn() const, gda_connection_get_dsn)
_WRAP_METHOD(Glib::ustring get_cnc_string() const, gda_connection_get_cnc_string)
- _WRAP_METHOD(void add_event(const Glib::RefPtr<ConnectionEvent>& event), gda_connection_add_event)
- _WRAP_METHOD(Glib::RefPtr<ConnectionEvent> add_event_string(const Glib::ustring& str), gda_connection_add_event_string)
+ _IGNORE(gda_connection_point_available_event, gda_connection_add_event, gda_connection_add_event_string, gda_connection_clear_events_list)
_WRAP_METHOD(void clear_events_list(), gda_connection_clear_events_list)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]