~ubuntu-branches/ubuntu/hardy/gtkpod-aac/hardy

« back to all changes in this revision

Viewing changes to src/context_menus.h

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-07-17 18:25:25 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070717182525-rhl5w4pk8lbk6pna
Tags: 0.99.10-2ubuntu1
* Resynchronise with gtkpod 0.9.10-2.
* Hack in dpatch support, since it was removed.
* Rename debian/patches/03-configure.dpatch to
  debian/patches/aac-configure.dpatch.
* Update debian/gtkpod-aac.diff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
23
23
|  This product is not supported/written/published by Apple!
24
24
|
25
 
|  $Id: context_menus.h,v 1.5 2004/01/17 09:37:48 jcsjcs Exp $
 
25
|  $Id: context_menus.h 1036 2007-04-15 13:27:42Z jcsjcs $
26
26
*/
27
27
#ifndef CONTEXT_MENUS_H
28
28
#define CONTEXT_MENUS_H
32
32
void tm_context_menu_init(void);
33
33
void st_context_menu_init(gint inst);
34
34
void pm_context_menu_init(void);
 
35
void cad_context_menu_init(void);
35
36
 
36
37
#endif