Ignore:
Timestamp:
Aug 17, 2008, 12:39:26 PM (15 years ago)
Author:
muks
Message:

Don't show an error when transmission is run twice

Instead, present the main window. This commit also auto-generates
the dbus bindings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/platform.h

    r6498 r6559  
    5757int          tr_lockHave       ( const tr_lock * );
    5858
    59 
    60 enum
    61 {
    62   TR_LOCKFILE_SUCCESS,
    63   TR_LOCKFILE_EOPEN,
    64   TR_LOCKFILE_ELOCK
    65 };
    66 
    67 int          tr_lockfile       ( const char * filename );
     59tr_lockfile_state_t tr_lockfile       ( const char * filename );
    6860
    6961#endif
Note: See TracChangeset for help on using the changeset viewer.