elm elm_widget.c: Added more internal function description.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Tue, 20 Nov 2012 09:59:21 +0000 (09:59 +0000)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Tue, 20 Nov 2012 09:59:21 +0000 (09:59 +0000)
SVN revision: 79466

src/lib/elm_widget.c

index aabc1a6..4d5440a 100644 (file)
@@ -743,6 +743,14 @@ _elm_widget_smart_set(Elm_Widget_Smart_Class *api)
 }
 
 // internal funcs
+/**
+ * @internal
+ * Check if the widget has its own focus next function.
+ *
+ * @param obj The widget.
+ * @return focus next function is implemented/unimplemented.
+ * (@c EINA_TRUE = implemented/@c EINA_FALSE = unimplemented.)
+ */
 static inline Eina_Bool
 _elm_widget_focus_chain_manager_is(const Evas_Object *obj)
 {