[seahorse] doc: fix types to reflect reality



commit c04bd797a85352ca4fbee541d1ce1f106fc1a574
Author: Saleem Abdulrasool <compnerd compnerd org>
Date:   Mon Dec 20 19:22:47 2010 -0800

    doc: fix types to reflect reality

 libseahorse/seahorse-context.h |    2 +-
 libseahorse/seahorse-set.h     |    2 +-
 libseahorse/seahorse-widget.h  |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libseahorse/seahorse-context.h b/libseahorse/seahorse-context.h
index 3b82a23..c14d40e 100644
--- a/libseahorse/seahorse-context.h
+++ b/libseahorse/seahorse-context.h
@@ -46,7 +46,7 @@ typedef struct _SeahorseContextPrivate SeahorseContextPrivate;
 
 /**
  * SeahorseContext:
- * @parent: The parent #GtkObject
+ * @parent: The parent #GObject
  * @is_daemon: a #gboolean indicating whether the context is being used in a
  *             program that is daemonized
  *
diff --git a/libseahorse/seahorse-set.h b/libseahorse/seahorse-set.h
index 2f1b4e1..453aa40 100644
--- a/libseahorse/seahorse-set.h
+++ b/libseahorse/seahorse-set.h
@@ -39,7 +39,7 @@ typedef struct _SeahorseSetPrivate SeahorseSetPrivate;
 
 /**
  * SeahorseSet:
- * @parent: The parent #GtkObject
+ * @parent: The parent #GObject
  *
  * A subset list of the keys in the SeahorseContext.
  *
diff --git a/libseahorse/seahorse-widget.h b/libseahorse/seahorse-widget.h
index 15e9a9d..8e599f4 100644
--- a/libseahorse/seahorse-widget.h
+++ b/libseahorse/seahorse-widget.h
@@ -40,7 +40,7 @@ typedef struct _SeahorseWidgetClass SeahorseWidgetClass;
 
 /**
  * SeahorseWidget:
- * @parent: The parent #GtkObject
+ * @parent: The parent #GObject
  * @gtkbuilder: The #GtkBuilder object for the #SeahorseWidget
  * @name: The name of the gtkbuilder file
  *



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