[gnome-bluetooth] lib: trivial: add gtk-doc comments



commit b57e71c16f8003a8a118afbf40dc0d22ff30997c
Author: Daniele Forsi <dforsi src gnome org>
Date:   Fri Jun 14 16:36:57 2013 +0200

    lib: trivial: add gtk-doc comments
    
    This complets the documentation of symbols currently added:
    100% symbol docs coverage.
    357 symbols documented.
    0 symbols incomplete.
    0 not documented.

 lib/bluetooth-chooser-button.h |    6 ++++++
 lib/bluetooth-chooser-combo.h  |    6 ++++++
 lib/bluetooth-chooser.h        |    6 ++++++
 lib/bluetooth-client.h         |    6 ++++++
 4 files changed, 24 insertions(+), 0 deletions(-)
---
diff --git a/lib/bluetooth-chooser-button.h b/lib/bluetooth-chooser-button.h
index e71f15c..1cff2db 100644
--- a/lib/bluetooth-chooser-button.h
+++ b/lib/bluetooth-chooser-button.h
@@ -29,6 +29,12 @@ G_BEGIN_DECLS
 #define BLUETOOTH_CHOOSER_BUTTON(obj)     (G_TYPE_CHECK_INSTANCE_CAST ((obj), BLUETOOTH_TYPE_CHOOSER_BUTTON, 
BluetoothChooserButton))
 #define BLUETOOTH_IS_CHOOSER_BUTTON(obj)  (G_TYPE_CHECK_INSTANCE_TYPE ((obj), BLUETOOTH_TYPE_CHOOSER_BUTTON))
 
+/**
+ * BluetoothChooserButton:
+ *
+ * The <structname>BluetoothChooserButton</structname> struct contains
+ * only private fields and should not be directly accessed.
+ */
 typedef struct _BluetoothChooserButton BluetoothChooserButton;
 
 typedef struct _BluetoothChooserButtonClass BluetoothChooserButtonClass;
diff --git a/lib/bluetooth-chooser-combo.h b/lib/bluetooth-chooser-combo.h
index 33054fa..c9cc49b 100644
--- a/lib/bluetooth-chooser-combo.h
+++ b/lib/bluetooth-chooser-combo.h
@@ -43,6 +43,12 @@ G_BEGIN_DECLS
 typedef struct _BluetoothChooserComboPrivate BluetoothChooserComboPrivate;
 typedef struct _BluetoothChooserComboClass BluetoothChooserComboClass;
 
+/**
+ * BluetoothChooserCombo:
+ *
+ * The <structname>BluetoothChooserCombo</structname> struct contains
+ * only private fields and should not be directly accessed.
+ */
 typedef struct _BluetoothChooserCombo {
        GtkBox            parent;
        BluetoothChooserComboPrivate *priv;
diff --git a/lib/bluetooth-chooser.h b/lib/bluetooth-chooser.h
index ee9ecd3..c36db2d 100644
--- a/lib/bluetooth-chooser.h
+++ b/lib/bluetooth-chooser.h
@@ -42,6 +42,12 @@ G_BEGIN_DECLS
 #define BLUETOOTH_GET_CHOOSER_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), \
                                BLUETOOTH_TYPE_CHOOSER, BluetoothChooserClass))
 
+/**
+ * BluetoothChooser:
+ *
+ * The <structname>BluetoothChooser</structname> struct contains
+ * only private fields and should not be directly accessed.
+ */
 typedef struct _BluetoothChooser BluetoothChooser;
 typedef struct _BluetoothChooserClass BluetoothChooserClass;
 
diff --git a/lib/bluetooth-client.h b/lib/bluetooth-client.h
index d434bb9..47108e2 100644
--- a/lib/bluetooth-client.h
+++ b/lib/bluetooth-client.h
@@ -42,6 +42,12 @@ G_BEGIN_DECLS
 #define BLUETOOTH_GET_CLIENT_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), \
                                        BLUETOOTH_TYPE_CLIENT, BluetoothClientClass))
 
+/**
+ * BluetoothClient:
+ *
+ * The <structname>BluetoothClient</structname> struct contains
+ * only private fields and should not be directly accessed.
+ */
 typedef struct _BluetoothClient BluetoothClient;
 typedef struct _BluetoothClientClass BluetoothClientClass;
 


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