diff options
author | Sebastian Dransfeld <sebastian.dransfeld@sintef.no> | 2013-06-20 10:58:53 +0200 |
---|---|---|
committer | Sebastian Dransfeld <sebastian.dransfeld@sintef.no> | 2013-06-20 11:56:46 +0200 |
commit | 5eaaae420ee3848b135166bf271bed6dee8f38c6 (patch) | |
tree | 0fff975908f97cf385850c2c8dff92d62cab6be1 /src/lib/efreet | |
parent | f0ff83c3f5302eb38df1c66dc036accb616d7ce9 (diff) |
efreet: doc fixes
Diffstat (limited to 'src/lib/efreet')
-rw-r--r-- | src/lib/efreet/efreet_menu.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/efreet/efreet_menu.h b/src/lib/efreet/efreet_menu.h index afefa4cb75..19c3e10211 100644 --- a/src/lib/efreet/efreet_menu.h +++ b/src/lib/efreet/efreet_menu.h | |||
@@ -70,7 +70,7 @@ EAPI Efreet_Menu *efreet_menu_new(const char *name); | |||
70 | EAPI void efreet_menu_file_set(const char *file); | 70 | EAPI void efreet_menu_file_set(const char *file); |
71 | 71 | ||
72 | /** | 72 | /** |
73 | * @return Returns the Efreet_Menu_Internal representation of the default menu or | 73 | * @return Returns the Efreet_Menu representation of the default menu or |
74 | * NULL if none found | 74 | * NULL if none found |
75 | * @brief Creates the default menu representation | 75 | * @brief Creates the default menu representation |
76 | */ | 76 | */ |
@@ -78,7 +78,7 @@ EAPI Efreet_Menu *efreet_menu_get(void); | |||
78 | 78 | ||
79 | /** | 79 | /** |
80 | * @param path The path of the menu to load | 80 | * @param path The path of the menu to load |
81 | * @return Returns the Efreet_Menu_Internal representation on success or NULL on | 81 | * @return Returns the Efreet_Menu representation on success or NULL on |
82 | * failure | 82 | * failure |
83 | * @brief Parses the given .menu file and creates the menu representation | 83 | * @brief Parses the given .menu file and creates the menu representation |
84 | */ | 84 | */ |