~ubuntu-branches/ubuntu/trusty/clutter-gtk/trusty-proposed

« back to all changes in this revision

Viewing changes to clutter-gtk/gtk-clutter-embed.h

  • Committer: Package Import Robot
  • Author(s): Michael Biebl, Laurent Bigonville, Michael Biebl
  • Date: 2013-08-27 18:23:21 UTC
  • mfrom: (6.1.10 experimental)
  • Revision ID: package-import@ubuntu.com-20130827182321-gkcwqu6cqrqike7a
Tags: 1.4.4-3
[ Laurent Bigonville ]
* debian/rules: Use DEB_LDFLAGS_MAINT_APPEND instead of LDFLAGS to not
  override hardening flags
* debian/control.in:
  - Use canonical URL's for the Vcs-* fields
  - Bump Standards-Version to 3.9.4 (no further changes)

[ Michael Biebl ]
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
 
86
86
GtkWidget *   gtk_clutter_embed_new       (void);
87
87
ClutterActor *gtk_clutter_embed_get_stage (GtkClutterEmbed *embed);
 
88
void          gtk_clutter_embed_set_use_layout_size (GtkClutterEmbed *embed,
 
89
                                                     gboolean use_layout_size);
 
90
gboolean      gtk_clutter_embed_get_use_layout_size (GtkClutterEmbed *embed);
88
91
 
89
92
G_END_DECLS
90
93