~ubuntu-branches/ubuntu/trusty/anjuta/trusty

« back to all changes in this revision

Viewing changes to plugins/git/git-branches-pane.h

  • Committer: Package Import Robot
  • Author(s): Steve Ovens
  • Date: 2014-01-03 21:06:06 UTC
  • mfrom: (1.1.55)
  • Revision ID: package-import@ubuntu.com-20140103210606-pmvzhu0s68qy6261
Tags: 2:3.10.2-0ubuntu1
* New upstream release (LP: #1266037)
- Updated Build-Depends of libgtk-3-dev (>= 3.6.0),
  libglib2.0-dev (>= 2.34.0)

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include <glib-object.h>
24
24
#include "git-pane.h"
 
25
#include "git-branch-checkout-command.h"
25
26
 
26
27
G_BEGIN_DECLS
27
28
 
53
54
GList *git_branches_pane_get_selected_remote_branches (GitBranchesPane *self);
54
55
gsize git_branches_pane_count_selected_items (GitBranchesPane *self);
55
56
gchar *git_branches_pane_get_selected_branch (GitBranchesPane *self);
 
57
gboolean git_branches_pane_is_selected_branch_remote (GitBranchesPane *self);
56
58
void git_branches_pane_set_select_column_visible (GitBranchesPane *self, 
57
59
                                                  gboolean visible);
58
60