~ubuntu-branches/ubuntu/vivid/almanah/vivid-proposed

« back to all changes in this revision

Viewing changes to src/widgets/tag.h

  • Committer: Package Import Robot
  • Author(s): Angel Abad
  • Date: 2013-12-02 13:21:08 UTC
  • mfrom: (10.1.13 sid)
  • Revision ID: package-import@ubuntu.com-20131202132108-sfv3084bowgmzq09
Tags: 0.11.0-1
* Imported Upstream version 0.11.0
* debian/control: Update Homepage field.
* debian/patches/:
  - encrypt_database: Removed, applied upstream
  - spellchecking_error: Removed, applied upstream
  - desktop_keywords: Removed, applied upstream
* Bump Standards-Version to 3.9.5 (no changes).

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
        GtkDrawingAreaClass parent;
43
43
} AlmanahTagClass;
44
44
 
45
 
GType      almanah_tag_get_type  (void) G_GNUC_CONST;
46
 
GtkWidget *almanah_tag_new       (const gchar *tag);
47
 
const gchar *almanah_tag_get_tag (AlmanahTag *tag_widget);
 
45
GType        almanah_tag_get_type (void) G_GNUC_CONST;
 
46
GtkWidget   *almanah_tag_new      (const gchar *tag);
 
47
const gchar *almanah_tag_get_tag  (AlmanahTag *tag_widget);
 
48
void         almanah_tag_remove   (AlmanahTag *tag_widget);
48
49
 
49
50
G_END_DECLS
50
51