aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimo.cecchi@collabora.co.uk>2009-05-16 19:17:16 +0800
committerCosimo Cecchi <cosimoc@gnome.org>2009-06-01 23:53:19 +0800
commita1a7696a9b0c783a10d5a06e32f7e987b9201905 (patch)
treee3b44bac92257ef18c4659a0c43419c459826c8a /src
parent5756b9d02b60f1421abbca71624fc82ef469227a (diff)
downloadgsoc2013-empathy-a1a7696a9b0c783a10d5a06e32f7e987b9201905.tar
gsoc2013-empathy-a1a7696a9b0c783a10d5a06e32f7e987b9201905.tar.gz
gsoc2013-empathy-a1a7696a9b0c783a10d5a06e32f7e987b9201905.tar.bz2
gsoc2013-empathy-a1a7696a9b0c783a10d5a06e32f7e987b9201905.tar.lz
gsoc2013-empathy-a1a7696a9b0c783a10d5a06e32f7e987b9201905.tar.xz
gsoc2013-empathy-a1a7696a9b0c783a10d5a06e32f7e987b9201905.tar.zst
gsoc2013-empathy-a1a7696a9b0c783a10d5a06e32f7e987b9201905.zip
Remove useless gtk-doc annotations
gtk-doc annotations are useless for files outside of libempathy*
Diffstat (limited to 'src')
-rw-r--r--src/empathy-ft-manager.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/empathy-ft-manager.c b/src/empathy-ft-manager.c
index c88dc8571..8d10b7d2c 100644
--- a/src/empathy-ft-manager.c
+++ b/src/empathy-ft-manager.c
@@ -46,18 +46,6 @@
#include "empathy-ft-manager.h"
-
-/**
- * SECTION:empathy-ft-manager
- * @short_description: File transfer dialog
- * @see_also: #EmpathyTpFile, empathy_dispatcher_send_file()
- * @include: libempthy-gtk/empathy-ft-manager.h
- *
- * The #EmpathyFTManager object represents the file transfer dialog,
- * it can show multiple file transfers at the same time (added
- * with empathy_ft_manager_add_tp_file()).
- */
-
enum
{
COL_PERCENT,
@@ -67,11 +55,6 @@ enum
COL_FT_OBJECT
};
-/**
- * EmpathyFTManagerPriv:
- *
- * Private fields of the #EmpathyFTManager class.
- */
typedef struct {
GtkTreeModel *model;
GHashTable *ft_handler_to_row_ref;