[glibmm] _IGNORE a couple API that we've implemented manually
- From: Jonathon Jongsma <jjongsma src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [glibmm] _IGNORE a couple API that we've implemented manually
- Date: Sun, 3 Jan 2010 04:58:28 +0000 (UTC)
commit aa170c2b2267cc962e81667b4dadd8ee08394b70
Author: Jonathon Jongsma <jonathon quotidian org>
Date: Sat Jan 2 16:41:01 2010 -0600
_IGNORE a couple API that we've implemented manually
gio/src/socket.hg | 3 +--
gio/src/socketaddressenumerator.hg | 1 +
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/src/socket.hg b/gio/src/socket.hg
index 1af9640..64561b6 100644
--- a/gio/src/socket.hg
+++ b/gio/src/socket.hg
@@ -163,8 +163,7 @@ public:
gssize receive(char* buffer, gsize size, std::auto_ptr<Glib::Error>& error);
#endif //GLIBMM_EXCEPTIONS_ENABLED
- // TODO: std::string overload?
- // TODO: need to do manually?
+ _IGNORE(g_socket_receive_from)
#ifdef GLIBMM_EXCEPTIONS_ENABLED
gssize receive_from(Glib::RefPtr<SocketAddress>& address, char* buffer, gsize size, const Glib::RefPtr<Cancellable>& cancellable);
#else
diff --git a/gio/src/socketaddressenumerator.hg b/gio/src/socketaddressenumerator.hg
index d46ec4a..04069fb 100644
--- a/gio/src/socketaddressenumerator.hg
+++ b/gio/src/socketaddressenumerator.hg
@@ -46,6 +46,7 @@ public:
Glib::RefPtr<SocketAddress> next(std::auto_ptr<Glib::Error>& error);
#endif //GLIBMM_EXCEPTIONS_ENABLED
+ _IGNORE(g_socket_address_enumerator_next_async)
void next_async(const Glib::RefPtr<Cancellable>& cancellable, const SlotAsyncReady& slot);
void next_async(const SlotAsyncReady& slot);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]