summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Juyung Seo <seojuyung2@gmail.com>2013-12-04 19:43:26 +0900
committerDaniel Juyung Seo <seojuyung2@gmail.com>2013-12-04 19:45:17 +0900
commit998c543ae26df23d06a5d5389be1d13116eb9038 (patch)
treebe4e381381d0b0da23724d830c1db74f9362f9f0
parentff845b0a7c9bb6de48f5786a6a8a092d8819debf (diff)
downloadefl-998c543ae26df23d06a5d5389be1d13116eb9038.tar.gz
ecore ecore_glib.c: fixed documentation about glib integration always configure option.
--enable-glib-integration-always was changed to --with-glib=always in efl 1.8.
-rw-r--r--src/lib/ecore/ecore_glib.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/ecore/ecore_glib.c b/src/lib/ecore/ecore_glib.c
index 813f998d69..465317d3ad 100644
--- a/src/lib/ecore/ecore_glib.c
+++ b/src/lib/ecore/ecore_glib.c
@@ -314,7 +314,7 @@ _ecore_glib_shutdown(void)
*
* @note This is only available if Ecore was compiled with GLib support.
* @note You don't need to call this function if Ecore was compiled with
- * --enable-glib-integration-always.
+ * --with-glib=always.
*
* @return @c EINA_TRUE on success of @c EINA_FALSE if it failed,
* likely no GLib support in Ecore.
@@ -343,9 +343,9 @@ Eina_Bool _ecore_glib_always_integrate = 1;
/**
* Disable always integrating glib
*
- * If ecore is compiled with --enable-glib-integration-always (to always
- * call ecore_main_loop_glib_integrate() when ecore_init() is called), then
- * calling this before calling ecore_init() will disable the integration.
+ * If ecore is compiled with --with-glib=always (to always call
+ * ecore_main_loop_glib_integrate() when ecore_init() is called), then calling
+ * this before calling ecore_init() will disable the integration.
* This is for apps that explicitly do not want this to happen for whatever
* reasons they may have.
*/