Search
lxdream.org :: lxdream/src/gtkui/gtkui.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gtkui/gtkui.h
changeset 630:50addb748df5
prev618:3ade50e8603c
next669:ab344e42bca9
author nkeynes
date Fri Mar 28 12:32:25 2008 +0000 (16 years ago)
permissions -rw-r--r--
last change Merge lxdream-render branch (643:670) to trunk
file annotate diff log raw
1.1 --- a/src/gtkui/gtkui.h Wed Jan 30 02:39:57 2008 +0000
1.2 +++ b/src/gtkui/gtkui.h Fri Mar 28 12:32:25 2008 +0000
1.3 @@ -101,6 +101,13 @@
1.4 guint gdk_keycode_to_modifier( GdkDisplay *display, guint keycode );
1.5
1.6 /**
1.7 + * Return an absolute path for the given input path, as a newly allocated
1.8 + * string. If the input path is already absolute, the returned string will
1.9 + * be identical to the input string.
1.10 + */
1.11 +gchar *get_absolute_path( const gchar *path );
1.12 +
1.13 +/**
1.14 * Construct a new pixbuf that takes ownership of the frame buffer
1.15 */
1.16 GdkPixbuf *gdk_pixbuf_new_from_frame_buffer( frame_buffer_t buffer );
.