efreet: @since
authorSebastian Dransfeld <sebastian.dransfeld@sintef.no>
Thu, 20 Jun 2013 09:57:23 +0000 (11:57 +0200)
committerSebastian Dransfeld <sebastian.dransfeld@sintef.no>
Thu, 20 Jun 2013 09:57:23 +0000 (11:57 +0200)
src/lib/efreet/efreet_menu.h

index a9f6b30..f4b999c 100644 (file)
@@ -79,6 +79,8 @@ EAPI void             efreet_menu_file_set(const char *file);
  * Creates the Efreet_Menu representation of the default menu or
  * NULL if none found and returns it in the callback.
  * @param func function to call when menu is created
+ *
+ * @since 1.8
  */
 EAPI void             efreet_menu_async_get(Efreet_Menu_Cb func);
 
@@ -94,6 +96,8 @@ EAPI Efreet_Menu     *efreet_menu_get(void);
  * returns it in the callback
  * @param path The path of the menu to load
  * @param func function to call when menu is created
+ *
+ * @since 1.8
  */
 EAPI void             efreet_menu_async_parse(const char *path, Efreet_Menu_Cb func);