gio/: fully remove gioalias hacks
[platform/upstream/glib.git] / gio / gsettings.c
index a0eb7c2..3c7b4fc 100644 (file)
@@ -37,7 +37,6 @@
 
 #include <string.h>
 
-#include "gioalias.h"
 
 #include "strinfo.c"
 
@@ -1964,8 +1963,8 @@ g_settings_delay (GSettings *settings)
  *
  * Applies any changes that have been made to the settings.  This
  * function does nothing unless @settings is in 'delay-apply' mode;
- * see g_settings_set_delay_apply().  In the normal case settings are
- * always applied immediately.
+ * see g_settings_delay().  In the normal case settings are always
+ * applied immediately.
  **/
 void
 g_settings_apply (GSettings *settings)
@@ -1985,8 +1984,8 @@ g_settings_apply (GSettings *settings)
  *
  * Reverts all non-applied changes to the settings.  This function
  * does nothing unless @settings is in 'delay-apply' mode; see
- * g_settings_set_delay_apply().  In the normal case settings are
- * always applied immediately.
+ * g_settings_delay().  In the normal case settings are always applied
+ * immediately.
  *
  * Change notifications will be emitted for affected keys.
  **/
@@ -2650,7 +2649,5 @@ g_settings_unbind (gpointer     object,
 }
 
 /* Epilogue {{{1 */
-#define __G_SETTINGS_C__
-#include "gioaliasdef.c"
 
 /* vim:set foldmethod=marker: */