Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

libgio-2.0(3) [opensolaris man page]

libgio-2.0(3)							C Library Functions						     libgio-2.0(3)

NAME
libgio-2.0 - GLib Object System DESCRIPTION
GIO provides a modern, easy-to-use virtual file system (VFS) API. GIO provides facilities for file monitoring, asynchronous I/O and file- name completion. GIO provides implementation for local use. Implementions for various network file systems are provided by gvfs as load- able modules. To access the API documentation, you must install the developer version of the package. FILES
The following files are used by this application: /usr/lib/libgio-2.0.so GLib I/O shared library /usr/share/gtk-doc/html/gio Location of developer documentation ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-base-libs SUNWg- | | |nome-base-libs-64 | +-----------------------------+-----------------------------+ |Interface stability |Volatile | +-----------------------------+-----------------------------+ SEE ALSO
glib-genmarshal(1), glib-gettextize(1), glib-mkenums(1), gobject-query(1) libglib-2.0(3), libgobject-2.0(3), libgiomm-2.4(3), attributes(5), gnome-interfaces(5) NOTES
Written by Brian Cameron, Sun Microsystems Inc., 2008. SunOS 5.11 14 May 2008 libgio-2.0(3)

Check Out this Related Man Page

libglib-2.0.3(3)                                         Introduction to Library Functions                                        libglib-2.0.3(3)

NAME
libglib-2.0, libgmodule-2.0, libgthread-2.0 - general purpose utility library, GLib support for dynamic plug-ins, GLib support for thread abstraction DESCRIPTION
GLib is a general-purpose utility library, which provides many useful data types, macros, type conversions, string utilities, a main loop abstraction, and so on. libgmodule-2.0 provides a portable method of dynamically loading plug-ins or shared object modules. libgthread-2.0 provides a thread abstraction which includes threads, different mutex methods, conditions, and thread private data. It also provides different useful patterns such as thread pools. To access the API documentation, you must install the developer version of the package. FILES
The following files are used by this application: /usr/lib/libglib-2.0.so GNOME general purpose shared library /usr/lib/libgmodule-2.0.GLib dynamic plug-in shared library /usr/lib/libgthread-2.0.GLib thread abstraction shared library /usr/share/gtk-doc/html Location of developer documentation ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-base-libs SUNWg- | | |nome-base-libs-64 | +-----------------------------+-----------------------------+ |Interface stability |External | +-----------------------------+-----------------------------+ SEE ALSO
glib-genmarshal(1), libgobject-2.0(3), glib-gettextize(3), glib-mkenums(3) NOTES
Written by Brian Cameron, Sun Microsystems Inc., 2003, 2004. SunOS 5.10 31 Aug 2004 libglib-2.0.3(3)
Man Page

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

glib and gaim

i'm trying to install gaim from source on suse linux. it has some problems finding the right version of glib during the configure script. the error looks like this: checking for glib-config... /usr/local/bin/glib-config checking for GLIB - version >= 1.2.0... *** 'glib-config --version'... (1 Reply)
Discussion started by: nydel
1 Replies

2. UNIX for Dummies Questions & Answers

easy question : how to install this file

hi, i want to add the gtk libraries into my Sun Solaris 8. So i got this file from http://www.sunfreeware.com/. glib-1.2.10-sol8-sparc-local.gz After i gzip -d it, i got the file below. glib-1.2.10-sol8-sparc-local then, what should i do ? how to continue? pls help me. thank... (1 Reply)
Discussion started by: champion
1 Replies

3. SuSE

Errors while trying to install software on SuSE 9.2 Pro

First off I try to install XTheater on SuSE 9.2 Pro I run the ./configure command and this is what I get chris@linux:~/Desktop/Xtheater-0.9.2> ./configure loading cache ./config.cache checking for a BSD compatible install... (cached) /usr/bin/install -c checking whether build environment is... (25 Replies)
Discussion started by: CTroxtell21
25 Replies

4. Solaris

GLib 2.14.1

Hi, I have downloaded the glib 2.14.1 package from sunfreeware.com and installed it with pkgadd. However, glib-config --version shows the old version which is 1.2.10. I tried using crle but it just blew stuff up. I also tried glib-config --prefix=/usr/local but it doesn't seem to stick. I need... (2 Replies)
Discussion started by: cshore
2 Replies

5. Linux

glib-devel-2

Hi I want to install glib-devel-2.xx on suse 9 linux. I downloaded from below site, Index of /pub/gnome/sources/glib/2.24 and installed using normal configure,make,make install. Am I correct or something else is required? Thanks. (4 Replies)
Discussion started by: upengan78
4 Replies

6. UNIX for Advanced & Expert Users

Problem compiling glib using static zlib

Hello I have been trying to compile glib 2.28 with needs Zlib. During the compilation process I received these messages Then giving a look at the configure of Zlib, there was an option to static link it and I obviously used it. So I think I can solve it by compiling a shared zlib, or by... (4 Replies)
Discussion started by: colt
4 Replies