~ubuntu-branches/ubuntu/hardy/transmission/hardy-updates

« back to all changes in this revision

Viewing changes to gtk/actions.h

  • Committer: Bazaar Package Importer
  • Author(s): Philipp Benner
  • Date: 2008-01-05 09:16:52 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20080105091652-8cf0z4rb3pu8d6jt
Tags: upstream-1.00
ImportĀ upstreamĀ versionĀ 1.00

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * This file Copyright (C) 2007 Charles Kerr <charles@rebelbase.com>
 
2
 * This file Copyright (C) 2007-2008 Charles Kerr <charles@rebelbase.com>
3
3
 *
4
4
 * This file is licensed by the GPL version 2.  Works owned by the
5
5
 * Transmission project are granted a special exemption to clause 2(b)
7
7
 * This exemption does not extend to derived works not owned by
8
8
 * the Transmission project.
9
9
 * 
10
 
 * $Id: actions.h 2849 2007-08-18 17:27:28Z charles $
 
10
 * $Id: actions.h 4404 2008-01-01 17:20:20Z charles $
11
11
 */
12
12
 
13
13
#ifndef TR_ACTIONS_H
14
14
#define TR_ACTIONS_H
15
15
 
16
16
#include <gtk/gtk.h>
 
17
#include "tr_core.h"
17
18
 
18
19
void actions_init ( GtkUIManager * ui_manager, gpointer callback_user_data );
19
20
 
 
21
void actions_set_core( TrCore * core );
 
22
 
20
23
void action_activate ( const char * name );
21
24
 
22
25
void action_sensitize ( const char * name, gboolean b );