~ubuntu-branches/ubuntu/wily/gnome-online-accounts/wily

« back to all changes in this revision

Viewing changes to src/goabackend/nautilus-floating-bar.h

  • Committer: Package Import Robot
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2014-04-26 11:30:35 UTC
  • mfrom: (1.2.5) (2.1.13 experimental)
  • Revision ID: package-import@ubuntu.com-20140426113035-m9oxbp0uit7f4xte
Tags: 3.12.1-1
* New upstream release.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 * Library General Public License for more details.
16
16
 *
17
17
 * You should have received a copy of the GNU Library General Public
18
 
 * License along with this library; if not, write to the
19
 
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20
 
 * Boston, MA 02111-1307, USA.
 
18
 * License along with this library; if not, see <http://www.gnu.org/licenses/>.
21
19
 *
22
20
 * Authors: Cosimo Cecchi <cosimoc@redhat.com>
23
21
 *
67
65
                                                    gboolean show_spinner);
68
66
 
69
67
void        nautilus_floating_bar_add_action       (NautilusFloatingBar *self,
70
 
                                                    const gchar *stock_id,
 
68
                                                    const gchar *icon_name,
71
69
                                                    gint action_id);
72
70
void        nautilus_floating_bar_cleanup_actions  (NautilusFloatingBar *self);
73
71