[glib/glib-2-22] [docs] Fix 'Deprecated' tag on some win32 functions



commit 41b39280692c70ee2aaae73377f07fff35f1ea5e
Author: Javier Jardón <jjardon gnome org>
Date:   Mon Dec 28 02:04:01 2009 +0100

    [docs] Fix 'Deprecated' tag on some win32 functions
    
    Fix g_win32_get_package_installation_directory() and
    g_win32_get_package_installation_subdirectory_utf8()
    (cherry picked from commit 73ca6f70199353c22bf2d6aa99d5cd1eaea76702)

 glib/gwin32.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/glib/gwin32.c b/glib/gwin32.c
index c2ced69..1440327 100644
--- a/glib/gwin32.c
+++ b/glib/gwin32.c
@@ -372,7 +372,7 @@ get_package_directory_from_module (const gchar *module_name)
  * i.e. UTF-8. The return value should be freed with g_free() when not
  * needed any longer. If the function fails %NULL is returned.
  *
- * @Deprecated:2.18: Pass the HMODULE of a DLL or EXE to
+ * Deprecated: 2.18: Pass the HMODULE of a DLL or EXE to
  * g_win32_get_package_installation_directory_of_module() instead.
  **/
 
@@ -450,7 +450,7 @@ g_win32_get_package_installation_directory (const gchar *package,
  * freed with g_free() when no longer needed. If something goes wrong,
  * %NULL is returned.
  *
- * @Deprecated:2.18: Pass the HMODULE of a DLL or EXE to
+ * Deprecated: 2.18: Pass the HMODULE of a DLL or EXE to
  * g_win32_get_package_installation_directory_of_module() instead, and
  * then construct a subdirectory pathname with g_build_filename().
  **/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]