summaryrefslogtreecommitdiff
path: root/finch/gntdebug.h
diff options
context:
space:
mode:
authorAnkit Vani <a@nevitus.org>2014-02-02 03:49:08 +0530
committerAnkit Vani <a@nevitus.org>2014-02-02 03:49:08 +0530
commitee7584efa4b3038a5c699321ac1b9084736e3f8a (patch)
tree01a46d2415af691dfdf8313ae8f4b67d0463fc80 /finch/gntdebug.h
parente3c9e136eea4aac45fcefb40e954a1cc5a07061b (diff)
downloadpidgin-ee7584efa4b3038a5c699321ac1b9084736e3f8a.tar.gz
Convert docs from doxygen to gtk-doc format for finch
Diffstat (limited to 'finch/gntdebug.h')
-rw-r--r--finch/gntdebug.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/finch/gntdebug.h b/finch/gntdebug.h
index 7d7790bdb6..2797f682b5 100644
--- a/finch/gntdebug.h
+++ b/finch/gntdebug.h
@@ -34,6 +34,8 @@
/*@{*/
/**
+ * finch_debug_get_ui_ops:
+ *
* Get the ui-functions.
*
* Returns: The PurpleDebugUiOps structure populated with the appropriate functions.
@@ -41,16 +43,22 @@
PurpleDebugUiOps *finch_debug_get_ui_ops(void);
/**
+ * finch_debug_init:
+ *
* Perform necessary initializations.
*/
void finch_debug_init(void);
/**
+ * finch_debug_uninit:
+ *
* Perform necessary uninitializations.
*/
void finch_debug_uninit(void);
/**
+ * finch_debug_window_show:
+ *
* Show the debug window.
*/
void finch_debug_window_show(void);