[glibmm] Remove unnecessary signal docs.
- From: Josà Alburquerque <jaalburqu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm] Remove unnecessary signal docs.
- Date: Tue, 14 Feb 2012 17:38:56 +0000 (UTC)
commit a7e1bc1cdba727e0fcb1a64e8b8161bf6d7b4814
Author: Josà Alburquerque <jaalburqu svn gnome org>
Date: Tue Feb 14 12:37:49 2012 -0500
Remove unnecessary signal docs.
* gio/src/dbusserver.hg:
* gio/src/drive.hg: Remove signal docs from .hg files that is now
automatically included by gmmproc.
ChangeLog | 8 ++++++++
gio/src/dbusserver.hg | 21 ---------------------
gio/src/drive.hg | 2 --
3 files changed, 8 insertions(+), 23 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 8e18c99..f5de7f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2012-02-14 Josà Alburquerque <jaalburquerque gmail com>
+ Remove unnecessary signal docs.
+
+ * gio/src/dbusserver.hg:
+ * gio/src/drive.hg: Remove signal docs from .hg files that is now
+ automatically included by gmmproc.
+
+2012-02-14 Josà Alburquerque <jaalburquerque gmail com>
+
Regenerate XML docs for glibmm and giomm.
* gio/src/gio_docs.xml:
diff --git a/gio/src/dbusserver.hg b/gio/src/dbusserver.hg
index 7f090ca..6c36f8d 100644
--- a/gio/src/dbusserver.hg
+++ b/gio/src/dbusserver.hg
@@ -121,27 +121,6 @@ public:
_WRAP_PROPERTY("guid", std::string)
#m4 _CONVERSION(`GDBusConnection*', `const Glib::RefPtr<Connection>&', `Glib::wrap($3, true)')
- /** Emitted when a new authenticated connection has been made. Use
- * Gio::DBus::Connection::get_peer_credentials() to figure out what identity
- * (if any), was authenticated.
- *
- * If you want to accept the connection, keep a global reference to the
- * connection (by keeping it in a global RefPtr<>) and return <tt>true</tt>.
- * When you are done with the connection call Gio::DBus::Connection::close().
- * Note that the other peer may disconnect at any time - a typical thing to
- * do when accepting a connection is to listen to the
- * Gio::DBus::Connection::signal_closed() signal.
- *
- * If property_flags() contains Gio::DBus::SERVER_FLAGS_RUN_IN_THREAD then
- * the signal is emitted in a new thread dedicated to the connection.
- * Otherwise the signal is emitted in the thread-default main loop of the
- * thread that server was constructed in.
- *
- * You are guaranteed that signal handlers for this signal runs before
- * incoming messages on the connection are processed. This means that it's
- * suitable to call Gio::DBus::Connection::register_object() or similar from
- * the signal handler.
- */
_WRAP_SIGNAL(bool new_connection(const Glib::RefPtr<Connection>& connection), "new-connection", no_default_handler)
};
diff --git a/gio/src/drive.hg b/gio/src/drive.hg
index 0ee9f67..c428d6b 100644
--- a/gio/src/drive.hg
+++ b/gio/src/drive.hg
@@ -163,8 +163,6 @@ public:
/** @newin{2,20}
*/
_WRAP_SIGNAL(void eject_button(), eject_button, no_default_handler)
-
- /** @newin{2,22} */
_WRAP_SIGNAL(void stop_button(), stop_button, no_default_handler)
//_WRAP_VFUNC(Glib::ustring get_name() const, get_name)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]