HomeSort by relevance Sort by last modified time
    Searched full:glib (Results 226 - 250 of 957) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bluetooth/glib/glib/
gmarkup.h 5 * GLib is free software; you can redistribute it and/or modify it
10 * GLib is distributed in the hope that it will be useful,
16 * License along with GLib; see the file COPYING.LIB. If not,
22 #error "Only <glib.h> can be included directly."
30 #include <glib/gerror.h>
31 #include <glib/gslist.h>
gqueue.h 0 /* GLIB - Library of useful routines for C programming
21 * Modified by the GLib Team and others 1997-2000. See the AUTHORS
22 * file for a list of people on the GLib Team. See the ChangeLog
24 * GLib at ftp://ftp.gtk.org/pub/gtk/.
28 #error "Only <glib.h> can be included directly."
34 #include <glib/glist.h>
gurifuncs.h 1 /* GIO - GLib Input, Output and Streaming Library
24 #error "Only <glib.h> can be included directly."
30 #include <glib.h>
gslice.h 0 /* GLIB sliced memory - fast threaded memory chunk allocator
21 #error "Only <glib.h> can be included directly."
28 #error Include <glib.h> instead of <gslice.h>
31 #include <glib/gtypes.h>
gmessages.h 0 /* GLIB - Library of useful routines for C programming
21 * Modified by the GLib Team and others 1997-2000. See the AUTHORS
22 * file for a list of people on the GLib Team. See the ChangeLog
24 * GLib at ftp://ftp.gtk.org/pub/gtk/.
28 #error "Only <glib.h> can be included directly."
35 #include <glib/gtypes.h>
36 #include <glib/gmacros.h>
52 * log levels (0-7 are used by GLib).
56 /* Glib log levels and flags.
64 /* GLib log levels *
    [all...]
gbase64.h 22 #error "Only <glib.h> can be included directly."
28 #include <glib/gtypes.h>
  /external/bluetooth/glib/gio/
makefile.msc 6 !INCLUDE $(TOP)\glib\build\win32\make.msc
20 -I .. -I ..\glib -I ..\gmodule -I . \
24 -DG_LOG_DOMAIN=\"GLib-GIO\" \
142 $(top_builddir)/glib/libglib-2.0.la \
181 $(includedir)/glib-2.0/gio/
195 GLIB_GEN_MARSHAL = ..\gobject\glib-genmarshal.exe
241 perl ..\glib\makegalias.pl < gio.symbols > gioalias.h
244 perl ..\glib\makegalias.pl -def < gio.symbols > gioaliasdef.c
247 $(PERL) ..\gobject\glib-mkenums --template gioenumtypes.h.template $(gio_headers) > gioenumtypes.h
250 $(PERL) ..\gobject\glib-mkenums --template gioenumtypes.c.template $(gio_headers) > gioenumtypes.
    [all...]
gioerror.h 1 /* GIO - GLib Input, Output and Streaming Library
30 #include <glib.h>
  /external/bluetooth/glib/gio/tests/
buffered-input-stream.c 0 /* GLib testing framework examples and tests
23 #include <glib/glib.h>
memory-input-stream.c 0 /* GLib testing framework examples and tests
23 #include <glib/glib.h>
  /external/bluetooth/glib/gobject/
gvaluearray.h 1 /* GObject - GLib Type, Object, Parameter and Signal Library
19 * gvaluearray.h: GLib array type holding GValues
22 #error "Only <glib-object.h> can be included directly."
glib-genmarshal.1 1 .TH GLIB-GENMARSHAL 1 "18 Oct 2000"
3 glib-genmarshal \- C code marshaller generation utility for GLib closures
11 of GLib. The marshaller functions have a standard signature, they get passed
202 glib-mkenums(1)
209 .B glib-genmarshal
  /external/bluetooth/glib/tests/
libmoduletestplugin_a.c 21 * Modified by the GLib Team and others 1997-2000. See the AUTHORS
22 * file for a list of people on the GLib Team. See the ChangeLog
24 * GLib at ftp://ftp.gtk.org/pub/gtk/.
qsort-test.c 4 #include <glib.h>
  /external/bluetooth/bluez/plugins/
Android.mk 20 $(call include-path-for, glib) \
  /external/bluetooth/glib/
MAINTAINERS 9 Note that a lot of people are contributing to GLib, and some parts of it
  /external/bluetooth/glib/tests/gobject/
Makefile.am 5 -I$(top_srcdir)/glib \
9 libglib = $(top_builddir)/glib/libglib-2.0.la
28 glib_genmarshal=$(top_builddir)/gobject/glib-genmarshal
69 LIBCHARSET_ALIAS_DIR=$(top_builddir)/glib/libcharset \
  /external/bluetooth/glib/docs/reference/gobject/
glib-genmarshal.1 2 .\" Title: glib-genmarshal
10 .TH "GLIB\-GENMARSHAL" "1" "03/13/2009" "[FIXME: source]" "[FIXME: manual]"
22 glib-genmarshal \- C code marshaller generation utility for GLib closures
29 is a small utility that generates C code marshallers for callback functions of the GClosure mechanism in the GObject sublibrary of GLib\&. The marshaller functions have a standard signature, they get passed in the invoking closure, an array of value structures holding the callback function parameters and a value structure for the return value of the callback\&. The marshaller is then responsible to call the respective C code function of the closure with all the parameters on the stack and to collect its return value\&.
gobject-docs.sgml 17 <!ENTITY glib-mkenums SYSTEM "glib-mkenums.xml">
18 <!ENTITY glib-genmarshal SYSTEM "glib-genmarshal.xml">
45 Just as GLib serves as an implementation of such fundamental
47 GLib Object System provides the required implementations of a
113 &glib-mkenums;
114 &glib-genmarshal;
  /external/bluetooth/bluez/test/
monitor-bluetooth 6 import dbus.mainloop.glib namespace
19 dbus.mainloop.glib.DBusGMainLoop(set_as_default=True)
test-discovery 6 import dbus.mainloop.glib namespace
24 dbus.mainloop.glib.DBusGMainLoop(set_as_default=True)
  /external/bluetooth/glib/gio/fam/
gfamdirectorymonitor.h 1 /* GIO - GLib Input, Output and Streaming Library
29 #include <glib-object.h>
gfamfilemonitor.h 1 /* GIO - GLib Input, Output and Streaming Library
29 #include <glib-object.h>
  /external/bluetooth/glib/gio/inotify/
ginotifydirectorymonitor.h 1 /* GIO - GLib Input, Output and Streaming Library
29 #include <glib-object.h>
ginotifyfilemonitor.h 1 /* GIO - GLib Input, Output and Streaming Library
29 #include <glib-object.h>

Completed in 239 milliseconds

1 2 3 4 5 6 7 8 91011>>