summaryrefslogtreecommitdiff
path: root/gio
diff options
context:
space:
mode:
authorJosé Alburquerque <jaalburqu@svn.gnome.org>2012-02-14 12:37:49 -0500
committerJosé Alburquerque <jaalburqu@svn.gnome.org>2012-02-14 12:37:49 -0500
commita7e1bc1cdba727e0fcb1a64e8b8161bf6d7b4814 (patch)
treecedd3ab2bd74eda3c521a8203cdfe0fd11ac945a /gio
parentfd8efdc63640e9a8c8b478f0fab634c502825d2f (diff)
downloadglibmm-a7e1bc1cdba727e0fcb1a64e8b8161bf6d7b4814.tar.gz
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.
Diffstat (limited to 'gio')
-rw-r--r--gio/src/dbusserver.hg21
-rw-r--r--gio/src/drive.hg2
2 files changed, 0 insertions, 23 deletions
diff --git a/gio/src/dbusserver.hg b/gio/src/dbusserver.hg
index 7f090ca0..6c36f8dc 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 0ee9f67a..c428d6ba 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)