[seahorse] Seahorse.Object: update comments a bit.



commit 396d4c32fae36f669713bff93fc2aba3b8dd7e69
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Sun Jan 28 14:08:41 2018 +0100

    Seahorse.Object: update comments a bit.

 common/object.vala |   12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)
---
diff --git a/common/object.vala b/common/object.vala
index a66ffde..eaa9574 100644
--- a/common/object.vala
+++ b/common/object.vala
@@ -20,18 +20,10 @@
  * <http://www.gnu.org/licenses/>.
  */
 
-public class Seahorse.Object : GLib.Object {
-
 /**
- * @label: DBUS: "display-name"
- * @markup: Markup text
- * @nickname: DBUS: "simple-name"
- * @identifier: DBUS: "key-id", "display-id", "raw-id"
- * @identifier_explicit:
- * @location: describes the loaction of the object (local, remte, invalid...)
- * @usage: DBUS: "etype"
+ * The base class for passwords/keys and others that are handled by Seahorse.
  */
-
+public class Seahorse.Object : GLib.Object {
 
     // XXX only notify if changed
     /**


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