~ubuntu-branches/ubuntu/utopic/pcmanfm/utopic

« back to all changes in this revision

Viewing changes to src/ptk/ptk-console-output.h

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Lee (李健秋)
  • Date: 2010-05-23 23:04:11 UTC
  • mfrom: (8.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20100523230411-4ei3g4u14pf5rozb
Tags: 0.9.5-2
* Upload to sid. No new additional bug report since last upload into 
  experimental. (Closes:#506243, #509257, #532973, #502225, #535810, 
  #570114, #581033, #518683)
* debian/control:
  Adjusted depends/recommends for people who doesn't want to have gvfs
  on their system. Without gvfs installed, pcmanfm would still works 
  but lose volume management and trashcan support.
  - Drop depends on gamin, shared-mime-info, desktop-file-utils, dbus, 
    xdg-user-dirs
  - Recommends on lxde-icon-theme | gnome-icon-theme, gvfs-backends,
    gvfs-fuse

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef _PTK_CONSOLE_OUTPUT_H_
2
 
#define _PTK_CONSOLE_OUTPUT_H_
3
 
 
4
 
#include <gtk/gtk.h>
5
 
 
6
 
G_BEGIN_DECLS
7
 
 
8
 
int ptk_console_output_run( GtkWindow* parent_win,
9
 
                            const char* title,
10
 
                            const char* desc,
11
 
                            const char* working_dir, 
12
 
                            int argc, char* argv[] );
13
 
 
14
 
G_END_DECLS
15
 
#endif