~ubuntu-branches/ubuntu/raring/gnome-panel/raring

« back to all changes in this revision

Viewing changes to applets/wncklet/wncklet.h

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-02-21 08:10:48 UTC
  • mfrom: (1.13.16)
  • Revision ID: package-import@ubuntu.com-20120221081048-8m7s42skdfstgwby
Tags: 1:3.3.90-0ubuntu1
* New upstream release.
* debian/control.in:
  - Bump minimum GTK to 3.3.8 & gdk-pixbuf to 2.25.2
* debian/patches/13_disable_missing_help.patch: Dropped, upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
G_BEGIN_DECLS
36
36
 
37
 
void        wncklet_display_help        (GtkWidget  *widget,
38
 
                                         const char *doc_id,
39
 
                                         const char *link_id,
40
 
                                         const char *icon_name);
41
 
 
42
37
WnckScreen *wncklet_get_screen          (GtkWidget *applet);
43
38
        
44
39
void        wncklet_connect_while_alive (gpointer    object,