X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgdesktopappinfo.h;h=7e09a76a26355bfcd474a3d6d5ad7bcc6490e1d7;hb=25990eb2b6da94e1d03631eab8a952ef84cb9986;hp=dbf31db8f65b4c66eff1d8b33e5b0bc1ee9c72aa;hpb=3d32d5359aefc0c287265c85278a31c7e2ea9b3d;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gdesktopappinfo.h b/gio/gdesktopappinfo.h index dbf31db..7e09a76 100644 --- a/gio/gdesktopappinfo.h +++ b/gio/gdesktopappinfo.h @@ -13,9 +13,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General - * Public License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place, Suite 330, - * Boston, MA 02111-1307, USA. + * Public License along with this library; if not, see . * * Author: Alexander Larsson */ @@ -73,7 +71,7 @@ GDesktopAppInfo *g_desktop_app_info_new (const char *desktop_ GLIB_AVAILABLE_IN_ALL gboolean g_desktop_app_info_get_is_hidden (GDesktopAppInfo *info); -GLIB_AVAILABLE_IN_ALL +GLIB_DEPRECATED_IN_2_42 void g_desktop_app_info_set_desktop_env (const char *desktop_env); GLIB_AVAILABLE_IN_2_36 @@ -109,7 +107,7 @@ gchar * g_desktop_app_info_get_action_name (GDeskto * G_DESKTOP_APP_INFO_LOOKUP_EXTENSION_POINT_NAME: * * Extension point for default handler to URI association. See - * Extending GIO. + * [Extending GIO][extending-gio]. */ #define G_DESKTOP_APP_INFO_LOOKUP_EXTENSION_POINT_NAME "gio-desktop-app-info-lookup" @@ -167,6 +165,9 @@ gboolean g_desktop_app_info_launch_uris_as_manager (GDesktopAppInfo GLIB_AVAILABLE_IN_2_40 gchar *** g_desktop_app_info_search (const gchar *search_string); +GLIB_AVAILABLE_IN_2_42 +GList *g_desktop_app_info_get_implementations (const gchar *interface); + G_END_DECLS #endif /* __G_DESKTOP_APP_INFO_H__ */