diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-04-25 18:18:32 +0800 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2009-04-25 18:18:32 +0800 |
commit | eac81f02042f39ecee05306dd03b111dbd0fed02 (patch) | |
tree | b2aef8f937463d835eaa78b7dfa47e03f33b64f0 /libempathy/empathy-tp-file.c | |
parent | 00c7851771b8d2aeb3852004ae7c4939c6d9bd32 (diff) | |
download | gsoc2013-empathy-eac81f02042f39ecee05306dd03b111dbd0fed02.tar gsoc2013-empathy-eac81f02042f39ecee05306dd03b111dbd0fed02.tar.gz gsoc2013-empathy-eac81f02042f39ecee05306dd03b111dbd0fed02.tar.bz2 gsoc2013-empathy-eac81f02042f39ecee05306dd03b111dbd0fed02.tar.lz gsoc2013-empathy-eac81f02042f39ecee05306dd03b111dbd0fed02.tar.xz gsoc2013-empathy-eac81f02042f39ecee05306dd03b111dbd0fed02.tar.zst gsoc2013-empathy-eac81f02042f39ecee05306dd03b111dbd0fed02.zip |
Reference empathy_tp_file_is_ready in the "ready" property.
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'libempathy/empathy-tp-file.c')
-rw-r--r-- | libempathy/empathy-tp-file.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-file.c b/libempathy/empathy-tp-file.c index 6393619cc..079390c37 100644 --- a/libempathy/empathy-tp-file.c +++ b/libempathy/empathy-tp-file.c @@ -1240,7 +1240,8 @@ empathy_tp_file_class_init (EmpathyTpFileClass *klass) /** * EmpathyTpFile:ready: * - * Whether the #EmpathyTpFile is ready to use. + * Whether the #EmpathyTpFile is ready to use. This property returns + * the same as empathy_tp_file_is_ready(). */ g_object_class_install_property (object_class, PROP_READY, |