~ubuntu-branches/ubuntu/raring/gedit-plugins/raring-proposed

« back to all changes in this revision

Viewing changes to plugins/bookmarks/messages/messages.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2011-07-22 20:45:45 UTC
  • mfrom: (1.1.26 upstream)
  • mto: (7.3.1 sid) (1.4.8)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: james.westby@ubuntu.com-20110722204545-15t6eui58z5tdb6l
Tags: upstream-3.0.5
ImportĀ upstreamĀ versionĀ 3.0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __GEDIT_BOOKMARKS_MESSAGES_MESSAGES_H__
 
2
#define __GEDIT_BOOKMARKS_MESSAGES_MESSAGES_H__
 
3
 
 
4
#include "gedit-bookmarks-message-add.h"
 
5
#include "gedit-bookmarks-message-goto-next.h"
 
6
#include "gedit-bookmarks-message-goto-previous.h"
 
7
#include "gedit-bookmarks-message-remove.h"
 
8
#include "gedit-bookmarks-message-toggle.h"
 
9
 
 
10
#endif /* __GEDIT_BOOKMARKS_MESSAGES_MESSAGES_H__ */