~ci-train-bot/ubuntu-app-launch/ubuntu-app-launch-ubuntu-zesty-2576.1

« back to all changes in this revision

Viewing changes to libubuntu-app-launch/ubuntu-app-launch.h

  • Committer: Bileto Bot
  • Author(s): Ted Gould
  • Date: 2017-02-15 15:09:22 UTC
  • mfrom: (287.2.2 remove-log-function)
  • Revision ID: ci-train-bot@canonical.com-20170215150922-y1hcfeghb6lwgt9b
Remove unused log functions

Approved by: Charles Kerr

Show diffs side-by-side

added added

removed removed

Lines of Context:
129
129
gboolean   ubuntu_app_launch_resume_application         (const gchar *                     appid);
130
130
 
131
131
/**
132
 
 * ubuntu_app_launch_application_log_path:
133
 
 * @appid: ID of the application
134
 
 *
135
 
 * Calculates the path for the log file that may be generated by
136
 
 * the application.  The log file won't be created until the application
137
 
 * prints some output.  Also, this doens't work for legacy applications
138
 
 * that are multi-instance, only single instance ones.
139
 
 *
140
 
 * Return value: Path to a log file or NULL if unavailable
141
 
 */
142
 
gchar *    ubuntu_app_launch_application_log_path     (const gchar *                     appid);
143
 
 
144
 
/**
145
132
 * ubuntu_app_launch_application_info:
146
133
 * @appid: ID of the application
147
134
 * @appdir: (allow-none) (transfer full): Directory for the application