~ubuntu-branches/debian/squeeze/gnome-main-menu/squeeze

« back to all changes in this revision

Viewing changes to libslab/bookmark-agent.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2009-05-07 17:08:50 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090507170850-2cpq07j27tedp3fp
Tags: 0.9.12-2~squeeze1
* Rebuild for squeeze against NM 0.7.
* Upload coordinated with the release team.

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
void           bookmark_agent_remove_item   (BookmarkAgent *this, const gchar *uri);
81
81
void           bookmark_agent_reorder_items (BookmarkAgent *this, const gchar **uris);
82
82
 
 
83
void bookmark_agent_update_from_bookmark_file (BookmarkAgent *this, GBookmarkFile *store);
 
84
 
83
85
void           bookmark_item_free           (BookmarkItem *item);
84
86
 
85
87
G_END_DECLS