diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-10-03 14:16:51 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2005-10-03 14:16:51 +0800 |
commit | 7a102381acf224110cfe32fcc0905a103268abde (patch) | |
tree | 3797369272088bdacc8706e1abff2eca92e1bdfe /calendar/gui/misc.h | |
parent | 263e728c125f4312867084d9b85b41caabec6a4f (diff) | |
download | gsoc2013-evolution-7a102381acf224110cfe32fcc0905a103268abde.tar gsoc2013-evolution-7a102381acf224110cfe32fcc0905a103268abde.tar.gz gsoc2013-evolution-7a102381acf224110cfe32fcc0905a103268abde.tar.bz2 gsoc2013-evolution-7a102381acf224110cfe32fcc0905a103268abde.tar.lz gsoc2013-evolution-7a102381acf224110cfe32fcc0905a103268abde.tar.xz gsoc2013-evolution-7a102381acf224110cfe32fcc0905a103268abde.tar.zst gsoc2013-evolution-7a102381acf224110cfe32fcc0905a103268abde.zip |
fixes #264449.
svn path=/trunk/; revision=30467
Diffstat (limited to 'calendar/gui/misc.h')
-rw-r--r-- | calendar/gui/misc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/misc.h b/calendar/gui/misc.h index d32739f9f5..7f89788f2c 100644 --- a/calendar/gui/misc.h +++ b/calendar/gui/misc.h @@ -26,5 +26,6 @@ gboolean string_is_empty (const char *value); char *get_uri_without_password (const char *uri); +gint get_position_in_array (GPtrArray *objects, gpointer item); #endif |