~ubuntu-branches/ubuntu/trusty/goocanvas/trusty-proposed

« back to all changes in this revision

Viewing changes to src/goocanvasprivate.h

  • Committer: Bazaar Package Importer
  • Author(s): Jose Carlos Garcia Sogo
  • Date: 2007-05-14 22:49:11 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070514224911-vyv39khpicv46oe2
Tags: 0.8-2
Link gtk-doc to /usr/share/doc/libgoocanvas-dev (Closes: #423410)

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
cairo_surface_t* goo_canvas_cairo_surface_from_pixbuf (GdkPixbuf *pixbuf);
32
32
 
33
33
 
 
34
gboolean goo_canvas_boolean_handled_accumulator (GSignalInvocationHint *ihint,
 
35
                                                 GValue                *return_accu,
 
36
                                                 const GValue          *handler_return,
 
37
                                                 gpointer               dummy);
 
38
 
 
39
 
34
40
G_END_DECLS
35
41
 
36
42
#endif /* __GOO_CANVAS_PRIVATE_H__ */