summaryrefslogtreecommitdiff
path: root/gio/gdesktopappinfo.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-10-08 23:49:04 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-10-08 23:49:04 -0400
commitff2dafb20999d0b00ee599f998ef00ea514e4482 (patch)
tree4f5ac3a97bc5966d1fe0b9a4eeb1bf199247e232 /gio/gdesktopappinfo.h
parent93b3f6477e1670536d9d208e1d51d682a81d3d65 (diff)
downloadglib-ff2dafb20999d0b00ee599f998ef00ea514e4482.tar.gz
Add G_GNUC_DEPRECATED to deprecated functions in gio
Diffstat (limited to 'gio/gdesktopappinfo.h')
-rw-r--r--gio/gdesktopappinfo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gio/gdesktopappinfo.h b/gio/gdesktopappinfo.h
index 9e45a254b..21c4efe15 100644
--- a/gio/gdesktopappinfo.h
+++ b/gio/gdesktopappinfo.h
@@ -99,6 +99,8 @@ GType g_desktop_app_info_lookup_get_type (void) G_GNUC_CON
GAppInfo *g_desktop_app_info_lookup_get_default_for_uri_scheme (GDesktopAppInfoLookup *lookup,
const char *uri_scheme);
+#endif /* G_DISABLE_DEPRECATED */
+
/**
* GDesktopAppLaunchCallback:
* @appinfo: a #GDesktopAppInfo
@@ -123,7 +125,6 @@ gboolean g_desktop_app_info_launch_uris_as_manager (GDesktopAppInfo
gpointer pid_callback_data,
GError **error);
-#endif /* G_DISABLE_DEPRECATED */
G_END_DECLS