mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-09 10:44:04 +02:00
More doc tweaks
svn path=/trunk/; revision=7167
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2008-07-06 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gappinfo.c: More doc tweaks
|
||||||
|
|
||||||
2008-07-05 Matthias Clasen <mclasen@redhat.com>
|
2008-07-05 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gappinfo.c: Clarify some docs
|
* gappinfo.c: Clarify some docs
|
||||||
|
@@ -392,10 +392,10 @@ g_app_info_get_icon (GAppInfo *appinfo)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* g_app_info_launch:
|
* g_app_info_launch:
|
||||||
* @appinfo: a #GAppInfo.
|
* @appinfo: a #GAppInfo
|
||||||
* @files: a #GList of #GFile objects.
|
* @files: a #GList of #GFile objects
|
||||||
* @launch_context: a #GAppLaunchContext.
|
* @launch_context: a #GAppLaunchContext or %NULL
|
||||||
* @error: a #GError.
|
* @error: a #GError
|
||||||
*
|
*
|
||||||
* Launches the application. Passes @files to the launched application
|
* Launches the application. Passes @files to the launched application
|
||||||
* as arguments, using the optional @launch_context to get information
|
* as arguments, using the optional @launch_context to get information
|
||||||
@@ -475,10 +475,10 @@ g_app_info_supports_files (GAppInfo *appinfo)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* g_app_info_launch_uris:
|
* g_app_info_launch_uris:
|
||||||
* @appinfo: a #GAppInfo.
|
* @appinfo: a #GAppInfo
|
||||||
* @uris: a #GList containing URIs to launch.
|
* @uris: a #GList containing URIs to launch.
|
||||||
* @launch_context: a #GAppLaunchContext.
|
* @launch_context: a #GAppLaunchContext or %NULL
|
||||||
* @error: a #GError.
|
* @error: a #GError
|
||||||
*
|
*
|
||||||
* Launches the application. Passes @uris to the launched application
|
* Launches the application. Passes @uris to the launched application
|
||||||
* as arguments, using the optional @launch_context to get information
|
* as arguments, using the optional @launch_context to get information
|
||||||
@@ -602,9 +602,9 @@ g_app_launch_context_init (GAppLaunchContext *launch_context)
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* g_app_launch_context_get_display:
|
* g_app_launch_context_get_display:
|
||||||
* @context: a #GAppLaunchContext.
|
* @context: a #GAppLaunchContext
|
||||||
* @info: a #GAppInfo.
|
* @info: a #GAppInfo
|
||||||
* @files: a #GList of @GFile<!-- -->s.
|
* @files: a #GList of #GFile objects
|
||||||
*
|
*
|
||||||
* Gets the display string for the display. This is used to ensure new
|
* Gets the display string for the display. This is used to ensure new
|
||||||
* applications are started on the same display as the launching
|
* applications are started on the same display as the launching
|
||||||
@@ -632,9 +632,9 @@ g_app_launch_context_get_display (GAppLaunchContext *context,
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* g_app_launch_context_get_startup_notify_id:
|
* g_app_launch_context_get_startup_notify_id:
|
||||||
* @context: a #GAppLaunchContext.
|
* @context: a #GAppLaunchContext
|
||||||
* @info: a #GAppInfo.
|
* @info: a #GAppInfo
|
||||||
* @files: a #GList of files.
|
* @files: a #GList of of #GFile objects
|
||||||
*
|
*
|
||||||
* Initiates startup notification for the application and returns the
|
* Initiates startup notification for the application and returns the
|
||||||
* DESKTOP_STARTUP_ID for the launched operation, if supported.
|
* DESKTOP_STARTUP_ID for the launched operation, if supported.
|
||||||
|
Reference in New Issue
Block a user