Don't use G_DISABLE_DEPRECATED guards around deprecated functions

I'm leaving the old-style deprecation guards in place around
deprecated macros, enumeration values, etc, for now.
This commit is contained in:
Matthias Clasen
2011-11-03 00:04:15 -04:00
parent f9c2362e43
commit 03766a1a38
15 changed files with 8 additions and 41 deletions

View File

@@ -155,13 +155,11 @@ gint g_mkdir_with_parents (const gchar *pathname,
gboolean g_path_is_absolute (const gchar *file_name);
const gchar *g_path_skip_root (const gchar *file_name);
#ifndef G_DISABLE_DEPRECATED
GLIB_DEPRECATED_FOR(g_path_get_basename)
const gchar *g_basename (const gchar *file_name);
#ifndef G_DISABLE_DEPRECATED
#define g_dirname g_path_get_dirname
#endif /* G_DISABLE_DEPRECATED */
#endif
#ifndef __GTK_DOC_IGNORE__
#ifdef G_OS_WIN32