/* compiled from: . */ /* /usr/include/time.h:183:NC */ extern clock_t clock (void); /* /usr/include/time.h:186:NC */ extern time_t time (time_t *); /* /usr/include/time.h:189:NC */ extern double difftime (time_t, time_t); /* /usr/include/time.h:193:NC */ extern time_t mktime (struct tm *); /* /usr/include/time.h:199:NC */ extern size_t strftime (char *, size_t, const char *, const struct tm *); /* /usr/include/time.h:217:NC */ extern size_t strftime_l (char *, size_t, const char *, const struct tm *, __locale_t); /* /usr/include/time.h:233:NC */ extern struct tm *gmtime (const time_t *); /* /usr/include/time.h:237:NC */ extern struct tm *localtime (const time_t *); /* /usr/include/time.h:243:NC */ extern struct tm *gmtime_r (const time_t *, struct tm *); /* /usr/include/time.h:248:NC */ extern struct tm *localtime_r (const time_t *, struct tm *); /* /usr/include/time.h:255:NC */ extern char *asctime (const struct tm *); /* /usr/include/time.h:258:NC */ extern char *ctime (const time_t *); /* /usr/include/time.h:266:NC */ extern char *asctime_r (const struct tm *, char *); /* /usr/include/time.h:270:NC */ extern char *ctime_r (const time_t *, char *); /* /usr/include/time.h:287:NC */ extern void tzset (void); /* /usr/include/time.h:298:NC */ extern int stime (const time_t *); /* /usr/include/time.h:313:NC */ extern time_t timegm (struct tm *); /* /usr/include/time.h:316:NC */ extern time_t timelocal (struct tm *); /* /usr/include/time.h:319:NC */ extern int dysize (int); /* /usr/include/time.h:328:NC */ extern int nanosleep (const struct timespec *, struct timespec *); /* /usr/include/time.h:333:NC */ extern int clock_getres (clockid_t, struct timespec *); /* /usr/include/time.h:336:NC */ extern int clock_gettime (clockid_t, struct timespec *); /* /usr/include/time.h:339:NC */ extern int clock_settime (clockid_t, const struct timespec *); /* /usr/include/time.h:347:NC */ extern int clock_nanosleep (clockid_t, int, const struct timespec *, struct timespec *); /* /usr/include/time.h:352:NC */ extern int clock_getcpuclockid (pid_t, clockid_t *); /* /usr/include/time.h:357:NC */ extern int timer_create (clockid_t, struct sigevent *, timer_t *); /* /usr/include/time.h:362:NC */ extern int timer_delete (timer_t); /* /usr/include/time.h:365:NC */ extern int timer_settime (timer_t, int, const struct itimerspec *, struct itimerspec *); /* /usr/include/time.h:370:NC */ extern int timer_gettime (timer_t, struct itimerspec *); /* /usr/include/time.h:374:NC */ extern int timer_getoverrun (timer_t); /* /usr/include/glib-2.0/glib/garray.h:71:NC */ extern GArray *g_array_new (gboolean, gboolean, guint); /* /usr/include/glib-2.0/glib/garray.h:74:NC */ extern GArray *g_array_sized_new (gboolean, gboolean, guint, guint); /* /usr/include/glib-2.0/glib/garray.h:78:NC */ extern gchar *g_array_free (GArray *, gboolean); /* /usr/include/glib-2.0/glib/garray.h:80:NC */ extern GArray *g_array_ref (GArray *); /* /usr/include/glib-2.0/glib/garray.h:81:NC */ extern void g_array_unref (GArray *); /* /usr/include/glib-2.0/glib/garray.h:82:NC */ extern guint g_array_get_element_size (GArray *); /* /usr/include/glib-2.0/glib/garray.h:83:NC */ extern GArray *g_array_append_vals (GArray *, gconstpointer, guint); /* /usr/include/glib-2.0/glib/garray.h:86:NC */ extern GArray *g_array_prepend_vals (GArray *, gconstpointer, guint); /* /usr/include/glib-2.0/glib/garray.h:89:NC */ extern GArray *g_array_insert_vals (GArray *, guint, gconstpointer, guint); /* /usr/include/glib-2.0/glib/garray.h:93:NC */ extern GArray *g_array_set_size (GArray *, guint); /* /usr/include/glib-2.0/glib/garray.h:95:NC */ extern GArray *g_array_remove_index (GArray *, guint); /* /usr/include/glib-2.0/glib/garray.h:97:NC */ extern GArray *g_array_remove_index_fast (GArray *, guint); /* /usr/include/glib-2.0/glib/garray.h:99:NC */ extern GArray *g_array_remove_range (GArray *, guint, guint); /* /usr/include/glib-2.0/glib/garray.h:102:NC */ extern void g_array_sort (GArray *, GCompareFunc); /* /usr/include/glib-2.0/glib/garray.h:104:NC */ extern void g_array_sort_with_data (GArray *, GCompareDataFunc, gpointer); /* /usr/include/glib-2.0/glib/garray.h:107:NC */ extern void g_array_set_clear_func (GArray *, GDestroyNotify); /* /usr/include/glib-2.0/glib/garray.h:115:NC */ extern GPtrArray *g_ptr_array_new (void); /* /usr/include/glib-2.0/glib/garray.h:116:NC */ extern GPtrArray *g_ptr_array_new_with_free_func (GDestroyNotify); /* /usr/include/glib-2.0/glib/garray.h:117:NC */ extern GPtrArray *g_ptr_array_sized_new (guint); /* /usr/include/glib-2.0/glib/garray.h:118:NC */ extern GPtrArray *g_ptr_array_new_full (guint, GDestroyNotify); /* /usr/include/glib-2.0/glib/garray.h:120:NC */ extern gpointer *g_ptr_array_free (GPtrArray *, gboolean); /* /usr/include/glib-2.0/glib/garray.h:122:NC */ extern GPtrArray *g_ptr_array_ref (GPtrArray *); /* /usr/include/glib-2.0/glib/garray.h:123:NC */ extern void g_ptr_array_unref (GPtrArray *); /* /usr/include/glib-2.0/glib/garray.h:124:NC */ extern void g_ptr_array_set_free_func (GPtrArray *, GDestroyNotify); /* /usr/include/glib-2.0/glib/garray.h:126:NC */ extern void g_ptr_array_set_size (GPtrArray *, gint); /* /usr/include/glib-2.0/glib/garray.h:128:NC */ extern gpointer g_ptr_array_remove_index (GPtrArray *, guint); /* /usr/include/glib-2.0/glib/garray.h:130:NC */ extern gpointer g_ptr_array_remove_index_fast (GPtrArray *, guint); /* /usr/include/glib-2.0/glib/garray.h:132:NC */ extern gboolean g_ptr_array_remove (GPtrArray *, gpointer); /* /usr/include/glib-2.0/glib/garray.h:134:NC */ extern gboolean g_ptr_array_remove_fast (GPtrArray *, gpointer); /* /usr/include/glib-2.0/glib/garray.h:136:NC */ extern void g_ptr_array_remove_range (GPtrArray *, guint, guint); /* /usr/include/glib-2.0/glib/garray.h:139:NC */ extern void g_ptr_array_add (GPtrArray *, gpointer); /* /usr/include/glib-2.0/glib/garray.h:141:NC */ extern void g_ptr_array_sort (GPtrArray *, GCompareFunc); /* /usr/include/glib-2.0/glib/garray.h:143:NC */ extern void g_ptr_array_sort_with_data (GPtrArray *, GCompareDataFunc, gpointer); /* /usr/include/glib-2.0/glib/garray.h:146:NC */ extern void g_ptr_array_foreach (GPtrArray *, GFunc, gpointer); /* /usr/include/glib-2.0/glib/garray.h:155:NC */ extern GByteArray *g_byte_array_new (void); /* /usr/include/glib-2.0/glib/garray.h:156:NC */ extern GByteArray *g_byte_array_new_take (guint8 *, gsize); /* /usr/include/glib-2.0/glib/garray.h:158:NC */ extern GByteArray *g_byte_array_sized_new (guint); /* /usr/include/glib-2.0/glib/garray.h:159:NC */ extern guint8 *g_byte_array_free (GByteArray *, gboolean); /* /usr/include/glib-2.0/glib/garray.h:161:NC */ extern GBytes *g_byte_array_free_to_bytes (GByteArray *); /* /usr/include/glib-2.0/glib/garray.h:162:NC */ extern GByteArray *g_byte_array_ref (GByteArray *); /* /usr/include/glib-2.0/glib/garray.h:163:NC */ extern void g_byte_array_unref (GByteArray *); /* /usr/include/glib-2.0/glib/garray.h:164:NC */ extern GByteArray *g_byte_array_append (GByteArray *, const guint8 *, guint); /* /usr/include/glib-2.0/glib/garray.h:167:NC */ extern GByteArray *g_byte_array_prepend (GByteArray *, const guint8 *, guint); /* /usr/include/glib-2.0/glib/garray.h:170:NC */ extern GByteArray *g_byte_array_set_size (GByteArray *, guint); /* /usr/include/glib-2.0/glib/garray.h:172:NC */ extern GByteArray *g_byte_array_remove_index (GByteArray *, guint); /* /usr/include/glib-2.0/glib/garray.h:174:NC */ extern GByteArray *g_byte_array_remove_index_fast (GByteArray *, guint); /* /usr/include/glib-2.0/glib/garray.h:176:NC */ extern GByteArray *g_byte_array_remove_range (GByteArray *, guint, guint); /* /usr/include/glib-2.0/glib/garray.h:179:NC */ extern void g_byte_array_sort (GByteArray *, GCompareFunc); /* /usr/include/glib-2.0/glib/garray.h:181:NC */ extern void g_byte_array_sort_with_data (GByteArray *, GCompareDataFunc, gpointer); /* /usr/include/glib-2.0/glib/gatomic.h:33:NC */ extern gint g_atomic_int_get (volatile gint *); /* /usr/include/glib-2.0/glib/gatomic.h:34:NC */ extern void g_atomic_int_set (volatile gint *, gint); /* /usr/include/glib-2.0/glib/gatomic.h:36:NC */ extern void g_atomic_int_inc (volatile gint *); /* /usr/include/glib-2.0/glib/gatomic.h:37:NC */ extern gboolean g_atomic_int_dec_and_test (volatile gint *); /* /usr/include/glib-2.0/glib/gatomic.h:38:NC */ extern gboolean g_atomic_int_compare_and_exchange (volatile gint *, gint, gint); /* /usr/include/glib-2.0/glib/gatomic.h:41:NC */ extern gint g_atomic_int_add (volatile gint *, gint); /* /usr/include/glib-2.0/glib/gatomic.h:43:NC */ extern guint g_atomic_int_and (volatile guint *, guint); /* /usr/include/glib-2.0/glib/gatomic.h:45:NC */ extern guint g_atomic_int_or (volatile guint *, guint); /* /usr/include/glib-2.0/glib/gatomic.h:47:NC */ extern guint g_atomic_int_xor (volatile guint *, guint); /* /usr/include/glib-2.0/glib/gatomic.h:50:NC */ extern gpointer g_atomic_pointer_get (volatile void *); /* /usr/include/glib-2.0/glib/gatomic.h:51:NC */ extern void g_atomic_pointer_set (volatile void *, gpointer); /* /usr/include/glib-2.0/glib/gatomic.h:53:NC */ extern gboolean g_atomic_pointer_compare_and_exchange (volatile void *, gpointer, gpointer); /* /usr/include/glib-2.0/glib/gatomic.h:56:NC */ extern gssize g_atomic_pointer_add (volatile void *, gssize); /* /usr/include/glib-2.0/glib/gatomic.h:58:NC */ extern gsize g_atomic_pointer_and (volatile void *, gsize); /* /usr/include/glib-2.0/glib/gatomic.h:60:NC */ extern gsize g_atomic_pointer_or (volatile void *, gsize); /* /usr/include/glib-2.0/glib/gatomic.h:62:NC */ extern gsize g_atomic_pointer_xor (volatile void *, gsize); /* /usr/include/glib-2.0/glib/gatomic.h:66:NC */ extern gint g_atomic_int_exchange_and_add (volatile gint *, gint); /* /usr/include/glib-2.0/glib/gquark.h:42:NC */ extern GQuark g_quark_try_string (const gchar *); /* /usr/include/glib-2.0/glib/gquark.h:43:NC */ extern GQuark g_quark_from_static_string (const gchar *); /* /usr/include/glib-2.0/glib/gquark.h:44:NC */ extern GQuark g_quark_from_string (const gchar *); /* /usr/include/glib-2.0/glib/gquark.h:45:NC */ extern const gchar *g_quark_to_string (GQuark); /* /usr/include/glib-2.0/glib/gquark.h:47:NC */ extern const gchar *g_intern_string (const gchar *); /* /usr/include/glib-2.0/glib/gquark.h:48:NC */ extern const gchar *g_intern_static_string (const gchar *); /* /usr/include/glib-2.0/glib/gerror.h:52:NC */ extern GError *g_error_new (GQuark, gint, const gchar *, ...); /* /usr/include/glib-2.0/glib/gerror.h:57:NC */ extern GError *g_error_new_literal (GQuark, gint, const gchar *); /* /usr/include/glib-2.0/glib/gerror.h:60:NC */ extern GError *g_error_new_valist (GQuark, gint, const gchar *, __va_list_tag *); /* /usr/include/glib-2.0/glib/gerror.h:65:NC */ extern void g_error_free (GError *); /* /usr/include/glib-2.0/glib/gerror.h:66:NC */ extern GError *g_error_copy (const GError *); /* /usr/include/glib-2.0/glib/gerror.h:68:NC */ extern gboolean g_error_matches (const GError *, GQuark, gint); /* /usr/include/glib-2.0/glib/gerror.h:75:NC */ extern void g_set_error (GError **, GQuark, gint, const gchar *, ...); /* /usr/include/glib-2.0/glib/gerror.h:81:NC */ extern void g_set_error_literal (GError **, GQuark, gint, const gchar *); /* /usr/include/glib-2.0/glib/gerror.h:88:NC */ extern void g_propagate_error (GError **, GError *); /* /usr/include/glib-2.0/glib/gerror.h:92:NC */ extern void g_clear_error (GError **); /* /usr/include/glib-2.0/glib/gerror.h:95:NC */ extern void g_prefix_error (GError **, const gchar *, ...); /* /usr/include/glib-2.0/glib/gerror.h:100:NC */ extern void g_propagate_prefixed_error (GError **, GError *, const gchar *, ...); /* /usr/include/glib-2.0/glib/gthread.h:40:NC */ extern GQuark g_thread_error_quark (void); /* /usr/include/glib-2.0/glib/gthread.h:140:NC */ extern GThread *g_thread_ref (GThread *); /* /usr/include/glib-2.0/glib/gthread.h:141:NC */ extern void g_thread_unref (GThread *); /* /usr/include/glib-2.0/glib/gthread.h:142:NC */ extern GThread *g_thread_new (const gchar *, GThreadFunc, gpointer); /* /usr/include/glib-2.0/glib/gthread.h:145:NC */ extern GThread *g_thread_try_new (const gchar *, GThreadFunc, gpointer, GError **); /* /usr/include/glib-2.0/glib/gthread.h:149:NC */ extern GThread *g_thread_self (void); /* /usr/include/glib-2.0/glib/gthread.h:150:NC */ extern void g_thread_exit (gpointer); /* /usr/include/glib-2.0/glib/gthread.h:151:NC */ extern gpointer g_thread_join (GThread *); /* /usr/include/glib-2.0/glib/gthread.h:152:NC */ extern void g_thread_yield (void); /* /usr/include/glib-2.0/glib/gthread.h:155:NC */ extern void g_mutex_init (GMutex *); /* /usr/include/glib-2.0/glib/gthread.h:156:NC */ extern void g_mutex_clear (GMutex *); /* /usr/include/glib-2.0/glib/gthread.h:157:NC */ extern void g_mutex_lock (GMutex *); /* /usr/include/glib-2.0/glib/gthread.h:158:NC */ extern gboolean g_mutex_trylock (GMutex *); /* /usr/include/glib-2.0/glib/gthread.h:159:NC */ extern void g_mutex_unlock (GMutex *); /* /usr/include/glib-2.0/glib/gthread.h:161:NC */ extern void g_rw_lock_init (GRWLock *); /* /usr/include/glib-2.0/glib/gthread.h:162:NC */ extern void g_rw_lock_clear (GRWLock *); /* /usr/include/glib-2.0/glib/gthread.h:163:NC */ extern void g_rw_lock_writer_lock (GRWLock *); /* /usr/include/glib-2.0/glib/gthread.h:164:NC */ extern gboolean g_rw_lock_writer_trylock (GRWLock *); /* /usr/include/glib-2.0/glib/gthread.h:165:NC */ extern void g_rw_lock_writer_unlock (GRWLock *); /* /usr/include/glib-2.0/glib/gthread.h:166:NC */ extern void g_rw_lock_reader_lock (GRWLock *); /* /usr/include/glib-2.0/glib/gthread.h:167:NC */ extern gboolean g_rw_lock_reader_trylock (GRWLock *); /* /usr/include/glib-2.0/glib/gthread.h:168:NC */ extern void g_rw_lock_reader_unlock (GRWLock *); /* /usr/include/glib-2.0/glib/gthread.h:170:NC */ extern void g_rec_mutex_init (GRecMutex *); /* /usr/include/glib-2.0/glib/gthread.h:171:NC */ extern void g_rec_mutex_clear (GRecMutex *); /* /usr/include/glib-2.0/glib/gthread.h:172:NC */ extern void g_rec_mutex_lock (GRecMutex *); /* /usr/include/glib-2.0/glib/gthread.h:173:NC */ extern gboolean g_rec_mutex_trylock (GRecMutex *); /* /usr/include/glib-2.0/glib/gthread.h:174:NC */ extern void g_rec_mutex_unlock (GRecMutex *); /* /usr/include/glib-2.0/glib/gthread.h:176:NC */ extern void g_cond_init (GCond *); /* /usr/include/glib-2.0/glib/gthread.h:177:NC */ extern void g_cond_clear (GCond *); /* /usr/include/glib-2.0/glib/gthread.h:178:NC */ extern void g_cond_wait (GCond *, GMutex *); /* /usr/include/glib-2.0/glib/gthread.h:180:NC */ extern void g_cond_signal (GCond *); /* /usr/include/glib-2.0/glib/gthread.h:181:NC */ extern void g_cond_broadcast (GCond *); /* /usr/include/glib-2.0/glib/gthread.h:182:NC */ extern gboolean g_cond_wait_until (GCond *, GMutex *, gint64); /* /usr/include/glib-2.0/glib/gthread.h:186:NC */ extern gpointer g_private_get (GPrivate *); /* /usr/include/glib-2.0/glib/gthread.h:187:NC */ extern void g_private_set (GPrivate *, gpointer); /* /usr/include/glib-2.0/glib/gthread.h:189:NC */ extern void g_private_replace (GPrivate *, gpointer); /* /usr/include/glib-2.0/glib/gthread.h:192:NC */ extern gpointer g_once_impl (GOnce *, GThreadFunc, gpointer); /* /usr/include/glib-2.0/glib/gthread.h:195:NC */ extern gboolean g_once_init_enter (volatile void *); /* /usr/include/glib-2.0/glib/gthread.h:196:NC */ extern void g_once_init_leave (volatile void *, gsize); /* /usr/include/glib-2.0/glib/gasyncqueue.h:40:NC */ extern GAsyncQueue *g_async_queue_new (void); /* /usr/include/glib-2.0/glib/gasyncqueue.h:41:NC */ extern GAsyncQueue *g_async_queue_new_full (GDestroyNotify); /* /usr/include/glib-2.0/glib/gasyncqueue.h:42:NC */ extern void g_async_queue_lock (GAsyncQueue *); /* /usr/include/glib-2.0/glib/gasyncqueue.h:43:NC */ extern void g_async_queue_unlock (GAsyncQueue *); /* /usr/include/glib-2.0/glib/gasyncqueue.h:44:NC */ extern GAsyncQueue *g_async_queue_ref (GAsyncQueue *); /* /usr/include/glib-2.0/glib/gasyncqueue.h:45:NC */ extern void g_async_queue_unref (GAsyncQueue *); /* /usr/include/glib-2.0/glib/gasyncqueue.h:48:NC */ extern void g_async_queue_ref_unlocked (GAsyncQueue *); /* /usr/include/glib-2.0/glib/gasyncqueue.h:51:NC */ extern void g_async_queue_unref_and_unlock (GAsyncQueue *); /* /usr/include/glib-2.0/glib/gasyncqueue.h:53:NC */ extern void g_async_queue_push (GAsyncQueue *, gpointer); /* /usr/include/glib-2.0/glib/gasyncqueue.h:55:NC */ extern void g_async_queue_push_unlocked (GAsyncQueue *, gpointer); /* /usr/include/glib-2.0/glib/gasyncqueue.h:57:NC */ extern void g_async_queue_push_sorted (GAsyncQueue *, gpointer, GCompareDataFunc, gpointer); /* /usr/include/glib-2.0/glib/gasyncqueue.h:61:NC */ extern void g_async_queue_push_sorted_unlocked (GAsyncQueue *, gpointer, GCompareDataFunc, gpointer); /* /usr/include/glib-2.0/glib/gasyncqueue.h:65:NC */ extern gpointer g_async_queue_pop (GAsyncQueue *); /* /usr/include/glib-2.0/glib/gasyncqueue.h:66:NC */ extern gpointer g_async_queue_pop_unlocked (GAsyncQueue *); /* /usr/include/glib-2.0/glib/gasyncqueue.h:67:NC */ extern gpointer g_async_queue_try_pop (GAsyncQueue *); /* /usr/include/glib-2.0/glib/gasyncqueue.h:68:NC */ extern gpointer g_async_queue_try_pop_unlocked (GAsyncQueue *); /* /usr/include/glib-2.0/glib/gasyncqueue.h:69:NC */ extern gpointer g_async_queue_timeout_pop (GAsyncQueue *, guint64); /* /usr/include/glib-2.0/glib/gasyncqueue.h:71:NC */ extern gpointer g_async_queue_timeout_pop_unlocked (GAsyncQueue *, guint64); /* /usr/include/glib-2.0/glib/gasyncqueue.h:73:NC */ extern gint g_async_queue_length (GAsyncQueue *); /* /usr/include/glib-2.0/glib/gasyncqueue.h:74:NC */ extern gint g_async_queue_length_unlocked (GAsyncQueue *); /* /usr/include/glib-2.0/glib/gasyncqueue.h:75:NC */ extern void g_async_queue_sort (GAsyncQueue *, GCompareDataFunc, gpointer); /* /usr/include/glib-2.0/glib/gasyncqueue.h:78:NC */ extern void g_async_queue_sort_unlocked (GAsyncQueue *, GCompareDataFunc, gpointer); /* /usr/include/glib-2.0/glib/gasyncqueue.h:83:NC */ extern gpointer g_async_queue_timed_pop (GAsyncQueue *, GTimeVal *); /* /usr/include/glib-2.0/glib/gasyncqueue.h:86:NC */ extern gpointer g_async_queue_timed_pop_unlocked (GAsyncQueue *, GTimeVal *); /* /usr/include/x86_64-linux-gnu/bits/sigset.h:104:NC */ extern int __sigismember (const __sigset_t *, int); /* /usr/include/x86_64-linux-gnu/bits/sigset.h:105:NC */ extern int __sigaddset (__sigset_t *, int); /* /usr/include/x86_64-linux-gnu/bits/sigset.h:106:NC */ extern int __sigdelset (__sigset_t *, int); /* /usr/include/signal.h:89:NC */ extern __sighandler_t __sysv_signal (int, __sighandler_t); /* /usr/include/signal.h:101:NC */ extern __sighandler_t signal (int, __sighandler_t); /* /usr/include/signal.h:126:NC */ extern int kill (__pid_t, int); /* /usr/include/signal.h:133:NC */ extern int killpg (__pid_t, int); /* /usr/include/signal.h:138:NC */ extern int raise (int); /* /usr/include/signal.h:143:NC */ extern __sighandler_t ssignal (int, __sighandler_t); /* /usr/include/signal.h:145:NC */ extern int gsignal (int); /* /usr/include/signal.h:150:NC */ extern void psignal (int, const char *); /* /usr/include/signal.h:155:NC */ extern void psiginfo (const siginfo_t *, const char *); /* /usr/include/signal.h:168:NC */ extern int __sigpause (int, int); /* /usr/include/signal.h:196:NC */ extern int sigblock (int); /* /usr/include/signal.h:199:NC */ extern int sigsetmask (int); /* /usr/include/signal.h:202:NC */ extern int siggetmask (void); /* /usr/include/signal.h:222:NC */ extern int sigemptyset (sigset_t *); /* /usr/include/signal.h:225:NC */ extern int sigfillset (sigset_t *); /* /usr/include/signal.h:228:NC */ extern int sigaddset (sigset_t *, int); /* /usr/include/signal.h:231:NC */ extern int sigdelset (sigset_t *, int); /* /usr/include/signal.h:234:NC */ extern int sigismember (const sigset_t *, int); /* /usr/include/signal.h:255:NC */ extern int sigprocmask (int, const sigset_t *, sigset_t *); /* /usr/include/signal.h:263:NC */ extern int sigsuspend (const sigset_t *); /* /usr/include/signal.h:266:NC */ extern int sigaction (int, const struct sigaction *, struct sigaction *); /* /usr/include/signal.h:270:NC */ extern int sigpending (sigset_t *); /* /usr/include/signal.h:277:NC */ extern int sigwait (const sigset_t *, int *); /* /usr/include/signal.h:285:NC */ extern int sigwaitinfo (const sigset_t *, siginfo_t *); /* /usr/include/signal.h:293:NC */ extern int sigtimedwait (const sigset_t *, siginfo_t *, const struct timespec *); /* /usr/include/signal.h:300:NC */ extern int sigqueue (__pid_t, int, const union sigval ); /* /usr/include/signal.h:334:NC */ extern int sigvec (int, const struct sigvec *, struct sigvec *); /* /usr/include/signal.h:342:NC */ extern int sigreturn (struct sigcontext *); /* /usr/include/signal.h:354:NC */ extern int siginterrupt (int, int); /* /usr/include/signal.h:365:NC */ extern int sigstack (struct sigstack *, struct sigstack *); /* /usr/include/signal.h:370:NC */ extern int sigaltstack (const struct sigaltstack *, struct sigaltstack *); /* /usr/include/x86_64-linux-gnu/bits/sigthread.h:31:NC */ extern int pthread_sigmask (int, const __sigset_t *, __sigset_t *); /* /usr/include/x86_64-linux-gnu/bits/sigthread.h:36:NC */ extern int pthread_kill (pthread_t, int); /* /usr/include/signal.h:402:NC */ extern int __libc_current_sigrtmin (void); /* /usr/include/signal.h:404:NC */ extern int __libc_current_sigrtmax (void); /* /usr/include/glib-2.0/glib/gbacktrace.h:39:NC */ extern void g_on_error_query (const gchar *); /* /usr/include/glib-2.0/glib/gbacktrace.h:40:NC */ extern void g_on_error_stack_trace (const gchar *); /* /usr/include/glib-2.0/glib/gbase64.h:32:NC */ extern gsize g_base64_encode_step (const guchar *, gsize, gboolean, gchar *, gint *, gint *); /* /usr/include/glib-2.0/glib/gbase64.h:38:NC */ extern gsize g_base64_encode_close (gboolean, gchar *, gint *, gint *); /* /usr/include/glib-2.0/glib/gbase64.h:42:NC */ extern gchar *g_base64_encode (const guchar *, gsize); /* /usr/include/glib-2.0/glib/gbase64.h:44:NC */ extern gsize g_base64_decode_step (const gchar *, gsize, guchar *, gint *, guint *); /* /usr/include/glib-2.0/glib/gbase64.h:49:NC */ extern guchar *g_base64_decode (const gchar *, gsize *); /* /usr/include/glib-2.0/glib/gbase64.h:51:NC */ extern guchar *g_base64_decode_inplace (gchar *, gsize *); /* /usr/include/glib-2.0/glib/gbitlock.h:34:NC */ extern void g_bit_lock (volatile gint *, gint); /* /usr/include/glib-2.0/glib/gbitlock.h:36:NC */ extern gboolean g_bit_trylock (volatile gint *, gint); /* /usr/include/glib-2.0/glib/gbitlock.h:38:NC */ extern void g_bit_unlock (volatile gint *, gint); /* /usr/include/glib-2.0/glib/gbitlock.h:41:NC */ extern void g_pointer_bit_lock (volatile void *, gint); /* /usr/include/glib-2.0/glib/gbitlock.h:43:NC */ extern gboolean g_pointer_bit_trylock (volatile void *, gint); /* /usr/include/glib-2.0/glib/gbitlock.h:45:NC */ extern void g_pointer_bit_unlock (volatile void *, gint); /* /usr/include/glib-2.0/glib/gbookmarkfile.h:69:NC */ extern GQuark g_bookmark_file_error_quark (void); /* /usr/include/glib-2.0/glib/gbookmarkfile.h:79:NC */ extern GBookmarkFile *g_bookmark_file_new (void); /* /usr/include/glib-2.0/glib/gbookmarkfile.h:80:NC */ extern void g_bookmark_file_free (GBookmarkFile *); /* /usr/include/glib-2.0/glib/gbookmarkfile.h:82:NC */ extern gboolean g_bookmark_file_load_from_file (GBookmarkFile *, const gchar *, GError **); /* /usr/include/glib-2.0/glib/gbookmarkfile.h:85:NC */ extern gboolean g_bookmark_file_load_from_data (GBookmarkFile *, const gchar *, gsize, GError **); /* /usr/include/glib-2.0/glib/gbookmarkfile.h:89:NC */ extern gboolean g_bookmark_file_load_from_data_dirs (GBookmarkFile *, const gchar *, gchar **, GError **); /* /usr/include/glib-2.0/glib/gbookmarkfile.h:93:NC */ extern gchar *g_bookmark_file_to_data (GBookmarkFile *, gsize *, GError **); /* /usr/include/glib-2.0/glib/gbookmarkfile.h:96:NC */ extern gboolean g_bookmark_file_to_file (GBookmarkFile *, const gchar *, GError **); /* /usr/include/glib-2.0/glib/gbookmarkfile.h:100:NC */ extern void g_bookmark_file_set_title (GBookmarkFile *, const gchar *, const gchar *); /* /usr/include/glib-2.0/glib/gbookmarkfile.h:103:NC */ extern gchar *g_bookmark_file_get_title (GBookmarkFile *, const gchar *, GError **); /* /usr/include/glib-2.0/glib/gbookmarkfile.h:106:NC */ extern void g_bookmark_file_set_description (GBookmarkFile *, const gchar *, const gchar *); /* /usr/include/glib-2.0/glib/gbookmarkfile.h:109:NC */ extern gchar *g_bookmark_file_get_description (GBookmarkFile *, const gchar *, GError **); /* /usr/include/glib-2.0/glib/gbookmarkfile.h:112:NC */ extern void g_bookmark_file_set_mime_type (GBookmarkFile *, const gchar *, const gchar *); /* /usr/include/glib-2.0/glib/gbookmarkfile.h:115:NC */ extern gchar *g_bookmark_file_get_mime_type (GBookmarkFile *, const gchar *, GError **); /* /usr/include/glib-2.0/glib/gbookmarkfile.h:118:NC */ extern void g_bookmark_file_set_groups (GBookmarkFile *, const gchar *, const gchar **, gsize); /* /usr/include/glib-2.0/glib/gbookmarkfile.h:122:NC */ extern void g_bookmark_file_add_group (GBookmarkFile *, const gchar *, const gchar *); /* /usr/include/glib-2.0/glib/gbookmarkfile.h:125:NC */ extern gboolean g_bookmark_file_has_group (GBookmarkFile *, const gchar *, const gchar *, GError **); /* /usr/include/glib-2.0/glib/gbookmarkfile.h:129:NC */ extern gchar **g_bookmark_file_get_groups (GBookmarkFile *, const gchar *, gsize *, GError **); /* /usr/include/glib-2.0/glib/gbookmarkfile.h:133:NC */ extern void g_bookmark_file_add_application (GBookmarkFile *, const gchar *, const gchar *, const gchar *); /* /usr/include/glib-2.0/glib/gbookmarkfile.h:137:NC */ extern gboolean g_bookmark_file_has_application (GBookmarkFile *, const gchar *, const gchar *, GError **); /* /usr/include/glib-2.0/glib/gbookmarkfile.h:141:NC */ extern gchar **g_bookmark_file_get_applications (GBookmarkFile *, const gchar *, gsize *, GError **); /* /usr/include/glib-2.0/glib/gbookmarkfile.h:145:NC */ extern gboolean g_bookmark_file_set_app_info (GBookmarkFile *, const gchar *, const gchar *, const gchar *, gint, time_t, GError **); /* /usr/include/glib-2.0/glib/gbookmarkfile.h:152:NC */ extern gboolean g_bookmark_file_get_app_info (GBookmarkFile *, const gchar *, const gchar *, gchar **, guint *, time_t *, GError **); /* /usr/include/glib-2.0/glib/gbookmarkfile.h:159:NC */ extern void g_bookmark_file_set_is_private (GBookmarkFile *, const gchar *, gboolean); /* /usr/include/glib-2.0/glib/gbookmarkfile.h:162:NC */ extern gboolean g_bookmark_file_get_is_private (GBookmarkFile *, const gchar *, GError **); /* /usr/include/glib-2.0/glib/gbookmarkfile.h:165:NC */ extern void g_bookmark_file_set_icon (GBookmarkFile *, const gchar *, const gchar *, const gchar *); /* /usr/include/glib-2.0/glib/gbookmarkfile.h:169:NC */ extern gboolean g_bookmark_file_get_icon (GBookmarkFile *, const gchar *, gchar **, gchar **, GError **); /* /usr/include/glib-2.0/glib/gbookmarkfile.h:174:NC */ extern void g_bookmark_file_set_added (GBookmarkFile *, const gchar *, time_t); /* /usr/include/glib-2.0/glib/gbookmarkfile.h:177:NC */ extern time_t g_bookmark_file_get_added (GBookmarkFile *, const gchar *, GError **); /* /usr/include/glib-2.0/glib/gbookmarkfile.h:180:NC */ extern void g_bookmark_file_set_modified (GBookmarkFile *, const gchar *, time_t); /* /usr/include/glib-2.0/glib/gbookmarkfile.h:183:NC */ extern time_t g_bookmark_file_get_modified (GBookmarkFile *, const gchar *, GError **); /* /usr/include/glib-2.0/glib/gbookmarkfile.h:186:NC */ extern void g_bookmark_file_set_visited (GBookmarkFile *, const gchar *, time_t); /* /usr/include/glib-2.0/glib/gbookmarkfile.h:189:NC */ extern time_t g_bookmark_file_get_visited (GBookmarkFile *, const gchar *, GError **); /* /usr/include/glib-2.0/glib/gbookmarkfile.h:192:NC */ extern gboolean g_bookmark_file_has_item (GBookmarkFile *, const gchar *); /* /usr/include/glib-2.0/glib/gbookmarkfile.h:194:NC */ extern gint g_bookmark_file_get_size (GBookmarkFile *); /* /usr/include/glib-2.0/glib/gbookmarkfile.h:195:NC */ extern gchar **g_bookmark_file_get_uris (GBookmarkFile *, gsize *); /* /usr/include/glib-2.0/glib/gbookmarkfile.h:197:NC */ extern gboolean g_bookmark_file_remove_group (GBookmarkFile *, const gchar *, const gchar *, GError **); /* /usr/include/glib-2.0/glib/gbookmarkfile.h:201:NC */ extern gboolean g_bookmark_file_remove_application (GBookmarkFile *, const gchar *, const gchar *, GError **); /* /usr/include/glib-2.0/glib/gbookmarkfile.h:205:NC */ extern gboolean g_bookmark_file_remove_item (GBookmarkFile *, const gchar *, GError **); /* /usr/include/glib-2.0/glib/gbookmarkfile.h:208:NC */ extern gboolean g_bookmark_file_move_item (GBookmarkFile *, const gchar *, const gchar *, GError **); /* /usr/include/glib-2.0/glib/gbytes.h:36:NC */ extern GBytes *g_bytes_new (gconstpointer, gsize); /* /usr/include/glib-2.0/glib/gbytes.h:39:NC */ extern GBytes *g_bytes_new_take (gpointer, gsize); /* /usr/include/glib-2.0/glib/gbytes.h:42:NC */ extern GBytes *g_bytes_new_static (gconstpointer, gsize); /* /usr/include/glib-2.0/glib/gbytes.h:45:NC */ extern GBytes *g_bytes_new_with_free_func (gconstpointer, gsize, GDestroyNotify, gpointer); /* /usr/include/glib-2.0/glib/gbytes.h:50:NC */ extern GBytes *g_bytes_new_from_bytes (GBytes *, gsize, gsize); /* /usr/include/glib-2.0/glib/gbytes.h:54:NC */ extern gconstpointer g_bytes_get_data (GBytes *, gsize *); /* /usr/include/glib-2.0/glib/gbytes.h:57:NC */ extern gsize g_bytes_get_size (GBytes *); /* /usr/include/glib-2.0/glib/gbytes.h:59:NC */ extern GBytes *g_bytes_ref (GBytes *); /* /usr/include/glib-2.0/glib/gbytes.h:61:NC */ extern void g_bytes_unref (GBytes *); /* /usr/include/glib-2.0/glib/gbytes.h:63:NC */ extern gpointer g_bytes_unref_to_data (GBytes *, gsize *); /* /usr/include/glib-2.0/glib/gbytes.h:66:NC */ extern GByteArray *g_bytes_unref_to_array (GBytes *); /* /usr/include/glib-2.0/glib/gbytes.h:68:NC */ extern guint g_bytes_hash (gconstpointer); /* /usr/include/glib-2.0/glib/gbytes.h:70:NC */ extern gboolean g_bytes_equal (gconstpointer, gconstpointer); /* /usr/include/glib-2.0/glib/gbytes.h:73:NC */ extern gint g_bytes_compare (gconstpointer, gconstpointer); /* /usr/include/glib-2.0/glib/gcharset.h:32:NC */ extern gboolean g_get_charset (const char **); /* /usr/include/glib-2.0/glib/gcharset.h:33:NC */ extern gchar *g_get_codeset (void); /* /usr/include/glib-2.0/glib/gcharset.h:35:NC */ extern const gchar *const *g_get_language_names (void); /* /usr/include/glib-2.0/glib/gcharset.h:36:NC */ extern gchar **g_get_locale_variants (const gchar *); /* /usr/include/glib-2.0/glib/gchecksum.h:63:NC */ extern gssize g_checksum_type_get_length (GChecksumType); /* /usr/include/glib-2.0/glib/gchecksum.h:65:NC */ extern GChecksum *g_checksum_new (GChecksumType); /* /usr/include/glib-2.0/glib/gchecksum.h:66:NC */ extern void g_checksum_reset (GChecksum *); /* /usr/include/glib-2.0/glib/gchecksum.h:67:NC */ extern GChecksum *g_checksum_copy (const GChecksum *); /* /usr/include/glib-2.0/glib/gchecksum.h:68:NC */ extern void g_checksum_free (GChecksum *); /* /usr/include/glib-2.0/glib/gchecksum.h:69:NC */ extern void g_checksum_update (GChecksum *, const guchar *, gssize); /* /usr/include/glib-2.0/glib/gchecksum.h:72:NC */ extern const gchar *g_checksum_get_string (GChecksum *); /* /usr/include/glib-2.0/glib/gchecksum.h:73:NC */ extern void g_checksum_get_digest (GChecksum *, guint8 *, gsize *); /* /usr/include/glib-2.0/glib/gchecksum.h:77:NC */ extern gchar *g_compute_checksum_for_data (GChecksumType, const guchar *, gsize); /* /usr/include/glib-2.0/glib/gchecksum.h:80:NC */ extern gchar *g_compute_checksum_for_string (GChecksumType, const gchar *, gssize); /* /usr/include/glib-2.0/glib/gconvert.h:68:NC */ extern GQuark g_convert_error_quark (void); /* /usr/include/glib-2.0/glib/gconvert.h:79:NC */ extern GIConv g_iconv_open (const gchar *, const gchar *); /* /usr/include/glib-2.0/glib/gconvert.h:81:NC */ extern gsize g_iconv (GIConv, gchar **, gsize *, gchar **, gsize *); /* /usr/include/glib-2.0/glib/gconvert.h:86:NC */ extern gint g_iconv_close (GIConv); /* /usr/include/glib-2.0/glib/gconvert.h:89:NC */ extern gchar *g_convert (const gchar *, gssize, const gchar *, const gchar *, gsize *, gsize *, GError **); /* /usr/include/glib-2.0/glib/gconvert.h:96:NC */ extern gchar *g_convert_with_iconv (const gchar *, gssize, GIConv, gsize *, gsize *, GError **); /* /usr/include/glib-2.0/glib/gconvert.h:102:NC */ extern gchar *g_convert_with_fallback (const gchar *, gssize, const gchar *, const gchar *, const gchar *, gsize *, gsize *, GError **); /* /usr/include/glib-2.0/glib/gconvert.h:114:NC */ extern gchar *g_locale_to_utf8 (const gchar *, gssize, gsize *, gsize *, GError **); /* /usr/include/glib-2.0/glib/gconvert.h:119:NC */ extern gchar *g_locale_from_utf8 (const gchar *, gssize, gsize *, gsize *, GError **); /* /usr/include/glib-2.0/glib/gconvert.h:137:NC */ extern gchar *g_filename_to_utf8 (const gchar *, gssize, gsize *, gsize *, GError **); /* /usr/include/glib-2.0/glib/gconvert.h:142:NC */ extern gchar *g_filename_from_utf8 (const gchar *, gssize, gsize *, gsize *, GError **); /* /usr/include/glib-2.0/glib/gconvert.h:148:NC */ extern gchar *g_filename_from_uri (const gchar *, gchar **, GError **); /* /usr/include/glib-2.0/glib/gconvert.h:152:NC */ extern gchar *g_filename_to_uri (const gchar *, const gchar *, GError **); /* /usr/include/glib-2.0/glib/gconvert.h:155:NC */ extern gchar *g_filename_display_name (const gchar *); /* /usr/include/glib-2.0/glib/gconvert.h:156:NC */ extern gboolean g_get_filename_charsets (const gchar ***); /* /usr/include/glib-2.0/glib/gconvert.h:158:NC */ extern gchar *g_filename_display_basename (const gchar *); /* /usr/include/glib-2.0/glib/gconvert.h:160:NC */ extern gchar **g_uri_list_extract_uris (const gchar *); /* /usr/include/glib-2.0/glib/gdataset.h:46:NC */ extern void g_datalist_init (GData **); /* /usr/include/glib-2.0/glib/gdataset.h:47:NC */ extern void g_datalist_clear (GData **); /* /usr/include/glib-2.0/glib/gdataset.h:48:NC */ extern gpointer g_datalist_id_get_data (GData **, GQuark); /* /usr/include/glib-2.0/glib/gdataset.h:50:NC */ extern void g_datalist_id_set_data_full (GData **, GQuark, gpointer, GDestroyNotify); /* /usr/include/glib-2.0/glib/gdataset.h:54:NC */ extern gpointer g_datalist_id_remove_no_notify (GData **, GQuark); /* /usr/include/glib-2.0/glib/gdataset.h:56:NC */ extern void g_datalist_foreach (GData **, GDataForeachFunc, gpointer); /* /usr/include/glib-2.0/glib/gdataset.h:69:NC */ extern void g_datalist_set_flags (GData **, guint); /* /usr/include/glib-2.0/glib/gdataset.h:71:NC */ extern void g_datalist_unset_flags (GData **, guint); /* /usr/include/glib-2.0/glib/gdataset.h:73:NC */ extern guint g_datalist_get_flags (GData **); /* /usr/include/glib-2.0/glib/gdataset.h:91:NC */ extern void g_dataset_destroy (gconstpointer); /* /usr/include/glib-2.0/glib/gdataset.h:92:NC */ extern gpointer g_dataset_id_get_data (gconstpointer, GQuark); /* /usr/include/glib-2.0/glib/gdataset.h:94:NC */ extern gpointer g_datalist_get_data (GData **, const gchar *); /* /usr/include/glib-2.0/glib/gdataset.h:96:NC */ extern void g_dataset_id_set_data_full (gconstpointer, GQuark, gpointer, GDestroyNotify); /* /usr/include/glib-2.0/glib/gdataset.h:100:NC */ extern gpointer g_dataset_id_remove_no_notify (gconstpointer, GQuark); /* /usr/include/glib-2.0/glib/gdataset.h:102:NC */ extern void g_dataset_foreach (gconstpointer, GDataForeachFunc, gpointer); /* /usr/include/glib-2.0/glib/gdate.h:122:NC */ extern GDate *g_date_new (void); /* /usr/include/glib-2.0/glib/gdate.h:123:NC */ extern GDate *g_date_new_dmy (GDateDay, GDateMonth, GDateYear); /* /usr/include/glib-2.0/glib/gdate.h:126:NC */ extern GDate *g_date_new_julian (guint32); /* /usr/include/glib-2.0/glib/gdate.h:127:NC */ extern void g_date_free (GDate *); /* /usr/include/glib-2.0/glib/gdate.h:134:NC */ extern gboolean g_date_valid (const GDate *); /* /usr/include/glib-2.0/glib/gdate.h:135:NC */ extern gboolean g_date_valid_day (GDateDay); /* /usr/include/glib-2.0/glib/gdate.h:136:NC */ extern gboolean g_date_valid_month (GDateMonth); /* /usr/include/glib-2.0/glib/gdate.h:137:NC */ extern gboolean g_date_valid_year (GDateYear); /* /usr/include/glib-2.0/glib/gdate.h:138:NC */ extern gboolean g_date_valid_weekday (GDateWeekday); /* /usr/include/glib-2.0/glib/gdate.h:139:NC */ extern gboolean g_date_valid_julian (guint32); /* /usr/include/glib-2.0/glib/gdate.h:140:NC */ extern gboolean g_date_valid_dmy (GDateDay, GDateMonth, GDateYear); /* /usr/include/glib-2.0/glib/gdate.h:144:NC */ extern GDateWeekday g_date_get_weekday (const GDate *); /* /usr/include/glib-2.0/glib/gdate.h:145:NC */ extern GDateMonth g_date_get_month (const GDate *); /* /usr/include/glib-2.0/glib/gdate.h:146:NC */ extern GDateYear g_date_get_year (const GDate *); /* /usr/include/glib-2.0/glib/gdate.h:147:NC */ extern GDateDay g_date_get_day (const GDate *); /* /usr/include/glib-2.0/glib/gdate.h:148:NC */ extern guint32 g_date_get_julian (const GDate *); /* /usr/include/glib-2.0/glib/gdate.h:149:NC */ extern guint g_date_get_day_of_year (const GDate *); /* /usr/include/glib-2.0/glib/gdate.h:156:NC */ extern guint g_date_get_monday_week_of_year (const GDate *); /* /usr/include/glib-2.0/glib/gdate.h:157:NC */ extern guint g_date_get_sunday_week_of_year (const GDate *); /* /usr/include/glib-2.0/glib/gdate.h:158:NC */ extern guint g_date_get_iso8601_week_of_year (const GDate *); /* /usr/include/glib-2.0/glib/gdate.h:164:NC */ extern void g_date_clear (GDate *, guint); /* /usr/include/glib-2.0/glib/gdate.h:171:NC */ extern void g_date_set_parse (GDate *, const gchar *); /* /usr/include/glib-2.0/glib/gdate.h:173:NC */ extern void g_date_set_time_t (GDate *, time_t); /* /usr/include/glib-2.0/glib/gdate.h:175:NC */ extern void g_date_set_time_val (GDate *, GTimeVal *); /* /usr/include/glib-2.0/glib/gdate.h:179:NC */ extern void g_date_set_time (GDate *, GTime); /* /usr/include/glib-2.0/glib/gdate.h:182:NC */ extern void g_date_set_month (GDate *, GDateMonth); /* /usr/include/glib-2.0/glib/gdate.h:184:NC */ extern void g_date_set_day (GDate *, GDateDay); /* /usr/include/glib-2.0/glib/gdate.h:186:NC */ extern void g_date_set_year (GDate *, GDateYear); /* /usr/include/glib-2.0/glib/gdate.h:188:NC */ extern void g_date_set_dmy (GDate *, GDateDay, GDateMonth, GDateYear); /* /usr/include/glib-2.0/glib/gdate.h:192:NC */ extern void g_date_set_julian (GDate *, guint32); /* /usr/include/glib-2.0/glib/gdate.h:194:NC */ extern gboolean g_date_is_first_of_month (const GDate *); /* /usr/include/glib-2.0/glib/gdate.h:195:NC */ extern gboolean g_date_is_last_of_month (const GDate *); /* /usr/include/glib-2.0/glib/gdate.h:198:NC */ extern void g_date_add_days (GDate *, guint); /* /usr/include/glib-2.0/glib/gdate.h:200:NC */ extern void g_date_subtract_days (GDate *, guint); /* /usr/include/glib-2.0/glib/gdate.h:204:NC */ extern void g_date_add_months (GDate *, guint); /* /usr/include/glib-2.0/glib/gdate.h:206:NC */ extern void g_date_subtract_months (GDate *, guint); /* /usr/include/glib-2.0/glib/gdate.h:210:NC */ extern void g_date_add_years (GDate *, guint); /* /usr/include/glib-2.0/glib/gdate.h:212:NC */ extern void g_date_subtract_years (GDate *, guint); /* /usr/include/glib-2.0/glib/gdate.h:214:NC */ extern gboolean g_date_is_leap_year (GDateYear); /* /usr/include/glib-2.0/glib/gdate.h:215:NC */ extern guint8 g_date_get_days_in_month (GDateMonth, GDateYear); /* /usr/include/glib-2.0/glib/gdate.h:217:NC */ extern guint8 g_date_get_monday_weeks_in_year (GDateYear); /* /usr/include/glib-2.0/glib/gdate.h:218:NC */ extern guint8 g_date_get_sunday_weeks_in_year (GDateYear); /* /usr/include/glib-2.0/glib/gdate.h:222:NC */ extern gint g_date_days_between (const GDate *, const GDate *); /* /usr/include/glib-2.0/glib/gdate.h:226:NC */ extern gint g_date_compare (const GDate *, const GDate *); /* /usr/include/glib-2.0/glib/gdate.h:228:NC */ extern void g_date_to_struct_tm (const GDate *, struct tm *); /* /usr/include/glib-2.0/glib/gdate.h:231:NC */ extern void g_date_clamp (GDate *, const GDate *, const GDate *); /* /usr/include/glib-2.0/glib/gdate.h:236:NC */ extern void g_date_order (GDate *, GDate *); /* /usr/include/glib-2.0/glib/gdate.h:241:NC */ extern gsize g_date_strftime (gchar *, gsize, const gchar *, const GDate *); /* /usr/include/glib-2.0/glib/gtimezone.h:57:NC */ extern GTimeZone *g_time_zone_new (const gchar *); /* /usr/include/glib-2.0/glib/gtimezone.h:58:NC */ extern GTimeZone *g_time_zone_new_utc (void); /* /usr/include/glib-2.0/glib/gtimezone.h:59:NC */ extern GTimeZone *g_time_zone_new_local (void); /* /usr/include/glib-2.0/glib/gtimezone.h:61:NC */ extern GTimeZone *g_time_zone_ref (GTimeZone *); /* /usr/include/glib-2.0/glib/gtimezone.h:62:NC */ extern void g_time_zone_unref (GTimeZone *); /* /usr/include/glib-2.0/glib/gtimezone.h:64:NC */ extern gint g_time_zone_find_interval (GTimeZone *, GTimeType, gint64); /* /usr/include/glib-2.0/glib/gtimezone.h:68:NC */ extern gint g_time_zone_adjust_time (GTimeZone *, GTimeType, gint64 *); /* /usr/include/glib-2.0/glib/gtimezone.h:72:NC */ extern const gchar *g_time_zone_get_abbreviation (GTimeZone *, gint); /* /usr/include/glib-2.0/glib/gtimezone.h:74:NC */ extern gint32 g_time_zone_get_offset (GTimeZone *, gint); /* /usr/include/glib-2.0/glib/gtimezone.h:76:NC */ extern gboolean g_time_zone_is_dst (GTimeZone *, gint); /* /usr/include/glib-2.0/glib/gdatetime.h:101:NC */ extern void g_date_time_unref (GDateTime *); /* /usr/include/glib-2.0/glib/gdatetime.h:102:NC */ extern GDateTime *g_date_time_ref (GDateTime *); /* /usr/include/glib-2.0/glib/gdatetime.h:104:NC */ extern GDateTime *g_date_time_new_now (GTimeZone *); /* /usr/include/glib-2.0/glib/gdatetime.h:105:NC */ extern GDateTime *g_date_time_new_now_local (void); /* /usr/include/glib-2.0/glib/gdatetime.h:106:NC */ extern GDateTime *g_date_time_new_now_utc (void); /* /usr/include/glib-2.0/glib/gdatetime.h:108:NC */ extern GDateTime *g_date_time_new_from_unix_local (gint64); /* /usr/include/glib-2.0/glib/gdatetime.h:109:NC */ extern GDateTime *g_date_time_new_from_unix_utc (gint64); /* /usr/include/glib-2.0/glib/gdatetime.h:111:NC */ extern GDateTime *g_date_time_new_from_timeval_local (const GTimeVal *); /* /usr/include/glib-2.0/glib/gdatetime.h:112:NC */ extern GDateTime *g_date_time_new_from_timeval_utc (const GTimeVal *); /* /usr/include/glib-2.0/glib/gdatetime.h:114:NC */ extern GDateTime *g_date_time_new (GTimeZone *, gint, gint, gint, gint, gint, gdouble); /* /usr/include/glib-2.0/glib/gdatetime.h:121:NC */ extern GDateTime *g_date_time_new_local (gint, gint, gint, gint, gint, gdouble); /* /usr/include/glib-2.0/glib/gdatetime.h:127:NC */ extern GDateTime *g_date_time_new_utc (gint, gint, gint, gint, gint, gdouble); /* /usr/include/glib-2.0/glib/gdatetime.h:135:NC */ extern GDateTime *g_date_time_add (GDateTime *, GTimeSpan); /* /usr/include/glib-2.0/glib/gdatetime.h:139:NC */ extern GDateTime *g_date_time_add_years (GDateTime *, gint); /* /usr/include/glib-2.0/glib/gdatetime.h:142:NC */ extern GDateTime *g_date_time_add_months (GDateTime *, gint); /* /usr/include/glib-2.0/glib/gdatetime.h:145:NC */ extern GDateTime *g_date_time_add_weeks (GDateTime *, gint); /* /usr/include/glib-2.0/glib/gdatetime.h:148:NC */ extern GDateTime *g_date_time_add_days (GDateTime *, gint); /* /usr/include/glib-2.0/glib/gdatetime.h:152:NC */ extern GDateTime *g_date_time_add_hours (GDateTime *, gint); /* /usr/include/glib-2.0/glib/gdatetime.h:155:NC */ extern GDateTime *g_date_time_add_minutes (GDateTime *, gint); /* /usr/include/glib-2.0/glib/gdatetime.h:158:NC */ extern GDateTime *g_date_time_add_seconds (GDateTime *, gdouble); /* /usr/include/glib-2.0/glib/gdatetime.h:162:NC */ extern GDateTime *g_date_time_add_full (GDateTime *, gint, gint, gint, gint, gint, gdouble); /* /usr/include/glib-2.0/glib/gdatetime.h:170:NC */ extern gint g_date_time_compare (gconstpointer, gconstpointer); /* /usr/include/glib-2.0/glib/gdatetime.h:172:NC */ extern GTimeSpan g_date_time_difference (GDateTime *, GDateTime *); /* /usr/include/glib-2.0/glib/gdatetime.h:174:NC */ extern guint g_date_time_hash (gconstpointer); /* /usr/include/glib-2.0/glib/gdatetime.h:175:NC */ extern gboolean g_date_time_equal (gconstpointer, gconstpointer); /* /usr/include/glib-2.0/glib/gdatetime.h:178:NC */ extern void g_date_time_get_ymd (GDateTime *, gint *, gint *, gint *); /* /usr/include/glib-2.0/glib/gdatetime.h:183:NC */ extern gint g_date_time_get_year (GDateTime *); /* /usr/include/glib-2.0/glib/gdatetime.h:184:NC */ extern gint g_date_time_get_month (GDateTime *); /* /usr/include/glib-2.0/glib/gdatetime.h:185:NC */ extern gint g_date_time_get_day_of_month (GDateTime *); /* /usr/include/glib-2.0/glib/gdatetime.h:187:NC */ extern gint g_date_time_get_week_numbering_year (GDateTime *); /* /usr/include/glib-2.0/glib/gdatetime.h:188:NC */ extern gint g_date_time_get_week_of_year (GDateTime *); /* /usr/include/glib-2.0/glib/gdatetime.h:189:NC */ extern gint g_date_time_get_day_of_week (GDateTime *); /* /usr/include/glib-2.0/glib/gdatetime.h:191:NC */ extern gint g_date_time_get_day_of_year (GDateTime *); /* /usr/include/glib-2.0/glib/gdatetime.h:193:NC */ extern gint g_date_time_get_hour (GDateTime *); /* /usr/include/glib-2.0/glib/gdatetime.h:194:NC */ extern gint g_date_time_get_minute (GDateTime *); /* /usr/include/glib-2.0/glib/gdatetime.h:195:NC */ extern gint g_date_time_get_second (GDateTime *); /* /usr/include/glib-2.0/glib/gdatetime.h:196:NC */ extern gint g_date_time_get_microsecond (GDateTime *); /* /usr/include/glib-2.0/glib/gdatetime.h:197:NC */ extern gdouble g_date_time_get_seconds (GDateTime *); /* /usr/include/glib-2.0/glib/gdatetime.h:199:NC */ extern gint64 g_date_time_to_unix (GDateTime *); /* /usr/include/glib-2.0/glib/gdatetime.h:200:NC */ extern gboolean g_date_time_to_timeval (GDateTime *, GTimeVal *); /* /usr/include/glib-2.0/glib/gdatetime.h:203:NC */ extern GTimeSpan g_date_time_get_utc_offset (GDateTime *); /* /usr/include/glib-2.0/glib/gdatetime.h:204:NC */ extern const gchar *g_date_time_get_timezone_abbreviation (GDateTime *); /* /usr/include/glib-2.0/glib/gdatetime.h:205:NC */ extern gboolean g_date_time_is_daylight_savings (GDateTime *); /* /usr/include/glib-2.0/glib/gdatetime.h:207:NC */ extern GDateTime *g_date_time_to_timezone (GDateTime *, GTimeZone *); /* /usr/include/glib-2.0/glib/gdatetime.h:209:NC */ extern GDateTime *g_date_time_to_local (GDateTime *); /* /usr/include/glib-2.0/glib/gdatetime.h:210:NC */ extern GDateTime *g_date_time_to_utc (GDateTime *); /* /usr/include/glib-2.0/glib/gdatetime.h:212:NC */ extern gchar *g_date_time_format (GDateTime *, const gchar *); /* /usr/include/glib-2.0/glib/gdir.h:45:NC */ extern GDir *g_dir_open (const gchar *, guint, GError **); /* /usr/include/glib-2.0/glib/gdir.h:48:NC */ extern const gchar *g_dir_read_name (GDir *); /* /usr/include/glib-2.0/glib/gdir.h:49:NC */ extern void g_dir_rewind (GDir *); /* /usr/include/glib-2.0/glib/gdir.h:50:NC */ extern void g_dir_close (GDir *); /* /usr/include/glib-2.0/glib/genviron.h:46:NC */ extern const gchar *g_getenv (const gchar *); /* /usr/include/glib-2.0/glib/genviron.h:47:NC */ extern gboolean g_setenv (const gchar *, const gchar *, gboolean); /* /usr/include/glib-2.0/glib/genviron.h:50:NC */ extern void g_unsetenv (const gchar *); /* /usr/include/glib-2.0/glib/genviron.h:51:NC */ extern gchar **g_listenv (void); /* /usr/include/glib-2.0/glib/genviron.h:53:NC */ extern gchar **g_get_environ (void); /* /usr/include/glib-2.0/glib/genviron.h:54:NC */ extern const gchar *g_environ_getenv (gchar **, const gchar *); /* /usr/include/glib-2.0/glib/genviron.h:56:NC */ extern gchar **g_environ_setenv (gchar **, const gchar *, const gchar *, gboolean); /* /usr/include/glib-2.0/glib/genviron.h:60:NC */ extern gchar **g_environ_unsetenv (gchar **, const gchar *); /* /usr/include/glib-2.0/glib/gfileutils.h:76:NC */ extern GQuark g_file_error_quark (void); /* /usr/include/glib-2.0/glib/gfileutils.h:78:NC */ extern GFileError g_file_error_from_errno (gint); /* /usr/include/glib-2.0/glib/gfileutils.h:89:NC */ extern gboolean g_file_test (const gchar *, GFileTest); /* /usr/include/glib-2.0/glib/gfileutils.h:91:NC */ extern gboolean g_file_get_contents (const gchar *, gchar **, gsize *, GError **); /* /usr/include/glib-2.0/glib/gfileutils.h:95:NC */ extern gboolean g_file_set_contents (const gchar *, const gchar *, gssize, GError **); /* /usr/include/glib-2.0/glib/gfileutils.h:99:NC */ extern gchar *g_file_read_link (const gchar *, GError **); /* /usr/include/glib-2.0/glib/gfileutils.h:103:NC */ extern gchar *g_mkdtemp (gchar *); /* /usr/include/glib-2.0/glib/gfileutils.h:104:NC */ extern gchar *g_mkdtemp_full (gchar *, gint); /* /usr/include/glib-2.0/glib/gfileutils.h:108:NC */ extern gint g_mkstemp (gchar *); /* /usr/include/glib-2.0/glib/gfileutils.h:109:NC */ extern gint g_mkstemp_full (gchar *, gint, gint); /* /usr/include/glib-2.0/glib/gfileutils.h:114:NC */ extern gint g_file_open_tmp (const gchar *, gchar **, GError **); /* /usr/include/glib-2.0/glib/gfileutils.h:117:NC */ extern gchar *g_dir_make_tmp (const gchar *, GError **); /* /usr/include/glib-2.0/glib/gfileutils.h:120:NC */ extern gchar *g_build_path (const gchar *, const gchar *, ...); /* /usr/include/glib-2.0/glib/gfileutils.h:123:NC */ extern gchar *g_build_pathv (const gchar *, gchar **); /* /usr/include/glib-2.0/glib/gfileutils.h:126:NC */ extern gchar *g_build_filename (const gchar *, ...); /* /usr/include/glib-2.0/glib/gfileutils.h:128:NC */ extern gchar *g_build_filenamev (gchar **); /* /usr/include/glib-2.0/glib/gfileutils.h:130:NC */ extern gint g_mkdir_with_parents (const gchar *, gint); /* /usr/include/glib-2.0/glib/gfileutils.h:155:NC */ extern gboolean g_path_is_absolute (const gchar *); /* /usr/include/glib-2.0/glib/gfileutils.h:156:NC */ extern const gchar *g_path_skip_root (const gchar *); /* /usr/include/glib-2.0/glib/gfileutils.h:159:NC */ extern const gchar *g_basename (const gchar *); /* /usr/include/glib-2.0/glib/gfileutils.h:170:NC */ extern gchar *g_get_current_dir (void); /* /usr/include/glib-2.0/glib/gfileutils.h:171:NC */ extern gchar *g_path_get_basename (const gchar *); /* /usr/include/glib-2.0/glib/gfileutils.h:172:NC */ extern gchar *g_path_get_dirname (const gchar *); /* /usr/include/glib-2.0/glib/ggettext.h:38:NC */ extern const gchar *g_strip_context (const gchar *, const gchar *); /* /usr/include/glib-2.0/glib/ggettext.h:41:NC */ extern const gchar *g_dgettext (const gchar *, const gchar *); /* /usr/include/glib-2.0/glib/ggettext.h:43:NC */ extern const gchar *g_dcgettext (const gchar *, const gchar *, gint); /* /usr/include/glib-2.0/glib/ggettext.h:46:NC */ extern const gchar *g_dngettext (const gchar *, const gchar *, const gchar *, gulong); /* /usr/include/glib-2.0/glib/ggettext.h:50:NC */ extern const gchar *g_dpgettext (const gchar *, const gchar *, gsize); /* /usr/include/glib-2.0/glib/ggettext.h:53:NC */ extern const gchar *g_dpgettext2 (const gchar *, const gchar *, const gchar *); /* /usr/include/glib-2.0/glib/gmem.h:70:NC */ extern void g_free (gpointer); /* /usr/include/glib-2.0/glib/gmem.h:72:NC */ extern gpointer g_malloc (gsize); /* /usr/include/glib-2.0/glib/gmem.h:73:NC */ extern gpointer g_malloc0 (gsize); /* /usr/include/glib-2.0/glib/gmem.h:74:NC */ extern gpointer g_realloc (gpointer, gsize); /* /usr/include/glib-2.0/glib/gmem.h:76:NC */ extern gpointer g_try_malloc (gsize); /* /usr/include/glib-2.0/glib/gmem.h:77:NC */ extern gpointer g_try_malloc0 (gsize); /* /usr/include/glib-2.0/glib/gmem.h:78:NC */ extern gpointer g_try_realloc (gpointer, gsize); /* /usr/include/glib-2.0/glib/gmem.h:81:NC */ extern gpointer g_malloc_n (gsize, gsize); /* /usr/include/glib-2.0/glib/gmem.h:83:NC */ extern gpointer g_malloc0_n (gsize, gsize); /* /usr/include/glib-2.0/glib/gmem.h:85:NC */ extern gpointer g_realloc_n (gpointer, gsize, gsize); /* /usr/include/glib-2.0/glib/gmem.h:88:NC */ extern gpointer g_try_malloc_n (gsize, gsize); /* /usr/include/glib-2.0/glib/gmem.h:90:NC */ extern gpointer g_try_malloc0_n (gsize, gsize); /* /usr/include/glib-2.0/glib/gmem.h:92:NC */ extern gpointer g_try_realloc_n (gpointer, gsize, gsize); /* /usr/include/glib-2.0/glib/gmem.h:252:NC */ extern void g_mem_set_vtable (GMemVTable *); /* /usr/include/glib-2.0/glib/gmem.h:253:NC */ extern gboolean g_mem_is_system_malloc (void); /* /usr/include/glib-2.0/glib/gmem.h:260:NC */ extern void g_mem_profile (void); /* /usr/include/glib-2.0/glib/glist.h:49:NC */ extern GList *g_list_alloc (void); /* /usr/include/glib-2.0/glib/glist.h:50:NC */ extern void g_list_free (GList *); /* /usr/include/glib-2.0/glib/glist.h:51:NC */ extern void g_list_free_1 (GList *); /* /usr/include/glib-2.0/glib/glist.h:53:NC */ extern void g_list_free_full (GList *, GDestroyNotify); /* /usr/include/glib-2.0/glib/glist.h:55:NC */ extern GList *g_list_append (GList *, gpointer); /* /usr/include/glib-2.0/glib/glist.h:57:NC */ extern GList *g_list_prepend (GList *, gpointer); /* /usr/include/glib-2.0/glib/glist.h:59:NC */ extern GList *g_list_insert (GList *, gpointer, gint); /* /usr/include/glib-2.0/glib/glist.h:62:NC */ extern GList *g_list_insert_sorted (GList *, gpointer, GCompareFunc); /* /usr/include/glib-2.0/glib/glist.h:65:NC */ extern GList *g_list_insert_sorted_with_data (GList *, gpointer, GCompareDataFunc, gpointer); /* /usr/include/glib-2.0/glib/glist.h:69:NC */ extern GList *g_list_insert_before (GList *, GList *, gpointer); /* /usr/include/glib-2.0/glib/glist.h:72:NC */ extern GList *g_list_concat (GList *, GList *); /* /usr/include/glib-2.0/glib/glist.h:74:NC */ extern GList *g_list_remove (GList *, gconstpointer); /* /usr/include/glib-2.0/glib/glist.h:76:NC */ extern GList *g_list_remove_all (GList *, gconstpointer); /* /usr/include/glib-2.0/glib/glist.h:78:NC */ extern GList *g_list_remove_link (GList *, GList *); /* /usr/include/glib-2.0/glib/glist.h:80:NC */ extern GList *g_list_delete_link (GList *, GList *); /* /usr/include/glib-2.0/glib/glist.h:82:NC */ extern GList *g_list_reverse (GList *); /* /usr/include/glib-2.0/glib/glist.h:83:NC */ extern GList *g_list_copy (GList *); /* /usr/include/glib-2.0/glib/glist.h:84:NC */ extern GList *g_list_nth (GList *, guint); /* /usr/include/glib-2.0/glib/glist.h:86:NC */ extern GList *g_list_nth_prev (GList *, guint); /* /usr/include/glib-2.0/glib/glist.h:88:NC */ extern GList *g_list_find (GList *, gconstpointer); /* /usr/include/glib-2.0/glib/glist.h:90:NC */ extern GList *g_list_find_custom (GList *, gconstpointer, GCompareFunc); /* /usr/include/glib-2.0/glib/glist.h:93:NC */ extern gint g_list_position (GList *, GList *); /* /usr/include/glib-2.0/glib/glist.h:95:NC */ extern gint g_list_index (GList *, gconstpointer); /* /usr/include/glib-2.0/glib/glist.h:97:NC */ extern GList *g_list_last (GList *); /* /usr/include/glib-2.0/glib/glist.h:98:NC */ extern GList *g_list_first (GList *); /* /usr/include/glib-2.0/glib/glist.h:99:NC */ extern guint g_list_length (GList *); /* /usr/include/glib-2.0/glib/glist.h:100:NC */ extern void g_list_foreach (GList *, GFunc, gpointer); /* /usr/include/glib-2.0/glib/glist.h:103:NC */ extern GList *g_list_sort (GList *, GCompareFunc); /* /usr/include/glib-2.0/glib/glist.h:105:NC */ extern GList *g_list_sort_with_data (GList *, GCompareDataFunc, gpointer); /* /usr/include/glib-2.0/glib/glist.h:108:NC */ extern gpointer g_list_nth_data (GList *, guint); /* /usr/include/glib-2.0/glib/ghash.h:58:NC */ extern GHashTable *g_hash_table_new (GHashFunc, GEqualFunc); /* /usr/include/glib-2.0/glib/ghash.h:60:NC */ extern GHashTable *g_hash_table_new_full (GHashFunc, GEqualFunc, GDestroyNotify, GDestroyNotify); /* /usr/include/glib-2.0/glib/ghash.h:64:NC */ extern void g_hash_table_destroy (GHashTable *); /* /usr/include/glib-2.0/glib/ghash.h:65:NC */ extern void g_hash_table_insert (GHashTable *, gpointer, gpointer); /* /usr/include/glib-2.0/glib/ghash.h:68:NC */ extern void g_hash_table_replace (GHashTable *, gpointer, gpointer); /* /usr/include/glib-2.0/glib/ghash.h:71:NC */ extern void g_hash_table_add (GHashTable *, gpointer); /* /usr/include/glib-2.0/glib/ghash.h:73:NC */ extern gboolean g_hash_table_remove (GHashTable *, gconstpointer); /* /usr/include/glib-2.0/glib/ghash.h:75:NC */ extern void g_hash_table_remove_all (GHashTable *); /* /usr/include/glib-2.0/glib/ghash.h:76:NC */ extern gboolean g_hash_table_steal (GHashTable *, gconstpointer); /* /usr/include/glib-2.0/glib/ghash.h:78:NC */ extern void g_hash_table_steal_all (GHashTable *); /* /usr/include/glib-2.0/glib/ghash.h:79:NC */ extern gpointer g_hash_table_lookup (GHashTable *, gconstpointer); /* /usr/include/glib-2.0/glib/ghash.h:81:NC */ extern gboolean g_hash_table_contains (GHashTable *, gconstpointer); /* /usr/include/glib-2.0/glib/ghash.h:83:NC */ extern gboolean g_hash_table_lookup_extended (GHashTable *, gconstpointer, gpointer *, gpointer *); /* /usr/include/glib-2.0/glib/ghash.h:87:NC */ extern void g_hash_table_foreach (GHashTable *, GHFunc, gpointer); /* /usr/include/glib-2.0/glib/ghash.h:90:NC */ extern gpointer g_hash_table_find (GHashTable *, GHRFunc, gpointer); /* /usr/include/glib-2.0/glib/ghash.h:93:NC */ extern guint g_hash_table_foreach_remove (GHashTable *, GHRFunc, gpointer); /* /usr/include/glib-2.0/glib/ghash.h:96:NC */ extern guint g_hash_table_foreach_steal (GHashTable *, GHRFunc, gpointer); /* /usr/include/glib-2.0/glib/ghash.h:99:NC */ extern guint g_hash_table_size (GHashTable *); /* /usr/include/glib-2.0/glib/ghash.h:100:NC */ extern GList *g_hash_table_get_keys (GHashTable *); /* /usr/include/glib-2.0/glib/ghash.h:101:NC */ extern GList *g_hash_table_get_values (GHashTable *); /* /usr/include/glib-2.0/glib/ghash.h:103:NC */ extern void g_hash_table_iter_init (GHashTableIter *, GHashTable *); /* /usr/include/glib-2.0/glib/ghash.h:105:NC */ extern gboolean g_hash_table_iter_next (GHashTableIter *, gpointer *, gpointer *); /* /usr/include/glib-2.0/glib/ghash.h:108:NC */ extern GHashTable *g_hash_table_iter_get_hash_table (GHashTableIter *); /* /usr/include/glib-2.0/glib/ghash.h:109:NC */ extern void g_hash_table_iter_remove (GHashTableIter *); /* /usr/include/glib-2.0/glib/ghash.h:110:NC */ extern void g_hash_table_iter_replace (GHashTableIter *, gpointer); /* /usr/include/glib-2.0/glib/ghash.h:112:NC */ extern void g_hash_table_iter_steal (GHashTableIter *); /* /usr/include/glib-2.0/glib/ghash.h:114:NC */ extern GHashTable *g_hash_table_ref (GHashTable *); /* /usr/include/glib-2.0/glib/ghash.h:115:NC */ extern void g_hash_table_unref (GHashTable *); /* /usr/include/glib-2.0/glib/ghash.h:124:NC */ extern gboolean g_str_equal (gconstpointer, gconstpointer); /* /usr/include/glib-2.0/glib/ghash.h:126:NC */ extern guint g_str_hash (gconstpointer); /* /usr/include/glib-2.0/glib/ghash.h:128:NC */ extern gboolean g_int_equal (gconstpointer, gconstpointer); /* /usr/include/glib-2.0/glib/ghash.h:130:NC */ extern guint g_int_hash (gconstpointer); /* /usr/include/glib-2.0/glib/ghash.h:132:NC */ extern gboolean g_int64_equal (gconstpointer, gconstpointer); /* /usr/include/glib-2.0/glib/ghash.h:134:NC */ extern guint g_int64_hash (gconstpointer); /* /usr/include/glib-2.0/glib/ghash.h:136:NC */ extern gboolean g_double_equal (gconstpointer, gconstpointer); /* /usr/include/glib-2.0/glib/ghash.h:138:NC */ extern guint g_double_hash (gconstpointer); /* /usr/include/glib-2.0/glib/ghash.h:140:NC */ extern guint g_direct_hash (gconstpointer); /* /usr/include/glib-2.0/glib/ghash.h:141:NC */ extern gboolean g_direct_equal (gconstpointer, gconstpointer); /* /usr/include/glib-2.0/glib/ghmac.h:44:NC */ extern GHmac *g_hmac_new (GChecksumType, const guchar *, gsize); /* /usr/include/glib-2.0/glib/ghmac.h:47:NC */ extern GHmac *g_hmac_copy (const GHmac *); /* /usr/include/glib-2.0/glib/ghmac.h:48:NC */ extern GHmac *g_hmac_ref (GHmac *); /* /usr/include/glib-2.0/glib/ghmac.h:49:NC */ extern void g_hmac_unref (GHmac *); /* /usr/include/glib-2.0/glib/ghmac.h:50:NC */ extern void g_hmac_update (GHmac *, const guchar *, gssize); /* /usr/include/glib-2.0/glib/ghmac.h:53:NC */ extern const gchar *g_hmac_get_string (GHmac *); /* /usr/include/glib-2.0/glib/ghmac.h:54:NC */ extern void g_hmac_get_digest (GHmac *, guint8 *, gsize *); /* /usr/include/glib-2.0/glib/ghmac.h:58:NC */ extern gchar *g_compute_hmac_for_data (GChecksumType, const guchar *, gsize, const guchar *, gsize); /* /usr/include/glib-2.0/glib/ghmac.h:63:NC */ extern gchar *g_compute_hmac_for_string (GChecksumType, const guchar *, gsize, const gchar *, gssize); /* /usr/include/glib-2.0/glib/ghook.h:106:NC */ extern void g_hook_list_init (GHookList *, guint); /* /usr/include/glib-2.0/glib/ghook.h:108:NC */ extern void g_hook_list_clear (GHookList *); /* /usr/include/glib-2.0/glib/ghook.h:109:NC */ extern GHook *g_hook_alloc (GHookList *); /* /usr/include/glib-2.0/glib/ghook.h:110:NC */ extern void g_hook_free (GHookList *, GHook *); /* /usr/include/glib-2.0/glib/ghook.h:112:NC */ extern GHook *g_hook_ref (GHookList *, GHook *); /* /usr/include/glib-2.0/glib/ghook.h:114:NC */ extern void g_hook_unref (GHookList *, GHook *); /* /usr/include/glib-2.0/glib/ghook.h:116:NC */ extern gboolean g_hook_destroy (GHookList *, gulong); /* /usr/include/glib-2.0/glib/ghook.h:118:NC */ extern void g_hook_destroy_link (GHookList *, GHook *); /* /usr/include/glib-2.0/glib/ghook.h:120:NC */ extern void g_hook_prepend (GHookList *, GHook *); /* /usr/include/glib-2.0/glib/ghook.h:122:NC */ extern void g_hook_insert_before (GHookList *, GHook *, GHook *); /* /usr/include/glib-2.0/glib/ghook.h:125:NC */ extern void g_hook_insert_sorted (GHookList *, GHook *, GHookCompareFunc); /* /usr/include/glib-2.0/glib/ghook.h:128:NC */ extern GHook *g_hook_get (GHookList *, gulong); /* /usr/include/glib-2.0/glib/ghook.h:130:NC */ extern GHook *g_hook_find (GHookList *, gboolean, GHookFindFunc, gpointer); /* /usr/include/glib-2.0/glib/ghook.h:134:NC */ extern GHook *g_hook_find_data (GHookList *, gboolean, gpointer); /* /usr/include/glib-2.0/glib/ghook.h:137:NC */ extern GHook *g_hook_find_func (GHookList *, gboolean, gpointer); /* /usr/include/glib-2.0/glib/ghook.h:140:NC */ extern GHook *g_hook_find_func_data (GHookList *, gboolean, gpointer, gpointer); /* /usr/include/glib-2.0/glib/ghook.h:145:NC */ extern GHook *g_hook_first_valid (GHookList *, gboolean); /* /usr/include/glib-2.0/glib/ghook.h:150:NC */ extern GHook *g_hook_next_valid (GHookList *, GHook *, gboolean); /* /usr/include/glib-2.0/glib/ghook.h:154:NC */ extern gint g_hook_compare_ids (GHook *, GHook *); /* /usr/include/glib-2.0/glib/ghook.h:161:NC */ extern void g_hook_list_invoke (GHookList *, gboolean); /* /usr/include/glib-2.0/glib/ghook.h:166:NC */ extern void g_hook_list_invoke_check (GHookList *, gboolean); /* /usr/include/glib-2.0/glib/ghook.h:170:NC */ extern void g_hook_list_marshal (GHookList *, gboolean, GHookMarshaller, gpointer); /* /usr/include/glib-2.0/glib/ghook.h:174:NC */ extern void g_hook_list_marshal_check (GHookList *, gboolean, GHookCheckMarshaller, gpointer); /* /usr/include/glib-2.0/glib/ghostutils.h:31:NC */ extern gboolean g_hostname_is_non_ascii (const gchar *); /* /usr/include/glib-2.0/glib/ghostutils.h:32:NC */ extern gboolean g_hostname_is_ascii_encoded (const gchar *); /* /usr/include/glib-2.0/glib/ghostutils.h:33:NC */ extern gboolean g_hostname_is_ip_address (const gchar *); /* /usr/include/glib-2.0/glib/ghostutils.h:35:NC */ extern gchar *g_hostname_to_ascii (const gchar *); /* /usr/include/glib-2.0/glib/ghostutils.h:36:NC */ extern gchar *g_hostname_to_unicode (const gchar *); /* /usr/include/glib-2.0/glib/gpoll.h:114:NC */ extern gint g_poll (GPollFD *, guint, gint); /* /usr/include/glib-2.0/glib/gslist.h:48:NC */ extern GSList *g_slist_alloc (void); /* /usr/include/glib-2.0/glib/gslist.h:49:NC */ extern void g_slist_free (GSList *); /* /usr/include/glib-2.0/glib/gslist.h:50:NC */ extern void g_slist_free_1 (GSList *); /* /usr/include/glib-2.0/glib/gslist.h:52:NC */ extern void g_slist_free_full (GSList *, GDestroyNotify); /* /usr/include/glib-2.0/glib/gslist.h:54:NC */ extern GSList *g_slist_append (GSList *, gpointer); /* /usr/include/glib-2.0/glib/gslist.h:56:NC */ extern GSList *g_slist_prepend (GSList *, gpointer); /* /usr/include/glib-2.0/glib/gslist.h:58:NC */ extern GSList *g_slist_insert (GSList *, gpointer, gint); /* /usr/include/glib-2.0/glib/gslist.h:61:NC */ extern GSList *g_slist_insert_sorted (GSList *, gpointer, GCompareFunc); /* /usr/include/glib-2.0/glib/gslist.h:64:NC */ extern GSList *g_slist_insert_sorted_with_data (GSList *, gpointer, GCompareDataFunc, gpointer); /* /usr/include/glib-2.0/glib/gslist.h:68:NC */ extern GSList *g_slist_insert_before (GSList *, GSList *, gpointer); /* /usr/include/glib-2.0/glib/gslist.h:71:NC */ extern GSList *g_slist_concat (GSList *, GSList *); /* /usr/include/glib-2.0/glib/gslist.h:73:NC */ extern GSList *g_slist_remove (GSList *, gconstpointer); /* /usr/include/glib-2.0/glib/gslist.h:75:NC */ extern GSList *g_slist_remove_all (GSList *, gconstpointer); /* /usr/include/glib-2.0/glib/gslist.h:77:NC */ extern GSList *g_slist_remove_link (GSList *, GSList *); /* /usr/include/glib-2.0/glib/gslist.h:79:NC */ extern GSList *g_slist_delete_link (GSList *, GSList *); /* /usr/include/glib-2.0/glib/gslist.h:81:NC */ extern GSList *g_slist_reverse (GSList *); /* /usr/include/glib-2.0/glib/gslist.h:82:NC */ extern GSList *g_slist_copy (GSList *); /* /usr/include/glib-2.0/glib/gslist.h:83:NC */ extern GSList *g_slist_nth (GSList *, guint); /* /usr/include/glib-2.0/glib/gslist.h:85:NC */ extern GSList *g_slist_find (GSList *, gconstpointer); /* /usr/include/glib-2.0/glib/gslist.h:87:NC */ extern GSList *g_slist_find_custom (GSList *, gconstpointer, GCompareFunc); /* /usr/include/glib-2.0/glib/gslist.h:90:NC */ extern gint g_slist_position (GSList *, GSList *); /* /usr/include/glib-2.0/glib/gslist.h:92:NC */ extern gint g_slist_index (GSList *, gconstpointer); /* /usr/include/glib-2.0/glib/gslist.h:94:NC */ extern GSList *g_slist_last (GSList *); /* /usr/include/glib-2.0/glib/gslist.h:95:NC */ extern guint g_slist_length (GSList *); /* /usr/include/glib-2.0/glib/gslist.h:96:NC */ extern void g_slist_foreach (GSList *, GFunc, gpointer); /* /usr/include/glib-2.0/glib/gslist.h:99:NC */ extern GSList *g_slist_sort (GSList *, GCompareFunc); /* /usr/include/glib-2.0/glib/gslist.h:101:NC */ extern GSList *g_slist_sort_with_data (GSList *, GCompareDataFunc, gpointer); /* /usr/include/glib-2.0/glib/gslist.h:104:NC */ extern gpointer g_slist_nth_data (GSList *, guint); /* /usr/include/glib-2.0/glib/gmain.h:285:NC */ extern GMainContext *g_main_context_new (void); /* /usr/include/glib-2.0/glib/gmain.h:286:NC */ extern GMainContext *g_main_context_ref (GMainContext *); /* /usr/include/glib-2.0/glib/gmain.h:287:NC */ extern void g_main_context_unref (GMainContext *); /* /usr/include/glib-2.0/glib/gmain.h:288:NC */ extern GMainContext *g_main_context_default (void); /* /usr/include/glib-2.0/glib/gmain.h:290:NC */ extern gboolean g_main_context_iteration (GMainContext *, gboolean); /* /usr/include/glib-2.0/glib/gmain.h:292:NC */ extern gboolean g_main_context_pending (GMainContext *); /* /usr/include/glib-2.0/glib/gmain.h:296:NC */ extern GSource *g_main_context_find_source_by_id (GMainContext *, guint); /* /usr/include/glib-2.0/glib/gmain.h:298:NC */ extern GSource *g_main_context_find_source_by_user_data (GMainContext *, gpointer); /* /usr/include/glib-2.0/glib/gmain.h:300:NC */ extern GSource *g_main_context_find_source_by_funcs_user_data (GMainContext *, GSourceFuncs *, gpointer); /* /usr/include/glib-2.0/glib/gmain.h:306:NC */ extern void g_main_context_wakeup (GMainContext *); /* /usr/include/glib-2.0/glib/gmain.h:307:NC */ extern gboolean g_main_context_acquire (GMainContext *); /* /usr/include/glib-2.0/glib/gmain.h:308:NC */ extern void g_main_context_release (GMainContext *); /* /usr/include/glib-2.0/glib/gmain.h:309:NC */ extern gboolean g_main_context_is_owner (GMainContext *); /* /usr/include/glib-2.0/glib/gmain.h:310:NC */ extern gboolean g_main_context_wait (GMainContext *, GCond *, GMutex *); /* /usr/include/glib-2.0/glib/gmain.h:314:NC */ extern gboolean g_main_context_prepare (GMainContext *, gint *); /* /usr/include/glib-2.0/glib/gmain.h:316:NC */ extern gint g_main_context_query (GMainContext *, gint, gint *, GPollFD *, gint); /* /usr/include/glib-2.0/glib/gmain.h:321:NC */ extern gint g_main_context_check (GMainContext *, gint, GPollFD *, gint); /* /usr/include/glib-2.0/glib/gmain.h:325:NC */ extern void g_main_context_dispatch (GMainContext *); /* /usr/include/glib-2.0/glib/gmain.h:327:NC */ extern void g_main_context_set_poll_func (GMainContext *, GPollFunc); /* /usr/include/glib-2.0/glib/gmain.h:329:NC */ extern GPollFunc g_main_context_get_poll_func (GMainContext *); /* /usr/include/glib-2.0/glib/gmain.h:333:NC */ extern void g_main_context_add_poll (GMainContext *, GPollFD *, gint); /* /usr/include/glib-2.0/glib/gmain.h:336:NC */ extern void g_main_context_remove_poll (GMainContext *, GPollFD *); /* /usr/include/glib-2.0/glib/gmain.h:339:NC */ extern gint g_main_depth (void); /* /usr/include/glib-2.0/glib/gmain.h:340:NC */ extern GSource *g_main_current_source (void); /* /usr/include/glib-2.0/glib/gmain.h:344:NC */ extern void g_main_context_push_thread_default (GMainContext *); /* /usr/include/glib-2.0/glib/gmain.h:345:NC */ extern void g_main_context_pop_thread_default (GMainContext *); /* /usr/include/glib-2.0/glib/gmain.h:346:NC */ extern GMainContext *g_main_context_get_thread_default (void); /* /usr/include/glib-2.0/glib/gmain.h:347:NC */ extern GMainContext *g_main_context_ref_thread_default (void); /* /usr/include/glib-2.0/glib/gmain.h:351:NC */ extern GMainLoop *g_main_loop_new (GMainContext *, gboolean); /* /usr/include/glib-2.0/glib/gmain.h:353:NC */ extern void g_main_loop_run (GMainLoop *); /* /usr/include/glib-2.0/glib/gmain.h:354:NC */ extern void g_main_loop_quit (GMainLoop *); /* /usr/include/glib-2.0/glib/gmain.h:355:NC */ extern GMainLoop *g_main_loop_ref (GMainLoop *); /* /usr/include/glib-2.0/glib/gmain.h:356:NC */ extern void g_main_loop_unref (GMainLoop *); /* /usr/include/glib-2.0/glib/gmain.h:357:NC */ extern gboolean g_main_loop_is_running (GMainLoop *); /* /usr/include/glib-2.0/glib/gmain.h:358:NC */ extern GMainContext *g_main_loop_get_context (GMainLoop *); /* /usr/include/glib-2.0/glib/gmain.h:362:NC */ extern GSource *g_source_new (GSourceFuncs *, guint); /* /usr/include/glib-2.0/glib/gmain.h:364:NC */ extern GSource *g_source_ref (GSource *); /* /usr/include/glib-2.0/glib/gmain.h:365:NC */ extern void g_source_unref (GSource *); /* /usr/include/glib-2.0/glib/gmain.h:367:NC */ extern guint g_source_attach (GSource *, GMainContext *); /* /usr/include/glib-2.0/glib/gmain.h:369:NC */ extern void g_source_destroy (GSource *); /* /usr/include/glib-2.0/glib/gmain.h:371:NC */ extern void g_source_set_priority (GSource *, gint); /* /usr/include/glib-2.0/glib/gmain.h:373:NC */ extern gint g_source_get_priority (GSource *); /* /usr/include/glib-2.0/glib/gmain.h:374:NC */ extern void g_source_set_can_recurse (GSource *, gboolean); /* /usr/include/glib-2.0/glib/gmain.h:376:NC */ extern gboolean g_source_get_can_recurse (GSource *); /* /usr/include/glib-2.0/glib/gmain.h:377:NC */ extern guint g_source_get_id (GSource *); /* /usr/include/glib-2.0/glib/gmain.h:379:NC */ extern GMainContext *g_source_get_context (GSource *); /* /usr/include/glib-2.0/glib/gmain.h:381:NC */ extern void g_source_set_callback (GSource *, GSourceFunc, gpointer, GDestroyNotify); /* /usr/include/glib-2.0/glib/gmain.h:386:NC */ extern void g_source_set_funcs (GSource *, GSourceFuncs *); /* /usr/include/glib-2.0/glib/gmain.h:388:NC */ extern gboolean g_source_is_destroyed (GSource *); /* /usr/include/glib-2.0/glib/gmain.h:390:NC */ extern void g_source_set_name (GSource *, const char *); /* /usr/include/glib-2.0/glib/gmain.h:392:NC */ extern const char *g_source_get_name (GSource *); /* /usr/include/glib-2.0/glib/gmain.h:393:NC */ extern void g_source_set_name_by_id (guint, const char *); /* /usr/include/glib-2.0/glib/gmain.h:398:NC */ extern void g_source_set_callback_indirect (GSource *, gpointer, GSourceCallbackFuncs *); /* /usr/include/glib-2.0/glib/gmain.h:402:NC */ extern void g_source_add_poll (GSource *, GPollFD *); /* /usr/include/glib-2.0/glib/gmain.h:404:NC */ extern void g_source_remove_poll (GSource *, GPollFD *); /* /usr/include/glib-2.0/glib/gmain.h:407:NC */ extern void g_source_add_child_source (GSource *, GSource *); /* /usr/include/glib-2.0/glib/gmain.h:409:NC */ extern void g_source_remove_child_source (GSource *, GSource *); /* /usr/include/glib-2.0/glib/gmain.h:413:NC */ extern void g_source_get_current_time (GSource *, GTimeVal *); /* /usr/include/glib-2.0/glib/gmain.h:416:NC */ extern gint64 g_source_get_time (GSource *); /* /usr/include/glib-2.0/glib/gmain.h:424:NC */ extern GSource *g_idle_source_new (void); /* /usr/include/glib-2.0/glib/gmain.h:425:NC */ extern GSource *g_child_watch_source_new (GPid); /* /usr/include/glib-2.0/glib/gmain.h:426:NC */ extern GSource *g_timeout_source_new (guint); /* /usr/include/glib-2.0/glib/gmain.h:427:NC */ extern GSource *g_timeout_source_new_seconds (guint); /* /usr/include/glib-2.0/glib/gmain.h:431:NC */ extern void g_get_current_time (GTimeVal *); /* /usr/include/glib-2.0/glib/gmain.h:432:NC */ extern gint64 g_get_monotonic_time (void); /* /usr/include/glib-2.0/glib/gmain.h:433:NC */ extern gint64 g_get_real_time (void); /* /usr/include/glib-2.0/glib/gmain.h:437:NC */ extern gboolean g_source_remove (guint); /* /usr/include/glib-2.0/glib/gmain.h:438:NC */ extern gboolean g_source_remove_by_user_data (gpointer); /* /usr/include/glib-2.0/glib/gmain.h:439:NC */ extern gboolean g_source_remove_by_funcs_user_data (GSourceFuncs *, gpointer); /* /usr/include/glib-2.0/glib/gmain.h:443:NC */ extern guint g_timeout_add_full (gint, guint, GSourceFunc, gpointer, GDestroyNotify); /* /usr/include/glib-2.0/glib/gmain.h:448:NC */ extern guint g_timeout_add (guint, GSourceFunc, gpointer); /* /usr/include/glib-2.0/glib/gmain.h:451:NC */ extern guint g_timeout_add_seconds_full (gint, guint, GSourceFunc, gpointer, GDestroyNotify); /* /usr/include/glib-2.0/glib/gmain.h:456:NC */ extern guint g_timeout_add_seconds (guint, GSourceFunc, gpointer); /* /usr/include/glib-2.0/glib/gmain.h:459:NC */ extern guint g_child_watch_add_full (gint, GPid, GChildWatchFunc, gpointer, GDestroyNotify); /* /usr/include/glib-2.0/glib/gmain.h:464:NC */ extern guint g_child_watch_add (GPid, GChildWatchFunc, gpointer); /* /usr/include/glib-2.0/glib/gmain.h:467:NC */ extern guint g_idle_add (GSourceFunc, gpointer); /* /usr/include/glib-2.0/glib/gmain.h:469:NC */ extern guint g_idle_add_full (gint, GSourceFunc, gpointer, GDestroyNotify); /* /usr/include/glib-2.0/glib/gmain.h:473:NC */ extern gboolean g_idle_remove_by_data (gpointer); /* /usr/include/glib-2.0/glib/gmain.h:475:NC */ extern void g_main_context_invoke_full (GMainContext *, gint, GSourceFunc, gpointer, GDestroyNotify); /* /usr/include/glib-2.0/glib/gmain.h:480:NC */ extern void g_main_context_invoke (GMainContext *, GSourceFunc, gpointer); /* /usr/include/glib-2.0/glib/gunicode.h:509:NC */ extern guint32 g_unicode_script_to_iso15924 (GUnicodeScript); /* /usr/include/glib-2.0/glib/gunicode.h:510:NC */ extern GUnicodeScript g_unicode_script_from_iso15924 (guint32); /* /usr/include/glib-2.0/glib/gunicode.h:514:NC */ extern gboolean g_unichar_isalnum (gunichar); /* /usr/include/glib-2.0/glib/gunicode.h:515:NC */ extern gboolean g_unichar_isalpha (gunichar); /* /usr/include/glib-2.0/glib/gunicode.h:516:NC */ extern gboolean g_unichar_iscntrl (gunichar); /* /usr/include/glib-2.0/glib/gunicode.h:517:NC */ extern gboolean g_unichar_isdigit (gunichar); /* /usr/include/glib-2.0/glib/gunicode.h:518:NC */ extern gboolean g_unichar_isgraph (gunichar); /* /usr/include/glib-2.0/glib/gunicode.h:519:NC */ extern gboolean g_unichar_islower (gunichar); /* /usr/include/glib-2.0/glib/gunicode.h:520:NC */ extern gboolean g_unichar_isprint (gunichar); /* /usr/include/glib-2.0/glib/gunicode.h:521:NC */ extern gboolean g_unichar_ispunct (gunichar); /* /usr/include/glib-2.0/glib/gunicode.h:522:NC */ extern gboolean g_unichar_isspace (gunichar); /* /usr/include/glib-2.0/glib/gunicode.h:523:NC */ extern gboolean g_unichar_isupper (gunichar); /* /usr/include/glib-2.0/glib/gunicode.h:524:NC */ extern gboolean g_unichar_isxdigit (gunichar); /* /usr/include/glib-2.0/glib/gunicode.h:525:NC */ extern gboolean g_unichar_istitle (gunichar); /* /usr/include/glib-2.0/glib/gunicode.h:526:NC */ extern gboolean g_unichar_isdefined (gunichar); /* /usr/include/glib-2.0/glib/gunicode.h:527:NC */ extern gboolean g_unichar_iswide (gunichar); /* /usr/include/glib-2.0/glib/gunicode.h:528:NC */ extern gboolean g_unichar_iswide_cjk (gunichar); /* /usr/include/glib-2.0/glib/gunicode.h:529:NC */ extern gboolean g_unichar_iszerowidth (gunichar); /* /usr/include/glib-2.0/glib/gunicode.h:530:NC */ extern gboolean g_unichar_ismark (gunichar); /* /usr/include/glib-2.0/glib/gunicode.h:534:NC */ extern gunichar g_unichar_toupper (gunichar); /* /usr/include/glib-2.0/glib/gunicode.h:535:NC */ extern gunichar g_unichar_tolower (gunichar); /* /usr/include/glib-2.0/glib/gunicode.h:536:NC */ extern gunichar g_unichar_totitle (gunichar); /* /usr/include/glib-2.0/glib/gunicode.h:540:NC */ extern gint g_unichar_digit_value (gunichar); /* /usr/include/glib-2.0/glib/gunicode.h:542:NC */ extern gint g_unichar_xdigit_value (gunichar); /* /usr/include/glib-2.0/glib/gunicode.h:545:NC */ extern GUnicodeType g_unichar_type (gunichar); /* /usr/include/glib-2.0/glib/gunicode.h:548:NC */ extern GUnicodeBreakType g_unichar_break_type (gunichar); /* /usr/include/glib-2.0/glib/gunicode.h:551:NC */ extern gint g_unichar_combining_class (gunichar); /* /usr/include/glib-2.0/glib/gunicode.h:553:NC */ extern gboolean g_unichar_get_mirror_char (gunichar, gunichar *); /* /usr/include/glib-2.0/glib/gunicode.h:556:NC */ extern GUnicodeScript g_unichar_get_script (gunichar); /* /usr/include/glib-2.0/glib/gunicode.h:559:NC */ extern gboolean g_unichar_validate (gunichar); /* /usr/include/glib-2.0/glib/gunicode.h:562:NC */ extern gboolean g_unichar_compose (gunichar, gunichar, gunichar *); /* /usr/include/glib-2.0/glib/gunicode.h:565:NC */ extern gboolean g_unichar_decompose (gunichar, gunichar *, gunichar *); /* /usr/include/glib-2.0/glib/gunicode.h:569:NC */ extern gsize g_unichar_fully_decompose (gunichar, gboolean, gunichar *, gsize); /* /usr/include/glib-2.0/glib/gunicode.h:589:NC */ extern void g_unicode_canonical_ordering (gunichar *, gsize); /* /usr/include/glib-2.0/glib/gunicode.h:594:NC */ extern gunichar *g_unicode_canonical_decomposition (gunichar, gsize *); /* /usr/include/glib-2.0/glib/gunicode.h:614:NC */ extern gunichar g_utf8_get_char (const gchar *); /* /usr/include/glib-2.0/glib/gunicode.h:615:NC */ extern gunichar g_utf8_get_char_validated (const gchar *, gssize); /* /usr/include/glib-2.0/glib/gunicode.h:618:NC */ extern gchar *g_utf8_offset_to_pointer (const gchar *, glong); /* /usr/include/glib-2.0/glib/gunicode.h:620:NC */ extern glong g_utf8_pointer_to_offset (const gchar *, const gchar *); /* /usr/include/glib-2.0/glib/gunicode.h:622:NC */ extern gchar *g_utf8_prev_char (const gchar *); /* /usr/include/glib-2.0/glib/gunicode.h:623:NC */ extern gchar *g_utf8_find_next_char (const gchar *, const gchar *); /* /usr/include/glib-2.0/glib/gunicode.h:625:NC */ extern gchar *g_utf8_find_prev_char (const gchar *, const gchar *); /* /usr/include/glib-2.0/glib/gunicode.h:628:NC */ extern glong g_utf8_strlen (const gchar *, gssize); /* /usr/include/glib-2.0/glib/gunicode.h:631:NC */ extern gchar *g_utf8_substring (const gchar *, glong, glong); /* /usr/include/glib-2.0/glib/gunicode.h:635:NC */ extern gchar *g_utf8_strncpy (gchar *, const gchar *, gsize); /* /usr/include/glib-2.0/glib/gunicode.h:641:NC */ extern gchar *g_utf8_strchr (const gchar *, gssize, gunichar); /* /usr/include/glib-2.0/glib/gunicode.h:644:NC */ extern gchar *g_utf8_strrchr (const gchar *, gssize, gunichar); /* /usr/include/glib-2.0/glib/gunicode.h:647:NC */ extern gchar *g_utf8_strreverse (const gchar *, gssize); /* /usr/include/glib-2.0/glib/gunicode.h:650:NC */ extern gunichar2 *g_utf8_to_utf16 (const gchar *, glong, glong *, glong *, GError **); /* /usr/include/glib-2.0/glib/gunicode.h:655:NC */ extern gunichar *g_utf8_to_ucs4 (const gchar *, glong, glong *, glong *, GError **); /* /usr/include/glib-2.0/glib/gunicode.h:660:NC */ extern gunichar *g_utf8_to_ucs4_fast (const gchar *, glong, glong *); /* /usr/include/glib-2.0/glib/gunicode.h:663:NC */ extern gunichar *g_utf16_to_ucs4 (const gunichar2 *, glong, glong *, glong *, GError **); /* /usr/include/glib-2.0/glib/gunicode.h:668:NC */ extern gchar *g_utf16_to_utf8 (const gunichar2 *, glong, glong *, glong *, GError **); /* /usr/include/glib-2.0/glib/gunicode.h:673:NC */ extern gunichar2 *g_ucs4_to_utf16 (const gunichar *, glong, glong *, glong *, GError **); /* /usr/include/glib-2.0/glib/gunicode.h:678:NC */ extern gchar *g_ucs4_to_utf8 (const gunichar *, glong, glong *, glong *, GError **); /* /usr/include/glib-2.0/glib/gunicode.h:684:NC */ extern gint g_unichar_to_utf8 (gunichar, gchar *); /* /usr/include/glib-2.0/glib/gunicode.h:687:NC */ extern gboolean g_utf8_validate (const gchar *, gssize, const gchar **); /* /usr/include/glib-2.0/glib/gunicode.h:691:NC */ extern gchar *g_utf8_strup (const gchar *, gssize); /* /usr/include/glib-2.0/glib/gunicode.h:693:NC */ extern gchar *g_utf8_strdown (const gchar *, gssize); /* /usr/include/glib-2.0/glib/gunicode.h:695:NC */ extern gchar *g_utf8_casefold (const gchar *, gssize); /* /usr/include/glib-2.0/glib/gunicode.h:733:NC */ extern gchar *g_utf8_normalize (const gchar *, gssize, GNormalizeMode); /* /usr/include/glib-2.0/glib/gunicode.h:737:NC */ extern gint g_utf8_collate (const gchar *, const gchar *); /* /usr/include/glib-2.0/glib/gunicode.h:739:NC */ extern gchar *g_utf8_collate_key (const gchar *, gssize); /* /usr/include/glib-2.0/glib/gunicode.h:741:NC */ extern gchar *g_utf8_collate_key_for_filename (const gchar *, gssize); /* /usr/include/glib-2.0/glib/gunicode.h:747:NC */ extern gchar *_g_utf8_make_valid (const gchar *); /* /usr/include/glib-2.0/glib/gutils.h:96:NC */ extern const gchar *g_get_user_name (void); /* /usr/include/glib-2.0/glib/gutils.h:97:NC */ extern const gchar *g_get_real_name (void); /* /usr/include/glib-2.0/glib/gutils.h:98:NC */ extern const gchar *g_get_home_dir (void); /* /usr/include/glib-2.0/glib/gutils.h:99:NC */ extern const gchar *g_get_tmp_dir (void); /* /usr/include/glib-2.0/glib/gutils.h:100:NC */ extern const gchar *g_get_host_name (void); /* /usr/include/glib-2.0/glib/gutils.h:101:NC */ extern gchar *g_get_prgname (void); /* /usr/include/glib-2.0/glib/gutils.h:102:NC */ extern void g_set_prgname (const gchar *); /* /usr/include/glib-2.0/glib/gutils.h:103:NC */ extern const gchar *g_get_application_name (void); /* /usr/include/glib-2.0/glib/gutils.h:104:NC */ extern void g_set_application_name (const gchar *); /* /usr/include/glib-2.0/glib/gutils.h:106:NC */ extern void g_reload_user_special_dirs_cache (void); /* /usr/include/glib-2.0/glib/gutils.h:107:NC */ extern const gchar *g_get_user_data_dir (void); /* /usr/include/glib-2.0/glib/gutils.h:108:NC */ extern const gchar *g_get_user_config_dir (void); /* /usr/include/glib-2.0/glib/gutils.h:109:NC */ extern const gchar *g_get_user_cache_dir (void); /* /usr/include/glib-2.0/glib/gutils.h:110:NC */ extern const gchar *const *g_get_system_data_dirs (void); /* /usr/include/glib-2.0/glib/gutils.h:130:NC */ extern const gchar *const *g_get_system_config_dirs (void); /* /usr/include/glib-2.0/glib/gutils.h:132:NC */ extern const gchar *g_get_user_runtime_dir (void); /* /usr/include/glib-2.0/glib/gutils.h:169:NC */ extern const gchar *g_get_user_special_dir (GUserDirectory); /* /usr/include/glib-2.0/glib/gutils.h:188:NC */ extern guint g_parse_debug_string (const gchar *, const GDebugKey *, guint); /* /usr/include/glib-2.0/glib/gutils.h:192:NC */ extern gint g_snprintf (gchar *, gulong, const gchar *, ...); /* /usr/include/glib-2.0/glib/gutils.h:196:NC */ extern gint g_vsnprintf (gchar *, gulong, const gchar *, __va_list_tag *); /* /usr/include/glib-2.0/glib/gutils.h:201:NC */ extern void g_nullify_pointer (gpointer *); /* /usr/include/glib-2.0/glib/gutils.h:210:NC */ extern gchar *g_format_size_full (guint64, GFormatSizeFlags); /* /usr/include/glib-2.0/glib/gutils.h:212:NC */ extern gchar *g_format_size (guint64); /* /usr/include/glib-2.0/glib/gutils.h:215:NC */ extern gchar *g_format_size_for_display (goffset); /* /usr/include/glib-2.0/glib/gutils.h:237:NC */ extern void g_atexit (GVoidFunc); /* /usr/include/glib-2.0/glib/gutils.h:261:NC */ extern gchar *g_find_program_in_path (const gchar *); /* /usr/include/glib-2.0/glib/gutils.h:265:NC */ static gint g_bit_nth_lsf (gulong, gint); /* /usr/include/glib-2.0/glib/gutils.h:267:NC */ static gint g_bit_nth_msf (gulong, gint); /* /usr/include/glib-2.0/glib/gutils.h:269:NC */ static guint g_bit_storage (gulong); /* /usr/include/glib-2.0/glib/gutils.h:275:NF */ static const gint g_bit_nth_lsf (gulong mask, gint nth_bit); /* (mask, nth_bit) gulong mask; gint nth_bit; */ /* /usr/include/glib-2.0/glib/gutils.h:289:NF */ static const gint g_bit_nth_msf (gulong mask, gint nth_bit); /* (mask, nth_bit) gulong mask; gint nth_bit; */ /* /usr/include/glib-2.0/glib/gutils.h:303:NF */ static const guint g_bit_storage (gulong number); /* (number) gulong number; */ /* /usr/include/glib-2.0/glib/gstring.h:49:NC */ extern GString *g_string_new (const gchar *); /* /usr/include/glib-2.0/glib/gstring.h:50:NC */ extern GString *g_string_new_len (const gchar *, gssize); /* /usr/include/glib-2.0/glib/gstring.h:52:NC */ extern GString *g_string_sized_new (gsize); /* /usr/include/glib-2.0/glib/gstring.h:53:NC */ extern gchar *g_string_free (GString *, gboolean); /* /usr/include/glib-2.0/glib/gstring.h:55:NC */ extern gboolean g_string_equal (const GString *, const GString *); /* /usr/include/glib-2.0/glib/gstring.h:57:NC */ extern guint g_string_hash (const GString *); /* /usr/include/glib-2.0/glib/gstring.h:58:NC */ extern GString *g_string_assign (GString *, const gchar *); /* /usr/include/glib-2.0/glib/gstring.h:60:NC */ extern GString *g_string_truncate (GString *, gsize); /* /usr/include/glib-2.0/glib/gstring.h:62:NC */ extern GString *g_string_set_size (GString *, gsize); /* /usr/include/glib-2.0/glib/gstring.h:64:NC */ extern GString *g_string_insert_len (GString *, gssize, const gchar *, gssize); /* /usr/include/glib-2.0/glib/gstring.h:68:NC */ extern GString *g_string_append (GString *, const gchar *); /* /usr/include/glib-2.0/glib/gstring.h:70:NC */ extern GString *g_string_append_len (GString *, const gchar *, gssize); /* /usr/include/glib-2.0/glib/gstring.h:73:NC */ extern GString *g_string_append_c (GString *, gchar); /* /usr/include/glib-2.0/glib/gstring.h:75:NC */ extern GString *g_string_append_unichar (GString *, gunichar); /* /usr/include/glib-2.0/glib/gstring.h:77:NC */ extern GString *g_string_prepend (GString *, const gchar *); /* /usr/include/glib-2.0/glib/gstring.h:79:NC */ extern GString *g_string_prepend_c (GString *, gchar); /* /usr/include/glib-2.0/glib/gstring.h:81:NC */ extern GString *g_string_prepend_unichar (GString *, gunichar); /* /usr/include/glib-2.0/glib/gstring.h:83:NC */ extern GString *g_string_prepend_len (GString *, const gchar *, gssize); /* /usr/include/glib-2.0/glib/gstring.h:86:NC */ extern GString *g_string_insert (GString *, gssize, const gchar *); /* /usr/include/glib-2.0/glib/gstring.h:89:NC */ extern GString *g_string_insert_c (GString *, gssize, gchar); /* /usr/include/glib-2.0/glib/gstring.h:92:NC */ extern GString *g_string_insert_unichar (GString *, gssize, gunichar); /* /usr/include/glib-2.0/glib/gstring.h:95:NC */ extern GString *g_string_overwrite (GString *, gsize, const gchar *); /* /usr/include/glib-2.0/glib/gstring.h:98:NC */ extern GString *g_string_overwrite_len (GString *, gsize, const gchar *, gssize); /* /usr/include/glib-2.0/glib/gstring.h:102:NC */ extern GString *g_string_erase (GString *, gssize, gssize); /* /usr/include/glib-2.0/glib/gstring.h:105:NC */ extern GString *g_string_ascii_down (GString *); /* /usr/include/glib-2.0/glib/gstring.h:106:NC */ extern GString *g_string_ascii_up (GString *); /* /usr/include/glib-2.0/glib/gstring.h:107:NC */ extern void g_string_vprintf (GString *, const gchar *, __va_list_tag *); /* /usr/include/glib-2.0/glib/gstring.h:110:NC */ extern void g_string_printf (GString *, const gchar *, ...); /* /usr/include/glib-2.0/glib/gstring.h:113:NC */ extern void g_string_append_vprintf (GString *, const gchar *, __va_list_tag *); /* /usr/include/glib-2.0/glib/gstring.h:116:NC */ extern void g_string_append_printf (GString *, const gchar *, ...); /* /usr/include/glib-2.0/glib/gstring.h:119:NC */ extern GString *g_string_append_uri_escaped (GString *, const gchar *, const gchar *, gboolean); /* /usr/include/glib-2.0/glib/gstring.h:127:NF */ static GString *g_string_append_c_inline (GString *gstring, gchar c); /* (gstring, c) GString *gstring; gchar c; */ /* /usr/include/glib-2.0/glib/gstring.h:144:NC */ extern GString *g_string_down (GString *); /* /usr/include/glib-2.0/glib/gstring.h:146:NC */ extern GString *g_string_up (GString *); /* /usr/include/glib-2.0/glib/giochannel.h:172:NC */ extern void g_io_channel_init (GIOChannel *); /* /usr/include/glib-2.0/glib/giochannel.h:173:NC */ extern GIOChannel *g_io_channel_ref (GIOChannel *); /* /usr/include/glib-2.0/glib/giochannel.h:174:NC */ extern void g_io_channel_unref (GIOChannel *); /* /usr/include/glib-2.0/glib/giochannel.h:177:NC */ extern GIOError g_io_channel_read (GIOChannel *, gchar *, gsize, gsize *); /* /usr/include/glib-2.0/glib/giochannel.h:183:NC */ extern GIOError g_io_channel_write (GIOChannel *, const gchar *, gsize, gsize *); /* /usr/include/glib-2.0/glib/giochannel.h:189:NC */ extern GIOError g_io_channel_seek (GIOChannel *, gint64, GSeekType); /* /usr/include/glib-2.0/glib/giochannel.h:194:NC */ extern void g_io_channel_close (GIOChannel *); /* /usr/include/glib-2.0/glib/giochannel.h:196:NC */ extern GIOStatus g_io_channel_shutdown (GIOChannel *, gboolean, GError **); /* /usr/include/glib-2.0/glib/giochannel.h:199:NC */ extern guint g_io_add_watch_full (GIOChannel *, gint, GIOCondition, GIOFunc, gpointer, GDestroyNotify); /* /usr/include/glib-2.0/glib/giochannel.h:205:NC */ extern GSource *g_io_create_watch (GIOChannel *, GIOCondition); /* /usr/include/glib-2.0/glib/giochannel.h:207:NC */ extern guint g_io_add_watch (GIOChannel *, GIOCondition, GIOFunc, gpointer); /* /usr/include/glib-2.0/glib/giochannel.h:215:NC */ extern void g_io_channel_set_buffer_size (GIOChannel *, gsize); /* /usr/include/glib-2.0/glib/giochannel.h:217:NC */ extern gsize g_io_channel_get_buffer_size (GIOChannel *); /* /usr/include/glib-2.0/glib/giochannel.h:218:NC */ extern GIOCondition g_io_channel_get_buffer_condition (GIOChannel *); /* /usr/include/glib-2.0/glib/giochannel.h:219:NC */ extern GIOStatus g_io_channel_set_flags (GIOChannel *, GIOFlags, GError **); /* /usr/include/glib-2.0/glib/giochannel.h:222:NC */ extern GIOFlags g_io_channel_get_flags (GIOChannel *); /* /usr/include/glib-2.0/glib/giochannel.h:223:NC */ extern void g_io_channel_set_line_term (GIOChannel *, const gchar *, gint); /* /usr/include/glib-2.0/glib/giochannel.h:226:NC */ extern const gchar *g_io_channel_get_line_term (GIOChannel *, gint *); /* /usr/include/glib-2.0/glib/giochannel.h:228:NC */ extern void g_io_channel_set_buffered (GIOChannel *, gboolean); /* /usr/include/glib-2.0/glib/giochannel.h:230:NC */ extern gboolean g_io_channel_get_buffered (GIOChannel *); /* /usr/include/glib-2.0/glib/giochannel.h:231:NC */ extern GIOStatus g_io_channel_set_encoding (GIOChannel *, const gchar *, GError **); /* /usr/include/glib-2.0/glib/giochannel.h:234:NC */ extern const gchar *g_io_channel_get_encoding (GIOChannel *); /* /usr/include/glib-2.0/glib/giochannel.h:235:NC */ extern void g_io_channel_set_close_on_unref (GIOChannel *, gboolean); /* /usr/include/glib-2.0/glib/giochannel.h:237:NC */ extern gboolean g_io_channel_get_close_on_unref (GIOChannel *); /* /usr/include/glib-2.0/glib/giochannel.h:240:NC */ extern GIOStatus g_io_channel_flush (GIOChannel *, GError **); /* /usr/include/glib-2.0/glib/giochannel.h:242:NC */ extern GIOStatus g_io_channel_read_line (GIOChannel *, gchar **, gsize *, gsize *, GError **); /* /usr/include/glib-2.0/glib/giochannel.h:247:NC */ extern GIOStatus g_io_channel_read_line_string (GIOChannel *, GString *, gsize *, GError **); /* /usr/include/glib-2.0/glib/giochannel.h:251:NC */ extern GIOStatus g_io_channel_read_to_end (GIOChannel *, gchar **, gsize *, GError **); /* /usr/include/glib-2.0/glib/giochannel.h:255:NC */ extern GIOStatus g_io_channel_read_chars (GIOChannel *, gchar *, gsize, gsize *, GError **); /* /usr/include/glib-2.0/glib/giochannel.h:260:NC */ extern GIOStatus g_io_channel_read_unichar (GIOChannel *, gunichar *, GError **); /* /usr/include/glib-2.0/glib/giochannel.h:263:NC */ extern GIOStatus g_io_channel_write_chars (GIOChannel *, const gchar *, gssize, gsize *, GError **); /* /usr/include/glib-2.0/glib/giochannel.h:268:NC */ extern GIOStatus g_io_channel_write_unichar (GIOChannel *, gunichar, GError **); /* /usr/include/glib-2.0/glib/giochannel.h:271:NC */ extern GIOStatus g_io_channel_seek_position (GIOChannel *, gint64, GSeekType, GError **); /* /usr/include/glib-2.0/glib/giochannel.h:279:NC */ extern GIOChannel *g_io_channel_new_file (const gchar *, const gchar *, GError **); /* /usr/include/glib-2.0/glib/giochannel.h:285:NC */ extern GQuark g_io_channel_error_quark (void); /* /usr/include/glib-2.0/glib/giochannel.h:286:NC */ extern GIOChannelError g_io_channel_error_from_errno (gint); /* /usr/include/glib-2.0/glib/giochannel.h:306:NC */ extern GIOChannel *g_io_channel_unix_new (int); /* /usr/include/glib-2.0/glib/giochannel.h:307:NC */ extern gint g_io_channel_unix_get_fd (GIOChannel *); /* /usr/include/glib-2.0/glib/gkeyfile.h:46:NC */ extern GQuark g_key_file_error_quark (void); /* /usr/include/glib-2.0/glib/gkeyfile.h:57:NC */ extern GKeyFile *g_key_file_new (void); /* /usr/include/glib-2.0/glib/gkeyfile.h:58:NC */ extern GKeyFile *g_key_file_ref (GKeyFile *); /* /usr/include/glib-2.0/glib/gkeyfile.h:59:NC */ extern void g_key_file_unref (GKeyFile *); /* /usr/include/glib-2.0/glib/gkeyfile.h:60:NC */ extern void g_key_file_free (GKeyFile *); /* /usr/include/glib-2.0/glib/gkeyfile.h:61:NC */ extern void g_key_file_set_list_separator (GKeyFile *, gchar); /* /usr/include/glib-2.0/glib/gkeyfile.h:63:NC */ extern gboolean g_key_file_load_from_file (GKeyFile *, const gchar *, GKeyFileFlags, GError **); /* /usr/include/glib-2.0/glib/gkeyfile.h:67:NC */ extern gboolean g_key_file_load_from_data (GKeyFile *, const gchar *, gsize, GKeyFileFlags, GError **); /* /usr/include/glib-2.0/glib/gkeyfile.h:72:NC */ extern gboolean g_key_file_load_from_dirs (GKeyFile *, const gchar *, const gchar **, gchar **, GKeyFileFlags, GError **); /* /usr/include/glib-2.0/glib/gkeyfile.h:78:NC */ extern gboolean g_key_file_load_from_data_dirs (GKeyFile *, const gchar *, gchar **, GKeyFileFlags, GError **); /* /usr/include/glib-2.0/glib/gkeyfile.h:83:NC */ extern gchar *g_key_file_to_data (GKeyFile *, gsize *, GError **); /* /usr/include/glib-2.0/glib/gkeyfile.h:86:NC */ extern gchar *g_key_file_get_start_group (GKeyFile *); /* /usr/include/glib-2.0/glib/gkeyfile.h:87:NC */ extern gchar **g_key_file_get_groups (GKeyFile *, gsize *); /* /usr/include/glib-2.0/glib/gkeyfile.h:89:NC */ extern gchar **g_key_file_get_keys (GKeyFile *, const gchar *, gsize *, GError **); /* /usr/include/glib-2.0/glib/gkeyfile.h:93:NC */ extern gboolean g_key_file_has_group (GKeyFile *, const gchar *); /* /usr/include/glib-2.0/glib/gkeyfile.h:95:NC */ extern gboolean g_key_file_has_key (GKeyFile *, const gchar *, const gchar *, GError **); /* /usr/include/glib-2.0/glib/gkeyfile.h:99:NC */ extern gchar *g_key_file_get_value (GKeyFile *, const gchar *, const gchar *, GError **); /* /usr/include/glib-2.0/glib/gkeyfile.h:103:NC */ extern void g_key_file_set_value (GKeyFile *, const gchar *, const gchar *, const gchar *); /* /usr/include/glib-2.0/glib/gkeyfile.h:107:NC */ extern gchar *g_key_file_get_string (GKeyFile *, const gchar *, const gchar *, GError **); /* /usr/include/glib-2.0/glib/gkeyfile.h:111:NC */ extern void g_key_file_set_string (GKeyFile *, const gchar *, const gchar *, const gchar *); /* /usr/include/glib-2.0/glib/gkeyfile.h:115:NC */ extern gchar *g_key_file_get_locale_string (GKeyFile *, const gchar *, const gchar *, const gchar *, GError **); /* /usr/include/glib-2.0/glib/gkeyfile.h:120:NC */ extern void g_key_file_set_locale_string (GKeyFile *, const gchar *, const gchar *, const gchar *, const gchar *); /* /usr/include/glib-2.0/glib/gkeyfile.h:125:NC */ extern gboolean g_key_file_get_boolean (GKeyFile *, const gchar *, const gchar *, GError **); /* /usr/include/glib-2.0/glib/gkeyfile.h:129:NC */ extern void g_key_file_set_boolean (GKeyFile *, const gchar *, const gchar *, gboolean); /* /usr/include/glib-2.0/glib/gkeyfile.h:133:NC */ extern gint g_key_file_get_integer (GKeyFile *, const gchar *, const gchar *, GError **); /* /usr/include/glib-2.0/glib/gkeyfile.h:137:NC */ extern void g_key_file_set_integer (GKeyFile *, const gchar *, const gchar *, gint); /* /usr/include/glib-2.0/glib/gkeyfile.h:141:NC */ extern gint64 g_key_file_get_int64 (GKeyFile *, const gchar *, const gchar *, GError **); /* /usr/include/glib-2.0/glib/gkeyfile.h:145:NC */ extern void g_key_file_set_int64 (GKeyFile *, const gchar *, const gchar *, gint64); /* /usr/include/glib-2.0/glib/gkeyfile.h:149:NC */ extern guint64 g_key_file_get_uint64 (GKeyFile *, const gchar *, const gchar *, GError **); /* /usr/include/glib-2.0/glib/gkeyfile.h:153:NC */ extern void g_key_file_set_uint64 (GKeyFile *, const gchar *, const gchar *, guint64); /* /usr/include/glib-2.0/glib/gkeyfile.h:157:NC */ extern gdouble g_key_file_get_double (GKeyFile *, const gchar *, const gchar *, GError **); /* /usr/include/glib-2.0/glib/gkeyfile.h:161:NC */ extern void g_key_file_set_double (GKeyFile *, const gchar *, const gchar *, gdouble); /* /usr/include/glib-2.0/glib/gkeyfile.h:165:NC */ extern gchar **g_key_file_get_string_list (GKeyFile *, const gchar *, const gchar *, gsize *, GError **); /* /usr/include/glib-2.0/glib/gkeyfile.h:170:NC */ extern void g_key_file_set_string_list (GKeyFile *, const gchar *, const gchar *, const gchar *const *, gsize); /* /usr/include/glib-2.0/glib/gkeyfile.h:175:NC */ extern gchar **g_key_file_get_locale_string_list (GKeyFile *, const gchar *, const gchar *, const gchar *, gsize *, GError **); /* /usr/include/glib-2.0/glib/gkeyfile.h:181:NC */ extern void g_key_file_set_locale_string_list (GKeyFile *, const gchar *, const gchar *, const gchar *, const gchar *const *, gsize); /* /usr/include/glib-2.0/glib/gkeyfile.h:187:NC */ extern gboolean *g_key_file_get_boolean_list (GKeyFile *, const gchar *, const gchar *, gsize *, GError **); /* /usr/include/glib-2.0/glib/gkeyfile.h:192:NC */ extern void g_key_file_set_boolean_list (GKeyFile *, const gchar *, const gchar *, gboolean *, gsize); /* /usr/include/glib-2.0/glib/gkeyfile.h:197:NC */ extern gint *g_key_file_get_integer_list (GKeyFile *, const gchar *, const gchar *, gsize *, GError **); /* /usr/include/glib-2.0/glib/gkeyfile.h:202:NC */ extern void g_key_file_set_double_list (GKeyFile *, const gchar *, const gchar *, gdouble *, gsize); /* /usr/include/glib-2.0/glib/gkeyfile.h:207:NC */ extern gdouble *g_key_file_get_double_list (GKeyFile *, const gchar *, const gchar *, gsize *, GError **); /* /usr/include/glib-2.0/glib/gkeyfile.h:212:NC */ extern void g_key_file_set_integer_list (GKeyFile *, const gchar *, const gchar *, gint *, gsize); /* /usr/include/glib-2.0/glib/gkeyfile.h:217:NC */ extern gboolean g_key_file_set_comment (GKeyFile *, const gchar *, const gchar *, const gchar *, GError **); /* /usr/include/glib-2.0/glib/gkeyfile.h:222:NC */ extern gchar *g_key_file_get_comment (GKeyFile *, const gchar *, const gchar *, GError **); /* /usr/include/glib-2.0/glib/gkeyfile.h:227:NC */ extern gboolean g_key_file_remove_comment (GKeyFile *, const gchar *, const gchar *, GError **); /* /usr/include/glib-2.0/glib/gkeyfile.h:231:NC */ extern gboolean g_key_file_remove_key (GKeyFile *, const gchar *, const gchar *, GError **); /* /usr/include/glib-2.0/glib/gkeyfile.h:235:NC */ extern gboolean g_key_file_remove_group (GKeyFile *, const gchar *, GError **); /* /usr/include/glib-2.0/glib/gmappedfile.h:36:NC */ extern GMappedFile *g_mapped_file_new (const gchar *, gboolean, GError **); /* /usr/include/glib-2.0/glib/gmappedfile.h:39:NC */ extern GMappedFile *g_mapped_file_new_from_fd (gint, gboolean, GError **); /* /usr/include/glib-2.0/glib/gmappedfile.h:42:NC */ extern gsize g_mapped_file_get_length (GMappedFile *); /* /usr/include/glib-2.0/glib/gmappedfile.h:43:NC */ extern gchar *g_mapped_file_get_contents (GMappedFile *); /* /usr/include/glib-2.0/glib/gmappedfile.h:44:NC */ extern GMappedFile *g_mapped_file_ref (GMappedFile *); /* /usr/include/glib-2.0/glib/gmappedfile.h:45:NC */ extern void g_mapped_file_unref (GMappedFile *); /* /usr/include/glib-2.0/glib/gmappedfile.h:48:NC */ extern void g_mapped_file_free (GMappedFile *); /* /usr/include/glib-2.0/glib/gmarkup.h:74:NC */ extern GQuark g_markup_error_quark (void); /* /usr/include/glib-2.0/glib/gmarkup.h:181:NC */ extern GMarkupParseContext *g_markup_parse_context_new (const GMarkupParser *, GMarkupParseFlags, gpointer, GDestroyNotify); /* /usr/include/glib-2.0/glib/gmarkup.h:185:NC */ extern void g_markup_parse_context_free (GMarkupParseContext *); /* /usr/include/glib-2.0/glib/gmarkup.h:186:NC */ extern gboolean g_markup_parse_context_parse (GMarkupParseContext *, const gchar *, gssize, GError **); /* /usr/include/glib-2.0/glib/gmarkup.h:190:NC */ extern void g_markup_parse_context_push (GMarkupParseContext *, const GMarkupParser *, gpointer); /* /usr/include/glib-2.0/glib/gmarkup.h:193:NC */ extern gpointer g_markup_parse_context_pop (GMarkupParseContext *); /* /usr/include/glib-2.0/glib/gmarkup.h:195:NC */ extern gboolean g_markup_parse_context_end_parse (GMarkupParseContext *, GError **); /* /usr/include/glib-2.0/glib/gmarkup.h:197:NC */ extern const gchar *g_markup_parse_context_get_element (GMarkupParseContext *); /* /usr/include/glib-2.0/glib/gmarkup.h:198:NC */ extern const GSList *g_markup_parse_context_get_element_stack (GMarkupParseContext *); /* /usr/include/glib-2.0/glib/gmarkup.h:201:NC */ extern void g_markup_parse_context_get_position (GMarkupParseContext *, gint *, gint *); /* /usr/include/glib-2.0/glib/gmarkup.h:204:NC */ extern gpointer g_markup_parse_context_get_user_data (GMarkupParseContext *); /* /usr/include/glib-2.0/glib/gmarkup.h:207:NC */ extern gchar *g_markup_escape_text (const gchar *, gssize); /* /usr/include/glib-2.0/glib/gmarkup.h:210:NC */ extern gchar *g_markup_printf_escaped (const char *, ...); /* /usr/include/glib-2.0/glib/gmarkup.h:212:NC */ extern gchar *g_markup_vprintf_escaped (const char *, __va_list_tag *); /* /usr/include/glib-2.0/glib/gmarkup.h:228:NC */ extern gboolean g_markup_collect_attributes (const gchar *, const gchar **, const gchar **, GError **, GMarkupCollectType, const gchar *, ...); /* /usr/include/glib-2.0/glib/gmessages.h:48:NC */ extern gsize g_printf_string_upper_bound (const gchar *, __va_list_tag *); /* /usr/include/glib-2.0/glib/gmessages.h:85:NC */ extern guint g_log_set_handler (const gchar *, GLogLevelFlags, GLogFunc, gpointer); /* /usr/include/glib-2.0/glib/gmessages.h:89:NC */ extern void g_log_remove_handler (const gchar *, guint); /* /usr/include/glib-2.0/glib/gmessages.h:91:NC */ extern void g_log_default_handler (const gchar *, GLogLevelFlags, const gchar *, gpointer); /* /usr/include/glib-2.0/glib/gmessages.h:95:NC */ extern GLogFunc g_log_set_default_handler (GLogFunc, gpointer); /* /usr/include/glib-2.0/glib/gmessages.h:97:NC */ extern void g_log (const gchar *, GLogLevelFlags, const gchar *, ...); /* /usr/include/glib-2.0/glib/gmessages.h:101:NC */ extern void g_logv (const gchar *, GLogLevelFlags, const gchar *, __va_list_tag *); /* /usr/include/glib-2.0/glib/gmessages.h:105:NC */ extern GLogLevelFlags g_log_set_fatal_mask (const gchar *, GLogLevelFlags); /* /usr/include/glib-2.0/glib/gmessages.h:107:NC */ extern GLogLevelFlags g_log_set_always_fatal (GLogLevelFlags); /* /usr/include/glib-2.0/glib/gmessages.h:110:NC */ extern void _g_log_fallback_handler (const gchar *, GLogLevelFlags, const gchar *, gpointer); /* /usr/include/glib-2.0/glib/gmessages.h:116:NC */ extern void g_return_if_fail_warning (const char *, const char *, const char *); /* /usr/include/glib-2.0/glib/gmessages.h:119:NC */ extern void g_warn_message (const char *, const char *, int, const char *, const char *); /* /usr/include/glib-2.0/glib/gmessages.h:125:NC */ extern void g_assert_warning (const char *, const char *, const int , const char *, const char *); /* /usr/include/glib-2.0/glib/gmessages.h:236:NC */ extern void g_print (const gchar *, ...); /* /usr/include/glib-2.0/glib/gmessages.h:238:NC */ extern GPrintFunc g_set_print_handler (GPrintFunc); /* /usr/include/glib-2.0/glib/gmessages.h:239:NC */ extern void g_printerr (const gchar *, ...); /* /usr/include/glib-2.0/glib/gmessages.h:241:NC */ extern GPrintFunc g_set_printerr_handler (GPrintFunc); /* /usr/include/glib-2.0/glib/gnode.h:115:NC */ extern GNode *g_node_new (gpointer); /* /usr/include/glib-2.0/glib/gnode.h:116:NC */ extern void g_node_destroy (GNode *); /* /usr/include/glib-2.0/glib/gnode.h:117:NC */ extern void g_node_unlink (GNode *); /* /usr/include/glib-2.0/glib/gnode.h:118:NC */ extern GNode *g_node_copy_deep (GNode *, GCopyFunc, gpointer); /* /usr/include/glib-2.0/glib/gnode.h:121:NC */ extern GNode *g_node_copy (GNode *); /* /usr/include/glib-2.0/glib/gnode.h:122:NC */ extern GNode *g_node_insert (GNode *, gint, GNode *); /* /usr/include/glib-2.0/glib/gnode.h:125:NC */ extern GNode *g_node_insert_before (GNode *, GNode *, GNode *); /* /usr/include/glib-2.0/glib/gnode.h:128:NC */ extern GNode *g_node_insert_after (GNode *, GNode *, GNode *); /* /usr/include/glib-2.0/glib/gnode.h:131:NC */ extern GNode *g_node_prepend (GNode *, GNode *); /* /usr/include/glib-2.0/glib/gnode.h:133:NC */ extern guint g_node_n_nodes (GNode *, GTraverseFlags); /* /usr/include/glib-2.0/glib/gnode.h:135:NC */ extern GNode *g_node_get_root (GNode *); /* /usr/include/glib-2.0/glib/gnode.h:136:NC */ extern gboolean g_node_is_ancestor (GNode *, GNode *); /* /usr/include/glib-2.0/glib/gnode.h:138:NC */ extern guint g_node_depth (GNode *); /* /usr/include/glib-2.0/glib/gnode.h:139:NC */ extern GNode *g_node_find (GNode *, GTraverseType, GTraverseFlags, gpointer); /* /usr/include/glib-2.0/glib/gnode.h:226:NC */ extern void g_node_traverse (GNode *, GTraverseType, GTraverseFlags, gint, GNodeTraverseFunc, gpointer); /* /usr/include/glib-2.0/glib/gnode.h:238:NC */ extern guint g_node_max_height (GNode *); /* /usr/include/glib-2.0/glib/gnode.h:240:NC */ extern void g_node_children_foreach (GNode *, GTraverseFlags, GNodeForeachFunc, gpointer); /* /usr/include/glib-2.0/glib/gnode.h:244:NC */ extern void g_node_reverse_children (GNode *); /* /usr/include/glib-2.0/glib/gnode.h:245:NC */ extern guint g_node_n_children (GNode *); /* /usr/include/glib-2.0/glib/gnode.h:246:NC */ extern GNode *g_node_nth_child (GNode *, guint); /* /usr/include/glib-2.0/glib/gnode.h:248:NC */ extern GNode *g_node_last_child (GNode *); /* /usr/include/glib-2.0/glib/gnode.h:249:NC */ extern GNode *g_node_find_child (GNode *, GTraverseFlags, gpointer); /* /usr/include/glib-2.0/glib/gnode.h:252:NC */ extern gint g_node_child_position (GNode *, GNode *); /* /usr/include/glib-2.0/glib/gnode.h:254:NC */ extern gint g_node_child_index (GNode *, gpointer); /* /usr/include/glib-2.0/glib/gnode.h:257:NC */ extern GNode *g_node_first_sibling (GNode *); /* /usr/include/glib-2.0/glib/gnode.h:258:NC */ extern GNode *g_node_last_sibling (GNode *); /* /usr/include/glib-2.0/glib/goption.h:212:NC */ extern GQuark g_option_error_quark (void); /* /usr/include/glib-2.0/glib/goption.h:310:NC */ extern GOptionContext *g_option_context_new (const gchar *); /* /usr/include/glib-2.0/glib/goption.h:311:NC */ extern void g_option_context_set_summary (GOptionContext *, const gchar *); /* /usr/include/glib-2.0/glib/goption.h:313:NC */ extern const gchar *g_option_context_get_summary (GOptionContext *); /* /usr/include/glib-2.0/glib/goption.h:314:NC */ extern void g_option_context_set_description (GOptionContext *, const gchar *); /* /usr/include/glib-2.0/glib/goption.h:316:NC */ extern const gchar *g_option_context_get_description (GOptionContext *); /* /usr/include/glib-2.0/glib/goption.h:317:NC */ extern void g_option_context_free (GOptionContext *); /* /usr/include/glib-2.0/glib/goption.h:318:NC */ extern void g_option_context_set_help_enabled (GOptionContext *, gboolean); /* /usr/include/glib-2.0/glib/goption.h:320:NC */ extern gboolean g_option_context_get_help_enabled (GOptionContext *); /* /usr/include/glib-2.0/glib/goption.h:321:NC */ extern void g_option_context_set_ignore_unknown_options (GOptionContext *, gboolean); /* /usr/include/glib-2.0/glib/goption.h:323:NC */ extern gboolean g_option_context_get_ignore_unknown_options (GOptionContext *); /* /usr/include/glib-2.0/glib/goption.h:325:NC */ extern void g_option_context_add_main_entries (GOptionContext *, const GOptionEntry *, const gchar *); /* /usr/include/glib-2.0/glib/goption.h:328:NC */ extern gboolean g_option_context_parse (GOptionContext *, gint *, gchar ***, GError **); /* /usr/include/glib-2.0/glib/goption.h:332:NC */ extern void g_option_context_set_translate_func (GOptionContext *, GTranslateFunc, gpointer, GDestroyNotify); /* /usr/include/glib-2.0/glib/goption.h:336:NC */ extern void g_option_context_set_translation_domain (GOptionContext *, const gchar *); /* /usr/include/glib-2.0/glib/goption.h:339:NC */ extern void g_option_context_add_group (GOptionContext *, GOptionGroup *); /* /usr/include/glib-2.0/glib/goption.h:341:NC */ extern void g_option_context_set_main_group (GOptionContext *, GOptionGroup *); /* /usr/include/glib-2.0/glib/goption.h:343:NC */ extern GOptionGroup *g_option_context_get_main_group (GOptionContext *); /* /usr/include/glib-2.0/glib/goption.h:344:NC */ extern gchar *g_option_context_get_help (GOptionContext *, gboolean, GOptionGroup *); /* /usr/include/glib-2.0/glib/goption.h:348:NC */ extern GOptionGroup *g_option_group_new (const gchar *, const gchar *, const gchar *, gpointer, GDestroyNotify); /* /usr/include/glib-2.0/glib/goption.h:353:NC */ extern void g_option_group_set_parse_hooks (GOptionGroup *, GOptionParseFunc, GOptionParseFunc); /* /usr/include/glib-2.0/glib/goption.h:356:NC */ extern void g_option_group_set_error_hook (GOptionGroup *, GOptionErrorFunc); /* /usr/include/glib-2.0/glib/goption.h:358:NC */ extern void g_option_group_free (GOptionGroup *); /* /usr/include/glib-2.0/glib/goption.h:359:NC */ extern void g_option_group_add_entries (GOptionGroup *, const GOptionEntry *); /* /usr/include/glib-2.0/glib/goption.h:361:NC */ extern void g_option_group_set_translate_func (GOptionGroup *, GTranslateFunc, gpointer, GDestroyNotify); /* /usr/include/glib-2.0/glib/goption.h:365:NC */ extern void g_option_group_set_translation_domain (GOptionGroup *, const gchar *); /* /usr/include/glib-2.0/glib/gpattern.h:34:NC */ extern GPatternSpec *g_pattern_spec_new (const gchar *); /* /usr/include/glib-2.0/glib/gpattern.h:35:NC */ extern void g_pattern_spec_free (GPatternSpec *); /* /usr/include/glib-2.0/glib/gpattern.h:36:NC */ extern gboolean g_pattern_spec_equal (GPatternSpec *, GPatternSpec *); /* /usr/include/glib-2.0/glib/gpattern.h:38:NC */ extern gboolean g_pattern_match (GPatternSpec *, guint, const gchar *, const gchar *); /* /usr/include/glib-2.0/glib/gpattern.h:42:NC */ extern gboolean g_pattern_match_string (GPatternSpec *, const gchar *); /* /usr/include/glib-2.0/glib/gpattern.h:44:NC */ extern gboolean g_pattern_match_simple (const gchar *, const gchar *); /* /usr/include/glib-2.0/glib/gprimes.h:47:NC */ extern guint g_spaced_primes_closest (guint); /* /usr/include/glib-2.0/glib/gqsort.h:38:NC */ extern void g_qsort_with_data (gconstpointer, gint, gsize, GCompareDataFunc, gpointer); /* /usr/include/glib-2.0/glib/gqueue.h:74:NC */ extern GQueue *g_queue_new (void); /* /usr/include/glib-2.0/glib/gqueue.h:75:NC */ extern void g_queue_free (GQueue *); /* /usr/include/glib-2.0/glib/gqueue.h:76:NC */ extern void g_queue_free_full (GQueue *, GDestroyNotify); /* /usr/include/glib-2.0/glib/gqueue.h:78:NC */ extern void g_queue_init (GQueue *); /* /usr/include/glib-2.0/glib/gqueue.h:79:NC */ extern void g_queue_clear (GQueue *); /* /usr/include/glib-2.0/glib/gqueue.h:80:NC */ extern gboolean g_queue_is_empty (GQueue *); /* /usr/include/glib-2.0/glib/gqueue.h:81:NC */ extern guint g_queue_get_length (GQueue *); /* /usr/include/glib-2.0/glib/gqueue.h:82:NC */ extern void g_queue_reverse (GQueue *); /* /usr/include/glib-2.0/glib/gqueue.h:83:NC */ extern GQueue *g_queue_copy (GQueue *); /* /usr/include/glib-2.0/glib/gqueue.h:84:NC */ extern void g_queue_foreach (GQueue *, GFunc, gpointer); /* /usr/include/glib-2.0/glib/gqueue.h:87:NC */ extern GList *g_queue_find (GQueue *, gconstpointer); /* /usr/include/glib-2.0/glib/gqueue.h:89:NC */ extern GList *g_queue_find_custom (GQueue *, gconstpointer, GCompareFunc); /* /usr/include/glib-2.0/glib/gqueue.h:92:NC */ extern void g_queue_sort (GQueue *, GCompareDataFunc, gpointer); /* /usr/include/glib-2.0/glib/gqueue.h:96:NC */ extern void g_queue_push_head (GQueue *, gpointer); /* /usr/include/glib-2.0/glib/gqueue.h:98:NC */ extern void g_queue_push_tail (GQueue *, gpointer); /* /usr/include/glib-2.0/glib/gqueue.h:100:NC */ extern void g_queue_push_nth (GQueue *, gpointer, gint); /* /usr/include/glib-2.0/glib/gqueue.h:103:NC */ extern gpointer g_queue_pop_head (GQueue *); /* /usr/include/glib-2.0/glib/gqueue.h:104:NC */ extern gpointer g_queue_pop_tail (GQueue *); /* /usr/include/glib-2.0/glib/gqueue.h:105:NC */ extern gpointer g_queue_pop_nth (GQueue *, guint); /* /usr/include/glib-2.0/glib/gqueue.h:107:NC */ extern gpointer g_queue_peek_head (GQueue *); /* /usr/include/glib-2.0/glib/gqueue.h:108:NC */ extern gpointer g_queue_peek_tail (GQueue *); /* /usr/include/glib-2.0/glib/gqueue.h:109:NC */ extern gpointer g_queue_peek_nth (GQueue *, guint); /* /usr/include/glib-2.0/glib/gqueue.h:111:NC */ extern gint g_queue_index (GQueue *, gconstpointer); /* /usr/include/glib-2.0/glib/gqueue.h:113:NC */ extern gboolean g_queue_remove (GQueue *, gconstpointer); /* /usr/include/glib-2.0/glib/gqueue.h:115:NC */ extern guint g_queue_remove_all (GQueue *, gconstpointer); /* /usr/include/glib-2.0/glib/gqueue.h:117:NC */ extern void g_queue_insert_before (GQueue *, GList *, gpointer); /* /usr/include/glib-2.0/glib/gqueue.h:120:NC */ extern void g_queue_insert_after (GQueue *, GList *, gpointer); /* /usr/include/glib-2.0/glib/gqueue.h:123:NC */ extern void g_queue_insert_sorted (GQueue *, gpointer, GCompareDataFunc, gpointer); /* /usr/include/glib-2.0/glib/gqueue.h:128:NC */ extern void g_queue_push_head_link (GQueue *, GList *); /* /usr/include/glib-2.0/glib/gqueue.h:130:NC */ extern void g_queue_push_tail_link (GQueue *, GList *); /* /usr/include/glib-2.0/glib/gqueue.h:132:NC */ extern void g_queue_push_nth_link (GQueue *, gint, GList *); /* /usr/include/glib-2.0/glib/gqueue.h:135:NC */ extern GList *g_queue_pop_head_link (GQueue *); /* /usr/include/glib-2.0/glib/gqueue.h:136:NC */ extern GList *g_queue_pop_tail_link (GQueue *); /* /usr/include/glib-2.0/glib/gqueue.h:137:NC */ extern GList *g_queue_pop_nth_link (GQueue *, guint); /* /usr/include/glib-2.0/glib/gqueue.h:139:NC */ extern GList *g_queue_peek_head_link (GQueue *); /* /usr/include/glib-2.0/glib/gqueue.h:140:NC */ extern GList *g_queue_peek_tail_link (GQueue *); /* /usr/include/glib-2.0/glib/gqueue.h:141:NC */ extern GList *g_queue_peek_nth_link (GQueue *, guint); /* /usr/include/glib-2.0/glib/gqueue.h:143:NC */ extern gint g_queue_link_index (GQueue *, GList *); /* /usr/include/glib-2.0/glib/gqueue.h:145:NC */ extern void g_queue_unlink (GQueue *, GList *); /* /usr/include/glib-2.0/glib/gqueue.h:147:NC */ extern void g_queue_delete_link (GQueue *, GList *); /* /usr/include/glib-2.0/glib/grand.h:49:NC */ extern GRand *g_rand_new_with_seed (guint32); /* /usr/include/glib-2.0/glib/grand.h:50:NC */ extern GRand *g_rand_new_with_seed_array (const guint32 *, guint); /* /usr/include/glib-2.0/glib/grand.h:52:NC */ extern GRand *g_rand_new (void); /* /usr/include/glib-2.0/glib/grand.h:53:NC */ extern void g_rand_free (GRand *); /* /usr/include/glib-2.0/glib/grand.h:54:NC */ extern GRand *g_rand_copy (GRand *); /* /usr/include/glib-2.0/glib/grand.h:55:NC */ extern void g_rand_set_seed (GRand *, guint32); /* /usr/include/glib-2.0/glib/grand.h:57:NC */ extern void g_rand_set_seed_array (GRand *, const guint32 *, guint); /* /usr/include/glib-2.0/glib/grand.h:63:NC */ extern guint32 g_rand_int (GRand *); /* /usr/include/glib-2.0/glib/grand.h:64:NC */ extern gint32 g_rand_int_range (GRand *, gint32, gint32); /* /usr/include/glib-2.0/glib/grand.h:67:NC */ extern gdouble g_rand_double (GRand *); /* /usr/include/glib-2.0/glib/grand.h:68:NC */ extern gdouble g_rand_double_range (GRand *, gdouble, gdouble); /* /usr/include/glib-2.0/glib/grand.h:71:NC */ extern void g_random_set_seed (guint32); /* /usr/include/glib-2.0/glib/grand.h:75:NC */ extern guint32 g_random_int (void); /* /usr/include/glib-2.0/glib/grand.h:76:NC */ extern gint32 g_random_int_range (gint32, gint32); /* /usr/include/glib-2.0/glib/grand.h:78:NC */ extern gdouble g_random_double (void); /* /usr/include/glib-2.0/glib/grand.h:79:NC */ extern gdouble g_random_double_range (gdouble, gdouble); /* /usr/include/glib-2.0/glib/gregex.h:176:NC */ extern GQuark g_regex_error_quark (void); /* /usr/include/glib-2.0/glib/gregex.h:354:NC */ extern GRegex *g_regex_new (const gchar *, GRegexCompileFlags, GRegexMatchFlags, GError **); /* /usr/include/glib-2.0/glib/gregex.h:358:NC */ extern GRegex *g_regex_ref (GRegex *); /* /usr/include/glib-2.0/glib/gregex.h:359:NC */ extern void g_regex_unref (GRegex *); /* /usr/include/glib-2.0/glib/gregex.h:360:NC */ extern const gchar *g_regex_get_pattern (const GRegex *); /* /usr/include/glib-2.0/glib/gregex.h:361:NC */ extern gint g_regex_get_max_backref (const GRegex *); /* /usr/include/glib-2.0/glib/gregex.h:362:NC */ extern gint g_regex_get_capture_count (const GRegex *); /* /usr/include/glib-2.0/glib/gregex.h:363:NC */ extern gint g_regex_get_string_number (const GRegex *, const gchar *); /* /usr/include/glib-2.0/glib/gregex.h:365:NC */ extern gchar *g_regex_escape_string (const gchar *, gint); /* /usr/include/glib-2.0/glib/gregex.h:367:NC */ extern gchar *g_regex_escape_nul (const gchar *, gint); /* /usr/include/glib-2.0/glib/gregex.h:370:NC */ extern GRegexCompileFlags g_regex_get_compile_flags (const GRegex *); /* /usr/include/glib-2.0/glib/gregex.h:371:NC */ extern GRegexMatchFlags g_regex_get_match_flags (const GRegex *); /* /usr/include/glib-2.0/glib/gregex.h:374:NC */ extern gboolean g_regex_match_simple (const gchar *, const gchar *, GRegexCompileFlags, GRegexMatchFlags); /* /usr/include/glib-2.0/glib/gregex.h:378:NC */ extern gboolean g_regex_match (const GRegex *, const gchar *, GRegexMatchFlags, GMatchInfo **); /* /usr/include/glib-2.0/glib/gregex.h:382:NC */ extern gboolean g_regex_match_full (const GRegex *, const gchar *, gssize, gint, GRegexMatchFlags, GMatchInfo **, GError **); /* /usr/include/glib-2.0/glib/gregex.h:389:NC */ extern gboolean g_regex_match_all (const GRegex *, const gchar *, GRegexMatchFlags, GMatchInfo **); /* /usr/include/glib-2.0/glib/gregex.h:393:NC */ extern gboolean g_regex_match_all_full (const GRegex *, const gchar *, gssize, gint, GRegexMatchFlags, GMatchInfo **, GError **); /* /usr/include/glib-2.0/glib/gregex.h:402:NC */ extern gchar **g_regex_split_simple (const gchar *, const gchar *, GRegexCompileFlags, GRegexMatchFlags); /* /usr/include/glib-2.0/glib/gregex.h:406:NC */ extern gchar **g_regex_split (const GRegex *, const gchar *, GRegexMatchFlags); /* /usr/include/glib-2.0/glib/gregex.h:409:NC */ extern gchar **g_regex_split_full (const GRegex *, const gchar *, gssize, gint, GRegexMatchFlags, gint, GError **); /* /usr/include/glib-2.0/glib/gregex.h:418:NC */ extern gchar *g_regex_replace (const GRegex *, const gchar *, gssize, gint, const gchar *, GRegexMatchFlags, GError **); /* /usr/include/glib-2.0/glib/gregex.h:425:NC */ extern gchar *g_regex_replace_literal (const GRegex *, const gchar *, gssize, gint, const gchar *, GRegexMatchFlags, GError **); /* /usr/include/glib-2.0/glib/gregex.h:432:NC */ extern gchar *g_regex_replace_eval (const GRegex *, const gchar *, gssize, gint, GRegexMatchFlags, GRegexEvalCallback, gpointer, GError **); /* /usr/include/glib-2.0/glib/gregex.h:440:NC */ extern gboolean g_regex_check_replacement (const gchar *, gboolean *, GError **); /* /usr/include/glib-2.0/glib/gregex.h:445:NC */ extern GRegex *g_match_info_get_regex (const GMatchInfo *); /* /usr/include/glib-2.0/glib/gregex.h:446:NC */ extern const gchar *g_match_info_get_string (const GMatchInfo *); /* /usr/include/glib-2.0/glib/gregex.h:448:NC */ extern GMatchInfo *g_match_info_ref (GMatchInfo *); /* /usr/include/glib-2.0/glib/gregex.h:449:NC */ extern void g_match_info_unref (GMatchInfo *); /* /usr/include/glib-2.0/glib/gregex.h:450:NC */ extern void g_match_info_free (GMatchInfo *); /* /usr/include/glib-2.0/glib/gregex.h:451:NC */ extern gboolean g_match_info_next (GMatchInfo *, GError **); /* /usr/include/glib-2.0/glib/gregex.h:453:NC */ extern gboolean g_match_info_matches (const GMatchInfo *); /* /usr/include/glib-2.0/glib/gregex.h:454:NC */ extern gint g_match_info_get_match_count (const GMatchInfo *); /* /usr/include/glib-2.0/glib/gregex.h:455:NC */ extern gboolean g_match_info_is_partial_match (const GMatchInfo *); /* /usr/include/glib-2.0/glib/gregex.h:456:NC */ extern gchar *g_match_info_expand_references (const GMatchInfo *, const gchar *, GError **); /* /usr/include/glib-2.0/glib/gregex.h:459:NC */ extern gchar *g_match_info_fetch (const GMatchInfo *, gint); /* /usr/include/glib-2.0/glib/gregex.h:461:NC */ extern gboolean g_match_info_fetch_pos (const GMatchInfo *, gint, gint *, gint *); /* /usr/include/glib-2.0/glib/gregex.h:465:NC */ extern gchar *g_match_info_fetch_named (const GMatchInfo *, const gchar *); /* /usr/include/glib-2.0/glib/gregex.h:467:NC */ extern gboolean g_match_info_fetch_named_pos (const GMatchInfo *, const gchar *, gint *, gint *); /* /usr/include/glib-2.0/glib/gregex.h:471:NC */ extern gchar **g_match_info_fetch_all (const GMatchInfo *); /* /usr/include/glib-2.0/glib/gscanner.h:215:NC */ extern GScanner *g_scanner_new (const GScannerConfig *); /* /usr/include/glib-2.0/glib/gscanner.h:216:NC */ extern void g_scanner_destroy (GScanner *); /* /usr/include/glib-2.0/glib/gscanner.h:217:NC */ extern void g_scanner_input_file (GScanner *, gint); /* /usr/include/glib-2.0/glib/gscanner.h:219:NC */ extern void g_scanner_sync_file_offset (GScanner *); /* /usr/include/glib-2.0/glib/gscanner.h:220:NC */ extern void g_scanner_input_text (GScanner *, const gchar *, guint); /* /usr/include/glib-2.0/glib/gscanner.h:223:NC */ extern GTokenType g_scanner_get_next_token (GScanner *); /* /usr/include/glib-2.0/glib/gscanner.h:224:NC */ extern GTokenType g_scanner_peek_next_token (GScanner *); /* /usr/include/glib-2.0/glib/gscanner.h:225:NC */ extern GTokenType g_scanner_cur_token (GScanner *); /* /usr/include/glib-2.0/glib/gscanner.h:226:NC */ extern GTokenValue g_scanner_cur_value (GScanner *); /* /usr/include/glib-2.0/glib/gscanner.h:227:NC */ extern guint g_scanner_cur_line (GScanner *); /* /usr/include/glib-2.0/glib/gscanner.h:228:NC */ extern guint g_scanner_cur_position (GScanner *); /* /usr/include/glib-2.0/glib/gscanner.h:229:NC */ extern gboolean g_scanner_eof (GScanner *); /* /usr/include/glib-2.0/glib/gscanner.h:230:NC */ extern guint g_scanner_set_scope (GScanner *, guint); /* /usr/include/glib-2.0/glib/gscanner.h:232:NC */ extern void g_scanner_scope_add_symbol (GScanner *, guint, const gchar *, gpointer); /* /usr/include/glib-2.0/glib/gscanner.h:236:NC */ extern void g_scanner_scope_remove_symbol (GScanner *, guint, const gchar *); /* /usr/include/glib-2.0/glib/gscanner.h:239:NC */ extern gpointer g_scanner_scope_lookup_symbol (GScanner *, guint, const gchar *); /* /usr/include/glib-2.0/glib/gscanner.h:242:NC */ extern void g_scanner_scope_foreach_symbol (GScanner *, guint, GHFunc, gpointer); /* /usr/include/glib-2.0/glib/gscanner.h:246:NC */ extern gpointer g_scanner_lookup_symbol (GScanner *, const gchar *); /* /usr/include/glib-2.0/glib/gscanner.h:248:NC */ extern void g_scanner_unexp_token (GScanner *, GTokenType, const gchar *, const gchar *, const gchar *, const gchar *, gint); /* /usr/include/glib-2.0/glib/gscanner.h:255:NC */ extern void g_scanner_error (GScanner *, const gchar *, ...); /* /usr/include/glib-2.0/glib/gscanner.h:258:NC */ extern void g_scanner_warn (GScanner *, const gchar *, ...); /* /usr/include/glib-2.0/glib/gsequence.h:41:NC */ extern GSequence *g_sequence_new (GDestroyNotify); /* /usr/include/glib-2.0/glib/gsequence.h:42:NC */ extern void g_sequence_free (GSequence *); /* /usr/include/glib-2.0/glib/gsequence.h:43:NC */ extern gint g_sequence_get_length (GSequence *); /* /usr/include/glib-2.0/glib/gsequence.h:44:NC */ extern void g_sequence_foreach (GSequence *, GFunc, gpointer); /* /usr/include/glib-2.0/glib/gsequence.h:47:NC */ extern void g_sequence_foreach_range (GSequenceIter *, GSequenceIter *, GFunc, gpointer); /* /usr/include/glib-2.0/glib/gsequence.h:51:NC */ extern void g_sequence_sort (GSequence *, GCompareDataFunc, gpointer); /* /usr/include/glib-2.0/glib/gsequence.h:54:NC */ extern void g_sequence_sort_iter (GSequence *, GSequenceIterCompareFunc, gpointer); /* /usr/include/glib-2.0/glib/gsequence.h:60:NC */ extern GSequenceIter *g_sequence_get_begin_iter (GSequence *); /* /usr/include/glib-2.0/glib/gsequence.h:61:NC */ extern GSequenceIter *g_sequence_get_end_iter (GSequence *); /* /usr/include/glib-2.0/glib/gsequence.h:62:NC */ extern GSequenceIter *g_sequence_get_iter_at_pos (GSequence *, gint); /* /usr/include/glib-2.0/glib/gsequence.h:64:NC */ extern GSequenceIter *g_sequence_append (GSequence *, gpointer); /* /usr/include/glib-2.0/glib/gsequence.h:66:NC */ extern GSequenceIter *g_sequence_prepend (GSequence *, gpointer); /* /usr/include/glib-2.0/glib/gsequence.h:68:NC */ extern GSequenceIter *g_sequence_insert_before (GSequenceIter *, gpointer); /* /usr/include/glib-2.0/glib/gsequence.h:70:NC */ extern void g_sequence_move (GSequenceIter *, GSequenceIter *); /* /usr/include/glib-2.0/glib/gsequence.h:72:NC */ extern void g_sequence_swap (GSequenceIter *, GSequenceIter *); /* /usr/include/glib-2.0/glib/gsequence.h:74:NC */ extern GSequenceIter *g_sequence_insert_sorted (GSequence *, gpointer, GCompareDataFunc, gpointer); /* /usr/include/glib-2.0/glib/gsequence.h:78:NC */ extern GSequenceIter *g_sequence_insert_sorted_iter (GSequence *, gpointer, GSequenceIterCompareFunc, gpointer); /* /usr/include/glib-2.0/glib/gsequence.h:82:NC */ extern void g_sequence_sort_changed (GSequenceIter *, GCompareDataFunc, gpointer); /* /usr/include/glib-2.0/glib/gsequence.h:85:NC */ extern void g_sequence_sort_changed_iter (GSequenceIter *, GSequenceIterCompareFunc, gpointer); /* /usr/include/glib-2.0/glib/gsequence.h:88:NC */ extern void g_sequence_remove (GSequenceIter *); /* /usr/include/glib-2.0/glib/gsequence.h:89:NC */ extern void g_sequence_remove_range (GSequenceIter *, GSequenceIter *); /* /usr/include/glib-2.0/glib/gsequence.h:91:NC */ extern void g_sequence_move_range (GSequenceIter *, GSequenceIter *, GSequenceIter *); /* /usr/include/glib-2.0/glib/gsequence.h:94:NC */ extern GSequenceIter *g_sequence_search (GSequence *, gpointer, GCompareDataFunc, gpointer); /* /usr/include/glib-2.0/glib/gsequence.h:98:NC */ extern GSequenceIter *g_sequence_search_iter (GSequence *, gpointer, GSequenceIterCompareFunc, gpointer); /* /usr/include/glib-2.0/glib/gsequence.h:102:NC */ extern GSequenceIter *g_sequence_lookup (GSequence *, gpointer, GCompareDataFunc, gpointer); /* /usr/include/glib-2.0/glib/gsequence.h:106:NC */ extern GSequenceIter *g_sequence_lookup_iter (GSequence *, gpointer, GSequenceIterCompareFunc, gpointer); /* /usr/include/glib-2.0/glib/gsequence.h:113:NC */ extern gpointer g_sequence_get (GSequenceIter *); /* /usr/include/glib-2.0/glib/gsequence.h:114:NC */ extern void g_sequence_set (GSequenceIter *, gpointer); /* /usr/include/glib-2.0/glib/gsequence.h:118:NC */ extern gboolean g_sequence_iter_is_begin (GSequenceIter *); /* /usr/include/glib-2.0/glib/gsequence.h:119:NC */ extern gboolean g_sequence_iter_is_end (GSequenceIter *); /* /usr/include/glib-2.0/glib/gsequence.h:120:NC */ extern GSequenceIter *g_sequence_iter_next (GSequenceIter *); /* /usr/include/glib-2.0/glib/gsequence.h:121:NC */ extern GSequenceIter *g_sequence_iter_prev (GSequenceIter *); /* /usr/include/glib-2.0/glib/gsequence.h:122:NC */ extern gint g_sequence_iter_get_position (GSequenceIter *); /* /usr/include/glib-2.0/glib/gsequence.h:123:NC */ extern GSequenceIter *g_sequence_iter_move (GSequenceIter *, gint); /* /usr/include/glib-2.0/glib/gsequence.h:125:NC */ extern GSequence *g_sequence_iter_get_sequence (GSequenceIter *); /* /usr/include/glib-2.0/glib/gsequence.h:129:NC */ extern gint g_sequence_iter_compare (GSequenceIter *, GSequenceIter *); /* /usr/include/glib-2.0/glib/gsequence.h:131:NC */ extern GSequenceIter *g_sequence_range_get_midpoint (GSequenceIter *, GSequenceIter *); /* /usr/include/glib-2.0/glib/gshell.h:43:NC */ extern GQuark g_shell_error_quark (void); /* /usr/include/glib-2.0/glib/gshell.h:45:NC */ extern gchar *g_shell_quote (const gchar *); /* /usr/include/glib-2.0/glib/gshell.h:46:NC */ extern gchar *g_shell_unquote (const gchar *, GError **); /* /usr/include/glib-2.0/glib/gshell.h:48:NC */ extern gboolean g_shell_parse_argv (const gchar *, gint *, gchar ***, GError **); /* /usr/include/glib-2.0/glib/gslice.h:33:NC */ extern gpointer g_slice_alloc (gsize); /* /usr/include/glib-2.0/glib/gslice.h:34:NC */ extern gpointer g_slice_alloc0 (gsize); /* /usr/include/glib-2.0/glib/gslice.h:35:NC */ extern gpointer g_slice_copy (gsize, gconstpointer); /* /usr/include/glib-2.0/glib/gslice.h:37:NC */ extern void g_slice_free1 (gsize, gpointer); /* /usr/include/glib-2.0/glib/gslice.h:39:NC */ extern void g_slice_free_chain_with_offset (gsize, gpointer, gsize); /* /usr/include/glib-2.0/glib/gslice.h:80:NC */ extern void g_slice_set_config (GSliceConfig, gint64); /* /usr/include/glib-2.0/glib/gslice.h:81:NC */ extern gint64 g_slice_get_config (GSliceConfig); /* /usr/include/glib-2.0/glib/gslice.h:82:NC */ extern gint64 *g_slice_get_config_state (GSliceConfig, gint64, guint *); /* /usr/include/glib-2.0/glib/gspawn.h:174:NC */ extern GQuark g_spawn_error_quark (void); /* /usr/include/glib-2.0/glib/gspawn.h:186:NC */ extern gboolean g_spawn_async (const gchar *, gchar **, gchar **, GSpawnFlags, GSpawnChildSetupFunc, gpointer, GPid *, GError **); /* /usr/include/glib-2.0/glib/gspawn.h:199:NC */ extern gboolean g_spawn_async_with_pipes (const gchar *, gchar **, gchar **, GSpawnFlags, GSpawnChildSetupFunc, gpointer, GPid *, gint *, gint *, gint *, GError **); /* /usr/include/glib-2.0/glib/gspawn.h:216:NC */ extern gboolean g_spawn_sync (const gchar *, gchar **, gchar **, GSpawnFlags, GSpawnChildSetupFunc, gpointer, gchar **, gchar **, gint *, GError **); /* /usr/include/glib-2.0/glib/gspawn.h:227:NC */ extern gboolean g_spawn_command_line_sync (const gchar *, gchar **, gchar **, gint *, GError **); /* /usr/include/glib-2.0/glib/gspawn.h:232:NC */ extern gboolean g_spawn_command_line_async (const gchar *, GError **); /* /usr/include/glib-2.0/glib/gspawn.h:235:NC */ extern void g_spawn_close_pid (GPid); /* /usr/include/glib-2.0/glib/gstrfuncs.h:90:NC */ extern gchar g_ascii_tolower (gchar); /* /usr/include/glib-2.0/glib/gstrfuncs.h:91:NC */ extern gchar g_ascii_toupper (gchar); /* /usr/include/glib-2.0/glib/gstrfuncs.h:93:NC */ extern gint g_ascii_digit_value (gchar); /* /usr/include/glib-2.0/glib/gstrfuncs.h:94:NC */ extern gint g_ascii_xdigit_value (gchar); /* /usr/include/glib-2.0/glib/gstrfuncs.h:100:NC */ extern gchar *g_strdelimit (gchar *, const gchar *, gchar); /* /usr/include/glib-2.0/glib/gstrfuncs.h:103:NC */ extern gchar *g_strcanon (gchar *, const gchar *, gchar); /* /usr/include/glib-2.0/glib/gstrfuncs.h:106:NC */ extern const gchar *g_strerror (gint); /* /usr/include/glib-2.0/glib/gstrfuncs.h:107:NC */ extern const gchar *g_strsignal (gint); /* /usr/include/glib-2.0/glib/gstrfuncs.h:108:NC */ extern gchar *g_strreverse (gchar *); /* /usr/include/glib-2.0/glib/gstrfuncs.h:109:NC */ extern gsize g_strlcpy (gchar *, const gchar *, gsize); /* /usr/include/glib-2.0/glib/gstrfuncs.h:112:NC */ extern gsize g_strlcat (gchar *, const gchar *, gsize); /* /usr/include/glib-2.0/glib/gstrfuncs.h:115:NC */ extern gchar *g_strstr_len (const gchar *, gssize, const gchar *); /* /usr/include/glib-2.0/glib/gstrfuncs.h:118:NC */ extern gchar *g_strrstr (const gchar *, const gchar *); /* /usr/include/glib-2.0/glib/gstrfuncs.h:120:NC */ extern gchar *g_strrstr_len (const gchar *, gssize, const gchar *); /* /usr/include/glib-2.0/glib/gstrfuncs.h:124:NC */ extern gboolean g_str_has_suffix (const gchar *, const gchar *); /* /usr/include/glib-2.0/glib/gstrfuncs.h:126:NC */ extern gboolean g_str_has_prefix (const gchar *, const gchar *); /* /usr/include/glib-2.0/glib/gstrfuncs.h:131:NC */ extern gdouble g_strtod (const gchar *, gchar **); /* /usr/include/glib-2.0/glib/gstrfuncs.h:133:NC */ extern gdouble g_ascii_strtod (const gchar *, gchar **); /* /usr/include/glib-2.0/glib/gstrfuncs.h:135:NC */ extern guint64 g_ascii_strtoull (const gchar *, gchar **, guint); /* /usr/include/glib-2.0/glib/gstrfuncs.h:138:NC */ extern gint64 g_ascii_strtoll (const gchar *, gchar **, guint); /* /usr/include/glib-2.0/glib/gstrfuncs.h:145:NC */ extern gchar *g_ascii_dtostr (gchar *, gint, gdouble); /* /usr/include/glib-2.0/glib/gstrfuncs.h:148:NC */ extern gchar *g_ascii_formatd (gchar *, gint, const gchar *, gdouble); /* /usr/include/glib-2.0/glib/gstrfuncs.h:154:NC */ extern gchar *g_strchug (gchar *); /* /usr/include/glib-2.0/glib/gstrfuncs.h:156:NC */ extern gchar *g_strchomp (gchar *); /* /usr/include/glib-2.0/glib/gstrfuncs.h:160:NC */ extern gint g_ascii_strcasecmp (const gchar *, const gchar *); /* /usr/include/glib-2.0/glib/gstrfuncs.h:162:NC */ extern gint g_ascii_strncasecmp (const gchar *, const gchar *, gsize); /* /usr/include/glib-2.0/glib/gstrfuncs.h:165:NC */ extern gchar *g_ascii_strdown (const gchar *, gssize); /* /usr/include/glib-2.0/glib/gstrfuncs.h:167:NC */ extern gchar *g_ascii_strup (const gchar *, gssize); /* /usr/include/glib-2.0/glib/gstrfuncs.h:172:NC */ extern gint g_strcasecmp (const gchar *, const gchar *); /* /usr/include/glib-2.0/glib/gstrfuncs.h:175:NC */ extern gint g_strncasecmp (const gchar *, const gchar *, guint); /* /usr/include/glib-2.0/glib/gstrfuncs.h:179:NC */ extern gchar *g_strdown (gchar *); /* /usr/include/glib-2.0/glib/gstrfuncs.h:181:NC */ extern gchar *g_strup (gchar *); /* /usr/include/glib-2.0/glib/gstrfuncs.h:187:NC */ extern gchar *g_strdup (const gchar *); /* /usr/include/glib-2.0/glib/gstrfuncs.h:188:NC */ extern gchar *g_strdup_printf (const gchar *, ...); /* /usr/include/glib-2.0/glib/gstrfuncs.h:190:NC */ extern gchar *g_strdup_vprintf (const gchar *, __va_list_tag *); /* /usr/include/glib-2.0/glib/gstrfuncs.h:192:NC */ extern gchar *g_strndup (const gchar *, gsize); /* /usr/include/glib-2.0/glib/gstrfuncs.h:194:NC */ extern gchar *g_strnfill (gsize, gchar); /* /usr/include/glib-2.0/glib/gstrfuncs.h:196:NC */ extern gchar *g_strconcat (const gchar *, ...); /* /usr/include/glib-2.0/glib/gstrfuncs.h:198:NC */ extern gchar *g_strjoin (const gchar *, ...); /* /usr/include/glib-2.0/glib/gstrfuncs.h:205:NC */ extern gchar *g_strcompress (const gchar *); /* /usr/include/glib-2.0/glib/gstrfuncs.h:215:NC */ extern gchar *g_strescape (const gchar *, const gchar *); /* /usr/include/glib-2.0/glib/gstrfuncs.h:218:NC */ extern gpointer g_memdup (gconstpointer, guint); /* /usr/include/glib-2.0/glib/gstrfuncs.h:230:NC */ extern gchar **g_strsplit (const gchar *, const gchar *, gint); /* /usr/include/glib-2.0/glib/gstrfuncs.h:233:NC */ extern gchar **g_strsplit_set (const gchar *, const gchar *, gint); /* /usr/include/glib-2.0/glib/gstrfuncs.h:236:NC */ extern gchar *g_strjoinv (const gchar *, gchar **); /* /usr/include/glib-2.0/glib/gstrfuncs.h:238:NC */ extern void g_strfreev (gchar **); /* /usr/include/glib-2.0/glib/gstrfuncs.h:239:NC */ extern gchar **g_strdupv (gchar **); /* /usr/include/glib-2.0/glib/gstrfuncs.h:240:NC */ extern guint g_strv_length (gchar **); /* /usr/include/glib-2.0/glib/gstrfuncs.h:242:NC */ extern gchar *g_stpcpy (gchar *, const char *); /* /usr/include/glib-2.0/glib/gstringchunk.h:40:NC */ extern GStringChunk *g_string_chunk_new (gsize); /* /usr/include/glib-2.0/glib/gstringchunk.h:41:NC */ extern void g_string_chunk_free (GStringChunk *); /* /usr/include/glib-2.0/glib/gstringchunk.h:42:NC */ extern void g_string_chunk_clear (GStringChunk *); /* /usr/include/glib-2.0/glib/gstringchunk.h:43:NC */ extern gchar *g_string_chunk_insert (GStringChunk *, const gchar *); /* /usr/include/glib-2.0/glib/gstringchunk.h:45:NC */ extern gchar *g_string_chunk_insert_len (GStringChunk *, const gchar *, gssize); /* /usr/include/glib-2.0/glib/gstringchunk.h:48:NC */ extern gchar *g_string_chunk_insert_const (GStringChunk *, const gchar *); /* /usr/include/glib-2.0/glib/gtestutils.h:79:NC */ extern int g_strcmp0 (const char *, const char *); /* /usr/include/glib-2.0/glib/gtestutils.h:83:NC */ extern void g_test_minimized_result (double, const char *, ...); /* /usr/include/glib-2.0/glib/gtestutils.h:86:NC */ extern void g_test_maximized_result (double, const char *, ...); /* /usr/include/glib-2.0/glib/gtestutils.h:91:NC */ extern void g_test_init (int *, char ***, ...); /* /usr/include/glib-2.0/glib/gtestutils.h:103:NC */ extern int g_test_run (void); /* /usr/include/glib-2.0/glib/gtestutils.h:105:NC */ extern void g_test_add_func (const char *, GTestFunc); /* /usr/include/glib-2.0/glib/gtestutils.h:108:NC */ extern void g_test_add_data_func (const char *, gconstpointer, GTestDataFunc); /* /usr/include/glib-2.0/glib/gtestutils.h:112:NC */ extern void g_test_fail (void); /* /usr/include/glib-2.0/glib/gtestutils.h:128:NC */ extern void g_test_message (const char *, ...); /* /usr/include/glib-2.0/glib/gtestutils.h:130:NC */ extern void g_test_bug_base (const char *); /* /usr/include/glib-2.0/glib/gtestutils.h:131:NC */ extern void g_test_bug (const char *); /* /usr/include/glib-2.0/glib/gtestutils.h:133:NC */ extern void g_test_timer_start (void); /* /usr/include/glib-2.0/glib/gtestutils.h:134:NC */ extern double g_test_timer_elapsed (void); /* /usr/include/glib-2.0/glib/gtestutils.h:135:NC */ extern double g_test_timer_last (void); /* /usr/include/glib-2.0/glib/gtestutils.h:138:NC */ extern void g_test_queue_free (gpointer); /* /usr/include/glib-2.0/glib/gtestutils.h:139:NC */ extern void g_test_queue_destroy (GDestroyNotify, gpointer); /* /usr/include/glib-2.0/glib/gtestutils.h:149:NC */ extern gboolean g_test_trap_fork (guint64, GTestTrapFlags); /* /usr/include/glib-2.0/glib/gtestutils.h:151:NC */ extern gboolean g_test_trap_has_passed (void); /* /usr/include/glib-2.0/glib/gtestutils.h:152:NC */ extern gboolean g_test_trap_reached_timeout (void); /* /usr/include/glib-2.0/glib/gtestutils.h:162:NC */ extern gint32 g_test_rand_int (void); /* /usr/include/glib-2.0/glib/gtestutils.h:163:NC */ extern gint32 g_test_rand_int_range (gint32, gint32); /* /usr/include/glib-2.0/glib/gtestutils.h:165:NC */ extern double g_test_rand_double (void); /* /usr/include/glib-2.0/glib/gtestutils.h:166:NC */ extern double g_test_rand_double_range (double, double); /* /usr/include/glib-2.0/glib/gtestutils.h:170:NC */ extern GTestCase *g_test_create_case (const char *, gsize, gconstpointer, GTestFixtureFunc, GTestFixtureFunc, GTestFixtureFunc); /* /usr/include/glib-2.0/glib/gtestutils.h:176:NC */ extern GTestSuite *g_test_create_suite (const char *); /* /usr/include/glib-2.0/glib/gtestutils.h:177:NC */ extern GTestSuite *g_test_get_root (void); /* /usr/include/glib-2.0/glib/gtestutils.h:178:NC */ extern void g_test_suite_add (GTestSuite *, GTestCase *); /* /usr/include/glib-2.0/glib/gtestutils.h:180:NC */ extern void g_test_suite_add_suite (GTestSuite *, GTestSuite *); /* /usr/include/glib-2.0/glib/gtestutils.h:182:NC */ extern int g_test_run_suite (GTestSuite *); /* /usr/include/glib-2.0/glib/gtestutils.h:185:NC */ extern void g_test_trap_assertions (const char *, const char *, int, const char *, guint64, const char *); /* /usr/include/glib-2.0/glib/gtestutils.h:191:NC */ extern void g_assertion_message (const char *, const char *, int, const char *, const char *); /* /usr/include/glib-2.0/glib/gtestutils.h:196:NC */ extern void g_assertion_message_expr (const char *, const char *, int, const char *, const char *); /* /usr/include/glib-2.0/glib/gtestutils.h:201:NC */ extern void g_assertion_message_cmpstr (const char *, const char *, int, const char *, const char *, const char *, const char *, const char *); /* /usr/include/glib-2.0/glib/gtestutils.h:209:NC */ extern void g_assertion_message_cmpnum (const char *, const char *, int, const char *, const char *, long double, const char *, long double, char); /* /usr/include/glib-2.0/glib/gtestutils.h:218:NC */ extern void g_assertion_message_error (const char *, const char *, int, const char *, const char *, const GError *, GQuark, int); /* /usr/include/glib-2.0/glib/gtestutils.h:226:NC */ extern void g_test_add_vtable (const char *, gsize, gconstpointer, GTestFixtureFunc, GTestFixtureFunc, GTestFixtureFunc); /* /usr/include/glib-2.0/glib/gtestutils.h:269:NC */ extern const char *g_test_log_type_name (GTestLogType); /* /usr/include/glib-2.0/glib/gtestutils.h:270:NC */ extern GTestLogBuffer *g_test_log_buffer_new (void); /* /usr/include/glib-2.0/glib/gtestutils.h:271:NC */ extern void g_test_log_buffer_free (GTestLogBuffer *); /* /usr/include/glib-2.0/glib/gtestutils.h:272:NC */ extern void g_test_log_buffer_push (GTestLogBuffer *, guint, const guint8 *); /* /usr/include/glib-2.0/glib/gtestutils.h:275:NC */ extern GTestLogMsg *g_test_log_buffer_pop (GTestLogBuffer *); /* /usr/include/glib-2.0/glib/gtestutils.h:276:NC */ extern void g_test_log_msg_free (GTestLogMsg *); /* /usr/include/glib-2.0/glib/gtestutils.h:296:NC */ extern void g_test_log_set_fatal_handler (GTestLogFatalFunc, gpointer); /* /usr/include/glib-2.0/glib/gthreadpool.h:50:NC */ extern GThreadPool *g_thread_pool_new (GFunc, gpointer, gint, gboolean, GError **); /* /usr/include/glib-2.0/glib/gthreadpool.h:55:NC */ extern void g_thread_pool_free (GThreadPool *, gboolean, gboolean); /* /usr/include/glib-2.0/glib/gthreadpool.h:58:NC */ extern gboolean g_thread_pool_push (GThreadPool *, gpointer, GError **); /* /usr/include/glib-2.0/glib/gthreadpool.h:61:NC */ extern guint g_thread_pool_unprocessed (GThreadPool *); /* /usr/include/glib-2.0/glib/gthreadpool.h:62:NC */ extern void g_thread_pool_set_sort_function (GThreadPool *, GCompareDataFunc, gpointer); /* /usr/include/glib-2.0/glib/gthreadpool.h:65:NC */ extern gboolean g_thread_pool_set_max_threads (GThreadPool *, gint, GError **); /* /usr/include/glib-2.0/glib/gthreadpool.h:68:NC */ extern gint g_thread_pool_get_max_threads (GThreadPool *); /* /usr/include/glib-2.0/glib/gthreadpool.h:69:NC */ extern guint g_thread_pool_get_num_threads (GThreadPool *); /* /usr/include/glib-2.0/glib/gthreadpool.h:71:NC */ extern void g_thread_pool_set_max_unused_threads (gint); /* /usr/include/glib-2.0/glib/gthreadpool.h:72:NC */ extern gint g_thread_pool_get_max_unused_threads (void); /* /usr/include/glib-2.0/glib/gthreadpool.h:73:NC */ extern guint g_thread_pool_get_num_unused_threads (void); /* /usr/include/glib-2.0/glib/gthreadpool.h:74:NC */ extern void g_thread_pool_stop_unused_threads (void); /* /usr/include/glib-2.0/glib/gthreadpool.h:75:NC */ extern void g_thread_pool_set_max_idle_time (guint); /* /usr/include/glib-2.0/glib/gthreadpool.h:76:NC */ extern guint g_thread_pool_get_max_idle_time (void); /* /usr/include/glib-2.0/glib/gtimer.h:46:NC */ extern GTimer *g_timer_new (void); /* /usr/include/glib-2.0/glib/gtimer.h:47:NC */ extern void g_timer_destroy (GTimer *); /* /usr/include/glib-2.0/glib/gtimer.h:48:NC */ extern void g_timer_start (GTimer *); /* /usr/include/glib-2.0/glib/gtimer.h:49:NC */ extern void g_timer_stop (GTimer *); /* /usr/include/glib-2.0/glib/gtimer.h:50:NC */ extern void g_timer_reset (GTimer *); /* /usr/include/glib-2.0/glib/gtimer.h:51:NC */ extern void g_timer_continue (GTimer *); /* /usr/include/glib-2.0/glib/gtimer.h:52:NC */ extern gdouble g_timer_elapsed (GTimer *, gulong *); /* /usr/include/glib-2.0/glib/gtimer.h:55:NC */ extern void g_usleep (gulong); /* /usr/include/glib-2.0/glib/gtimer.h:57:NC */ extern void g_time_val_add (GTimeVal *, glong); /* /usr/include/glib-2.0/glib/gtimer.h:59:NC */ extern gboolean g_time_val_from_iso8601 (const gchar *, GTimeVal *); /* /usr/include/glib-2.0/glib/gtimer.h:61:NC */ extern gchar *g_time_val_to_iso8601 (GTimeVal *); /* /usr/include/glib-2.0/glib/gtrashstack.h:44:NC */ static void g_trash_stack_push (GTrashStack **, gpointer); /* /usr/include/glib-2.0/glib/gtrashstack.h:46:NC */ static gpointer g_trash_stack_pop (GTrashStack **); /* /usr/include/glib-2.0/glib/gtrashstack.h:47:NC */ static gpointer g_trash_stack_peek (GTrashStack **); /* /usr/include/glib-2.0/glib/gtrashstack.h:48:NC */ static guint g_trash_stack_height (GTrashStack **); /* /usr/include/glib-2.0/glib/gtrashstack.h:53:NF */ static void g_trash_stack_push (GTrashStack **stack_p, gpointer data_p); /* (stack_p, data_p) GTrashStack **stack_p; gpointer data_p; */ /* /usr/include/glib-2.0/glib/gtrashstack.h:62:NF */ static gpointer g_trash_stack_pop (GTrashStack **stack_p); /* (stack_p) GTrashStack **stack_p; */ /* /usr/include/glib-2.0/glib/gtrashstack.h:79:NF */ static gpointer g_trash_stack_peek (GTrashStack **stack_p); /* (stack_p) GTrashStack **stack_p; */ /* /usr/include/glib-2.0/glib/gtrashstack.h:88:NF */ static guint g_trash_stack_height (GTrashStack **stack_p); /* (stack_p) GTrashStack **stack_p; */ /* /usr/include/glib-2.0/glib/gtree.h:46:NC */ extern GTree *g_tree_new (GCompareFunc); /* /usr/include/glib-2.0/glib/gtree.h:47:NC */ extern GTree *g_tree_new_with_data (GCompareDataFunc, gpointer); /* /usr/include/glib-2.0/glib/gtree.h:49:NC */ extern GTree *g_tree_new_full (GCompareDataFunc, gpointer, GDestroyNotify, GDestroyNotify); /* /usr/include/glib-2.0/glib/gtree.h:53:NC */ extern GTree *g_tree_ref (GTree *); /* /usr/include/glib-2.0/glib/gtree.h:54:NC */ extern void g_tree_unref (GTree *); /* /usr/include/glib-2.0/glib/gtree.h:55:NC */ extern void g_tree_destroy (GTree *); /* /usr/include/glib-2.0/glib/gtree.h:56:NC */ extern void g_tree_insert (GTree *, gpointer, gpointer); /* /usr/include/glib-2.0/glib/gtree.h:59:NC */ extern void g_tree_replace (GTree *, gpointer, gpointer); /* /usr/include/glib-2.0/glib/gtree.h:62:NC */ extern gboolean g_tree_remove (GTree *, gconstpointer); /* /usr/include/glib-2.0/glib/gtree.h:64:NC */ extern gboolean g_tree_steal (GTree *, gconstpointer); /* /usr/include/glib-2.0/glib/gtree.h:66:NC */ extern gpointer g_tree_lookup (GTree *, gconstpointer); /* /usr/include/glib-2.0/glib/gtree.h:68:NC */ extern gboolean g_tree_lookup_extended (GTree *, gconstpointer, gpointer *, gpointer *); /* /usr/include/glib-2.0/glib/gtree.h:72:NC */ extern void g_tree_foreach (GTree *, GTraverseFunc, gpointer); /* /usr/include/glib-2.0/glib/gtree.h:77:NC */ extern void g_tree_traverse (GTree *, GTraverseFunc, GTraverseType, gpointer); /* /usr/include/glib-2.0/glib/gtree.h:82:NC */ extern gpointer g_tree_search (GTree *, GCompareFunc, gconstpointer); /* /usr/include/glib-2.0/glib/gtree.h:85:NC */ extern gint g_tree_height (GTree *); /* /usr/include/glib-2.0/glib/gtree.h:86:NC */ extern gint g_tree_nnodes (GTree *); /* /usr/include/glib-2.0/glib/gurifuncs.h:69:NC */ extern char *g_uri_unescape_string (const char *, const char *); /* /usr/include/glib-2.0/glib/gurifuncs.h:71:NC */ extern char *g_uri_unescape_segment (const char *, const char *, const char *); /* /usr/include/glib-2.0/glib/gurifuncs.h:74:NC */ extern char *g_uri_parse_scheme (const char *); /* /usr/include/glib-2.0/glib/gurifuncs.h:75:NC */ extern char *g_uri_escape_string (const char *, const char *, gboolean); /* /usr/include/glib-2.0/glib/gvarianttype.h:297:NC */ extern gboolean g_variant_type_string_is_valid (const gchar *); /* /usr/include/glib-2.0/glib/gvarianttype.h:298:NC */ extern gboolean g_variant_type_string_scan (const gchar *, const gchar *, const gchar **); /* /usr/include/glib-2.0/glib/gvarianttype.h:303:NC */ extern void g_variant_type_free (GVariantType *); /* /usr/include/glib-2.0/glib/gvarianttype.h:304:NC */ extern GVariantType *g_variant_type_copy (const GVariantType *); /* /usr/include/glib-2.0/glib/gvarianttype.h:305:NC */ extern GVariantType *g_variant_type_new (const gchar *); /* /usr/include/glib-2.0/glib/gvarianttype.h:308:NC */ extern gsize g_variant_type_get_string_length (const GVariantType *); /* /usr/include/glib-2.0/glib/gvarianttype.h:309:NC */ extern const gchar *g_variant_type_peek_string (const GVariantType *); /* /usr/include/glib-2.0/glib/gvarianttype.h:310:NC */ extern gchar *g_variant_type_dup_string (const GVariantType *); /* /usr/include/glib-2.0/glib/gvarianttype.h:313:NC */ extern gboolean g_variant_type_is_definite (const GVariantType *); /* /usr/include/glib-2.0/glib/gvarianttype.h:314:NC */ extern gboolean g_variant_type_is_container (const GVariantType *); /* /usr/include/glib-2.0/glib/gvarianttype.h:315:NC */ extern gboolean g_variant_type_is_basic (const GVariantType *); /* /usr/include/glib-2.0/glib/gvarianttype.h:316:NC */ extern gboolean g_variant_type_is_maybe (const GVariantType *); /* /usr/include/glib-2.0/glib/gvarianttype.h:317:NC */ extern gboolean g_variant_type_is_array (const GVariantType *); /* /usr/include/glib-2.0/glib/gvarianttype.h:318:NC */ extern gboolean g_variant_type_is_tuple (const GVariantType *); /* /usr/include/glib-2.0/glib/gvarianttype.h:319:NC */ extern gboolean g_variant_type_is_dict_entry (const GVariantType *); /* /usr/include/glib-2.0/glib/gvarianttype.h:320:NC */ extern gboolean g_variant_type_is_variant (const GVariantType *); /* /usr/include/glib-2.0/glib/gvarianttype.h:323:NC */ extern guint g_variant_type_hash (gconstpointer); /* /usr/include/glib-2.0/glib/gvarianttype.h:324:NC */ extern gboolean g_variant_type_equal (gconstpointer, gconstpointer); /* /usr/include/glib-2.0/glib/gvarianttype.h:328:NC */ extern gboolean g_variant_type_is_subtype_of (const GVariantType *, const GVariantType *); /* /usr/include/glib-2.0/glib/gvarianttype.h:332:NC */ extern const GVariantType *g_variant_type_element (const GVariantType *); /* /usr/include/glib-2.0/glib/gvarianttype.h:333:NC */ extern const GVariantType *g_variant_type_first (const GVariantType *); /* /usr/include/glib-2.0/glib/gvarianttype.h:334:NC */ extern const GVariantType *g_variant_type_next (const GVariantType *); /* /usr/include/glib-2.0/glib/gvarianttype.h:335:NC */ extern gsize g_variant_type_n_items (const GVariantType *); /* /usr/include/glib-2.0/glib/gvarianttype.h:336:NC */ extern const GVariantType *g_variant_type_key (const GVariantType *); /* /usr/include/glib-2.0/glib/gvarianttype.h:337:NC */ extern const GVariantType *g_variant_type_value (const GVariantType *); /* /usr/include/glib-2.0/glib/gvarianttype.h:340:NC */ extern GVariantType *g_variant_type_new_array (const GVariantType *); /* /usr/include/glib-2.0/glib/gvarianttype.h:341:NC */ extern GVariantType *g_variant_type_new_maybe (const GVariantType *); /* /usr/include/glib-2.0/glib/gvarianttype.h:342:NC */ extern GVariantType *g_variant_type_new_tuple (const GVariantType *const *, gint); /* /usr/include/glib-2.0/glib/gvarianttype.h:344:NC */ extern GVariantType *g_variant_type_new_dict_entry (const GVariantType *, const GVariantType *); /* /usr/include/glib-2.0/glib/gvarianttype.h:348:NC */ extern const GVariantType *g_variant_type_checked_ (const gchar *); /* /usr/include/glib-2.0/glib/gvariant.h:59:NC */ extern void g_variant_unref (GVariant *); /* /usr/include/glib-2.0/glib/gvariant.h:60:NC */ extern GVariant *g_variant_ref (GVariant *); /* /usr/include/glib-2.0/glib/gvariant.h:61:NC */ extern GVariant *g_variant_ref_sink (GVariant *); /* /usr/include/glib-2.0/glib/gvariant.h:62:NC */ extern gboolean g_variant_is_floating (GVariant *); /* /usr/include/glib-2.0/glib/gvariant.h:63:NC */ extern GVariant *g_variant_take_ref (GVariant *); /* /usr/include/glib-2.0/glib/gvariant.h:65:NC */ extern const GVariantType *g_variant_get_type (GVariant *); /* /usr/include/glib-2.0/glib/gvariant.h:66:NC */ extern const gchar *g_variant_get_type_string (GVariant *); /* /usr/include/glib-2.0/glib/gvariant.h:67:NC */ extern gboolean g_variant_is_of_type (GVariant *, const GVariantType *); /* /usr/include/glib-2.0/glib/gvariant.h:69:NC */ extern gboolean g_variant_is_container (GVariant *); /* /usr/include/glib-2.0/glib/gvariant.h:70:NC */ extern GVariantClass g_variant_classify (GVariant *); /* /usr/include/glib-2.0/glib/gvariant.h:71:NC */ extern GVariant *g_variant_new_boolean (gboolean); /* /usr/include/glib-2.0/glib/gvariant.h:72:NC */ extern GVariant *g_variant_new_byte (guchar); /* /usr/include/glib-2.0/glib/gvariant.h:73:NC */ extern GVariant *g_variant_new_int16 (gint16); /* /usr/include/glib-2.0/glib/gvariant.h:74:NC */ extern GVariant *g_variant_new_uint16 (guint16); /* /usr/include/glib-2.0/glib/gvariant.h:75:NC */ extern GVariant *g_variant_new_int32 (gint32); /* /usr/include/glib-2.0/glib/gvariant.h:76:NC */ extern GVariant *g_variant_new_uint32 (guint32); /* /usr/include/glib-2.0/glib/gvariant.h:77:NC */ extern GVariant *g_variant_new_int64 (gint64); /* /usr/include/glib-2.0/glib/gvariant.h:78:NC */ extern GVariant *g_variant_new_uint64 (guint64); /* /usr/include/glib-2.0/glib/gvariant.h:79:NC */ extern GVariant *g_variant_new_handle (gint32); /* /usr/include/glib-2.0/glib/gvariant.h:80:NC */ extern GVariant *g_variant_new_double (gdouble); /* /usr/include/glib-2.0/glib/gvariant.h:81:NC */ extern GVariant *g_variant_new_string (const gchar *); /* /usr/include/glib-2.0/glib/gvariant.h:82:NC */ extern GVariant *g_variant_new_object_path (const gchar *); /* /usr/include/glib-2.0/glib/gvariant.h:83:NC */ extern gboolean g_variant_is_object_path (const gchar *); /* /usr/include/glib-2.0/glib/gvariant.h:84:NC */ extern GVariant *g_variant_new_signature (const gchar *); /* /usr/include/glib-2.0/glib/gvariant.h:85:NC */ extern gboolean g_variant_is_signature (const gchar *); /* /usr/include/glib-2.0/glib/gvariant.h:86:NC */ extern GVariant *g_variant_new_variant (GVariant *); /* /usr/include/glib-2.0/glib/gvariant.h:87:NC */ extern GVariant *g_variant_new_strv (const gchar *const *, gssize); /* /usr/include/glib-2.0/glib/gvariant.h:89:NC */ extern GVariant *g_variant_new_objv (const gchar *const *, gssize); /* /usr/include/glib-2.0/glib/gvariant.h:91:NC */ extern GVariant *g_variant_new_bytestring (const gchar *); /* /usr/include/glib-2.0/glib/gvariant.h:92:NC */ extern GVariant *g_variant_new_bytestring_array (const gchar *const *, gssize); /* /usr/include/glib-2.0/glib/gvariant.h:94:NC */ extern GVariant *g_variant_new_fixed_array (const GVariantType *, gconstpointer, gsize, gsize); /* /usr/include/glib-2.0/glib/gvariant.h:98:NC */ extern gboolean g_variant_get_boolean (GVariant *); /* /usr/include/glib-2.0/glib/gvariant.h:99:NC */ extern guchar g_variant_get_byte (GVariant *); /* /usr/include/glib-2.0/glib/gvariant.h:100:NC */ extern gint16 g_variant_get_int16 (GVariant *); /* /usr/include/glib-2.0/glib/gvariant.h:101:NC */ extern guint16 g_variant_get_uint16 (GVariant *); /* /usr/include/glib-2.0/glib/gvariant.h:102:NC */ extern gint32 g_variant_get_int32 (GVariant *); /* /usr/include/glib-2.0/glib/gvariant.h:103:NC */ extern guint32 g_variant_get_uint32 (GVariant *); /* /usr/include/glib-2.0/glib/gvariant.h:104:NC */ extern gint64 g_variant_get_int64 (GVariant *); /* /usr/include/glib-2.0/glib/gvariant.h:105:NC */ extern guint64 g_variant_get_uint64 (GVariant *); /* /usr/include/glib-2.0/glib/gvariant.h:106:NC */ extern gint32 g_variant_get_handle (GVariant *); /* /usr/include/glib-2.0/glib/gvariant.h:107:NC */ extern gdouble g_variant_get_double (GVariant *); /* /usr/include/glib-2.0/glib/gvariant.h:108:NC */ extern GVariant *g_variant_get_variant (GVariant *); /* /usr/include/glib-2.0/glib/gvariant.h:109:NC */ extern const gchar *g_variant_get_string (GVariant *, gsize *); /* /usr/include/glib-2.0/glib/gvariant.h:111:NC */ extern gchar *g_variant_dup_string (GVariant *, gsize *); /* /usr/include/glib-2.0/glib/gvariant.h:113:NC */ extern const gchar **g_variant_get_strv (GVariant *, gsize *); /* /usr/include/glib-2.0/glib/gvariant.h:115:NC */ extern gchar **g_variant_dup_strv (GVariant *, gsize *); /* /usr/include/glib-2.0/glib/gvariant.h:117:NC */ extern const gchar **g_variant_get_objv (GVariant *, gsize *); /* /usr/include/glib-2.0/glib/gvariant.h:119:NC */ extern gchar **g_variant_dup_objv (GVariant *, gsize *); /* /usr/include/glib-2.0/glib/gvariant.h:121:NC */ extern const gchar *g_variant_get_bytestring (GVariant *); /* /usr/include/glib-2.0/glib/gvariant.h:122:NC */ extern gchar *g_variant_dup_bytestring (GVariant *, gsize *); /* /usr/include/glib-2.0/glib/gvariant.h:124:NC */ extern const gchar **g_variant_get_bytestring_array (GVariant *, gsize *); /* /usr/include/glib-2.0/glib/gvariant.h:126:NC */ extern gchar **g_variant_dup_bytestring_array (GVariant *, gsize *); /* /usr/include/glib-2.0/glib/gvariant.h:129:NC */ extern GVariant *g_variant_new_maybe (const GVariantType *, GVariant *); /* /usr/include/glib-2.0/glib/gvariant.h:131:NC */ extern GVariant *g_variant_new_array (const GVariantType *, GVariant *const *, gsize); /* /usr/include/glib-2.0/glib/gvariant.h:134:NC */ extern GVariant *g_variant_new_tuple (GVariant *const *, gsize); /* /usr/include/glib-2.0/glib/gvariant.h:136:NC */ extern GVariant *g_variant_new_dict_entry (GVariant *, GVariant *); /* /usr/include/glib-2.0/glib/gvariant.h:139:NC */ extern GVariant *g_variant_get_maybe (GVariant *); /* /usr/include/glib-2.0/glib/gvariant.h:140:NC */ extern gsize g_variant_n_children (GVariant *); /* /usr/include/glib-2.0/glib/gvariant.h:141:NC */ extern void g_variant_get_child (GVariant *, gsize, const gchar *, ...); /* /usr/include/glib-2.0/glib/gvariant.h:145:NC */ extern GVariant *g_variant_get_child_value (GVariant *, gsize); /* /usr/include/glib-2.0/glib/gvariant.h:147:NC */ extern gboolean g_variant_lookup (GVariant *, const gchar *, const gchar *, ...); /* /usr/include/glib-2.0/glib/gvariant.h:151:NC */ extern GVariant *g_variant_lookup_value (GVariant *, const gchar *, const GVariantType *); /* /usr/include/glib-2.0/glib/gvariant.h:154:NC */ extern gconstpointer g_variant_get_fixed_array (GVariant *, gsize *, gsize); /* /usr/include/glib-2.0/glib/gvariant.h:158:NC */ extern gsize g_variant_get_size (GVariant *); /* /usr/include/glib-2.0/glib/gvariant.h:159:NC */ extern gconstpointer g_variant_get_data (GVariant *); /* /usr/include/glib-2.0/glib/gvariant.h:160:NC */ extern void g_variant_store (GVariant *, gpointer); /* /usr/include/glib-2.0/glib/gvariant.h:163:NC */ extern gchar *g_variant_print (GVariant *, gboolean); /* /usr/include/glib-2.0/glib/gvariant.h:165:NC */ extern GString *g_variant_print_string (GVariant *, GString *, gboolean); /* /usr/include/glib-2.0/glib/gvariant.h:169:NC */ extern guint g_variant_hash (gconstpointer); /* /usr/include/glib-2.0/glib/gvariant.h:170:NC */ extern gboolean g_variant_equal (gconstpointer, gconstpointer); /* /usr/include/glib-2.0/glib/gvariant.h:173:NC */ extern GVariant *g_variant_get_normal_form (GVariant *); /* /usr/include/glib-2.0/glib/gvariant.h:174:NC */ extern gboolean g_variant_is_normal_form (GVariant *); /* /usr/include/glib-2.0/glib/gvariant.h:175:NC */ extern GVariant *g_variant_byteswap (GVariant *); /* /usr/include/glib-2.0/glib/gvariant.h:176:NC */ extern GVariant *g_variant_new_from_data (const GVariantType *, gconstpointer, gsize, gboolean, GDestroyNotify, gpointer); /* /usr/include/glib-2.0/glib/gvariant.h:189:NC */ extern GVariantIter *g_variant_iter_new (GVariant *); /* /usr/include/glib-2.0/glib/gvariant.h:190:NC */ extern gsize g_variant_iter_init (GVariantIter *, GVariant *); /* /usr/include/glib-2.0/glib/gvariant.h:192:NC */ extern GVariantIter *g_variant_iter_copy (GVariantIter *); /* /usr/include/glib-2.0/glib/gvariant.h:193:NC */ extern gsize g_variant_iter_n_children (GVariantIter *); /* /usr/include/glib-2.0/glib/gvariant.h:194:NC */ extern void g_variant_iter_free (GVariantIter *); /* /usr/include/glib-2.0/glib/gvariant.h:195:NC */ extern GVariant *g_variant_iter_next_value (GVariantIter *); /* /usr/include/glib-2.0/glib/gvariant.h:196:NC */ extern gboolean g_variant_iter_next (GVariantIter *, const gchar *, ...); /* /usr/include/glib-2.0/glib/gvariant.h:199:NC */ extern gboolean g_variant_iter_loop (GVariantIter *, const gchar *, ...); /* /usr/include/glib-2.0/glib/gvariant.h:233:NC */ extern GQuark g_variant_parser_get_error_quark (void); /* /usr/include/glib-2.0/glib/gvariant.h:235:NC */ extern GVariantBuilder *g_variant_builder_new (const GVariantType *); /* /usr/include/glib-2.0/glib/gvariant.h:236:NC */ extern void g_variant_builder_unref (GVariantBuilder *); /* /usr/include/glib-2.0/glib/gvariant.h:237:NC */ extern GVariantBuilder *g_variant_builder_ref (GVariantBuilder *); /* /usr/include/glib-2.0/glib/gvariant.h:238:NC */ extern void g_variant_builder_init (GVariantBuilder *, const GVariantType *); /* /usr/include/glib-2.0/glib/gvariant.h:240:NC */ extern GVariant *g_variant_builder_end (GVariantBuilder *); /* /usr/include/glib-2.0/glib/gvariant.h:241:NC */ extern void g_variant_builder_clear (GVariantBuilder *); /* /usr/include/glib-2.0/glib/gvariant.h:242:NC */ extern void g_variant_builder_open (GVariantBuilder *, const GVariantType *); /* /usr/include/glib-2.0/glib/gvariant.h:244:NC */ extern void g_variant_builder_close (GVariantBuilder *); /* /usr/include/glib-2.0/glib/gvariant.h:245:NC */ extern void g_variant_builder_add_value (GVariantBuilder *, GVariant *); /* /usr/include/glib-2.0/glib/gvariant.h:247:NC */ extern void g_variant_builder_add (GVariantBuilder *, const gchar *, ...); /* /usr/include/glib-2.0/glib/gvariant.h:250:NC */ extern void g_variant_builder_add_parsed (GVariantBuilder *, const gchar *, ...); /* /usr/include/glib-2.0/glib/gvariant.h:254:NC */ extern GVariant *g_variant_new (const gchar *, ...); /* /usr/include/glib-2.0/glib/gvariant.h:256:NC */ extern void g_variant_get (GVariant *, const gchar *, ...); /* /usr/include/glib-2.0/glib/gvariant.h:259:NC */ extern GVariant *g_variant_new_va (const gchar *, const gchar **, va_list (*)); /* /usr/include/glib-2.0/glib/gvariant.h:262:NC */ extern void g_variant_get_va (GVariant *, const gchar *, const gchar **, va_list (*)); /* /usr/include/glib-2.0/glib/gvariant.h:268:NC */ extern GVariant *g_variant_parse (const GVariantType *, const gchar *, const gchar *, const gchar **, GError **); /* /usr/include/glib-2.0/glib/gvariant.h:273:NC */ extern GVariant *g_variant_new_parsed (const gchar *, ...); /* /usr/include/glib-2.0/glib/gvariant.h:275:NC */ extern GVariant *g_variant_new_parsed_va (const gchar *, va_list (*)); /* /usr/include/glib-2.0/glib/gvariant.h:278:NC */ extern gint g_variant_compare (gconstpointer, gconstpointer); /* /usr/include/glib-2.0/glib/gversion.h:44:NC */ extern const gchar *glib_check_version (guint, guint, guint); /* /usr/include/glib-2.0/glib/deprecated/gallocator.h:45:NC */ extern GMemChunk *g_mem_chunk_new (const gchar *, gint, gsize, gint); /* /usr/include/glib-2.0/glib/deprecated/gallocator.h:50:NC */ extern void g_mem_chunk_destroy (GMemChunk *); /* /usr/include/glib-2.0/glib/deprecated/gallocator.h:52:NC */ extern gpointer g_mem_chunk_alloc (GMemChunk *); /* /usr/include/glib-2.0/glib/deprecated/gallocator.h:54:NC */ extern gpointer g_mem_chunk_alloc0 (GMemChunk *); /* /usr/include/glib-2.0/glib/deprecated/gallocator.h:56:NC */ extern void g_mem_chunk_free (GMemChunk *, gpointer); /* /usr/include/glib-2.0/glib/deprecated/gallocator.h:59:NC */ extern void g_mem_chunk_clean (GMemChunk *); /* /usr/include/glib-2.0/glib/deprecated/gallocator.h:61:NC */ extern void g_mem_chunk_reset (GMemChunk *); /* /usr/include/glib-2.0/glib/deprecated/gallocator.h:63:NC */ extern void g_mem_chunk_print (GMemChunk *); /* /usr/include/glib-2.0/glib/deprecated/gallocator.h:65:NC */ extern void g_mem_chunk_info (void); /* /usr/include/glib-2.0/glib/deprecated/gallocator.h:67:NC */ extern void g_blow_chunks (void); /* /usr/include/glib-2.0/glib/deprecated/gallocator.h:71:NC */ extern GAllocator *g_allocator_new (const gchar *, guint); /* /usr/include/glib-2.0/glib/deprecated/gallocator.h:74:NC */ extern void g_allocator_free (GAllocator *); /* /usr/include/glib-2.0/glib/deprecated/gallocator.h:76:NC */ extern void g_list_push_allocator (GAllocator *); /* /usr/include/glib-2.0/glib/deprecated/gallocator.h:78:NC */ extern void g_list_pop_allocator (void); /* /usr/include/glib-2.0/glib/deprecated/gallocator.h:80:NC */ extern void g_slist_push_allocator (GAllocator *); /* /usr/include/glib-2.0/glib/deprecated/gallocator.h:82:NC */ extern void g_slist_pop_allocator (void); /* /usr/include/glib-2.0/glib/deprecated/gallocator.h:84:NC */ extern void g_node_push_allocator (GAllocator *); /* /usr/include/glib-2.0/glib/deprecated/gallocator.h:86:NC */ extern void g_node_pop_allocator (void); /* /usr/include/glib-2.0/glib/deprecated/gcache.h:47:NC */ extern GCache *g_cache_new (GCacheNewFunc, GCacheDestroyFunc, GCacheDupFunc, GCacheDestroyFunc, GHashFunc, GHashFunc, GEqualFunc); /* /usr/include/glib-2.0/glib/deprecated/gcache.h:55:NC */ extern void g_cache_destroy (GCache *); /* /usr/include/glib-2.0/glib/deprecated/gcache.h:57:NC */ extern gpointer g_cache_insert (GCache *, gpointer); /* /usr/include/glib-2.0/glib/deprecated/gcache.h:60:NC */ extern void g_cache_remove (GCache *, gconstpointer); /* /usr/include/glib-2.0/glib/deprecated/gcache.h:63:NC */ extern void g_cache_key_foreach (GCache *, GHFunc, gpointer); /* /usr/include/glib-2.0/glib/deprecated/gcache.h:67:NC */ extern void g_cache_value_foreach (GCache *, GHFunc, gpointer); /* /usr/include/glib-2.0/glib/deprecated/gcompletion.h:60:NC */ extern GCompletion *g_completion_new (GCompletionFunc); /* /usr/include/glib-2.0/glib/deprecated/gcompletion.h:62:NC */ extern void g_completion_add_items (GCompletion *, GList *); /* /usr/include/glib-2.0/glib/deprecated/gcompletion.h:65:NC */ extern void g_completion_remove_items (GCompletion *, GList *); /* /usr/include/glib-2.0/glib/deprecated/gcompletion.h:68:NC */ extern void g_completion_clear_items (GCompletion *); /* /usr/include/glib-2.0/glib/deprecated/gcompletion.h:70:NC */ extern GList *g_completion_complete (GCompletion *, const gchar *, gchar **); /* /usr/include/glib-2.0/glib/deprecated/gcompletion.h:74:NC */ extern GList *g_completion_complete_utf8 (GCompletion *, const gchar *, gchar **); /* /usr/include/glib-2.0/glib/deprecated/gcompletion.h:78:NC */ extern void g_completion_set_compare (GCompletion *, GCompletionStrncmpFunc); /* /usr/include/glib-2.0/glib/deprecated/gcompletion.h:81:NC */ extern void g_completion_free (GCompletion *); /* /usr/include/glib-2.0/glib/deprecated/grel.h:70:NC */ extern GRelation *g_relation_new (gint); /* /usr/include/glib-2.0/glib/deprecated/grel.h:72:NC */ extern void g_relation_destroy (GRelation *); /* /usr/include/glib-2.0/glib/deprecated/grel.h:74:NC */ extern void g_relation_index (GRelation *, gint, GHashFunc, GEqualFunc); /* /usr/include/glib-2.0/glib/deprecated/grel.h:79:NC */ extern void g_relation_insert (GRelation *, ...); /* /usr/include/glib-2.0/glib/deprecated/grel.h:82:NC */ extern gint g_relation_delete (GRelation *, gconstpointer, gint); /* /usr/include/glib-2.0/glib/deprecated/grel.h:86:NC */ extern GTuples *g_relation_select (GRelation *, gconstpointer, gint); /* /usr/include/glib-2.0/glib/deprecated/grel.h:90:NC */ extern gint g_relation_count (GRelation *, gconstpointer, gint); /* /usr/include/glib-2.0/glib/deprecated/grel.h:94:NC */ extern gboolean g_relation_exists (GRelation *, ...); /* /usr/include/glib-2.0/glib/deprecated/grel.h:97:NC */ extern void g_relation_print (GRelation *); /* /usr/include/glib-2.0/glib/deprecated/grel.h:99:NC */ extern void g_tuples_destroy (GTuples *); /* /usr/include/glib-2.0/glib/deprecated/grel.h:101:NC */ extern gpointer g_tuples_index (GTuples *, gint, gint); /* /usr/include/glib-2.0/glib/deprecated/gthread.h:100:NC */ extern GThread *g_thread_create (GThreadFunc, gpointer, gboolean, GError **); /* /usr/include/glib-2.0/glib/deprecated/gthread.h:106:NC */ extern GThread *g_thread_create_full (GThreadFunc, gpointer, gulong, gboolean, gboolean, GThreadPriority, GError **); /* /usr/include/glib-2.0/glib/deprecated/gthread.h:115:NC */ extern void g_thread_set_priority (GThread *, GThreadPriority); /* /usr/include/glib-2.0/glib/deprecated/gthread.h:119:NC */ extern void g_thread_foreach (GFunc, gpointer); /* /usr/include/x86_64-linux-gnu/bits/sched.h:205:NC */ extern int __sched_cpucount (size_t, const cpu_set_t *); /* /usr/include/x86_64-linux-gnu/bits/sched.h:207:NC */ extern cpu_set_t *__sched_cpualloc (size_t); /* /usr/include/x86_64-linux-gnu/bits/sched.h:208:NC */ extern void __sched_cpufree (cpu_set_t *); /* /usr/include/sched.h:51:NC */ extern int sched_setparam (__pid_t, const struct sched_param *); /* /usr/include/sched.h:55:NC */ extern int sched_getparam (__pid_t, struct sched_param *); /* /usr/include/sched.h:58:NC */ extern int sched_setscheduler (__pid_t, int, const struct sched_param *); /* /usr/include/sched.h:62:NC */ extern int sched_getscheduler (__pid_t); /* /usr/include/sched.h:65:NC */ extern int sched_yield (void); /* /usr/include/sched.h:68:NC */ extern int sched_get_priority_max (int); /* /usr/include/sched.h:71:NC */ extern int sched_get_priority_min (int); /* /usr/include/sched.h:74:NC */ extern int sched_rr_get_interval (__pid_t, struct timespec *); /* /usr/include/pthread.h:225:NC */ extern int pthread_create (pthread_t *, const pthread_attr_t *, void *(*) (void *), void *); /* /usr/include/pthread.h:234:NC */ extern void pthread_exit (void *); /* /usr/include/pthread.h:242:NC */ extern int pthread_join (pthread_t, void **); /* /usr/include/pthread.h:263:NC */ extern int pthread_detach (pthread_t); /* /usr/include/pthread.h:267:NC */ extern pthread_t pthread_self (void); /* /usr/include/pthread.h:270:NC */ extern int pthread_equal (pthread_t, pthread_t); /* /usr/include/pthread.h:278:NC */ extern int pthread_attr_init (pthread_attr_t *); /* /usr/include/pthread.h:281:NC */ extern int pthread_attr_destroy (pthread_attr_t *); /* /usr/include/pthread.h:285:NC */ extern int pthread_attr_getdetachstate (const pthread_attr_t *, int *); /* /usr/include/pthread.h:290:NC */ extern int pthread_attr_setdetachstate (pthread_attr_t *, int); /* /usr/include/pthread.h:296:NC */ extern int pthread_attr_getguardsize (const pthread_attr_t *, size_t *); /* /usr/include/pthread.h:301:NC */ extern int pthread_attr_setguardsize (pthread_attr_t *, size_t); /* /usr/include/pthread.h:307:NC */ extern int pthread_attr_getschedparam (const pthread_attr_t *, struct sched_param *); /* /usr/include/pthread.h:313:NC */ extern int pthread_attr_setschedparam (pthread_attr_t *, const struct sched_param *); /* /usr/include/pthread.h:318:NC */ extern int pthread_attr_getschedpolicy (const pthread_attr_t *, int *); /* /usr/include/pthread.h:323:NC */ extern int pthread_attr_setschedpolicy (pthread_attr_t *, int); /* /usr/include/pthread.h:327:NC */ extern int pthread_attr_getinheritsched (const pthread_attr_t *, int *); /* /usr/include/pthread.h:332:NC */ extern int pthread_attr_setinheritsched (pthread_attr_t *, int); /* /usr/include/pthread.h:338:NC */ extern int pthread_attr_getscope (const pthread_attr_t *, int *); /* /usr/include/pthread.h:343:NC */ extern int pthread_attr_setscope (pthread_attr_t *, int); /* /usr/include/pthread.h:347:NC */ extern int pthread_attr_getstackaddr (const pthread_attr_t *, void **); /* /usr/include/pthread.h:355:NC */ extern int pthread_attr_setstackaddr (pthread_attr_t *, void *); /* /usr/include/pthread.h:360:NC */ extern int pthread_attr_getstacksize (const pthread_attr_t *, size_t *); /* /usr/include/pthread.h:367:NC */ extern int pthread_attr_setstacksize (pthread_attr_t *, size_t); /* /usr/include/pthread.h:373:NC */ extern int pthread_attr_getstack (const pthread_attr_t *, void **, size_t *); /* /usr/include/pthread.h:381:NC */ extern int pthread_attr_setstack (pthread_attr_t *, void *, size_t); /* /usr/include/pthread.h:413:NC */ extern int pthread_setschedparam (pthread_t, int, const struct sched_param *); /* /usr/include/pthread.h:418:NC */ extern int pthread_getschedparam (pthread_t, int *, struct sched_param *); /* /usr/include/pthread.h:424:NC */ extern int pthread_setschedprio (pthread_t, int); /* /usr/include/pthread.h:478:NC */ extern int pthread_once (pthread_once_t *, void (*) (void)); /* /usr/include/pthread.h:490:NC */ extern int pthread_setcancelstate (int, int *); /* /usr/include/pthread.h:494:NC */ extern int pthread_setcanceltype (int, int *); /* /usr/include/pthread.h:497:NC */ extern int pthread_cancel (pthread_t); /* /usr/include/pthread.h:502:NC */ extern void pthread_testcancel (void); /* /usr/include/pthread.h:664:NC */ extern void __pthread_register_cancel (__pthread_unwind_buf_t *); /* /usr/include/pthread.h:676:NC */ extern void __pthread_unregister_cancel (__pthread_unwind_buf_t *); /* /usr/include/pthread.h:717:NC */ extern void __pthread_unwind_next (__pthread_unwind_buf_t *); /* /usr/include/pthread.h:727:NC */ extern int __sigsetjmp (struct __jmp_buf_tag *, int); /* /usr/include/pthread.h:733:NC */ extern int pthread_mutex_init (pthread_mutex_t *, const pthread_mutexattr_t *); /* /usr/include/pthread.h:738:NC */ extern int pthread_mutex_destroy (pthread_mutex_t *); /* /usr/include/pthread.h:742:NC */ extern int pthread_mutex_trylock (pthread_mutex_t *); /* /usr/include/pthread.h:746:NC */ extern int pthread_mutex_lock (pthread_mutex_t *); /* /usr/include/pthread.h:751:NC */ extern int pthread_mutex_timedlock (pthread_mutex_t *, const struct timespec *); /* /usr/include/pthread.h:757:NC */ extern int pthread_mutex_unlock (pthread_mutex_t *); /* /usr/include/pthread.h:762:NC */ extern int pthread_mutex_getprioceiling (const pthread_mutex_t *, int *); /* /usr/include/pthread.h:769:NC */ extern int pthread_mutex_setprioceiling (pthread_mutex_t *, int, int *); /* /usr/include/pthread.h:777:NC */ extern int pthread_mutex_consistent (pthread_mutex_t *); /* /usr/include/pthread.h:790:NC */ extern int pthread_mutexattr_init (pthread_mutexattr_t *); /* /usr/include/pthread.h:794:NC */ extern int pthread_mutexattr_destroy (pthread_mutexattr_t *); /* /usr/include/pthread.h:798:NC */ extern int pthread_mutexattr_getpshared (const pthread_mutexattr_t *, int *); /* /usr/include/pthread.h:804:NC */ extern int pthread_mutexattr_setpshared (pthread_mutexattr_t *, int); /* /usr/include/pthread.h:810:NC */ extern int pthread_mutexattr_gettype (const pthread_mutexattr_t *, int *); /* /usr/include/pthread.h:817:NC */ extern int pthread_mutexattr_settype (pthread_mutexattr_t *, int); /* /usr/include/pthread.h:822:NC */ extern int pthread_mutexattr_getprotocol (const pthread_mutexattr_t *, int *); /* /usr/include/pthread.h:829:NC */ extern int pthread_mutexattr_setprotocol (pthread_mutexattr_t *, int); /* /usr/include/pthread.h:834:NC */ extern int pthread_mutexattr_getprioceiling (const pthread_mutexattr_t *, int *); /* /usr/include/pthread.h:840:NC */ extern int pthread_mutexattr_setprioceiling (pthread_mutexattr_t *, int); /* /usr/include/pthread.h:846:NC */ extern int pthread_mutexattr_getrobust (const pthread_mutexattr_t *, int *); /* /usr/include/pthread.h:856:NC */ extern int pthread_mutexattr_setrobust (pthread_mutexattr_t *, int); /* /usr/include/pthread.h:872:NC */ extern int pthread_rwlock_init (pthread_rwlock_t *, const pthread_rwlockattr_t *); /* /usr/include/pthread.h:877:NC */ extern int pthread_rwlock_destroy (pthread_rwlock_t *); /* /usr/include/pthread.h:881:NC */ extern int pthread_rwlock_rdlock (pthread_rwlock_t *); /* /usr/include/pthread.h:885:NC */ extern int pthread_rwlock_tryrdlock (pthread_rwlock_t *); /* /usr/include/pthread.h:890:NC */ extern int pthread_rwlock_timedrdlock (pthread_rwlock_t *, const struct timespec *); /* /usr/include/pthread.h:896:NC */ extern int pthread_rwlock_wrlock (pthread_rwlock_t *); /* /usr/include/pthread.h:900:NC */ extern int pthread_rwlock_trywrlock (pthread_rwlock_t *); /* /usr/include/pthread.h:905:NC */ extern int pthread_rwlock_timedwrlock (pthread_rwlock_t *, const struct timespec *); /* /usr/include/pthread.h:911:NC */ extern int pthread_rwlock_unlock (pthread_rwlock_t *); /* /usr/include/pthread.h:918:NC */ extern int pthread_rwlockattr_init (pthread_rwlockattr_t *); /* /usr/include/pthread.h:922:NC */ extern int pthread_rwlockattr_destroy (pthread_rwlockattr_t *); /* /usr/include/pthread.h:926:NC */ extern int pthread_rwlockattr_getpshared (const pthread_rwlockattr_t *, int *); /* /usr/include/pthread.h:932:NC */ extern int pthread_rwlockattr_setpshared (pthread_rwlockattr_t *, int); /* /usr/include/pthread.h:937:NC */ extern int pthread_rwlockattr_getkind_np (const pthread_rwlockattr_t *, int *); /* /usr/include/pthread.h:943:NC */ extern int pthread_rwlockattr_setkind_np (pthread_rwlockattr_t *, int); /* /usr/include/pthread.h:952:NC */ extern int pthread_cond_init (pthread_cond_t *, const pthread_condattr_t *); /* /usr/include/pthread.h:957:NC */ extern int pthread_cond_destroy (pthread_cond_t *); /* /usr/include/pthread.h:961:NC */ extern int pthread_cond_signal (pthread_cond_t *); /* /usr/include/pthread.h:965:NC */ extern int pthread_cond_broadcast (pthread_cond_t *); /* /usr/include/pthread.h:973:NC */ extern int pthread_cond_wait (pthread_cond_t *, pthread_mutex_t *); /* /usr/include/pthread.h:984:NC */ extern int pthread_cond_timedwait (pthread_cond_t *, pthread_mutex_t *, const struct timespec *); /* /usr/include/pthread.h:992:NC */ extern int pthread_condattr_init (pthread_condattr_t *); /* /usr/include/pthread.h:996:NC */ extern int pthread_condattr_destroy (pthread_condattr_t *); /* /usr/include/pthread.h:1000:NC */ extern int pthread_condattr_getpshared (const pthread_condattr_t *, int *); /* /usr/include/pthread.h:1006:NC */ extern int pthread_condattr_setpshared (pthread_condattr_t *, int); /* /usr/include/pthread.h:1011:NC */ extern int pthread_condattr_getclock (const pthread_condattr_t *, __clockid_t *); /* /usr/include/pthread.h:1017:NC */ extern int pthread_condattr_setclock (pthread_condattr_t *, __clockid_t); /* /usr/include/pthread.h:1028:NC */ extern int pthread_spin_init (volatile pthread_spinlock_t *, int); /* /usr/include/pthread.h:1032:NC */ extern int pthread_spin_destroy (volatile pthread_spinlock_t *); /* /usr/include/pthread.h:1036:NC */ extern int pthread_spin_lock (volatile pthread_spinlock_t *); /* /usr/include/pthread.h:1040:NC */ extern int pthread_spin_trylock (volatile pthread_spinlock_t *); /* /usr/include/pthread.h:1044:NC */ extern int pthread_spin_unlock (volatile pthread_spinlock_t *); /* /usr/include/pthread.h:1052:NC */ extern int pthread_barrier_init (pthread_barrier_t *, const pthread_barrierattr_t *, unsigned int); /* /usr/include/pthread.h:1058:NC */ extern int pthread_barrier_destroy (pthread_barrier_t *); /* /usr/include/pthread.h:1062:NC */ extern int pthread_barrier_wait (pthread_barrier_t *); /* /usr/include/pthread.h:1067:NC */ extern int pthread_barrierattr_init (pthread_barrierattr_t *); /* /usr/include/pthread.h:1071:NC */ extern int pthread_barrierattr_destroy (pthread_barrierattr_t *); /* /usr/include/pthread.h:1075:NC */ extern int pthread_barrierattr_getpshared (const pthread_barrierattr_t *, int *); /* /usr/include/pthread.h:1081:NC */ extern int pthread_barrierattr_setpshared (pthread_barrierattr_t *, int); /* /usr/include/pthread.h:1095:NC */ extern int pthread_key_create (pthread_key_t *, void (*) (void *)); /* /usr/include/pthread.h:1100:NC */ extern int pthread_key_delete (pthread_key_t); /* /usr/include/pthread.h:1103:NC */ extern void *pthread_getspecific (pthread_key_t); /* /usr/include/pthread.h:1106:NC */ extern int pthread_setspecific (pthread_key_t, const void *); /* /usr/include/pthread.h:1112:NC */ extern int pthread_getcpuclockid (pthread_t, __clockid_t *); /* /usr/include/pthread.h:1129:NC */ extern int pthread_atfork (void (*) (void), void (*) (void), void (*) (void)); /* /usr/include/glib-2.0/glib/deprecated/gthread.h:145:NC */ extern void g_static_mutex_init (GStaticMutex *); /* /usr/include/glib-2.0/glib/deprecated/gthread.h:147:NC */ extern void g_static_mutex_free (GStaticMutex *); /* /usr/include/glib-2.0/glib/deprecated/gthread.h:148:NC */ extern GMutex *g_static_mutex_get_mutex_impl (GStaticMutex *); /* /usr/include/glib-2.0/glib/deprecated/gthread.h:170:NC */ extern void g_static_rec_mutex_init (GStaticRecMutex *); /* /usr/include/glib-2.0/glib/deprecated/gthread.h:173:NC */ extern void g_static_rec_mutex_lock (GStaticRecMutex *); /* /usr/include/glib-2.0/glib/deprecated/gthread.h:176:NC */ extern gboolean g_static_rec_mutex_trylock (GStaticRecMutex *); /* /usr/include/glib-2.0/glib/deprecated/gthread.h:179:NC */ extern void g_static_rec_mutex_unlock (GStaticRecMutex *); /* /usr/include/glib-2.0/glib/deprecated/gthread.h:182:NC */ extern void g_static_rec_mutex_lock_full (GStaticRecMutex *, guint); /* /usr/include/glib-2.0/glib/deprecated/gthread.h:186:NC */ extern guint g_static_rec_mutex_unlock_full (GStaticRecMutex *); /* /usr/include/glib-2.0/glib/deprecated/gthread.h:189:NC */ extern void g_static_rec_mutex_free (GStaticRecMutex *); /* /usr/include/glib-2.0/glib/deprecated/gthread.h:207:NC */ extern void g_static_rw_lock_init (GStaticRWLock *); /* /usr/include/glib-2.0/glib/deprecated/gthread.h:210:NC */ extern void g_static_rw_lock_reader_lock (GStaticRWLock *); /* /usr/include/glib-2.0/glib/deprecated/gthread.h:213:NC */ extern gboolean g_static_rw_lock_reader_trylock (GStaticRWLock *); /* /usr/include/glib-2.0/glib/deprecated/gthread.h:216:NC */ extern void g_static_rw_lock_reader_unlock (GStaticRWLock *); /* /usr/include/glib-2.0/glib/deprecated/gthread.h:219:NC */ extern void g_static_rw_lock_writer_lock (GStaticRWLock *); /* /usr/include/glib-2.0/glib/deprecated/gthread.h:222:NC */ extern gboolean g_static_rw_lock_writer_trylock (GStaticRWLock *); /* /usr/include/glib-2.0/glib/deprecated/gthread.h:225:NC */ extern void g_static_rw_lock_writer_unlock (GStaticRWLock *); /* /usr/include/glib-2.0/glib/deprecated/gthread.h:228:NC */ extern void g_static_rw_lock_free (GStaticRWLock *); /* /usr/include/glib-2.0/glib/deprecated/gthread.h:231:NC */ extern GPrivate *g_private_new (GDestroyNotify); /* /usr/include/glib-2.0/glib/deprecated/gthread.h:242:NC */ extern void g_static_private_init (GStaticPrivate *); /* /usr/include/glib-2.0/glib/deprecated/gthread.h:245:NC */ extern gpointer g_static_private_get (GStaticPrivate *); /* /usr/include/glib-2.0/glib/deprecated/gthread.h:248:NC */ extern void g_static_private_set (GStaticPrivate *, gpointer, GDestroyNotify); /* /usr/include/glib-2.0/glib/deprecated/gthread.h:253:NC */ extern void g_static_private_free (GStaticPrivate *); /* /usr/include/glib-2.0/glib/deprecated/gthread.h:256:NC */ extern gboolean g_once_init_enter_impl (volatile gsize *); /* /usr/include/glib-2.0/glib/deprecated/gthread.h:259:NC */ extern void g_thread_init (gpointer); /* /usr/include/glib-2.0/glib/deprecated/gthread.h:261:NC */ extern void g_thread_init_with_errorcheck_mutexes (gpointer); /* /usr/include/glib-2.0/glib/deprecated/gthread.h:264:NC */ extern gboolean g_thread_get_initialized (void); /* /usr/include/glib-2.0/glib/deprecated/gthread.h:271:NC */ extern GMutex *g_mutex_new (void); /* /usr/include/glib-2.0/glib/deprecated/gthread.h:273:NC */ extern void g_mutex_free (GMutex *); /* /usr/include/glib-2.0/glib/deprecated/gthread.h:275:NC */ extern GCond *g_cond_new (void); /* /usr/include/glib-2.0/glib/deprecated/gthread.h:277:NC */ extern void g_cond_free (GCond *); /* /usr/include/glib-2.0/glib/deprecated/gthread.h:279:NC */ extern gboolean g_cond_timed_wait (GCond *, GMutex *, GTimeVal *); /* /usr/include/glib-2.0/gobject/gtype.h:667:NC */ extern void g_type_init (void); /* /usr/include/glib-2.0/gobject/gtype.h:668:NC */ extern void g_type_init_with_debug_flags (GTypeDebugFlags); /* /usr/include/glib-2.0/gobject/gtype.h:669:NC */ extern const gchar *g_type_name (GType); /* /usr/include/glib-2.0/gobject/gtype.h:670:NC */ extern GQuark g_type_qname (GType); /* /usr/include/glib-2.0/gobject/gtype.h:671:NC */ extern GType g_type_from_name (const gchar *); /* /usr/include/glib-2.0/gobject/gtype.h:672:NC */ extern GType g_type_parent (GType); /* /usr/include/glib-2.0/gobject/gtype.h:673:NC */ extern guint g_type_depth (GType); /* /usr/include/glib-2.0/gobject/gtype.h:674:NC */ extern GType g_type_next_base (GType, GType); /* /usr/include/glib-2.0/gobject/gtype.h:676:NC */ extern gboolean g_type_is_a (GType, GType); /* /usr/include/glib-2.0/gobject/gtype.h:678:NC */ extern gpointer g_type_class_ref (GType); /* /usr/include/glib-2.0/gobject/gtype.h:679:NC */ extern gpointer g_type_class_peek (GType); /* /usr/include/glib-2.0/gobject/gtype.h:680:NC */ extern gpointer g_type_class_peek_static (GType); /* /usr/include/glib-2.0/gobject/gtype.h:681:NC */ extern void g_type_class_unref (gpointer); /* /usr/include/glib-2.0/gobject/gtype.h:682:NC */ extern gpointer g_type_class_peek_parent (gpointer); /* /usr/include/glib-2.0/gobject/gtype.h:683:NC */ extern gpointer g_type_interface_peek (gpointer, GType); /* /usr/include/glib-2.0/gobject/gtype.h:685:NC */ extern gpointer g_type_interface_peek_parent (gpointer); /* /usr/include/glib-2.0/gobject/gtype.h:687:NC */ extern gpointer g_type_default_interface_ref (GType); /* /usr/include/glib-2.0/gobject/gtype.h:688:NC */ extern gpointer g_type_default_interface_peek (GType); /* /usr/include/glib-2.0/gobject/gtype.h:689:NC */ extern void g_type_default_interface_unref (gpointer); /* /usr/include/glib-2.0/gobject/gtype.h:692:NC */ extern GType *g_type_children (GType, guint *); /* /usr/include/glib-2.0/gobject/gtype.h:694:NC */ extern GType *g_type_interfaces (GType, guint *); /* /usr/include/glib-2.0/gobject/gtype.h:698:NC */ extern void g_type_set_qdata (GType, GQuark, gpointer); /* /usr/include/glib-2.0/gobject/gtype.h:701:NC */ extern gpointer g_type_get_qdata (GType, GQuark); /* /usr/include/glib-2.0/gobject/gtype.h:703:NC */ extern void g_type_query (GType, GTypeQuery *); /* /usr/include/glib-2.0/gobject/gtype.h:1220:NC */ extern GType g_type_register_static (GType, const gchar *, const GTypeInfo *, GTypeFlags); /* /usr/include/glib-2.0/gobject/gtype.h:1224:NC */ extern GType g_type_register_static_simple (GType, const gchar *, guint, GClassInitFunc, guint, GInstanceInitFunc, GTypeFlags); /* /usr/include/glib-2.0/gobject/gtype.h:1232:NC */ extern GType g_type_register_dynamic (GType, const gchar *, GTypePlugin *, GTypeFlags); /* /usr/include/glib-2.0/gobject/gtype.h:1236:NC */ extern GType g_type_register_fundamental (GType, const gchar *, const GTypeInfo *, const GTypeFundamentalInfo *, GTypeFlags); /* /usr/include/glib-2.0/gobject/gtype.h:1241:NC */ extern void g_type_add_interface_static (GType, GType, const GInterfaceInfo *); /* /usr/include/glib-2.0/gobject/gtype.h:1244:NC */ extern void g_type_add_interface_dynamic (GType, GType, GTypePlugin *); /* /usr/include/glib-2.0/gobject/gtype.h:1247:NC */ extern void g_type_interface_add_prerequisite (GType, GType); /* /usr/include/glib-2.0/gobject/gtype.h:1249:NC */ extern GType *g_type_interface_prerequisites (GType, guint *); /* /usr/include/glib-2.0/gobject/gtype.h:1251:NC */ extern void g_type_class_add_private (gpointer, gsize); /* /usr/include/glib-2.0/gobject/gtype.h:1253:NC */ extern gpointer g_type_instance_get_private (GTypeInstance *, GType); /* /usr/include/glib-2.0/gobject/gtype.h:1256:NC */ extern void g_type_add_class_private (GType, gsize); /* /usr/include/glib-2.0/gobject/gtype.h:1258:NC */ extern gpointer g_type_class_get_private (GTypeClass *, GType); /* /usr/include/glib-2.0/gobject/gtype.h:1620:NC */ extern GTypePlugin *g_type_get_plugin (GType); /* /usr/include/glib-2.0/gobject/gtype.h:1621:NC */ extern GTypePlugin *g_type_interface_get_plugin (GType, GType); /* /usr/include/glib-2.0/gobject/gtype.h:1623:NC */ extern GType g_type_fundamental_next (void); /* /usr/include/glib-2.0/gobject/gtype.h:1624:NC */ extern GType g_type_fundamental (GType); /* /usr/include/glib-2.0/gobject/gtype.h:1625:NC */ extern GTypeInstance *g_type_create_instance (GType); /* /usr/include/glib-2.0/gobject/gtype.h:1626:NC */ extern void g_type_free_instance (GTypeInstance *); /* /usr/include/glib-2.0/gobject/gtype.h:1628:NC */ extern void g_type_add_class_cache_func (gpointer, GTypeClassCacheFunc); /* /usr/include/glib-2.0/gobject/gtype.h:1630:NC */ extern void g_type_remove_class_cache_func (gpointer, GTypeClassCacheFunc); /* /usr/include/glib-2.0/gobject/gtype.h:1632:NC */ extern void g_type_class_unref_uncached (gpointer); /* /usr/include/glib-2.0/gobject/gtype.h:1634:NC */ extern void g_type_add_interface_check (gpointer, GTypeInterfaceCheckFunc); /* /usr/include/glib-2.0/gobject/gtype.h:1636:NC */ extern void g_type_remove_interface_check (gpointer, GTypeInterfaceCheckFunc); /* /usr/include/glib-2.0/gobject/gtype.h:1639:NC */ extern GTypeValueTable *g_type_value_table_peek (GType); /* /usr/include/glib-2.0/gobject/gtype.h:1643:NC */ extern gboolean g_type_check_instance (GTypeInstance *); /* /usr/include/glib-2.0/gobject/gtype.h:1644:NC */ extern GTypeInstance *g_type_check_instance_cast (GTypeInstance *, GType); /* /usr/include/glib-2.0/gobject/gtype.h:1646:NC */ extern gboolean g_type_check_instance_is_a (GTypeInstance *, GType); /* /usr/include/glib-2.0/gobject/gtype.h:1648:NC */ extern GTypeClass *g_type_check_class_cast (GTypeClass *, GType); /* /usr/include/glib-2.0/gobject/gtype.h:1650:NC */ extern gboolean g_type_check_class_is_a (GTypeClass *, GType); /* /usr/include/glib-2.0/gobject/gtype.h:1652:NC */ extern gboolean g_type_check_is_value_type (GType); /* /usr/include/glib-2.0/gobject/gtype.h:1653:NC */ extern gboolean g_type_check_value (GValue *); /* /usr/include/glib-2.0/gobject/gtype.h:1654:NC */ extern gboolean g_type_check_value_holds (GValue *, GType); /* /usr/include/glib-2.0/gobject/gtype.h:1656:NC */ extern gboolean g_type_test_flags (GType, guint); /* /usr/include/glib-2.0/gobject/gtype.h:1661:NC */ extern const gchar *g_type_name_from_instance (GTypeInstance *); /* /usr/include/glib-2.0/gobject/gtype.h:1662:NC */ extern const gchar *g_type_name_from_class (GTypeClass *); /* /usr/include/glib-2.0/gobject/gvalue.h:129:NC */ extern GValue *g_value_init (GValue *, GType); /* /usr/include/glib-2.0/gobject/gvalue.h:131:NC */ extern void g_value_copy (const GValue *, GValue *); /* /usr/include/glib-2.0/gobject/gvalue.h:133:NC */ extern GValue *g_value_reset (GValue *); /* /usr/include/glib-2.0/gobject/gvalue.h:134:NC */ extern void g_value_unset (GValue *); /* /usr/include/glib-2.0/gobject/gvalue.h:135:NC */ extern void g_value_set_instance (GValue *, gpointer); /* /usr/include/glib-2.0/gobject/gvalue.h:140:NC */ extern gboolean g_value_fits_pointer (const GValue *); /* /usr/include/glib-2.0/gobject/gvalue.h:141:NC */ extern gpointer g_value_peek_pointer (const GValue *); /* /usr/include/glib-2.0/gobject/gvalue.h:145:NC */ extern gboolean g_value_type_compatible (GType, GType); /* /usr/include/glib-2.0/gobject/gvalue.h:147:NC */ extern gboolean g_value_type_transformable (GType, GType); /* /usr/include/glib-2.0/gobject/gvalue.h:149:NC */ extern gboolean g_value_transform (const GValue *, GValue *); /* /usr/include/glib-2.0/gobject/gvalue.h:151:NC */ extern void g_value_register_transform_func (GType, GType, GValueTransform); /* /usr/include/glib-2.0/gobject/gparam.h:274:NC */ extern GParamSpec *g_param_spec_ref (GParamSpec *); /* /usr/include/glib-2.0/gobject/gparam.h:275:NC */ extern void g_param_spec_unref (GParamSpec *); /* /usr/include/glib-2.0/gobject/gparam.h:276:NC */ extern void g_param_spec_sink (GParamSpec *); /* /usr/include/glib-2.0/gobject/gparam.h:277:NC */ extern GParamSpec *g_param_spec_ref_sink (GParamSpec *); /* /usr/include/glib-2.0/gobject/gparam.h:278:NC */ extern gpointer g_param_spec_get_qdata (GParamSpec *, GQuark); /* /usr/include/glib-2.0/gobject/gparam.h:280:NC */ extern void g_param_spec_set_qdata (GParamSpec *, GQuark, gpointer); /* /usr/include/glib-2.0/gobject/gparam.h:283:NC */ extern void g_param_spec_set_qdata_full (GParamSpec *, GQuark, gpointer, GDestroyNotify); /* /usr/include/glib-2.0/gobject/gparam.h:287:NC */ extern gpointer g_param_spec_steal_qdata (GParamSpec *, GQuark); /* /usr/include/glib-2.0/gobject/gparam.h:289:NC */ extern GParamSpec *g_param_spec_get_redirect_target (GParamSpec *); /* /usr/include/glib-2.0/gobject/gparam.h:291:NC */ extern void g_param_value_set_default (GParamSpec *, GValue *); /* /usr/include/glib-2.0/gobject/gparam.h:293:NC */ extern gboolean g_param_value_defaults (GParamSpec *, GValue *); /* /usr/include/glib-2.0/gobject/gparam.h:295:NC */ extern gboolean g_param_value_validate (GParamSpec *, GValue *); /* /usr/include/glib-2.0/gobject/gparam.h:297:NC */ extern gboolean g_param_value_convert (GParamSpec *, const GValue *, GValue *, gboolean); /* /usr/include/glib-2.0/gobject/gparam.h:301:NC */ extern gint g_param_values_cmp (GParamSpec *, const GValue *, const GValue *); /* /usr/include/glib-2.0/gobject/gparam.h:304:NC */ extern const gchar *g_param_spec_get_name (GParamSpec *); /* /usr/include/glib-2.0/gobject/gparam.h:305:NC */ extern const gchar *g_param_spec_get_nick (GParamSpec *); /* /usr/include/glib-2.0/gobject/gparam.h:306:NC */ extern const gchar *g_param_spec_get_blurb (GParamSpec *); /* /usr/include/glib-2.0/gobject/gparam.h:307:NC */ extern void g_value_set_param (GValue *, GParamSpec *); /* /usr/include/glib-2.0/gobject/gparam.h:309:NC */ extern GParamSpec *g_value_get_param (const GValue *); /* /usr/include/glib-2.0/gobject/gparam.h:310:NC */ extern GParamSpec *g_value_dup_param (const GValue *); /* /usr/include/glib-2.0/gobject/gparam.h:313:NC */ extern void g_value_take_param (GValue *, GParamSpec *); /* /usr/include/glib-2.0/gobject/gparam.h:316:NC */ extern void g_value_set_param_take_ownership (GValue *, GParamSpec *); /* /usr/include/glib-2.0/gobject/gparam.h:363:NC */ extern GType g_param_type_register_static (const gchar *, const GParamSpecTypeInfo *); /* /usr/include/glib-2.0/gobject/gparam.h:367:NC */ extern GType _g_param_type_register_static_constant (const gchar *, const GParamSpecTypeInfo *, GType); /* /usr/include/glib-2.0/gobject/gparam.h:373:NC */ extern gpointer g_param_spec_internal (GType, const gchar *, const gchar *, const gchar *, GParamFlags); /* /usr/include/glib-2.0/gobject/gparam.h:378:NC */ extern GParamSpecPool *g_param_spec_pool_new (gboolean); /* /usr/include/glib-2.0/gobject/gparam.h:379:NC */ extern void g_param_spec_pool_insert (GParamSpecPool *, GParamSpec *, GType); /* /usr/include/glib-2.0/gobject/gparam.h:382:NC */ extern void g_param_spec_pool_remove (GParamSpecPool *, GParamSpec *); /* /usr/include/glib-2.0/gobject/gparam.h:384:NC */ extern GParamSpec *g_param_spec_pool_lookup (GParamSpecPool *, const gchar *, GType, gboolean); /* /usr/include/glib-2.0/gobject/gparam.h:388:NC */ extern GList *g_param_spec_pool_list_owned (GParamSpecPool *, GType); /* /usr/include/glib-2.0/gobject/gparam.h:390:NC */ extern GParamSpec **g_param_spec_pool_list (GParamSpecPool *, GType, guint *); /* /usr/include/glib-2.0/gobject/gclosure.h:206:NC */ extern GClosure *g_cclosure_new (GCallback, gpointer, GClosureNotify); /* /usr/include/glib-2.0/gobject/gclosure.h:209:NC */ extern GClosure *g_cclosure_new_swap (GCallback, gpointer, GClosureNotify); /* /usr/include/glib-2.0/gobject/gclosure.h:212:NC */ extern GClosure *g_signal_type_cclosure_new (GType, guint); /* /usr/include/glib-2.0/gobject/gclosure.h:217:NC */ extern GClosure *g_closure_ref (GClosure *); /* /usr/include/glib-2.0/gobject/gclosure.h:218:NC */ extern void g_closure_sink (GClosure *); /* /usr/include/glib-2.0/gobject/gclosure.h:219:NC */ extern void g_closure_unref (GClosure *); /* /usr/include/glib-2.0/gobject/gclosure.h:221:NC */ extern GClosure *g_closure_new_simple (guint, gpointer); /* /usr/include/glib-2.0/gobject/gclosure.h:223:NC */ extern void g_closure_add_finalize_notifier (GClosure *, gpointer, GClosureNotify); /* /usr/include/glib-2.0/gobject/gclosure.h:226:NC */ extern void g_closure_remove_finalize_notifier (GClosure *, gpointer, GClosureNotify); /* /usr/include/glib-2.0/gobject/gclosure.h:229:NC */ extern void g_closure_add_invalidate_notifier (GClosure *, gpointer, GClosureNotify); /* /usr/include/glib-2.0/gobject/gclosure.h:232:NC */ extern void g_closure_remove_invalidate_notifier (GClosure *, gpointer, GClosureNotify); /* /usr/include/glib-2.0/gobject/gclosure.h:235:NC */ extern void g_closure_add_marshal_guards (GClosure *, gpointer, GClosureNotify, gpointer, GClosureNotify); /* /usr/include/glib-2.0/gobject/gclosure.h:240:NC */ extern void g_closure_set_marshal (GClosure *, GClosureMarshal); /* /usr/include/glib-2.0/gobject/gclosure.h:242:NC */ extern void g_closure_set_meta_marshal (GClosure *, gpointer, GClosureMarshal); /* /usr/include/glib-2.0/gobject/gclosure.h:245:NC */ extern void g_closure_invalidate (GClosure *); /* /usr/include/glib-2.0/gobject/gclosure.h:246:NC */ extern void g_closure_invoke (GClosure *, GValue *, guint, const GValue *, gpointer); /* /usr/include/glib-2.0/gobject/gclosure.h:263:NC */ extern void g_cclosure_marshal_generic (GClosure *, GValue *, guint, const GValue *, gpointer, gpointer); /* /usr/include/glib-2.0/gobject/gclosure.h:270:NC */ extern void g_cclosure_marshal_generic_va (GClosure *, GValue *, gpointer, __va_list_tag *, gpointer, int, GType *); /* /usr/include/glib-2.0/gobject/gmarshal.h:8:NC */ extern void g_cclosure_marshal_VOID__VOID (GClosure *, GValue *, guint, const GValue *, gpointer, gpointer); /* /usr/include/glib-2.0/gobject/gmarshal.h:14:NC */ extern void g_cclosure_marshal_VOID__VOIDv (GClosure *, GValue *, gpointer, __va_list_tag *, gpointer, int, GType *); /* /usr/include/glib-2.0/gobject/gmarshal.h:23:NC */ extern void g_cclosure_marshal_VOID__BOOLEAN (GClosure *, GValue *, guint, const GValue *, gpointer, gpointer); /* /usr/include/glib-2.0/gobject/gmarshal.h:29:NC */ extern void g_cclosure_marshal_VOID__BOOLEANv (GClosure *, GValue *, gpointer, __va_list_tag *, gpointer, int, GType *); /* /usr/include/glib-2.0/gobject/gmarshal.h:38:NC */ extern void g_cclosure_marshal_VOID__CHAR (GClosure *, GValue *, guint, const GValue *, gpointer, gpointer); /* /usr/include/glib-2.0/gobject/gmarshal.h:44:NC */ extern void g_cclosure_marshal_VOID__CHARv (GClosure *, GValue *, gpointer, __va_list_tag *, gpointer, int, GType *); /* /usr/include/glib-2.0/gobject/gmarshal.h:53:NC */ extern void g_cclosure_marshal_VOID__UCHAR (GClosure *, GValue *, guint, const GValue *, gpointer, gpointer); /* /usr/include/glib-2.0/gobject/gmarshal.h:59:NC */ extern void g_cclosure_marshal_VOID__UCHARv (GClosure *, GValue *, gpointer, __va_list_tag *, gpointer, int, GType *); /* /usr/include/glib-2.0/gobject/gmarshal.h:68:NC */ extern void g_cclosure_marshal_VOID__INT (GClosure *, GValue *, guint, const GValue *, gpointer, gpointer); /* /usr/include/glib-2.0/gobject/gmarshal.h:74:NC */ extern void g_cclosure_marshal_VOID__INTv (GClosure *, GValue *, gpointer, __va_list_tag *, gpointer, int, GType *); /* /usr/include/glib-2.0/gobject/gmarshal.h:83:NC */ extern void g_cclosure_marshal_VOID__UINT (GClosure *, GValue *, guint, const GValue *, gpointer, gpointer); /* /usr/include/glib-2.0/gobject/gmarshal.h:89:NC */ extern void g_cclosure_marshal_VOID__UINTv (GClosure *, GValue *, gpointer, __va_list_tag *, gpointer, int, GType *); /* /usr/include/glib-2.0/gobject/gmarshal.h:98:NC */ extern void g_cclosure_marshal_VOID__LONG (GClosure *, GValue *, guint, const GValue *, gpointer, gpointer); /* /usr/include/glib-2.0/gobject/gmarshal.h:104:NC */ extern void g_cclosure_marshal_VOID__LONGv (GClosure *, GValue *, gpointer, __va_list_tag *, gpointer, int, GType *); /* /usr/include/glib-2.0/gobject/gmarshal.h:113:NC */ extern void g_cclosure_marshal_VOID__ULONG (GClosure *, GValue *, guint, const GValue *, gpointer, gpointer); /* /usr/include/glib-2.0/gobject/gmarshal.h:119:NC */ extern void g_cclosure_marshal_VOID__ULONGv (GClosure *, GValue *, gpointer, __va_list_tag *, gpointer, int, GType *); /* /usr/include/glib-2.0/gobject/gmarshal.h:128:NC */ extern void g_cclosure_marshal_VOID__ENUM (GClosure *, GValue *, guint, const GValue *, gpointer, gpointer); /* /usr/include/glib-2.0/gobject/gmarshal.h:134:NC */ extern void g_cclosure_marshal_VOID__ENUMv (GClosure *, GValue *, gpointer, __va_list_tag *, gpointer, int, GType *); /* /usr/include/glib-2.0/gobject/gmarshal.h:143:NC */ extern void g_cclosure_marshal_VOID__FLAGS (GClosure *, GValue *, guint, const GValue *, gpointer, gpointer); /* /usr/include/glib-2.0/gobject/gmarshal.h:149:NC */ extern void g_cclosure_marshal_VOID__FLAGSv (GClosure *, GValue *, gpointer, __va_list_tag *, gpointer, int, GType *); /* /usr/include/glib-2.0/gobject/gmarshal.h:158:NC */ extern void g_cclosure_marshal_VOID__FLOAT (GClosure *, GValue *, guint, const GValue *, gpointer, gpointer); /* /usr/include/glib-2.0/gobject/gmarshal.h:164:NC */ extern void g_cclosure_marshal_VOID__FLOATv (GClosure *, GValue *, gpointer, __va_list_tag *, gpointer, int, GType *); /* /usr/include/glib-2.0/gobject/gmarshal.h:173:NC */ extern void g_cclosure_marshal_VOID__DOUBLE (GClosure *, GValue *, guint, const GValue *, gpointer, gpointer); /* /usr/include/glib-2.0/gobject/gmarshal.h:179:NC */ extern void g_cclosure_marshal_VOID__DOUBLEv (GClosure *, GValue *, gpointer, __va_list_tag *, gpointer, int, GType *); /* /usr/include/glib-2.0/gobject/gmarshal.h:188:NC */ extern void g_cclosure_marshal_VOID__STRING (GClosure *, GValue *, guint, const GValue *, gpointer, gpointer); /* /usr/include/glib-2.0/gobject/gmarshal.h:194:NC */ extern void g_cclosure_marshal_VOID__STRINGv (GClosure *, GValue *, gpointer, __va_list_tag *, gpointer, int, GType *); /* /usr/include/glib-2.0/gobject/gmarshal.h:203:NC */ extern void g_cclosure_marshal_VOID__PARAM (GClosure *, GValue *, guint, const GValue *, gpointer, gpointer); /* /usr/include/glib-2.0/gobject/gmarshal.h:209:NC */ extern void g_cclosure_marshal_VOID__PARAMv (GClosure *, GValue *, gpointer, __va_list_tag *, gpointer, int, GType *); /* /usr/include/glib-2.0/gobject/gmarshal.h:218:NC */ extern void g_cclosure_marshal_VOID__BOXED (GClosure *, GValue *, guint, const GValue *, gpointer, gpointer); /* /usr/include/glib-2.0/gobject/gmarshal.h:224:NC */ extern void g_cclosure_marshal_VOID__BOXEDv (GClosure *, GValue *, gpointer, __va_list_tag *, gpointer, int, GType *); /* /usr/include/glib-2.0/gobject/gmarshal.h:233:NC */ extern void g_cclosure_marshal_VOID__POINTER (GClosure *, GValue *, guint, const GValue *, gpointer, gpointer); /* /usr/include/glib-2.0/gobject/gmarshal.h:239:NC */ extern void g_cclosure_marshal_VOID__POINTERv (GClosure *, GValue *, gpointer, __va_list_tag *, gpointer, int, GType *); /* /usr/include/glib-2.0/gobject/gmarshal.h:248:NC */ extern void g_cclosure_marshal_VOID__OBJECT (GClosure *, GValue *, guint, const GValue *, gpointer, gpointer); /* /usr/include/glib-2.0/gobject/gmarshal.h:254:NC */ extern void g_cclosure_marshal_VOID__OBJECTv (GClosure *, GValue *, gpointer, __va_list_tag *, gpointer, int, GType *); /* /usr/include/glib-2.0/gobject/gmarshal.h:263:NC */ extern void g_cclosure_marshal_VOID__VARIANT (GClosure *, GValue *, guint, const GValue *, gpointer, gpointer); /* /usr/include/glib-2.0/gobject/gmarshal.h:269:NC */ extern void g_cclosure_marshal_VOID__VARIANTv (GClosure *, GValue *, gpointer, __va_list_tag *, gpointer, int, GType *); /* /usr/include/glib-2.0/gobject/gmarshal.h:278:NC */ extern void g_cclosure_marshal_VOID__UINT_POINTER (GClosure *, GValue *, guint, const GValue *, gpointer, gpointer); /* /usr/include/glib-2.0/gobject/gmarshal.h:284:NC */ extern void g_cclosure_marshal_VOID__UINT_POINTERv (GClosure *, GValue *, gpointer, __va_list_tag *, gpointer, int, GType *); /* /usr/include/glib-2.0/gobject/gmarshal.h:293:NC */ extern void g_cclosure_marshal_BOOLEAN__FLAGS (GClosure *, GValue *, guint, const GValue *, gpointer, gpointer); /* /usr/include/glib-2.0/gobject/gmarshal.h:299:NC */ extern void g_cclosure_marshal_BOOLEAN__FLAGSv (GClosure *, GValue *, gpointer, __va_list_tag *, gpointer, int, GType *); /* /usr/include/glib-2.0/gobject/gmarshal.h:309:NC */ extern void g_cclosure_marshal_STRING__OBJECT_POINTER (GClosure *, GValue *, guint, const GValue *, gpointer, gpointer); /* /usr/include/glib-2.0/gobject/gmarshal.h:315:NC */ extern void g_cclosure_marshal_STRING__OBJECT_POINTERv (GClosure *, GValue *, gpointer, __va_list_tag *, gpointer, int, GType *); /* /usr/include/glib-2.0/gobject/gmarshal.h:324:NC */ extern void g_cclosure_marshal_BOOLEAN__BOXED_BOXED (GClosure *, GValue *, guint, const GValue *, gpointer, gpointer); /* /usr/include/glib-2.0/gobject/gmarshal.h:330:NC */ extern void g_cclosure_marshal_BOOLEAN__BOXED_BOXEDv (GClosure *, GValue *, gpointer, __va_list_tag *, gpointer, int, GType *); /* /usr/include/glib-2.0/gobject/gsignal.h:265:NC */ extern guint g_signal_newv (const gchar *, GType, GSignalFlags, GClosure *, GSignalAccumulator, gpointer, GSignalCMarshaller, GType, guint, GType *); /* /usr/include/glib-2.0/gobject/gsignal.h:275:NC */ extern guint g_signal_new_valist (const gchar *, GType, GSignalFlags, GClosure *, GSignalAccumulator, gpointer, GSignalCMarshaller, GType, guint, __va_list_tag *); /* /usr/include/glib-2.0/gobject/gsignal.h:285:NC */ extern guint g_signal_new (const gchar *, GType, GSignalFlags, guint, GSignalAccumulator, gpointer, GSignalCMarshaller, GType, guint, ...); /* /usr/include/glib-2.0/gobject/gsignal.h:295:NC */ extern guint g_signal_new_class_handler (const gchar *, GType, GSignalFlags, GCallback, GSignalAccumulator, gpointer, GSignalCMarshaller, GType, guint, ...); /* /usr/include/glib-2.0/gobject/gsignal.h:305:NC */ extern void g_signal_set_va_marshaller (guint, GType, GSignalCVaMarshaller); /* /usr/include/glib-2.0/gobject/gsignal.h:309:NC */ extern void g_signal_emitv (const GValue *, guint, GQuark, GValue *); /* /usr/include/glib-2.0/gobject/gsignal.h:313:NC */ extern void g_signal_emit_valist (gpointer, guint, GQuark, __va_list_tag *); /* /usr/include/glib-2.0/gobject/gsignal.h:317:NC */ extern void g_signal_emit (gpointer, guint, GQuark, ...); /* /usr/include/glib-2.0/gobject/gsignal.h:321:NC */ extern void g_signal_emit_by_name (gpointer, const gchar *, ...); /* /usr/include/glib-2.0/gobject/gsignal.h:324:NC */ extern guint g_signal_lookup (const gchar *, GType); /* /usr/include/glib-2.0/gobject/gsignal.h:326:NC */ extern const gchar *g_signal_name (guint); /* /usr/include/glib-2.0/gobject/gsignal.h:327:NC */ extern void g_signal_query (guint, GSignalQuery *); /* /usr/include/glib-2.0/gobject/gsignal.h:329:NC */ extern guint *g_signal_list_ids (GType, guint *); /* /usr/include/glib-2.0/gobject/gsignal.h:331:NC */ extern gboolean g_signal_parse_name (const gchar *, GType, guint *, GQuark *, gboolean); /* /usr/include/glib-2.0/gobject/gsignal.h:336:NC */ extern GSignalInvocationHint *g_signal_get_invocation_hint (gpointer); /* /usr/include/glib-2.0/gobject/gsignal.h:340:NC */ extern void g_signal_stop_emission (gpointer, guint, GQuark); /* /usr/include/glib-2.0/gobject/gsignal.h:343:NC */ extern void g_signal_stop_emission_by_name (gpointer, const gchar *); /* /usr/include/glib-2.0/gobject/gsignal.h:345:NC */ extern gulong g_signal_add_emission_hook (guint, GQuark, GSignalEmissionHook, gpointer, GDestroyNotify); /* /usr/include/glib-2.0/gobject/gsignal.h:350:NC */ extern void g_signal_remove_emission_hook (guint, gulong); /* /usr/include/glib-2.0/gobject/gsignal.h:355:NC */ extern gboolean g_signal_has_handler_pending (gpointer, guint, GQuark, gboolean); /* /usr/include/glib-2.0/gobject/gsignal.h:359:NC */ extern gulong g_signal_connect_closure_by_id (gpointer, guint, GQuark, GClosure *, gboolean); /* /usr/include/glib-2.0/gobject/gsignal.h:364:NC */ extern gulong g_signal_connect_closure (gpointer, const gchar *, GClosure *, gboolean); /* /usr/include/glib-2.0/gobject/gsignal.h:368:NC */ extern gulong g_signal_connect_data (gpointer, const gchar *, GCallback, gpointer, GClosureNotify, GConnectFlags); /* /usr/include/glib-2.0/gobject/gsignal.h:374:NC */ extern void g_signal_handler_block (gpointer, gulong); /* /usr/include/glib-2.0/gobject/gsignal.h:376:NC */ extern void g_signal_handler_unblock (gpointer, gulong); /* /usr/include/glib-2.0/gobject/gsignal.h:378:NC */ extern void g_signal_handler_disconnect (gpointer, gulong); /* /usr/include/glib-2.0/gobject/gsignal.h:380:NC */ extern gboolean g_signal_handler_is_connected (gpointer, gulong); /* /usr/include/glib-2.0/gobject/gsignal.h:382:NC */ extern gulong g_signal_handler_find (gpointer, GSignalMatchType, guint, GQuark, GClosure *, gpointer, gpointer); /* /usr/include/glib-2.0/gobject/gsignal.h:389:NC */ extern guint g_signal_handlers_block_matched (gpointer, GSignalMatchType, guint, GQuark, GClosure *, gpointer, gpointer); /* /usr/include/glib-2.0/gobject/gsignal.h:396:NC */ extern guint g_signal_handlers_unblock_matched (gpointer, GSignalMatchType, guint, GQuark, GClosure *, gpointer, gpointer); /* /usr/include/glib-2.0/gobject/gsignal.h:403:NC */ extern guint g_signal_handlers_disconnect_matched (gpointer, GSignalMatchType, guint, GQuark, GClosure *, gpointer, gpointer); /* /usr/include/glib-2.0/gobject/gsignal.h:413:NC */ extern void g_signal_override_class_closure (guint, GType, GClosure *); /* /usr/include/glib-2.0/gobject/gsignal.h:416:NC */ extern void g_signal_override_class_handler (const gchar *, GType, GCallback); /* /usr/include/glib-2.0/gobject/gsignal.h:419:NC */ extern void g_signal_chain_from_overridden (const GValue *, GValue *); /* /usr/include/glib-2.0/gobject/gsignal.h:421:NC */ extern void g_signal_chain_from_overridden_handler (gpointer, ...); /* /usr/include/glib-2.0/gobject/gsignal.h:531:NC */ extern gboolean g_signal_accumulator_true_handled (GSignalInvocationHint *, GValue *, const GValue *, gpointer); /* /usr/include/glib-2.0/gobject/gsignal.h:536:NC */ extern gboolean g_signal_accumulator_first_wins (GSignalInvocationHint *, GValue *, const GValue *, gpointer); /* /usr/include/glib-2.0/gobject/gsignal.h:542:NC */ extern void g_signal_handlers_destroy (gpointer); /* /usr/include/glib-2.0/gobject/gsignal.h:543:NC */ extern void _g_signals_destroy (GType); /* /usr/include/glib-2.0/gobject/gobject.h:382:NC */ extern GType g_initially_unowned_get_type (void); /* /usr/include/glib-2.0/gobject/gobject.h:383:NC */ extern void g_object_class_install_property (GObjectClass *, guint, GParamSpec *); /* /usr/include/glib-2.0/gobject/gobject.h:386:NC */ extern GParamSpec *g_object_class_find_property (GObjectClass *, const gchar *); /* /usr/include/glib-2.0/gobject/gobject.h:388:NC */ extern GParamSpec **g_object_class_list_properties (GObjectClass *, guint *); /* /usr/include/glib-2.0/gobject/gobject.h:390:NC */ extern void g_object_class_override_property (GObjectClass *, guint, const gchar *); /* /usr/include/glib-2.0/gobject/gobject.h:393:NC */ extern void g_object_class_install_properties (GObjectClass *, guint, GParamSpec **); /* /usr/include/glib-2.0/gobject/gobject.h:397:NC */ extern void g_object_interface_install_property (gpointer, GParamSpec *); /* /usr/include/glib-2.0/gobject/gobject.h:399:NC */ extern GParamSpec *g_object_interface_find_property (gpointer, const gchar *); /* /usr/include/glib-2.0/gobject/gobject.h:401:NC */ extern GParamSpec **g_object_interface_list_properties (gpointer, guint *); /* /usr/include/glib-2.0/gobject/gobject.h:404:NC */ extern GType g_object_get_type (void); /* /usr/include/glib-2.0/gobject/gobject.h:405:NC */ extern gpointer g_object_new (GType, const gchar *, ...); /* /usr/include/glib-2.0/gobject/gobject.h:408:NC */ extern gpointer g_object_newv (GType, guint, GParameter *); /* /usr/include/glib-2.0/gobject/gobject.h:411:NC */ extern GObject *g_object_new_valist (GType, const gchar *, __va_list_tag *); /* /usr/include/glib-2.0/gobject/gobject.h:414:NC */ extern void g_object_set (gpointer, const gchar *, ...); /* /usr/include/glib-2.0/gobject/gobject.h:417:NC */ extern void g_object_get (gpointer, const gchar *, ...); /* /usr/include/glib-2.0/gobject/gobject.h:420:NC */ extern gpointer g_object_connect (gpointer, const gchar *, ...); /* /usr/include/glib-2.0/gobject/gobject.h:423:NC */ extern void g_object_disconnect (gpointer, const gchar *, ...); /* /usr/include/glib-2.0/gobject/gobject.h:426:NC */ extern void g_object_set_valist (GObject *, const gchar *, __va_list_tag *); /* /usr/include/glib-2.0/gobject/gobject.h:429:NC */ extern void g_object_get_valist (GObject *, const gchar *, __va_list_tag *); /* /usr/include/glib-2.0/gobject/gobject.h:432:NC */ extern void g_object_set_property (GObject *, const gchar *, const GValue *); /* /usr/include/glib-2.0/gobject/gobject.h:435:NC */ extern void g_object_get_property (GObject *, const gchar *, GValue *); /* /usr/include/glib-2.0/gobject/gobject.h:438:NC */ extern void g_object_freeze_notify (GObject *); /* /usr/include/glib-2.0/gobject/gobject.h:439:NC */ extern void g_object_notify (GObject *, const gchar *); /* /usr/include/glib-2.0/gobject/gobject.h:441:NC */ extern void g_object_notify_by_pspec (GObject *, GParamSpec *); /* /usr/include/glib-2.0/gobject/gobject.h:443:NC */ extern void g_object_thaw_notify (GObject *); /* /usr/include/glib-2.0/gobject/gobject.h:444:NC */ extern gboolean g_object_is_floating (gpointer); /* /usr/include/glib-2.0/gobject/gobject.h:445:NC */ extern gpointer g_object_ref_sink (gpointer); /* /usr/include/glib-2.0/gobject/gobject.h:446:NC */ extern gpointer g_object_ref (gpointer); /* /usr/include/glib-2.0/gobject/gobject.h:447:NC */ extern void g_object_unref (gpointer); /* /usr/include/glib-2.0/gobject/gobject.h:448:NC */ extern void g_object_weak_ref (GObject *, GWeakNotify, gpointer); /* /usr/include/glib-2.0/gobject/gobject.h:451:NC */ extern void g_object_weak_unref (GObject *, GWeakNotify, gpointer); /* /usr/include/glib-2.0/gobject/gobject.h:454:NC */ extern void g_object_add_weak_pointer (GObject *, gpointer *); /* /usr/include/glib-2.0/gobject/gobject.h:456:NC */ extern void g_object_remove_weak_pointer (GObject *, gpointer *); /* /usr/include/glib-2.0/gobject/gobject.h:475:NC */ extern void g_object_add_toggle_ref (GObject *, GToggleNotify, gpointer); /* /usr/include/glib-2.0/gobject/gobject.h:478:NC */ extern void g_object_remove_toggle_ref (GObject *, GToggleNotify, gpointer); /* /usr/include/glib-2.0/gobject/gobject.h:482:NC */ extern gpointer g_object_get_qdata (GObject *, GQuark); /* /usr/include/glib-2.0/gobject/gobject.h:484:NC */ extern void g_object_set_qdata (GObject *, GQuark, gpointer); /* /usr/include/glib-2.0/gobject/gobject.h:487:NC */ extern void g_object_set_qdata_full (GObject *, GQuark, gpointer, GDestroyNotify); /* /usr/include/glib-2.0/gobject/gobject.h:491:NC */ extern gpointer g_object_steal_qdata (GObject *, GQuark); /* /usr/include/glib-2.0/gobject/gobject.h:493:NC */ extern gpointer g_object_get_data (GObject *, const gchar *); /* /usr/include/glib-2.0/gobject/gobject.h:495:NC */ extern void g_object_set_data (GObject *, const gchar *, gpointer); /* /usr/include/glib-2.0/gobject/gobject.h:498:NC */ extern void g_object_set_data_full (GObject *, const gchar *, gpointer, GDestroyNotify); /* /usr/include/glib-2.0/gobject/gobject.h:502:NC */ extern gpointer g_object_steal_data (GObject *, const gchar *); /* /usr/include/glib-2.0/gobject/gobject.h:504:NC */ extern void g_object_watch_closure (GObject *, GClosure *); /* /usr/include/glib-2.0/gobject/gobject.h:506:NC */ extern GClosure *g_cclosure_new_object (GCallback, GObject *); /* /usr/include/glib-2.0/gobject/gobject.h:508:NC */ extern GClosure *g_cclosure_new_object_swap (GCallback, GObject *); /* /usr/include/glib-2.0/gobject/gobject.h:510:NC */ extern GClosure *g_closure_new_object (guint, GObject *); /* /usr/include/glib-2.0/gobject/gobject.h:512:NC */ extern void g_value_set_object (GValue *, gpointer); /* /usr/include/glib-2.0/gobject/gobject.h:514:NC */ extern gpointer g_value_get_object (const GValue *); /* /usr/include/glib-2.0/gobject/gobject.h:515:NC */ extern gpointer g_value_dup_object (const GValue *); /* /usr/include/glib-2.0/gobject/gobject.h:516:NC */ extern gulong g_signal_connect_object (gpointer, const gchar *, GCallback, gpointer, GConnectFlags); /* /usr/include/glib-2.0/gobject/gobject.h:523:NC */ extern void g_object_force_floating (GObject *); /* /usr/include/glib-2.0/gobject/gobject.h:524:NC */ extern void g_object_run_dispose (GObject *); /* /usr/include/glib-2.0/gobject/gobject.h:527:NC */ extern void g_value_take_object (GValue *, gpointer); /* /usr/include/glib-2.0/gobject/gobject.h:530:NC */ extern void g_value_set_object_take_ownership (GValue *, gpointer); /* /usr/include/glib-2.0/gobject/gobject.h:534:NC */ extern gsize g_object_compat_control (gsize, gpointer); /* /usr/include/glib-2.0/gobject/gobject.h:563:NC */ extern void g_clear_object (volatile GObject **); /* /usr/include/glib-2.0/gobject/gobject.h:585:NC */ extern void g_weak_ref_init (GWeakRef *, gpointer); /* /usr/include/glib-2.0/gobject/gobject.h:587:NC */ extern void g_weak_ref_clear (GWeakRef *); /* /usr/include/glib-2.0/gobject/gobject.h:588:NC */ extern gpointer g_weak_ref_get (GWeakRef *); /* /usr/include/glib-2.0/gobject/gobject.h:589:NC */ extern void g_weak_ref_set (GWeakRef *, gpointer); /* /usr/include/glib-2.0/gobject/gbinding.h:103:NC */ extern GType g_binding_flags_get_type (void); /* /usr/include/glib-2.0/gobject/gbinding.h:104:NC */ extern GType g_binding_get_type (void); /* /usr/include/glib-2.0/gobject/gbinding.h:106:NC */ extern GBindingFlags g_binding_get_flags (GBinding *); /* /usr/include/glib-2.0/gobject/gbinding.h:107:NC */ extern GObject *g_binding_get_source (GBinding *); /* /usr/include/glib-2.0/gobject/gbinding.h:108:NC */ extern GObject *g_binding_get_target (GBinding *); /* /usr/include/glib-2.0/gobject/gbinding.h:109:NC */ extern const gchar *g_binding_get_source_property (GBinding *); /* /usr/include/glib-2.0/gobject/gbinding.h:110:NC */ extern const gchar *g_binding_get_target_property (GBinding *); /* /usr/include/glib-2.0/gobject/gbinding.h:112:NC */ extern GBinding *g_object_bind_property (gpointer, const gchar *, gpointer, const gchar *, GBindingFlags); /* /usr/include/glib-2.0/gobject/gbinding.h:117:NC */ extern GBinding *g_object_bind_property_full (gpointer, const gchar *, gpointer, const gchar *, GBindingFlags, GBindingTransformFunc, GBindingTransformFunc, gpointer, GDestroyNotify); /* /usr/include/glib-2.0/gobject/gbinding.h:126:NC */ extern GBinding *g_object_bind_property_with_closures (gpointer, const gchar *, gpointer, const gchar *, GBindingFlags, GClosure *, GClosure *); /* /usr/include/glib-2.0/gobject/glib-types.h:230:NC */ extern GType g_date_get_type (void); /* /usr/include/glib-2.0/gobject/glib-types.h:231:NC */ extern GType g_strv_get_type (void); /* /usr/include/glib-2.0/gobject/glib-types.h:232:NC */ extern GType g_gstring_get_type (void); /* /usr/include/glib-2.0/gobject/glib-types.h:233:NC */ extern GType g_hash_table_get_type (void); /* /usr/include/glib-2.0/gobject/glib-types.h:234:NC */ extern GType g_array_get_type (void); /* /usr/include/glib-2.0/gobject/glib-types.h:235:NC */ extern GType g_byte_array_get_type (void); /* /usr/include/glib-2.0/gobject/glib-types.h:236:NC */ extern GType g_ptr_array_get_type (void); /* /usr/include/glib-2.0/gobject/glib-types.h:237:NC */ extern GType g_bytes_get_type (void); /* /usr/include/glib-2.0/gobject/glib-types.h:238:NC */ extern GType g_variant_type_get_gtype (void); /* /usr/include/glib-2.0/gobject/glib-types.h:239:NC */ extern GType g_regex_get_type (void); /* /usr/include/glib-2.0/gobject/glib-types.h:240:NC */ extern GType g_match_info_get_type (void); /* /usr/include/glib-2.0/gobject/glib-types.h:241:NC */ extern GType g_error_get_type (void); /* /usr/include/glib-2.0/gobject/glib-types.h:242:NC */ extern GType g_date_time_get_type (void); /* /usr/include/glib-2.0/gobject/glib-types.h:243:NC */ extern GType g_io_channel_get_type (void); /* /usr/include/glib-2.0/gobject/glib-types.h:244:NC */ extern GType g_io_condition_get_type (void); /* /usr/include/glib-2.0/gobject/glib-types.h:245:NC */ extern GType g_variant_builder_get_type (void); /* /usr/include/glib-2.0/gobject/glib-types.h:246:NC */ extern GType g_key_file_get_type (void); /* /usr/include/glib-2.0/gobject/glib-types.h:247:NC */ extern GType g_main_loop_get_type (void); /* /usr/include/glib-2.0/gobject/glib-types.h:248:NC */ extern GType g_main_context_get_type (void); /* /usr/include/glib-2.0/gobject/glib-types.h:249:NC */ extern GType g_source_get_type (void); /* /usr/include/glib-2.0/gobject/glib-types.h:252:NC */ extern GType g_variant_get_gtype (void); /* /usr/include/glib-2.0/gobject/gboxed.h:71:NC */ extern gpointer g_boxed_copy (GType, gconstpointer); /* /usr/include/glib-2.0/gobject/gboxed.h:73:NC */ extern void g_boxed_free (GType, gpointer); /* /usr/include/glib-2.0/gobject/gboxed.h:75:NC */ extern void g_value_set_boxed (GValue *, gconstpointer); /* /usr/include/glib-2.0/gobject/gboxed.h:77:NC */ extern void g_value_set_static_boxed (GValue *, gconstpointer); /* /usr/include/glib-2.0/gobject/gboxed.h:79:NC */ extern void g_value_take_boxed (GValue *, gconstpointer); /* /usr/include/glib-2.0/gobject/gboxed.h:82:NC */ extern void g_value_set_boxed_take_ownership (GValue *, gconstpointer); /* /usr/include/glib-2.0/gobject/gboxed.h:84:NC */ extern gpointer g_value_get_boxed (const GValue *); /* /usr/include/glib-2.0/gobject/gboxed.h:85:NC */ extern gpointer g_value_dup_boxed (const GValue *); /* /usr/include/glib-2.0/gobject/gboxed.h:89:NC */ extern GType g_boxed_type_register_static (const gchar *, GBoxedCopyFunc, GBoxedFreeFunc); /* /usr/include/glib-2.0/gobject/gboxed.h:109:NC */ extern GType g_closure_get_type (void); /* /usr/include/glib-2.0/gobject/gboxed.h:110:NC */ extern GType g_value_get_type (void); /* /usr/include/glib-2.0/gobject/genums.h:220:NC */ extern GEnumValue *g_enum_get_value (GEnumClass *, gint); /* /usr/include/glib-2.0/gobject/genums.h:222:NC */ extern GEnumValue *g_enum_get_value_by_name (GEnumClass *, const gchar *); /* /usr/include/glib-2.0/gobject/genums.h:224:NC */ extern GEnumValue *g_enum_get_value_by_nick (GEnumClass *, const gchar *); /* /usr/include/glib-2.0/gobject/genums.h:226:NC */ extern GFlagsValue *g_flags_get_first_value (GFlagsClass *, guint); /* /usr/include/glib-2.0/gobject/genums.h:228:NC */ extern GFlagsValue *g_flags_get_value_by_name (GFlagsClass *, const gchar *); /* /usr/include/glib-2.0/gobject/genums.h:230:NC */ extern GFlagsValue *g_flags_get_value_by_nick (GFlagsClass *, const gchar *); /* /usr/include/glib-2.0/gobject/genums.h:232:NC */ extern void g_value_set_enum (GValue *, gint); /* /usr/include/glib-2.0/gobject/genums.h:234:NC */ extern gint g_value_get_enum (const GValue *); /* /usr/include/glib-2.0/gobject/genums.h:235:NC */ extern void g_value_set_flags (GValue *, guint); /* /usr/include/glib-2.0/gobject/genums.h:237:NC */ extern guint g_value_get_flags (const GValue *); /* /usr/include/glib-2.0/gobject/genums.h:245:NC */ extern GType g_enum_register_static (const gchar *, const GEnumValue *); /* /usr/include/glib-2.0/gobject/genums.h:247:NC */ extern GType g_flags_register_static (const gchar *, const GFlagsValue *); /* /usr/include/glib-2.0/gobject/genums.h:252:NC */ extern void g_enum_complete_type_info (GType, GTypeInfo *, const GEnumValue *); /* /usr/include/glib-2.0/gobject/genums.h:255:NC */ extern void g_flags_complete_type_info (GType, GTypeInfo *, const GFlagsValue *); /* /usr/include/glib-2.0/gobject/gparamspecs.h:980:NC */ extern GParamSpec *g_param_spec_char (const gchar *, const gchar *, const gchar *, gint8, gint8, gint8, GParamFlags); /* /usr/include/glib-2.0/gobject/gparamspecs.h:987:NC */ extern GParamSpec *g_param_spec_uchar (const gchar *, const gchar *, const gchar *, guint8, guint8, guint8, GParamFlags); /* /usr/include/glib-2.0/gobject/gparamspecs.h:994:NC */ extern GParamSpec *g_param_spec_boolean (const gchar *, const gchar *, const gchar *, gboolean, GParamFlags); /* /usr/include/glib-2.0/gobject/gparamspecs.h:999:NC */ extern GParamSpec *g_param_spec_int (const gchar *, const gchar *, const gchar *, gint, gint, gint, GParamFlags); /* /usr/include/glib-2.0/gobject/gparamspecs.h:1006:NC */ extern GParamSpec *g_param_spec_uint (const gchar *, const gchar *, const gchar *, guint, guint, guint, GParamFlags); /* /usr/include/glib-2.0/gobject/gparamspecs.h:1013:NC */ extern GParamSpec *g_param_spec_long (const gchar *, const gchar *, const gchar *, glong, glong, glong, GParamFlags); /* /usr/include/glib-2.0/gobject/gparamspecs.h:1020:NC */ extern GParamSpec *g_param_spec_ulong (const gchar *, const gchar *, const gchar *, gulong, gulong, gulong, GParamFlags); /* /usr/include/glib-2.0/gobject/gparamspecs.h:1027:NC */ extern GParamSpec *g_param_spec_int64 (const gchar *, const gchar *, const gchar *, gint64, gint64, gint64, GParamFlags); /* /usr/include/glib-2.0/gobject/gparamspecs.h:1034:NC */ extern GParamSpec *g_param_spec_uint64 (const gchar *, const gchar *, const gchar *, guint64, guint64, guint64, GParamFlags); /* /usr/include/glib-2.0/gobject/gparamspecs.h:1041:NC */ extern GParamSpec *g_param_spec_unichar (const gchar *, const gchar *, const gchar *, gunichar, GParamFlags); /* /usr/include/glib-2.0/gobject/gparamspecs.h:1046:NC */ extern GParamSpec *g_param_spec_enum (const gchar *, const gchar *, const gchar *, GType, gint, GParamFlags); /* /usr/include/glib-2.0/gobject/gparamspecs.h:1052:NC */ extern GParamSpec *g_param_spec_flags (const gchar *, const gchar *, const gchar *, GType, guint, GParamFlags); /* /usr/include/glib-2.0/gobject/gparamspecs.h:1058:NC */ extern GParamSpec *g_param_spec_float (const gchar *, const gchar *, const gchar *, gfloat, gfloat, gfloat, GParamFlags); /* /usr/include/glib-2.0/gobject/gparamspecs.h:1065:NC */ extern GParamSpec *g_param_spec_double (const gchar *, const gchar *, const gchar *, gdouble, gdouble, gdouble, GParamFlags); /* /usr/include/glib-2.0/gobject/gparamspecs.h:1072:NC */ extern GParamSpec *g_param_spec_string (const gchar *, const gchar *, const gchar *, const gchar *, GParamFlags); /* /usr/include/glib-2.0/gobject/gparamspecs.h:1077:NC */ extern GParamSpec *g_param_spec_param (const gchar *, const gchar *, const gchar *, GType, GParamFlags); /* /usr/include/glib-2.0/gobject/gparamspecs.h:1082:NC */ extern GParamSpec *g_param_spec_boxed (const gchar *, const gchar *, const gchar *, GType, GParamFlags); /* /usr/include/glib-2.0/gobject/gparamspecs.h:1087:NC */ extern GParamSpec *g_param_spec_pointer (const gchar *, const gchar *, const gchar *, GParamFlags); /* /usr/include/glib-2.0/gobject/gparamspecs.h:1091:NC */ extern GParamSpec *g_param_spec_value_array (const gchar *, const gchar *, const gchar *, GParamSpec *, GParamFlags); /* /usr/include/glib-2.0/gobject/gparamspecs.h:1096:NC */ extern GParamSpec *g_param_spec_object (const gchar *, const gchar *, const gchar *, GType, GParamFlags); /* /usr/include/glib-2.0/gobject/gparamspecs.h:1101:NC */ extern GParamSpec *g_param_spec_override (const gchar *, GParamSpec *); /* /usr/include/glib-2.0/gobject/gparamspecs.h:1103:NC */ extern GParamSpec *g_param_spec_gtype (const gchar *, const gchar *, const gchar *, GType, GParamFlags); /* /usr/include/glib-2.0/gobject/gparamspecs.h:1108:NC */ extern GParamSpec *g_param_spec_variant (const gchar *, const gchar *, const gchar *, const GVariantType *, GVariant *, GParamFlags); /* /usr/include/glib-2.0/gobject/gsourceclosure.h:31:NC */ extern void g_source_set_closure (GSource *, GClosure *); /* /usr/include/glib-2.0/gobject/gsourceclosure.h:34:NC */ extern void g_source_set_dummy_callback (GSource *); /* /usr/include/glib-2.0/gobject/gtypemodule.h:240:NC */ extern GType g_type_module_get_type (void); /* /usr/include/glib-2.0/gobject/gtypemodule.h:241:NC */ extern gboolean g_type_module_use (GTypeModule *); /* /usr/include/glib-2.0/gobject/gtypemodule.h:242:NC */ extern void g_type_module_unuse (GTypeModule *); /* /usr/include/glib-2.0/gobject/gtypemodule.h:243:NC */ extern void g_type_module_set_name (GTypeModule *, const gchar *); /* /usr/include/glib-2.0/gobject/gtypemodule.h:245:NC */ extern GType g_type_module_register_type (GTypeModule *, GType, const gchar *, const GTypeInfo *, GTypeFlags); /* /usr/include/glib-2.0/gobject/gtypemodule.h:250:NC */ extern void g_type_module_add_interface (GTypeModule *, GType, GType, const GInterfaceInfo *); /* /usr/include/glib-2.0/gobject/gtypemodule.h:254:NC */ extern GType g_type_module_register_enum (GTypeModule *, const gchar *, const GEnumValue *); /* /usr/include/glib-2.0/gobject/gtypemodule.h:257:NC */ extern GType g_type_module_register_flags (GTypeModule *, const gchar *, const GFlagsValue *); /* /usr/include/glib-2.0/gobject/gtypeplugin.h:120:NC */ extern GType g_type_plugin_get_type (void); /* /usr/include/glib-2.0/gobject/gtypeplugin.h:121:NC */ extern void g_type_plugin_use (GTypePlugin *); /* /usr/include/glib-2.0/gobject/gtypeplugin.h:122:NC */ extern void g_type_plugin_unuse (GTypePlugin *); /* /usr/include/glib-2.0/gobject/gtypeplugin.h:123:NC */ extern void g_type_plugin_complete_type_info (GTypePlugin *, GType, GTypeInfo *, GTypeValueTable *); /* /usr/include/glib-2.0/gobject/gtypeplugin.h:127:NC */ extern void g_type_plugin_complete_interface_info (GTypePlugin *, GType, GType, GInterfaceInfo *); /* /usr/include/glib-2.0/gobject/gvaluearray.h:62:NC */ extern GType g_value_array_get_type (void); /* /usr/include/glib-2.0/gobject/gvaluearray.h:65:NC */ extern GValue *g_value_array_get_nth (GValueArray *, guint); /* /usr/include/glib-2.0/gobject/gvaluearray.h:69:NC */ extern GValueArray *g_value_array_new (guint); /* /usr/include/glib-2.0/gobject/gvaluearray.h:72:NC */ extern void g_value_array_free (GValueArray *); /* /usr/include/glib-2.0/gobject/gvaluearray.h:75:NC */ extern GValueArray *g_value_array_copy (const GValueArray *); /* /usr/include/glib-2.0/gobject/gvaluearray.h:78:NC */ extern GValueArray *g_value_array_prepend (GValueArray *, const GValue *); /* /usr/include/glib-2.0/gobject/gvaluearray.h:82:NC */ extern GValueArray *g_value_array_append (GValueArray *, const GValue *); /* /usr/include/glib-2.0/gobject/gvaluearray.h:86:NC */ extern GValueArray *g_value_array_insert (GValueArray *, guint, const GValue *); /* /usr/include/glib-2.0/gobject/gvaluearray.h:91:NC */ extern GValueArray *g_value_array_remove (GValueArray *, guint); /* /usr/include/glib-2.0/gobject/gvaluearray.h:95:NC */ extern GValueArray *g_value_array_sort (GValueArray *, GCompareFunc); /* /usr/include/glib-2.0/gobject/gvaluearray.h:99:NC */ extern GValueArray *g_value_array_sort_with_data (GValueArray *, GCompareDataFunc, gpointer); /* /usr/include/glib-2.0/gobject/gvaluetypes.h:181:NC */ extern void g_value_set_char (GValue *, gchar); /* /usr/include/glib-2.0/gobject/gvaluetypes.h:184:NC */ extern gchar g_value_get_char (const GValue *); /* /usr/include/glib-2.0/gobject/gvaluetypes.h:185:NC */ extern void g_value_set_schar (GValue *, gint8); /* /usr/include/glib-2.0/gobject/gvaluetypes.h:187:NC */ extern gint8 g_value_get_schar (const GValue *); /* /usr/include/glib-2.0/gobject/gvaluetypes.h:188:NC */ extern void g_value_set_uchar (GValue *, guchar); /* /usr/include/glib-2.0/gobject/gvaluetypes.h:190:NC */ extern guchar g_value_get_uchar (const GValue *); /* /usr/include/glib-2.0/gobject/gvaluetypes.h:191:NC */ extern void g_value_set_boolean (GValue *, gboolean); /* /usr/include/glib-2.0/gobject/gvaluetypes.h:193:NC */ extern gboolean g_value_get_boolean (const GValue *); /* /usr/include/glib-2.0/gobject/gvaluetypes.h:194:NC */ extern void g_value_set_int (GValue *, gint); /* /usr/include/glib-2.0/gobject/gvaluetypes.h:196:NC */ extern gint g_value_get_int (const GValue *); /* /usr/include/glib-2.0/gobject/gvaluetypes.h:197:NC */ extern void g_value_set_uint (GValue *, guint); /* /usr/include/glib-2.0/gobject/gvaluetypes.h:199:NC */ extern guint g_value_get_uint (const GValue *); /* /usr/include/glib-2.0/gobject/gvaluetypes.h:200:NC */ extern void g_value_set_long (GValue *, glong); /* /usr/include/glib-2.0/gobject/gvaluetypes.h:202:NC */ extern glong g_value_get_long (const GValue *); /* /usr/include/glib-2.0/gobject/gvaluetypes.h:203:NC */ extern void g_value_set_ulong (GValue *, gulong); /* /usr/include/glib-2.0/gobject/gvaluetypes.h:205:NC */ extern gulong g_value_get_ulong (const GValue *); /* /usr/include/glib-2.0/gobject/gvaluetypes.h:206:NC */ extern void g_value_set_int64 (GValue *, gint64); /* /usr/include/glib-2.0/gobject/gvaluetypes.h:208:NC */ extern gint64 g_value_get_int64 (const GValue *); /* /usr/include/glib-2.0/gobject/gvaluetypes.h:209:NC */ extern void g_value_set_uint64 (GValue *, guint64); /* /usr/include/glib-2.0/gobject/gvaluetypes.h:211:NC */ extern guint64 g_value_get_uint64 (const GValue *); /* /usr/include/glib-2.0/gobject/gvaluetypes.h:212:NC */ extern void g_value_set_float (GValue *, gfloat); /* /usr/include/glib-2.0/gobject/gvaluetypes.h:214:NC */ extern gfloat g_value_get_float (const GValue *); /* /usr/include/glib-2.0/gobject/gvaluetypes.h:215:NC */ extern void g_value_set_double (GValue *, gdouble); /* /usr/include/glib-2.0/gobject/gvaluetypes.h:217:NC */ extern gdouble g_value_get_double (const GValue *); /* /usr/include/glib-2.0/gobject/gvaluetypes.h:218:NC */ extern void g_value_set_string (GValue *, const gchar *); /* /usr/include/glib-2.0/gobject/gvaluetypes.h:220:NC */ extern void g_value_set_static_string (GValue *, const gchar *); /* /usr/include/glib-2.0/gobject/gvaluetypes.h:222:NC */ extern const gchar *g_value_get_string (const GValue *); /* /usr/include/glib-2.0/gobject/gvaluetypes.h:223:NC */ extern gchar *g_value_dup_string (const GValue *); /* /usr/include/glib-2.0/gobject/gvaluetypes.h:224:NC */ extern void g_value_set_pointer (GValue *, gpointer); /* /usr/include/glib-2.0/gobject/gvaluetypes.h:226:NC */ extern gpointer g_value_get_pointer (const GValue *); /* /usr/include/glib-2.0/gobject/gvaluetypes.h:227:NC */ extern GType g_gtype_get_type (void); /* /usr/include/glib-2.0/gobject/gvaluetypes.h:228:NC */ extern void g_value_set_gtype (GValue *, GType); /* /usr/include/glib-2.0/gobject/gvaluetypes.h:230:NC */ extern GType g_value_get_gtype (const GValue *); /* /usr/include/glib-2.0/gobject/gvaluetypes.h:231:NC */ extern void g_value_set_variant (GValue *, GVariant *); /* /usr/include/glib-2.0/gobject/gvaluetypes.h:233:NC */ extern void g_value_take_variant (GValue *, GVariant *); /* /usr/include/glib-2.0/gobject/gvaluetypes.h:235:NC */ extern GVariant *g_value_get_variant (const GValue *); /* /usr/include/glib-2.0/gobject/gvaluetypes.h:236:NC */ extern GVariant *g_value_dup_variant (const GValue *); /* /usr/include/glib-2.0/gobject/gvaluetypes.h:240:NC */ extern GType g_pointer_type_register_static (const gchar *); /* /usr/include/glib-2.0/gobject/gvaluetypes.h:243:NC */ extern gchar *g_strdup_value_contents (const GValue *); /* /usr/include/glib-2.0/gobject/gvaluetypes.h:246:NC */ extern void g_value_take_string (GValue *, gchar *); /* /usr/include/glib-2.0/gobject/gvaluetypes.h:249:NC */ extern void g_value_set_string_take_ownership (GValue *, gchar *); /* /usr/include/glib-2.0/gio/gaction.h:61:NC */ extern GType g_action_get_type (void); /* /usr/include/glib-2.0/gio/gaction.h:63:NC */ extern const gchar *g_action_get_name (GAction *); /* /usr/include/glib-2.0/gio/gaction.h:64:NC */ extern const GVariantType *g_action_get_parameter_type (GAction *); /* /usr/include/glib-2.0/gio/gaction.h:65:NC */ extern const GVariantType *g_action_get_state_type (GAction *); /* /usr/include/glib-2.0/gio/gaction.h:66:NC */ extern GVariant *g_action_get_state_hint (GAction *); /* /usr/include/glib-2.0/gio/gaction.h:68:NC */ extern gboolean g_action_get_enabled (GAction *); /* /usr/include/glib-2.0/gio/gaction.h:69:NC */ extern GVariant *g_action_get_state (GAction *); /* /usr/include/glib-2.0/gio/gaction.h:71:NC */ extern void g_action_change_state (GAction *, GVariant *); /* /usr/include/glib-2.0/gio/gaction.h:73:NC */ extern void g_action_activate (GAction *, GVariant *); /* /usr/include/glib-2.0/gio/gactiongroup.h:99:NC */ extern GType g_action_group_get_type (void); /* /usr/include/glib-2.0/gio/gactiongroup.h:101:NC */ extern gboolean g_action_group_has_action (GActionGroup *, const gchar *); /* /usr/include/glib-2.0/gio/gactiongroup.h:103:NC */ extern gchar **g_action_group_list_actions (GActionGroup *); /* /usr/include/glib-2.0/gio/gactiongroup.h:105:NC */ extern const GVariantType *g_action_group_get_action_parameter_type (GActionGroup *, const gchar *); /* /usr/include/glib-2.0/gio/gactiongroup.h:107:NC */ extern const GVariantType *g_action_group_get_action_state_type (GActionGroup *, const gchar *); /* /usr/include/glib-2.0/gio/gactiongroup.h:109:NC */ extern GVariant *g_action_group_get_action_state_hint (GActionGroup *, const gchar *); /* /usr/include/glib-2.0/gio/gactiongroup.h:112:NC */ extern gboolean g_action_group_get_action_enabled (GActionGroup *, const gchar *); /* /usr/include/glib-2.0/gio/gactiongroup.h:115:NC */ extern GVariant *g_action_group_get_action_state (GActionGroup *, const gchar *); /* /usr/include/glib-2.0/gio/gactiongroup.h:117:NC */ extern void g_action_group_change_action_state (GActionGroup *, const gchar *, GVariant *); /* /usr/include/glib-2.0/gio/gactiongroup.h:121:NC */ extern void g_action_group_activate_action (GActionGroup *, const gchar *, GVariant *); /* /usr/include/glib-2.0/gio/gactiongroup.h:126:NC */ extern void g_action_group_action_added (GActionGroup *, const gchar *); /* /usr/include/glib-2.0/gio/gactiongroup.h:128:NC */ extern void g_action_group_action_removed (GActionGroup *, const gchar *); /* /usr/include/glib-2.0/gio/gactiongroup.h:130:NC */ extern void g_action_group_action_enabled_changed (GActionGroup *, const gchar *, gboolean); /* /usr/include/glib-2.0/gio/gactiongroup.h:134:NC */ extern void g_action_group_action_state_changed (GActionGroup *, const gchar *, GVariant *); /* /usr/include/glib-2.0/gio/gactiongroup.h:138:NC */ extern gboolean g_action_group_query_action (GActionGroup *, const gchar *, gboolean *, const GVariantType **, const GVariantType **, GVariant **, GVariant **); /* /usr/include/glib-2.0/gio/gactiongroupexporter.h:35:NC */ extern guint g_dbus_connection_export_action_group (GDBusConnection *, const gchar *, GActionGroup *, GError **); /* /usr/include/glib-2.0/gio/gactiongroupexporter.h:40:NC */ extern void g_dbus_connection_unexport_action_group (GDBusConnection *, guint); /* /usr/include/glib-2.0/gio/gactionmap.h:79:NC */ extern GType g_action_map_get_type (void); /* /usr/include/glib-2.0/gio/gactionmap.h:81:NC */ extern GAction *g_action_map_lookup_action (GActionMap *, const gchar *); /* /usr/include/glib-2.0/gio/gactionmap.h:83:NC */ extern void g_action_map_add_action (GActionMap *, GAction *); /* /usr/include/glib-2.0/gio/gactionmap.h:85:NC */ extern void g_action_map_remove_action (GActionMap *, const gchar *); /* /usr/include/glib-2.0/gio/gactionmap.h:87:NC */ extern void g_action_map_add_action_entries (GActionMap *, const GActionEntry *, gint, gpointer); /* /usr/include/glib-2.0/gio/gappinfo.h:137:NC */ extern GType g_app_info_get_type (void); /* /usr/include/glib-2.0/gio/gappinfo.h:138:NC */ extern GAppInfo *g_app_info_create_from_commandline (const char *, const char *, GAppInfoCreateFlags, GError **); /* /usr/include/glib-2.0/gio/gappinfo.h:142:NC */ extern GAppInfo *g_app_info_dup (GAppInfo *); /* /usr/include/glib-2.0/gio/gappinfo.h:143:NC */ extern gboolean g_app_info_equal (GAppInfo *, GAppInfo *); /* /usr/include/glib-2.0/gio/gappinfo.h:145:NC */ extern const char *g_app_info_get_id (GAppInfo *); /* /usr/include/glib-2.0/gio/gappinfo.h:146:NC */ extern const char *g_app_info_get_name (GAppInfo *); /* /usr/include/glib-2.0/gio/gappinfo.h:147:NC */ extern const char *g_app_info_get_display_name (GAppInfo *); /* /usr/include/glib-2.0/gio/gappinfo.h:148:NC */ extern const char *g_app_info_get_description (GAppInfo *); /* /usr/include/glib-2.0/gio/gappinfo.h:149:NC */ extern const char *g_app_info_get_executable (GAppInfo *); /* /usr/include/glib-2.0/gio/gappinfo.h:150:NC */ extern const char *g_app_info_get_commandline (GAppInfo *); /* /usr/include/glib-2.0/gio/gappinfo.h:151:NC */ extern GIcon *g_app_info_get_icon (GAppInfo *); /* /usr/include/glib-2.0/gio/gappinfo.h:152:NC */ extern gboolean g_app_info_launch (GAppInfo *, GList *, GAppLaunchContext *, GError **); /* /usr/include/glib-2.0/gio/gappinfo.h:156:NC */ extern gboolean g_app_info_supports_uris (GAppInfo *); /* /usr/include/glib-2.0/gio/gappinfo.h:157:NC */ extern gboolean g_app_info_supports_files (GAppInfo *); /* /usr/include/glib-2.0/gio/gappinfo.h:158:NC */ extern gboolean g_app_info_launch_uris (GAppInfo *, GList *, GAppLaunchContext *, GError **); /* /usr/include/glib-2.0/gio/gappinfo.h:162:NC */ extern gboolean g_app_info_should_show (GAppInfo *); /* /usr/include/glib-2.0/gio/gappinfo.h:164:NC */ extern gboolean g_app_info_set_as_default_for_type (GAppInfo *, const char *, GError **); /* /usr/include/glib-2.0/gio/gappinfo.h:167:NC */ extern gboolean g_app_info_set_as_default_for_extension (GAppInfo *, const char *, GError **); /* /usr/include/glib-2.0/gio/gappinfo.h:170:NC */ extern gboolean g_app_info_add_supports_type (GAppInfo *, const char *, GError **); /* /usr/include/glib-2.0/gio/gappinfo.h:173:NC */ extern gboolean g_app_info_can_remove_supports_type (GAppInfo *); /* /usr/include/glib-2.0/gio/gappinfo.h:174:NC */ extern gboolean g_app_info_remove_supports_type (GAppInfo *, const char *, GError **); /* /usr/include/glib-2.0/gio/gappinfo.h:177:NC */ extern gboolean g_app_info_can_delete (GAppInfo *); /* /usr/include/glib-2.0/gio/gappinfo.h:178:NC */ extern gboolean g_app_info_delete (GAppInfo *); /* /usr/include/glib-2.0/gio/gappinfo.h:180:NC */ extern gboolean g_app_info_set_as_last_used_for_type (GAppInfo *, const char *, GError **); /* /usr/include/glib-2.0/gio/gappinfo.h:184:NC */ extern GList *g_app_info_get_all (void); /* /usr/include/glib-2.0/gio/gappinfo.h:185:NC */ extern GList *g_app_info_get_all_for_type (const char *); /* /usr/include/glib-2.0/gio/gappinfo.h:186:NC */ extern GList *g_app_info_get_recommended_for_type (const gchar *); /* /usr/include/glib-2.0/gio/gappinfo.h:187:NC */ extern GList *g_app_info_get_fallback_for_type (const gchar *); /* /usr/include/glib-2.0/gio/gappinfo.h:189:NC */ extern void g_app_info_reset_type_associations (const char *); /* /usr/include/glib-2.0/gio/gappinfo.h:190:NC */ extern GAppInfo *g_app_info_get_default_for_type (const char *, gboolean); /* /usr/include/glib-2.0/gio/gappinfo.h:192:NC */ extern GAppInfo *g_app_info_get_default_for_uri_scheme (const char *); /* /usr/include/glib-2.0/gio/gappinfo.h:194:NC */ extern gboolean g_app_info_launch_default_for_uri (const char *, GAppLaunchContext *, GError **); /* /usr/include/glib-2.0/gio/gappinfo.h:234:NC */ extern GType g_app_launch_context_get_type (void); /* /usr/include/glib-2.0/gio/gappinfo.h:235:NC */ extern GAppLaunchContext *g_app_launch_context_new (void); /* /usr/include/glib-2.0/gio/gappinfo.h:237:NC */ extern void g_app_launch_context_setenv (GAppLaunchContext *, const char *, const char *); /* /usr/include/glib-2.0/gio/gappinfo.h:240:NC */ extern void g_app_launch_context_unsetenv (GAppLaunchContext *, const char *); /* /usr/include/glib-2.0/gio/gappinfo.h:242:NC */ extern char **g_app_launch_context_get_environment (GAppLaunchContext *); /* /usr/include/glib-2.0/gio/gappinfo.h:244:NC */ extern char *g_app_launch_context_get_display (GAppLaunchContext *, GAppInfo *, GList *); /* /usr/include/glib-2.0/gio/gappinfo.h:247:NC */ extern char *g_app_launch_context_get_startup_notify_id (GAppLaunchContext *, GAppInfo *, GList *); /* /usr/include/glib-2.0/gio/gappinfo.h:250:NC */ extern void g_app_launch_context_launch_failed (GAppLaunchContext *, const char *); /* /usr/include/glib-2.0/gio/gapplication.h:97:NC */ extern GType g_application_get_type (void); /* /usr/include/glib-2.0/gio/gapplication.h:99:NC */ extern gboolean g_application_id_is_valid (const gchar *); /* /usr/include/glib-2.0/gio/gapplication.h:101:NC */ extern GApplication *g_application_new (const gchar *, GApplicationFlags); /* /usr/include/glib-2.0/gio/gapplication.h:104:NC */ extern const gchar *g_application_get_application_id (GApplication *); /* /usr/include/glib-2.0/gio/gapplication.h:105:NC */ extern void g_application_set_application_id (GApplication *, const gchar *); /* /usr/include/glib-2.0/gio/gapplication.h:108:NC */ extern guint g_application_get_inactivity_timeout (GApplication *); /* /usr/include/glib-2.0/gio/gapplication.h:109:NC */ extern void g_application_set_inactivity_timeout (GApplication *, guint); /* /usr/include/glib-2.0/gio/gapplication.h:112:NC */ extern GApplicationFlags g_application_get_flags (GApplication *); /* /usr/include/glib-2.0/gio/gapplication.h:113:NC */ extern void g_application_set_flags (GApplication *, GApplicationFlags); /* /usr/include/glib-2.0/gio/gapplication.h:117:NC */ extern void g_application_set_action_group (GApplication *, GActionGroup *); /* /usr/include/glib-2.0/gio/gapplication.h:120:NC */ extern gboolean g_application_get_is_registered (GApplication *); /* /usr/include/glib-2.0/gio/gapplication.h:121:NC */ extern gboolean g_application_get_is_remote (GApplication *); /* /usr/include/glib-2.0/gio/gapplication.h:123:NC */ extern gboolean g_application_register (GApplication *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gapplication.h:127:NC */ extern void g_application_hold (GApplication *); /* /usr/include/glib-2.0/gio/gapplication.h:128:NC */ extern void g_application_release (GApplication *); /* /usr/include/glib-2.0/gio/gapplication.h:130:NC */ extern void g_application_activate (GApplication *); /* /usr/include/glib-2.0/gio/gapplication.h:132:NC */ extern void g_application_open (GApplication *, GFile **, gint, const gchar *); /* /usr/include/glib-2.0/gio/gapplication.h:137:NC */ extern int g_application_run (GApplication *, int, char **); /* /usr/include/glib-2.0/gio/gapplication.h:141:NC */ extern void g_application_quit (GApplication *); /* /usr/include/glib-2.0/gio/gapplication.h:143:NC */ extern GApplication *g_application_get_default (void); /* /usr/include/glib-2.0/gio/gapplication.h:144:NC */ extern void g_application_set_default (GApplication *); /* /usr/include/glib-2.0/gio/gapplicationcommandline.h:73:NC */ extern GType g_application_command_line_get_type (void); /* /usr/include/glib-2.0/gio/gapplicationcommandline.h:75:NC */ extern gchar **g_application_command_line_get_arguments (GApplicationCommandLine *, int *); /* /usr/include/glib-2.0/gio/gapplicationcommandline.h:78:NC */ extern const gchar *const *g_application_command_line_get_environ (GApplicationCommandLine *); /* /usr/include/glib-2.0/gio/gapplicationcommandline.h:80:NC */ extern const gchar *g_application_command_line_getenv (GApplicationCommandLine *, const gchar *); /* /usr/include/glib-2.0/gio/gapplicationcommandline.h:83:NC */ extern const gchar *g_application_command_line_get_cwd (GApplicationCommandLine *); /* /usr/include/glib-2.0/gio/gapplicationcommandline.h:85:NC */ extern gboolean g_application_command_line_get_is_remote (GApplicationCommandLine *); /* /usr/include/glib-2.0/gio/gapplicationcommandline.h:87:NC */ extern void g_application_command_line_print (GApplicationCommandLine *, const gchar *, ...); /* /usr/include/glib-2.0/gio/gapplicationcommandline.h:90:NC */ extern void g_application_command_line_printerr (GApplicationCommandLine *, const gchar *, ...); /* /usr/include/glib-2.0/gio/gapplicationcommandline.h:94:NC */ extern int g_application_command_line_get_exit_status (GApplicationCommandLine *); /* /usr/include/glib-2.0/gio/gapplicationcommandline.h:95:NC */ extern void g_application_command_line_set_exit_status (GApplicationCommandLine *, int); /* /usr/include/glib-2.0/gio/gapplicationcommandline.h:98:NC */ extern GVariant *g_application_command_line_get_platform_data (GApplicationCommandLine *); /* /usr/include/glib-2.0/gio/ginitable.h:71:NC */ extern GType g_initable_get_type (void); /* /usr/include/glib-2.0/gio/ginitable.h:73:NC */ extern gboolean g_initable_init (GInitable *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/ginitable.h:77:NC */ extern gpointer g_initable_new (GType, GCancellable *, GError **, const gchar *, ...); /* /usr/include/glib-2.0/gio/ginitable.h:82:NC */ extern gpointer g_initable_newv (GType, guint, GParameter *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/ginitable.h:87:NC */ extern GObject *g_initable_new_valist (GType, const gchar *, __va_list_tag *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gasyncinitable.h:77:NC */ extern GType g_async_initable_get_type (void); /* /usr/include/glib-2.0/gio/gasyncinitable.h:80:NC */ extern void g_async_initable_init_async (GAsyncInitable *, int, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gasyncinitable.h:85:NC */ extern gboolean g_async_initable_init_finish (GAsyncInitable *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gasyncinitable.h:89:NC */ extern void g_async_initable_new_async (GType, int, GCancellable *, GAsyncReadyCallback, gpointer, const gchar *, ...); /* /usr/include/glib-2.0/gio/gasyncinitable.h:96:NC */ extern void g_async_initable_newv_async (GType, guint, GParameter *, int, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gasyncinitable.h:103:NC */ extern void g_async_initable_new_valist_async (GType, const gchar *, __va_list_tag *, int, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gasyncinitable.h:110:NC */ extern GObject *g_async_initable_new_finish (GAsyncInitable *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gasyncresult.h:66:NC */ extern GType g_async_result_get_type (void); /* /usr/include/glib-2.0/gio/gasyncresult.h:68:NC */ extern gpointer g_async_result_get_user_data (GAsyncResult *); /* /usr/include/glib-2.0/gio/gasyncresult.h:69:NC */ extern GObject *g_async_result_get_source_object (GAsyncResult *); /* /usr/include/glib-2.0/gio/ginputstream.h:114:NC */ extern GType g_input_stream_get_type (void); /* /usr/include/glib-2.0/gio/ginputstream.h:116:NC */ extern gssize g_input_stream_read (GInputStream *, void *, gsize, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/ginputstream.h:121:NC */ extern gboolean g_input_stream_read_all (GInputStream *, void *, gsize, gsize *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/ginputstream.h:127:NC */ extern gssize g_input_stream_skip (GInputStream *, gsize, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/ginputstream.h:131:NC */ extern gboolean g_input_stream_close (GInputStream *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/ginputstream.h:134:NC */ extern void g_input_stream_read_async (GInputStream *, void *, gsize, int, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/ginputstream.h:141:NC */ extern gssize g_input_stream_read_finish (GInputStream *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/ginputstream.h:144:NC */ extern void g_input_stream_skip_async (GInputStream *, gsize, int, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/ginputstream.h:150:NC */ extern gssize g_input_stream_skip_finish (GInputStream *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/ginputstream.h:153:NC */ extern void g_input_stream_close_async (GInputStream *, int, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/ginputstream.h:158:NC */ extern gboolean g_input_stream_close_finish (GInputStream *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/ginputstream.h:164:NC */ extern gboolean g_input_stream_is_closed (GInputStream *); /* /usr/include/glib-2.0/gio/ginputstream.h:165:NC */ extern gboolean g_input_stream_has_pending (GInputStream *); /* /usr/include/glib-2.0/gio/ginputstream.h:166:NC */ extern gboolean g_input_stream_set_pending (GInputStream *, GError **); /* /usr/include/glib-2.0/gio/ginputstream.h:168:NC */ extern void g_input_stream_clear_pending (GInputStream *); /* /usr/include/glib-2.0/gio/gfilterinputstream.h:68:NC */ extern GType g_filter_input_stream_get_type (void); /* /usr/include/glib-2.0/gio/gfilterinputstream.h:69:NC */ extern GInputStream *g_filter_input_stream_get_base_stream (GFilterInputStream *); /* /usr/include/glib-2.0/gio/gfilterinputstream.h:70:NC */ extern gboolean g_filter_input_stream_get_close_base_stream (GFilterInputStream *); /* /usr/include/glib-2.0/gio/gfilterinputstream.h:71:NC */ extern void g_filter_input_stream_set_close_base_stream (GFilterInputStream *, gboolean); /* /usr/include/glib-2.0/gio/gbufferedinputstream.h:87:NC */ extern GType g_buffered_input_stream_get_type (void); /* /usr/include/glib-2.0/gio/gbufferedinputstream.h:88:NC */ extern GInputStream *g_buffered_input_stream_new (GInputStream *); /* /usr/include/glib-2.0/gio/gbufferedinputstream.h:89:NC */ extern GInputStream *g_buffered_input_stream_new_sized (GInputStream *, gsize); /* /usr/include/glib-2.0/gio/gbufferedinputstream.h:92:NC */ extern gsize g_buffered_input_stream_get_buffer_size (GBufferedInputStream *); /* /usr/include/glib-2.0/gio/gbufferedinputstream.h:93:NC */ extern void g_buffered_input_stream_set_buffer_size (GBufferedInputStream *, gsize); /* /usr/include/glib-2.0/gio/gbufferedinputstream.h:95:NC */ extern gsize g_buffered_input_stream_get_available (GBufferedInputStream *); /* /usr/include/glib-2.0/gio/gbufferedinputstream.h:96:NC */ extern gsize g_buffered_input_stream_peek (GBufferedInputStream *, void *, gsize, gsize); /* /usr/include/glib-2.0/gio/gbufferedinputstream.h:100:NC */ extern const void *g_buffered_input_stream_peek_buffer (GBufferedInputStream *, gsize *); /* /usr/include/glib-2.0/gio/gbufferedinputstream.h:103:NC */ extern gssize g_buffered_input_stream_fill (GBufferedInputStream *, gssize, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gbufferedinputstream.h:107:NC */ extern void g_buffered_input_stream_fill_async (GBufferedInputStream *, gssize, int, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gbufferedinputstream.h:113:NC */ extern gssize g_buffered_input_stream_fill_finish (GBufferedInputStream *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gbufferedinputstream.h:117:NC */ extern int g_buffered_input_stream_read_byte (GBufferedInputStream *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/goutputstream.h:136:NC */ extern GType g_output_stream_get_type (void); /* /usr/include/glib-2.0/gio/goutputstream.h:138:NC */ extern gssize g_output_stream_write (GOutputStream *, const void *, gsize, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/goutputstream.h:143:NC */ extern gboolean g_output_stream_write_all (GOutputStream *, const void *, gsize, gsize *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/goutputstream.h:149:NC */ extern gssize g_output_stream_splice (GOutputStream *, GInputStream *, GOutputStreamSpliceFlags, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/goutputstream.h:154:NC */ extern gboolean g_output_stream_flush (GOutputStream *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/goutputstream.h:157:NC */ extern gboolean g_output_stream_close (GOutputStream *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/goutputstream.h:160:NC */ extern void g_output_stream_write_async (GOutputStream *, const void *, gsize, int, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/goutputstream.h:167:NC */ extern gssize g_output_stream_write_finish (GOutputStream *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/goutputstream.h:170:NC */ extern void g_output_stream_splice_async (GOutputStream *, GInputStream *, GOutputStreamSpliceFlags, int, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/goutputstream.h:177:NC */ extern gssize g_output_stream_splice_finish (GOutputStream *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/goutputstream.h:180:NC */ extern void g_output_stream_flush_async (GOutputStream *, int, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/goutputstream.h:185:NC */ extern gboolean g_output_stream_flush_finish (GOutputStream *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/goutputstream.h:188:NC */ extern void g_output_stream_close_async (GOutputStream *, int, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/goutputstream.h:193:NC */ extern gboolean g_output_stream_close_finish (GOutputStream *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/goutputstream.h:197:NC */ extern gboolean g_output_stream_is_closed (GOutputStream *); /* /usr/include/glib-2.0/gio/goutputstream.h:198:NC */ extern gboolean g_output_stream_is_closing (GOutputStream *); /* /usr/include/glib-2.0/gio/goutputstream.h:199:NC */ extern gboolean g_output_stream_has_pending (GOutputStream *); /* /usr/include/glib-2.0/gio/goutputstream.h:200:NC */ extern gboolean g_output_stream_set_pending (GOutputStream *, GError **); /* /usr/include/glib-2.0/gio/goutputstream.h:202:NC */ extern void g_output_stream_clear_pending (GOutputStream *); /* /usr/include/glib-2.0/gio/gfilteroutputstream.h:68:NC */ extern GType g_filter_output_stream_get_type (void); /* /usr/include/glib-2.0/gio/gfilteroutputstream.h:69:NC */ extern GOutputStream *g_filter_output_stream_get_base_stream (GFilterOutputStream *); /* /usr/include/glib-2.0/gio/gfilteroutputstream.h:70:NC */ extern gboolean g_filter_output_stream_get_close_base_stream (GFilterOutputStream *); /* /usr/include/glib-2.0/gio/gfilteroutputstream.h:71:NC */ extern void g_filter_output_stream_set_close_base_stream (GFilterOutputStream *, gboolean); /* /usr/include/glib-2.0/gio/gbufferedoutputstream.h:68:NC */ extern GType g_buffered_output_stream_get_type (void); /* /usr/include/glib-2.0/gio/gbufferedoutputstream.h:69:NC */ extern GOutputStream *g_buffered_output_stream_new (GOutputStream *); /* /usr/include/glib-2.0/gio/gbufferedoutputstream.h:70:NC */ extern GOutputStream *g_buffered_output_stream_new_sized (GOutputStream *, gsize); /* /usr/include/glib-2.0/gio/gbufferedoutputstream.h:72:NC */ extern gsize g_buffered_output_stream_get_buffer_size (GBufferedOutputStream *); /* /usr/include/glib-2.0/gio/gbufferedoutputstream.h:73:NC */ extern void g_buffered_output_stream_set_buffer_size (GBufferedOutputStream *, gsize); /* /usr/include/glib-2.0/gio/gbufferedoutputstream.h:75:NC */ extern gboolean g_buffered_output_stream_get_auto_grow (GBufferedOutputStream *); /* /usr/include/glib-2.0/gio/gbufferedoutputstream.h:76:NC */ extern void g_buffered_output_stream_set_auto_grow (GBufferedOutputStream *, gboolean); /* /usr/include/glib-2.0/gio/gcancellable.h:72:NC */ extern GType g_cancellable_get_type (void); /* /usr/include/glib-2.0/gio/gcancellable.h:74:NC */ extern GCancellable *g_cancellable_new (void); /* /usr/include/glib-2.0/gio/gcancellable.h:77:NC */ extern gboolean g_cancellable_is_cancelled (GCancellable *); /* /usr/include/glib-2.0/gio/gcancellable.h:78:NC */ extern gboolean g_cancellable_set_error_if_cancelled (GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gcancellable.h:81:NC */ extern int g_cancellable_get_fd (GCancellable *); /* /usr/include/glib-2.0/gio/gcancellable.h:82:NC */ extern gboolean g_cancellable_make_pollfd (GCancellable *, GPollFD *); /* /usr/include/glib-2.0/gio/gcancellable.h:84:NC */ extern void g_cancellable_release_fd (GCancellable *); /* /usr/include/glib-2.0/gio/gcancellable.h:86:NC */ extern GSource *g_cancellable_source_new (GCancellable *); /* /usr/include/glib-2.0/gio/gcancellable.h:88:NC */ extern GCancellable *g_cancellable_get_current (void); /* /usr/include/glib-2.0/gio/gcancellable.h:89:NC */ extern void g_cancellable_push_current (GCancellable *); /* /usr/include/glib-2.0/gio/gcancellable.h:90:NC */ extern void g_cancellable_pop_current (GCancellable *); /* /usr/include/glib-2.0/gio/gcancellable.h:91:NC */ extern void g_cancellable_reset (GCancellable *); /* /usr/include/glib-2.0/gio/gcancellable.h:92:NC */ extern gulong g_cancellable_connect (GCancellable *, GCallback, gpointer, GDestroyNotify); /* /usr/include/glib-2.0/gio/gcancellable.h:96:NC */ extern void g_cancellable_disconnect (GCancellable *, gulong); /* /usr/include/glib-2.0/gio/gcancellable.h:101:NC */ extern void g_cancellable_cancel (GCancellable *); /* /usr/include/glib-2.0/gio/gconverter.h:78:NC */ extern GType g_converter_get_type (void); /* /usr/include/glib-2.0/gio/gconverter.h:80:NC */ extern GConverterResult g_converter_convert (GConverter *, const void *, gsize, void *, gsize, GConverterFlags, gsize *, gsize *, GError **); /* /usr/include/glib-2.0/gio/gconverter.h:89:NC */ extern void g_converter_reset (GConverter *); /* /usr/include/glib-2.0/gio/gcharsetconverter.h:48:NC */ extern GType g_charset_converter_get_type (void); /* /usr/include/glib-2.0/gio/gcharsetconverter.h:50:NC */ extern GCharsetConverter *g_charset_converter_new (const gchar *, const gchar *, GError **); /* /usr/include/glib-2.0/gio/gcharsetconverter.h:53:NC */ extern void g_charset_converter_set_use_fallback (GCharsetConverter *, gboolean); /* /usr/include/glib-2.0/gio/gcharsetconverter.h:55:NC */ extern gboolean g_charset_converter_get_use_fallback (GCharsetConverter *); /* /usr/include/glib-2.0/gio/gcharsetconverter.h:56:NC */ extern guint g_charset_converter_get_num_fallbacks (GCharsetConverter *); /* /usr/include/glib-2.0/gio/gcontenttype.h:34:NC */ extern gboolean g_content_type_equals (const gchar *, const gchar *); /* /usr/include/glib-2.0/gio/gcontenttype.h:36:NC */ extern gboolean g_content_type_is_a (const gchar *, const gchar *); /* /usr/include/glib-2.0/gio/gcontenttype.h:38:NC */ extern gboolean g_content_type_is_unknown (const gchar *); /* /usr/include/glib-2.0/gio/gcontenttype.h:39:NC */ extern gchar *g_content_type_get_description (const gchar *); /* /usr/include/glib-2.0/gio/gcontenttype.h:40:NC */ extern gchar *g_content_type_get_mime_type (const gchar *); /* /usr/include/glib-2.0/gio/gcontenttype.h:41:NC */ extern GIcon *g_content_type_get_icon (const gchar *); /* /usr/include/glib-2.0/gio/gcontenttype.h:42:NC */ extern gboolean g_content_type_can_be_executable (const gchar *); /* /usr/include/glib-2.0/gio/gcontenttype.h:44:NC */ extern gchar *g_content_type_from_mime_type (const gchar *); /* /usr/include/glib-2.0/gio/gcontenttype.h:46:NC */ extern gchar *g_content_type_guess (const gchar *, const guchar *, gsize, gboolean *); /* /usr/include/glib-2.0/gio/gcontenttype.h:51:NC */ extern gchar **g_content_type_guess_for_tree (GFile *); /* /usr/include/glib-2.0/gio/gcontenttype.h:53:NC */ extern GList *g_content_types_get_registered (void); /* /usr/include/glib-2.0/gio/gconverterinputstream.h:72:NC */ extern GType g_converter_input_stream_get_type (void); /* /usr/include/glib-2.0/gio/gconverterinputstream.h:73:NC */ extern GInputStream *g_converter_input_stream_new (GInputStream *, GConverter *); /* /usr/include/glib-2.0/gio/gconverterinputstream.h:75:NC */ extern GConverter *g_converter_input_stream_get_converter (GConverterInputStream *); /* /usr/include/glib-2.0/gio/gconverteroutputstream.h:72:NC */ extern GType g_converter_output_stream_get_type (void); /* /usr/include/glib-2.0/gio/gconverteroutputstream.h:73:NC */ extern GOutputStream *g_converter_output_stream_new (GOutputStream *, GConverter *); /* /usr/include/glib-2.0/gio/gconverteroutputstream.h:75:NC */ extern GConverter *g_converter_output_stream_get_converter (GConverterOutputStream *); /* /usr/include/unistd.h:288:NC */ extern int access (const char *, int); /* /usr/include/unistd.h:305:NC */ extern int faccessat (int, const char *, int, int); /* /usr/include/unistd.h:335:NC */ extern __off_t lseek (int, __off_t, int); /* /usr/include/unistd.h:354:NC */ extern int close (int); /* /usr/include/unistd.h:361:NC */ extern ssize_t read (int, void *, size_t); /* /usr/include/unistd.h:367:NC */ extern ssize_t write (int, const void *, size_t); /* /usr/include/unistd.h:377:NC */ extern ssize_t pread (int, void *, size_t, __off_t); /* /usr/include/unistd.h:385:NC */ extern ssize_t pwrite (int, const void *, size_t, __off_t); /* /usr/include/unistd.h:418:NC */ extern int pipe (int *); /* /usr/include/unistd.h:433:NC */ extern unsigned int alarm (unsigned int); /* /usr/include/unistd.h:445:NC */ extern unsigned int sleep (unsigned int); /* /usr/include/unistd.h:453:NC */ extern __useconds_t ualarm (__useconds_t, __useconds_t); /* /usr/include/unistd.h:461:NC */ extern int usleep (__useconds_t); /* /usr/include/unistd.h:470:NC */ extern int pause (void); /* /usr/include/unistd.h:474:NC */ extern int chown (const char *, __uid_t, __gid_t); /* /usr/include/unistd.h:479:NC */ extern int fchown (int, __uid_t, __gid_t); /* /usr/include/unistd.h:484:NC */ extern int lchown (const char *, __uid_t, __gid_t); /* /usr/include/unistd.h:492:NC */ extern int fchownat (int, const char *, __uid_t, __gid_t, int); /* /usr/include/unistd.h:498:NC */ extern int chdir (const char *); /* /usr/include/unistd.h:502:NC */ extern int fchdir (int); /* /usr/include/unistd.h:512:NC */ extern char *getcwd (char *, size_t); /* /usr/include/unistd.h:526:NC */ extern char *getwd (char *); /* /usr/include/unistd.h:532:NC */ extern int dup (int); /* /usr/include/unistd.h:535:NC */ extern int dup2 (int, int); /* /usr/include/unistd.h:552:NC */ extern int execve (const char *, char *const *, char *const *); /* /usr/include/unistd.h:558:NC */ extern int fexecve (int, char *const *, char *const *); /* /usr/include/unistd.h:564:NC */ extern int execv (const char *, char *const *); /* /usr/include/unistd.h:569:NC */ extern int execle (const char *, const char *, ...); /* /usr/include/unistd.h:574:NC */ extern int execl (const char *, const char *, ...); /* /usr/include/unistd.h:579:NC */ extern int execvp (const char *, char *const *); /* /usr/include/unistd.h:585:NC */ extern int execlp (const char *, const char *, ...); /* /usr/include/unistd.h:599:NC */ extern int nice (int); /* /usr/include/unistd.h:604:NC */ extern void _exit (int); /* /usr/include/unistd.h:613:NC */ extern long int pathconf (const char *, int); /* /usr/include/unistd.h:617:NC */ extern long int fpathconf (int, int); /* /usr/include/unistd.h:620:NC */ extern long int sysconf (int); /* /usr/include/unistd.h:624:NC */ extern size_t confstr (int, char *, size_t); /* /usr/include/unistd.h:629:NC */ extern __pid_t getpid (void); /* /usr/include/unistd.h:632:NC */ extern __pid_t getppid (void); /* /usr/include/unistd.h:637:NC */ extern __pid_t getpgrp (void); /* /usr/include/unistd.h:647:NC */ extern __pid_t __getpgid (__pid_t); /* /usr/include/unistd.h:649:NC */ extern __pid_t getpgid (__pid_t); /* /usr/include/unistd.h:656:NC */ extern int setpgid (__pid_t, __pid_t); /* /usr/include/unistd.h:673:NC */ extern int setpgrp (void); /* /usr/include/unistd.h:690:NC */ extern __pid_t setsid (void); /* /usr/include/unistd.h:694:NC */ extern __pid_t getsid (__pid_t); /* /usr/include/unistd.h:698:NC */ extern __uid_t getuid (void); /* /usr/include/unistd.h:701:NC */ extern __uid_t geteuid (void); /* /usr/include/unistd.h:704:NC */ extern __gid_t getgid (void); /* /usr/include/unistd.h:707:NC */ extern __gid_t getegid (void); /* /usr/include/unistd.h:712:NC */ extern int getgroups (int, __gid_t *); /* /usr/include/unistd.h:723:NC */ extern int setuid (__uid_t); /* /usr/include/unistd.h:728:NC */ extern int setreuid (__uid_t, __uid_t); /* /usr/include/unistd.h:733:NC */ extern int seteuid (__uid_t); /* /usr/include/unistd.h:740:NC */ extern int setgid (__gid_t); /* /usr/include/unistd.h:745:NC */ extern int setregid (__gid_t, __gid_t); /* /usr/include/unistd.h:750:NC */ extern int setegid (__gid_t); /* /usr/include/unistd.h:779:NC */ extern __pid_t fork (void); /* /usr/include/unistd.h:787:NC */ extern __pid_t vfork (void); /* /usr/include/unistd.h:793:NC */ extern char *ttyname (int); /* /usr/include/unistd.h:797:NC */ extern int ttyname_r (int, char *, size_t); /* /usr/include/unistd.h:802:NC */ extern int isatty (int); /* /usr/include/unistd.h:808:NC */ extern int ttyslot (void); /* /usr/include/unistd.h:813:NC */ extern int link (const char *, const char *); /* /usr/include/unistd.h:819:NC */ extern int linkat (int, const char *, int, const char *, int); /* /usr/include/unistd.h:826:NC */ extern int symlink (const char *, const char *); /* /usr/include/unistd.h:832:NC */ extern ssize_t readlink (const char *, char *, size_t); /* /usr/include/unistd.h:839:NC */ extern int symlinkat (const char *, int, const char *); /* /usr/include/unistd.h:843:NC */ extern ssize_t readlinkat (int, const char *, char *, size_t); /* /usr/include/unistd.h:849:NC */ extern int unlink (const char *); /* /usr/include/unistd.h:853:NC */ extern int unlinkat (int, const char *, int); /* /usr/include/unistd.h:858:NC */ extern int rmdir (const char *); /* /usr/include/unistd.h:862:NC */ extern __pid_t tcgetpgrp (int); /* /usr/include/unistd.h:865:NC */ extern int tcsetpgrp (int, __pid_t); /* /usr/include/unistd.h:872:NC */ extern char *getlogin (void); /* /usr/include/unistd.h:880:NC */ extern int getlogin_r (char *, size_t); /* /usr/include/unistd.h:885:NC */ extern int setlogin (const char *); /* /usr/include/getopt.h:152:NC */ extern int getopt (int, char *const *, const char *); /* /usr/include/unistd.h:902:NC */ extern int gethostname (char *, size_t); /* /usr/include/unistd.h:909:NC */ extern int sethostname (const char *, size_t); /* /usr/include/unistd.h:914:NC */ extern int sethostid (long int); /* /usr/include/unistd.h:920:NC */ extern int getdomainname (char *, size_t); /* /usr/include/unistd.h:922:NC */ extern int setdomainname (const char *, size_t); /* /usr/include/unistd.h:929:NC */ extern int vhangup (void); /* /usr/include/unistd.h:932:NC */ extern int revoke (const char *); /* /usr/include/unistd.h:940:NC */ extern int profil (short unsigned int *, size_t, size_t, unsigned int); /* /usr/include/unistd.h:948:NC */ extern int acct (const char *); /* /usr/include/unistd.h:952:NC */ extern char *getusershell (void); /* /usr/include/unistd.h:953:NC */ extern void endusershell (void); /* /usr/include/unistd.h:954:NC */ extern void setusershell (void); /* /usr/include/unistd.h:960:NC */ extern int daemon (int, int); /* /usr/include/unistd.h:967:NC */ extern int chroot (const char *); /* /usr/include/unistd.h:971:NC */ extern char *getpass (const char *); /* /usr/include/unistd.h:980:NC */ extern int fsync (int); /* /usr/include/unistd.h:994:NC */ extern long int gethostid (void); /* /usr/include/unistd.h:997:NC */ extern void sync (void); /* /usr/include/unistd.h:1003:NC */ extern int getpagesize (void); /* /usr/include/unistd.h:1008:NC */ extern int getdtablesize (void); /* /usr/include/unistd.h:1018:NC */ extern int truncate (const char *, __off_t); /* /usr/include/unistd.h:1040:NC */ extern int ftruncate (int, __off_t); /* /usr/include/unistd.h:1061:NC */ extern int brk (void *); /* /usr/include/unistd.h:1067:NC */ extern void *sbrk (intptr_t); /* /usr/include/unistd.h:1082:NC */ extern long int syscall (long int, ...); /* /usr/include/unistd.h:1105:NC */ extern int lockf (int, int, __off_t); /* /usr/include/unistd.h:1136:NC */ extern int fdatasync (int); /* /usr/include/unistd.h:1165:NC */ extern char *ctermid (char *); /* /usr/include/x86_64-linux-gnu/sys/select.h:107:NC */ extern int select (int, fd_set *, fd_set *, fd_set *, struct timeval *); /* /usr/include/x86_64-linux-gnu/sys/select.h:119:NC */ extern int pselect (int, fd_set *, fd_set *, fd_set *, const struct timespec *, const __sigset_t *); /* /usr/include/x86_64-linux-gnu/sys/sysmacros.h:33:NC */ extern unsigned int gnu_dev_major (long long unsigned int); /* /usr/include/x86_64-linux-gnu/sys/sysmacros.h:36:NC */ extern unsigned int gnu_dev_minor (long long unsigned int); /* /usr/include/x86_64-linux-gnu/sys/sysmacros.h:39:NC */ extern long long unsigned int gnu_dev_makedev (unsigned int, unsigned int); /* /usr/include/glib-2.0/gio/gcredentials.h:49:NC */ extern GType g_credentials_get_type (void); /* /usr/include/glib-2.0/gio/gcredentials.h:51:NC */ extern GCredentials *g_credentials_new (void); /* /usr/include/glib-2.0/gio/gcredentials.h:53:NC */ extern gchar *g_credentials_to_string (GCredentials *); /* /usr/include/glib-2.0/gio/gcredentials.h:55:NC */ extern gpointer g_credentials_get_native (GCredentials *, GCredentialsType); /* /usr/include/glib-2.0/gio/gcredentials.h:58:NC */ extern void g_credentials_set_native (GCredentials *, GCredentialsType, gpointer); /* /usr/include/glib-2.0/gio/gcredentials.h:62:NC */ extern gboolean g_credentials_is_same_user (GCredentials *, GCredentials *, GError **); /* /usr/include/glib-2.0/gio/gcredentials.h:67:NC */ extern uid_t g_credentials_get_unix_user (GCredentials *, GError **); /* /usr/include/glib-2.0/gio/gcredentials.h:69:NC */ extern gboolean g_credentials_set_unix_user (GCredentials *, uid_t, GError **); /* /usr/include/glib-2.0/gio/gdatainputstream.h:71:NC */ extern GType g_data_input_stream_get_type (void); /* /usr/include/glib-2.0/gio/gdatainputstream.h:72:NC */ extern GDataInputStream *g_data_input_stream_new (GInputStream *); /* /usr/include/glib-2.0/gio/gdatainputstream.h:74:NC */ extern void g_data_input_stream_set_byte_order (GDataInputStream *, GDataStreamByteOrder); /* /usr/include/glib-2.0/gio/gdatainputstream.h:76:NC */ extern GDataStreamByteOrder g_data_input_stream_get_byte_order (GDataInputStream *); /* /usr/include/glib-2.0/gio/gdatainputstream.h:77:NC */ extern void g_data_input_stream_set_newline_type (GDataInputStream *, GDataStreamNewlineType); /* /usr/include/glib-2.0/gio/gdatainputstream.h:79:NC */ extern GDataStreamNewlineType g_data_input_stream_get_newline_type (GDataInputStream *); /* /usr/include/glib-2.0/gio/gdatainputstream.h:80:NC */ extern guchar g_data_input_stream_read_byte (GDataInputStream *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gdatainputstream.h:83:NC */ extern gint16 g_data_input_stream_read_int16 (GDataInputStream *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gdatainputstream.h:86:NC */ extern guint16 g_data_input_stream_read_uint16 (GDataInputStream *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gdatainputstream.h:89:NC */ extern gint32 g_data_input_stream_read_int32 (GDataInputStream *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gdatainputstream.h:92:NC */ extern guint32 g_data_input_stream_read_uint32 (GDataInputStream *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gdatainputstream.h:95:NC */ extern gint64 g_data_input_stream_read_int64 (GDataInputStream *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gdatainputstream.h:98:NC */ extern guint64 g_data_input_stream_read_uint64 (GDataInputStream *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gdatainputstream.h:101:NC */ extern char *g_data_input_stream_read_line (GDataInputStream *, gsize *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gdatainputstream.h:105:NC */ extern char *g_data_input_stream_read_line_utf8 (GDataInputStream *, gsize *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gdatainputstream.h:109:NC */ extern void g_data_input_stream_read_line_async (GDataInputStream *, gint, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gdatainputstream.h:114:NC */ extern char *g_data_input_stream_read_line_finish (GDataInputStream *, GAsyncResult *, gsize *, GError **); /* /usr/include/glib-2.0/gio/gdatainputstream.h:118:NC */ extern char *g_data_input_stream_read_line_finish_utf8 (GDataInputStream *, GAsyncResult *, gsize *, GError **); /* /usr/include/glib-2.0/gio/gdatainputstream.h:122:NC */ extern char *g_data_input_stream_read_until (GDataInputStream *, const gchar *, gsize *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gdatainputstream.h:127:NC */ extern void g_data_input_stream_read_until_async (GDataInputStream *, const gchar *, gint, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gdatainputstream.h:133:NC */ extern char *g_data_input_stream_read_until_finish (GDataInputStream *, GAsyncResult *, gsize *, GError **); /* /usr/include/glib-2.0/gio/gdatainputstream.h:138:NC */ extern char *g_data_input_stream_read_upto (GDataInputStream *, const gchar *, gssize, gsize *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gdatainputstream.h:144:NC */ extern void g_data_input_stream_read_upto_async (GDataInputStream *, const gchar *, gssize, gint, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gdatainputstream.h:151:NC */ extern char *g_data_input_stream_read_upto_finish (GDataInputStream *, GAsyncResult *, gsize *, GError **); /* /usr/include/glib-2.0/gio/gdataoutputstream.h:73:NC */ extern GType g_data_output_stream_get_type (void); /* /usr/include/glib-2.0/gio/gdataoutputstream.h:74:NC */ extern GDataOutputStream *g_data_output_stream_new (GOutputStream *); /* /usr/include/glib-2.0/gio/gdataoutputstream.h:76:NC */ extern void g_data_output_stream_set_byte_order (GDataOutputStream *, GDataStreamByteOrder); /* /usr/include/glib-2.0/gio/gdataoutputstream.h:78:NC */ extern GDataStreamByteOrder g_data_output_stream_get_byte_order (GDataOutputStream *); /* /usr/include/glib-2.0/gio/gdataoutputstream.h:80:NC */ extern gboolean g_data_output_stream_put_byte (GDataOutputStream *, guchar, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gdataoutputstream.h:84:NC */ extern gboolean g_data_output_stream_put_int16 (GDataOutputStream *, gint16, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gdataoutputstream.h:88:NC */ extern gboolean g_data_output_stream_put_uint16 (GDataOutputStream *, guint16, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gdataoutputstream.h:92:NC */ extern gboolean g_data_output_stream_put_int32 (GDataOutputStream *, gint32, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gdataoutputstream.h:96:NC */ extern gboolean g_data_output_stream_put_uint32 (GDataOutputStream *, guint32, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gdataoutputstream.h:100:NC */ extern gboolean g_data_output_stream_put_int64 (GDataOutputStream *, gint64, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gdataoutputstream.h:104:NC */ extern gboolean g_data_output_stream_put_uint64 (GDataOutputStream *, guint64, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gdataoutputstream.h:108:NC */ extern gboolean g_data_output_stream_put_string (GDataOutputStream *, const char *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gdbusaddress.h:34:NC */ extern gboolean g_dbus_is_address (const gchar *); /* /usr/include/glib-2.0/gio/gdbusaddress.h:35:NC */ extern gboolean g_dbus_is_supported_address (const gchar *, GError **); /* /usr/include/glib-2.0/gio/gdbusaddress.h:38:NC */ extern void g_dbus_address_get_stream (const gchar *, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gdbusaddress.h:43:NC */ extern GIOStream *g_dbus_address_get_stream_finish (GAsyncResult *, gchar **, GError **); /* /usr/include/glib-2.0/gio/gdbusaddress.h:47:NC */ extern GIOStream *g_dbus_address_get_stream_sync (const gchar *, gchar **, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gdbusaddress.h:52:NC */ extern gchar *g_dbus_address_get_for_bus_sync (GBusType, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gdbusauthobserver.h:38:NC */ extern GType g_dbus_auth_observer_get_type (void); /* /usr/include/glib-2.0/gio/gdbusauthobserver.h:39:NC */ extern GDBusAuthObserver *g_dbus_auth_observer_new (void); /* /usr/include/glib-2.0/gio/gdbusauthobserver.h:40:NC */ extern gboolean g_dbus_auth_observer_authorize_authenticated_peer (GDBusAuthObserver *, GIOStream *, GCredentials *); /* /usr/include/glib-2.0/gio/gdbusconnection.h:38:NC */ extern GType g_dbus_connection_get_type (void); /* /usr/include/glib-2.0/gio/gdbusconnection.h:42:NC */ extern void g_bus_get (GBusType, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gdbusconnection.h:46:NC */ extern GDBusConnection *g_bus_get_finish (GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gdbusconnection.h:48:NC */ extern GDBusConnection *g_bus_get_sync (GBusType, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gdbusconnection.h:54:NC */ extern void g_dbus_connection_new (GIOStream *, const gchar *, GDBusConnectionFlags, GDBusAuthObserver *, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gdbusconnection.h:61:NC */ extern GDBusConnection *g_dbus_connection_new_finish (GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gdbusconnection.h:63:NC */ extern GDBusConnection *g_dbus_connection_new_sync (GIOStream *, const gchar *, GDBusConnectionFlags, GDBusAuthObserver *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gdbusconnection.h:70:NC */ extern void g_dbus_connection_new_for_address (const gchar *, GDBusConnectionFlags, GDBusAuthObserver *, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gdbusconnection.h:76:NC */ extern GDBusConnection *g_dbus_connection_new_for_address_finish (GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gdbusconnection.h:78:NC */ extern GDBusConnection *g_dbus_connection_new_for_address_sync (const gchar *, GDBusConnectionFlags, GDBusAuthObserver *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gdbusconnection.h:86:NC */ extern void g_dbus_connection_start_message_processing (GDBusConnection *); /* /usr/include/glib-2.0/gio/gdbusconnection.h:87:NC */ extern gboolean g_dbus_connection_is_closed (GDBusConnection *); /* /usr/include/glib-2.0/gio/gdbusconnection.h:88:NC */ extern GIOStream *g_dbus_connection_get_stream (GDBusConnection *); /* /usr/include/glib-2.0/gio/gdbusconnection.h:89:NC */ extern const gchar *g_dbus_connection_get_guid (GDBusConnection *); /* /usr/include/glib-2.0/gio/gdbusconnection.h:90:NC */ extern const gchar *g_dbus_connection_get_unique_name (GDBusConnection *); /* /usr/include/glib-2.0/gio/gdbusconnection.h:91:NC */ extern GCredentials *g_dbus_connection_get_peer_credentials (GDBusConnection *); /* /usr/include/glib-2.0/gio/gdbusconnection.h:92:NC */ extern gboolean g_dbus_connection_get_exit_on_close (GDBusConnection *); /* /usr/include/glib-2.0/gio/gdbusconnection.h:93:NC */ extern void g_dbus_connection_set_exit_on_close (GDBusConnection *, gboolean); /* /usr/include/glib-2.0/gio/gdbusconnection.h:95:NC */ extern GDBusCapabilityFlags g_dbus_connection_get_capabilities (GDBusConnection *); /* /usr/include/glib-2.0/gio/gdbusconnection.h:99:NC */ extern void g_dbus_connection_close (GDBusConnection *, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gdbusconnection.h:103:NC */ extern gboolean g_dbus_connection_close_finish (GDBusConnection *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gdbusconnection.h:106:NC */ extern gboolean g_dbus_connection_close_sync (GDBusConnection *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gdbusconnection.h:112:NC */ extern void g_dbus_connection_flush (GDBusConnection *, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gdbusconnection.h:116:NC */ extern gboolean g_dbus_connection_flush_finish (GDBusConnection *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gdbusconnection.h:119:NC */ extern gboolean g_dbus_connection_flush_sync (GDBusConnection *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gdbusconnection.h:125:NC */ extern gboolean g_dbus_connection_send_message (GDBusConnection *, GDBusMessage *, GDBusSendMessageFlags, volatile guint32 *, GError **); /* /usr/include/glib-2.0/gio/gdbusconnection.h:130:NC */ extern void g_dbus_connection_send_message_with_reply (GDBusConnection *, GDBusMessage *, GDBusSendMessageFlags, gint, volatile guint32 *, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gdbusconnection.h:138:NC */ extern GDBusMessage *g_dbus_connection_send_message_with_reply_finish (GDBusConnection *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gdbusconnection.h:141:NC */ extern GDBusMessage *g_dbus_connection_send_message_with_reply_sync (GDBusConnection *, GDBusMessage *, GDBusSendMessageFlags, gint, volatile guint32 *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gdbusconnection.h:151:NC */ extern gboolean g_dbus_connection_emit_signal (GDBusConnection *, const gchar *, const gchar *, const gchar *, const gchar *, GVariant *, GError **); /* /usr/include/glib-2.0/gio/gdbusconnection.h:158:NC */ extern void g_dbus_connection_call (GDBusConnection *, const gchar *, const gchar *, const gchar *, const gchar *, GVariant *, const GVariantType *, GDBusCallFlags, gint, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gdbusconnection.h:170:NC */ extern GVariant *g_dbus_connection_call_finish (GDBusConnection *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gdbusconnection.h:173:NC */ extern GVariant *g_dbus_connection_call_sync (GDBusConnection *, const gchar *, const gchar *, const gchar *, const gchar *, GVariant *, const GVariantType *, GDBusCallFlags, gint, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gdbusconnection.h:184:NC */ extern void g_dbus_connection_call_with_unix_fd_list (GDBusConnection *, const gchar *, const gchar *, const gchar *, const gchar *, GVariant *, const GVariantType *, GDBusCallFlags, gint, GUnixFDList *, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gdbusconnection.h:197:NC */ extern GVariant *g_dbus_connection_call_with_unix_fd_list_finish (GDBusConnection *, GUnixFDList **, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gdbusconnection.h:201:NC */ extern GVariant *g_dbus_connection_call_with_unix_fd_list_sync (GDBusConnection *, const gchar *, const gchar *, const gchar *, const gchar *, GVariant *, const GVariantType *, GDBusCallFlags, gint, GUnixFDList *, GUnixFDList **, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gdbusconnection.h:323:NC */ extern guint g_dbus_connection_register_object (GDBusConnection *, const gchar *, GDBusInterfaceInfo *, const GDBusInterfaceVTable *, gpointer, GDestroyNotify, GError **); /* /usr/include/glib-2.0/gio/gdbusconnection.h:330:NC */ extern gboolean g_dbus_connection_unregister_object (GDBusConnection *, guint); /* /usr/include/glib-2.0/gio/gdbusconnection.h:451:NC */ extern guint g_dbus_connection_register_subtree (GDBusConnection *, const gchar *, const GDBusSubtreeVTable *, GDBusSubtreeFlags, gpointer, GDestroyNotify, GError **); /* /usr/include/glib-2.0/gio/gdbusconnection.h:458:NC */ extern gboolean g_dbus_connection_unregister_subtree (GDBusConnection *, guint); /* /usr/include/glib-2.0/gio/gdbusconnection.h:485:NC */ extern guint g_dbus_connection_signal_subscribe (GDBusConnection *, const gchar *, const gchar *, const gchar *, const gchar *, const gchar *, GDBusSignalFlags, GDBusSignalCallback, gpointer, GDestroyNotify); /* /usr/include/glib-2.0/gio/gdbusconnection.h:495:NC */ extern void g_dbus_connection_signal_unsubscribe (GDBusConnection *, guint); /* /usr/include/glib-2.0/gio/gdbusconnection.h:579:NC */ extern guint g_dbus_connection_add_filter (GDBusConnection *, GDBusMessageFilterFunction, gpointer, GDestroyNotify); /* /usr/include/glib-2.0/gio/gdbusconnection.h:584:NC */ extern void g_dbus_connection_remove_filter (GDBusConnection *, guint); /* /usr/include/glib-2.0/gio/gdbuserror.h:50:NC */ extern GQuark g_dbus_error_quark (void); /* /usr/include/glib-2.0/gio/gdbuserror.h:53:NC */ extern gboolean g_dbus_error_is_remote_error (const GError *); /* /usr/include/glib-2.0/gio/gdbuserror.h:54:NC */ extern gchar *g_dbus_error_get_remote_error (const GError *); /* /usr/include/glib-2.0/gio/gdbuserror.h:55:NC */ extern gboolean g_dbus_error_strip_remote_error (GError *); /* /usr/include/glib-2.0/gio/gdbuserror.h:72:NC */ extern gboolean g_dbus_error_register_error (GQuark, gint, const gchar *); /* /usr/include/glib-2.0/gio/gdbuserror.h:75:NC */ extern gboolean g_dbus_error_unregister_error (GQuark, gint, const gchar *); /* /usr/include/glib-2.0/gio/gdbuserror.h:78:NC */ extern void g_dbus_error_register_error_domain (const gchar *, volatile gsize *, const GDBusErrorEntry *, guint); /* /usr/include/glib-2.0/gio/gdbuserror.h:84:NC */ extern GError *g_dbus_error_new_for_dbus_error (const gchar *, const gchar *); /* /usr/include/glib-2.0/gio/gdbuserror.h:86:NC */ extern void g_dbus_error_set_dbus_error (GError **, const gchar *, const gchar *, const gchar *, ...); /* /usr/include/glib-2.0/gio/gdbuserror.h:91:NC */ extern void g_dbus_error_set_dbus_error_valist (GError **, const gchar *, const gchar *, const gchar *, __va_list_tag *); /* /usr/include/glib-2.0/gio/gdbuserror.h:96:NC */ extern gchar *g_dbus_error_encode_gerror (const GError *); /* /usr/include/glib-2.0/gio/gdbusintrospection.h:184:NC */ extern const gchar *g_dbus_annotation_info_lookup (GDBusAnnotationInfo **, const gchar *); /* /usr/include/glib-2.0/gio/gdbusintrospection.h:186:NC */ extern GDBusMethodInfo *g_dbus_interface_info_lookup_method (GDBusInterfaceInfo *, const gchar *); /* /usr/include/glib-2.0/gio/gdbusintrospection.h:188:NC */ extern GDBusSignalInfo *g_dbus_interface_info_lookup_signal (GDBusInterfaceInfo *, const gchar *); /* /usr/include/glib-2.0/gio/gdbusintrospection.h:190:NC */ extern GDBusPropertyInfo *g_dbus_interface_info_lookup_property (GDBusInterfaceInfo *, const gchar *); /* /usr/include/glib-2.0/gio/gdbusintrospection.h:192:NC */ extern void g_dbus_interface_info_cache_build (GDBusInterfaceInfo *); /* /usr/include/glib-2.0/gio/gdbusintrospection.h:193:NC */ extern void g_dbus_interface_info_cache_release (GDBusInterfaceInfo *); /* /usr/include/glib-2.0/gio/gdbusintrospection.h:195:NC */ extern void g_dbus_interface_info_generate_xml (GDBusInterfaceInfo *, guint, GString *); /* /usr/include/glib-2.0/gio/gdbusintrospection.h:199:NC */ extern GDBusNodeInfo *g_dbus_node_info_new_for_xml (const gchar *, GError **); /* /usr/include/glib-2.0/gio/gdbusintrospection.h:201:NC */ extern GDBusInterfaceInfo *g_dbus_node_info_lookup_interface (GDBusNodeInfo *, const gchar *); /* /usr/include/glib-2.0/gio/gdbusintrospection.h:203:NC */ extern void g_dbus_node_info_generate_xml (GDBusNodeInfo *, guint, GString *); /* /usr/include/glib-2.0/gio/gdbusintrospection.h:207:NC */ extern GDBusNodeInfo *g_dbus_node_info_ref (GDBusNodeInfo *); /* /usr/include/glib-2.0/gio/gdbusintrospection.h:208:NC */ extern GDBusInterfaceInfo *g_dbus_interface_info_ref (GDBusInterfaceInfo *); /* /usr/include/glib-2.0/gio/gdbusintrospection.h:209:NC */ extern GDBusMethodInfo *g_dbus_method_info_ref (GDBusMethodInfo *); /* /usr/include/glib-2.0/gio/gdbusintrospection.h:210:NC */ extern GDBusSignalInfo *g_dbus_signal_info_ref (GDBusSignalInfo *); /* /usr/include/glib-2.0/gio/gdbusintrospection.h:211:NC */ extern GDBusPropertyInfo *g_dbus_property_info_ref (GDBusPropertyInfo *); /* /usr/include/glib-2.0/gio/gdbusintrospection.h:212:NC */ extern GDBusArgInfo *g_dbus_arg_info_ref (GDBusArgInfo *); /* /usr/include/glib-2.0/gio/gdbusintrospection.h:213:NC */ extern GDBusAnnotationInfo *g_dbus_annotation_info_ref (GDBusAnnotationInfo *); /* /usr/include/glib-2.0/gio/gdbusintrospection.h:215:NC */ extern void g_dbus_node_info_unref (GDBusNodeInfo *); /* /usr/include/glib-2.0/gio/gdbusintrospection.h:216:NC */ extern void g_dbus_interface_info_unref (GDBusInterfaceInfo *); /* /usr/include/glib-2.0/gio/gdbusintrospection.h:217:NC */ extern void g_dbus_method_info_unref (GDBusMethodInfo *); /* /usr/include/glib-2.0/gio/gdbusintrospection.h:218:NC */ extern void g_dbus_signal_info_unref (GDBusSignalInfo *); /* /usr/include/glib-2.0/gio/gdbusintrospection.h:219:NC */ extern void g_dbus_property_info_unref (GDBusPropertyInfo *); /* /usr/include/glib-2.0/gio/gdbusintrospection.h:220:NC */ extern void g_dbus_arg_info_unref (GDBusArgInfo *); /* /usr/include/glib-2.0/gio/gdbusintrospection.h:221:NC */ extern void g_dbus_annotation_info_unref (GDBusAnnotationInfo *); /* /usr/include/glib-2.0/gio/gdbusintrospection.h:286:NC */ extern GType g_dbus_node_info_get_type (void); /* /usr/include/glib-2.0/gio/gdbusintrospection.h:287:NC */ extern GType g_dbus_interface_info_get_type (void); /* /usr/include/glib-2.0/gio/gdbusintrospection.h:288:NC */ extern GType g_dbus_method_info_get_type (void); /* /usr/include/glib-2.0/gio/gdbusintrospection.h:289:NC */ extern GType g_dbus_signal_info_get_type (void); /* /usr/include/glib-2.0/gio/gdbusintrospection.h:290:NC */ extern GType g_dbus_property_info_get_type (void); /* /usr/include/glib-2.0/gio/gdbusintrospection.h:291:NC */ extern GType g_dbus_arg_info_get_type (void); /* /usr/include/glib-2.0/gio/gdbusintrospection.h:292:NC */ extern GType g_dbus_annotation_info_get_type (void); /* /usr/include/glib-2.0/gio/gdbusmessage.h:38:NC */ extern GType g_dbus_message_get_type (void); /* /usr/include/glib-2.0/gio/gdbusmessage.h:39:NC */ extern GDBusMessage *g_dbus_message_new (void); /* /usr/include/glib-2.0/gio/gdbusmessage.h:40:NC */ extern GDBusMessage *g_dbus_message_new_signal (const gchar *, const gchar *, const gchar *); /* /usr/include/glib-2.0/gio/gdbusmessage.h:43:NC */ extern GDBusMessage *g_dbus_message_new_method_call (const gchar *, const gchar *, const gchar *, const gchar *); /* /usr/include/glib-2.0/gio/gdbusmessage.h:47:NC */ extern GDBusMessage *g_dbus_message_new_method_reply (GDBusMessage *); /* /usr/include/glib-2.0/gio/gdbusmessage.h:48:NC */ extern GDBusMessage *g_dbus_message_new_method_error (GDBusMessage *, const gchar *, const gchar *, ...); /* /usr/include/glib-2.0/gio/gdbusmessage.h:52:NC */ extern GDBusMessage *g_dbus_message_new_method_error_valist (GDBusMessage *, const gchar *, const gchar *, __va_list_tag *); /* /usr/include/glib-2.0/gio/gdbusmessage.h:56:NC */ extern GDBusMessage *g_dbus_message_new_method_error_literal (GDBusMessage *, const gchar *, const gchar *); /* /usr/include/glib-2.0/gio/gdbusmessage.h:59:NC */ extern gchar *g_dbus_message_print (GDBusMessage *, guint); /* /usr/include/glib-2.0/gio/gdbusmessage.h:61:NC */ extern gboolean g_dbus_message_get_locked (GDBusMessage *); /* /usr/include/glib-2.0/gio/gdbusmessage.h:62:NC */ extern void g_dbus_message_lock (GDBusMessage *); /* /usr/include/glib-2.0/gio/gdbusmessage.h:63:NC */ extern GDBusMessage *g_dbus_message_copy (GDBusMessage *, GError **); /* /usr/include/glib-2.0/gio/gdbusmessage.h:65:NC */ extern GDBusMessageByteOrder g_dbus_message_get_byte_order (GDBusMessage *); /* /usr/include/glib-2.0/gio/gdbusmessage.h:66:NC */ extern void g_dbus_message_set_byte_order (GDBusMessage *, GDBusMessageByteOrder); /* /usr/include/glib-2.0/gio/gdbusmessage.h:69:NC */ extern GDBusMessageType g_dbus_message_get_message_type (GDBusMessage *); /* /usr/include/glib-2.0/gio/gdbusmessage.h:70:NC */ extern void g_dbus_message_set_message_type (GDBusMessage *, GDBusMessageType); /* /usr/include/glib-2.0/gio/gdbusmessage.h:72:NC */ extern GDBusMessageFlags g_dbus_message_get_flags (GDBusMessage *); /* /usr/include/glib-2.0/gio/gdbusmessage.h:73:NC */ extern void g_dbus_message_set_flags (GDBusMessage *, GDBusMessageFlags); /* /usr/include/glib-2.0/gio/gdbusmessage.h:75:NC */ extern guint32 g_dbus_message_get_serial (GDBusMessage *); /* /usr/include/glib-2.0/gio/gdbusmessage.h:76:NC */ extern void g_dbus_message_set_serial (GDBusMessage *, guint32); /* /usr/include/glib-2.0/gio/gdbusmessage.h:78:NC */ extern GVariant *g_dbus_message_get_header (GDBusMessage *, GDBusMessageHeaderField); /* /usr/include/glib-2.0/gio/gdbusmessage.h:80:NC */ extern void g_dbus_message_set_header (GDBusMessage *, GDBusMessageHeaderField, GVariant *); /* /usr/include/glib-2.0/gio/gdbusmessage.h:83:NC */ extern guchar *g_dbus_message_get_header_fields (GDBusMessage *); /* /usr/include/glib-2.0/gio/gdbusmessage.h:84:NC */ extern GVariant *g_dbus_message_get_body (GDBusMessage *); /* /usr/include/glib-2.0/gio/gdbusmessage.h:85:NC */ extern void g_dbus_message_set_body (GDBusMessage *, GVariant *); /* /usr/include/glib-2.0/gio/gdbusmessage.h:87:NC */ extern GUnixFDList *g_dbus_message_get_unix_fd_list (GDBusMessage *); /* /usr/include/glib-2.0/gio/gdbusmessage.h:88:NC */ extern void g_dbus_message_set_unix_fd_list (GDBusMessage *, GUnixFDList *); /* /usr/include/glib-2.0/gio/gdbusmessage.h:91:NC */ extern guint32 g_dbus_message_get_reply_serial (GDBusMessage *); /* /usr/include/glib-2.0/gio/gdbusmessage.h:92:NC */ extern void g_dbus_message_set_reply_serial (GDBusMessage *, guint32); /* /usr/include/glib-2.0/gio/gdbusmessage.h:95:NC */ extern const gchar *g_dbus_message_get_interface (GDBusMessage *); /* /usr/include/glib-2.0/gio/gdbusmessage.h:96:NC */ extern void g_dbus_message_set_interface (GDBusMessage *, const gchar *); /* /usr/include/glib-2.0/gio/gdbusmessage.h:99:NC */ extern const gchar *g_dbus_message_get_member (GDBusMessage *); /* /usr/include/glib-2.0/gio/gdbusmessage.h:100:NC */ extern void g_dbus_message_set_member (GDBusMessage *, const gchar *); /* /usr/include/glib-2.0/gio/gdbusmessage.h:103:NC */ extern const gchar *g_dbus_message_get_path (GDBusMessage *); /* /usr/include/glib-2.0/gio/gdbusmessage.h:104:NC */ extern void g_dbus_message_set_path (GDBusMessage *, const gchar *); /* /usr/include/glib-2.0/gio/gdbusmessage.h:107:NC */ extern const gchar *g_dbus_message_get_sender (GDBusMessage *); /* /usr/include/glib-2.0/gio/gdbusmessage.h:108:NC */ extern void g_dbus_message_set_sender (GDBusMessage *, const gchar *); /* /usr/include/glib-2.0/gio/gdbusmessage.h:111:NC */ extern const gchar *g_dbus_message_get_destination (GDBusMessage *); /* /usr/include/glib-2.0/gio/gdbusmessage.h:112:NC */ extern void g_dbus_message_set_destination (GDBusMessage *, const gchar *); /* /usr/include/glib-2.0/gio/gdbusmessage.h:115:NC */ extern const gchar *g_dbus_message_get_error_name (GDBusMessage *); /* /usr/include/glib-2.0/gio/gdbusmessage.h:116:NC */ extern void g_dbus_message_set_error_name (GDBusMessage *, const gchar *); /* /usr/include/glib-2.0/gio/gdbusmessage.h:119:NC */ extern const gchar *g_dbus_message_get_signature (GDBusMessage *); /* /usr/include/glib-2.0/gio/gdbusmessage.h:120:NC */ extern void g_dbus_message_set_signature (GDBusMessage *, const gchar *); /* /usr/include/glib-2.0/gio/gdbusmessage.h:123:NC */ extern guint32 g_dbus_message_get_num_unix_fds (GDBusMessage *); /* /usr/include/glib-2.0/gio/gdbusmessage.h:124:NC */ extern void g_dbus_message_set_num_unix_fds (GDBusMessage *, guint32); /* /usr/include/glib-2.0/gio/gdbusmessage.h:127:NC */ extern const gchar *g_dbus_message_get_arg0 (GDBusMessage *); /* /usr/include/glib-2.0/gio/gdbusmessage.h:130:NC */ extern GDBusMessage *g_dbus_message_new_from_blob (guchar *, gsize, GDBusCapabilityFlags, GError **); /* /usr/include/glib-2.0/gio/gdbusmessage.h:135:NC */ extern gssize g_dbus_message_bytes_needed (guchar *, gsize, GError **); /* /usr/include/glib-2.0/gio/gdbusmessage.h:139:NC */ extern guchar *g_dbus_message_to_blob (GDBusMessage *, gsize *, GDBusCapabilityFlags, GError **); /* /usr/include/glib-2.0/gio/gdbusmessage.h:144:NC */ extern gboolean g_dbus_message_to_gerror (GDBusMessage *, GError **); /* /usr/include/glib-2.0/gio/gdbusmethodinvocation.h:38:NC */ extern GType g_dbus_method_invocation_get_type (void); /* /usr/include/glib-2.0/gio/gdbusmethodinvocation.h:39:NC */ extern const gchar *g_dbus_method_invocation_get_sender (GDBusMethodInvocation *); /* /usr/include/glib-2.0/gio/gdbusmethodinvocation.h:40:NC */ extern const gchar *g_dbus_method_invocation_get_object_path (GDBusMethodInvocation *); /* /usr/include/glib-2.0/gio/gdbusmethodinvocation.h:41:NC */ extern const gchar *g_dbus_method_invocation_get_interface_name (GDBusMethodInvocation *); /* /usr/include/glib-2.0/gio/gdbusmethodinvocation.h:42:NC */ extern const gchar *g_dbus_method_invocation_get_method_name (GDBusMethodInvocation *); /* /usr/include/glib-2.0/gio/gdbusmethodinvocation.h:43:NC */ extern const GDBusMethodInfo *g_dbus_method_invocation_get_method_info (GDBusMethodInvocation *); /* /usr/include/glib-2.0/gio/gdbusmethodinvocation.h:44:NC */ extern GDBusConnection *g_dbus_method_invocation_get_connection (GDBusMethodInvocation *); /* /usr/include/glib-2.0/gio/gdbusmethodinvocation.h:45:NC */ extern GDBusMessage *g_dbus_method_invocation_get_message (GDBusMethodInvocation *); /* /usr/include/glib-2.0/gio/gdbusmethodinvocation.h:46:NC */ extern GVariant *g_dbus_method_invocation_get_parameters (GDBusMethodInvocation *); /* /usr/include/glib-2.0/gio/gdbusmethodinvocation.h:47:NC */ extern gpointer g_dbus_method_invocation_get_user_data (GDBusMethodInvocation *); /* /usr/include/glib-2.0/gio/gdbusmethodinvocation.h:49:NC */ extern void g_dbus_method_invocation_return_value (GDBusMethodInvocation *, GVariant *); /* /usr/include/glib-2.0/gio/gdbusmethodinvocation.h:51:NC */ extern void g_dbus_method_invocation_return_value_with_unix_fd_list (GDBusMethodInvocation *, GVariant *, GUnixFDList *); /* /usr/include/glib-2.0/gio/gdbusmethodinvocation.h:54:NC */ extern void g_dbus_method_invocation_return_error (GDBusMethodInvocation *, GQuark, gint, const gchar *, ...); /* /usr/include/glib-2.0/gio/gdbusmethodinvocation.h:59:NC */ extern void g_dbus_method_invocation_return_error_valist (GDBusMethodInvocation *, GQuark, gint, const gchar *, __va_list_tag *); /* /usr/include/glib-2.0/gio/gdbusmethodinvocation.h:64:NC */ extern void g_dbus_method_invocation_return_error_literal (GDBusMethodInvocation *, GQuark, gint, const gchar *); /* /usr/include/glib-2.0/gio/gdbusmethodinvocation.h:68:NC */ extern void g_dbus_method_invocation_return_gerror (GDBusMethodInvocation *, const GError *); /* /usr/include/glib-2.0/gio/gdbusmethodinvocation.h:70:NC */ extern void g_dbus_method_invocation_take_error (GDBusMethodInvocation *, GError *); /* /usr/include/glib-2.0/gio/gdbusmethodinvocation.h:72:NC */ extern void g_dbus_method_invocation_return_dbus_error (GDBusMethodInvocation *, const gchar *, const gchar *); /* /usr/include/glib-2.0/gio/gdbusnameowning.h:77:NC */ extern guint g_bus_own_name (GBusType, const gchar *, GBusNameOwnerFlags, GBusAcquiredCallback, GBusNameAcquiredCallback, GBusNameLostCallback, gpointer, GDestroyNotify); /* /usr/include/glib-2.0/gio/gdbusnameowning.h:86:NC */ extern guint g_bus_own_name_on_connection (GDBusConnection *, const gchar *, GBusNameOwnerFlags, GBusNameAcquiredCallback, GBusNameLostCallback, gpointer, GDestroyNotify); /* /usr/include/glib-2.0/gio/gdbusnameowning.h:94:NC */ extern guint g_bus_own_name_with_closures (GBusType, const gchar *, GBusNameOwnerFlags, GClosure *, GClosure *, GClosure *); /* /usr/include/glib-2.0/gio/gdbusnameowning.h:101:NC */ extern guint g_bus_own_name_on_connection_with_closures (GDBusConnection *, const gchar *, GBusNameOwnerFlags, GClosure *, GClosure *); /* /usr/include/glib-2.0/gio/gdbusnameowning.h:108:NC */ extern void g_bus_unown_name (guint); /* /usr/include/glib-2.0/gio/gdbusnamewatching.h:65:NC */ extern guint g_bus_watch_name (GBusType, const gchar *, GBusNameWatcherFlags, GBusNameAppearedCallback, GBusNameVanishedCallback, gpointer, GDestroyNotify); /* /usr/include/glib-2.0/gio/gdbusnamewatching.h:72:NC */ extern guint g_bus_watch_name_on_connection (GDBusConnection *, const gchar *, GBusNameWatcherFlags, GBusNameAppearedCallback, GBusNameVanishedCallback, gpointer, GDestroyNotify); /* /usr/include/glib-2.0/gio/gdbusnamewatching.h:79:NC */ extern guint g_bus_watch_name_with_closures (GBusType, const gchar *, GBusNameWatcherFlags, GClosure *, GClosure *); /* /usr/include/glib-2.0/gio/gdbusnamewatching.h:84:NC */ extern guint g_bus_watch_name_on_connection_with_closures (GDBusConnection *, const gchar *, GBusNameWatcherFlags, GClosure *, GClosure *); /* /usr/include/glib-2.0/gio/gdbusnamewatching.h:90:NC */ extern void g_bus_unwatch_name (guint); /* /usr/include/glib-2.0/gio/gdbusproxy.h:89:NC */ extern GType g_dbus_proxy_get_type (void); /* /usr/include/glib-2.0/gio/gdbusproxy.h:90:NC */ extern void g_dbus_proxy_new (GDBusConnection *, GDBusProxyFlags, GDBusInterfaceInfo *, const gchar *, const gchar *, const gchar *, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gdbusproxy.h:99:NC */ extern GDBusProxy *g_dbus_proxy_new_finish (GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gdbusproxy.h:101:NC */ extern GDBusProxy *g_dbus_proxy_new_sync (GDBusConnection *, GDBusProxyFlags, GDBusInterfaceInfo *, const gchar *, const gchar *, const gchar *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gdbusproxy.h:109:NC */ extern void g_dbus_proxy_new_for_bus (GBusType, GDBusProxyFlags, GDBusInterfaceInfo *, const gchar *, const gchar *, const gchar *, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gdbusproxy.h:118:NC */ extern GDBusProxy *g_dbus_proxy_new_for_bus_finish (GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gdbusproxy.h:120:NC */ extern GDBusProxy *g_dbus_proxy_new_for_bus_sync (GBusType, GDBusProxyFlags, GDBusInterfaceInfo *, const gchar *, const gchar *, const gchar *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gdbusproxy.h:128:NC */ extern GDBusConnection *g_dbus_proxy_get_connection (GDBusProxy *); /* /usr/include/glib-2.0/gio/gdbusproxy.h:129:NC */ extern GDBusProxyFlags g_dbus_proxy_get_flags (GDBusProxy *); /* /usr/include/glib-2.0/gio/gdbusproxy.h:130:NC */ extern const gchar *g_dbus_proxy_get_name (GDBusProxy *); /* /usr/include/glib-2.0/gio/gdbusproxy.h:131:NC */ extern gchar *g_dbus_proxy_get_name_owner (GDBusProxy *); /* /usr/include/glib-2.0/gio/gdbusproxy.h:132:NC */ extern const gchar *g_dbus_proxy_get_object_path (GDBusProxy *); /* /usr/include/glib-2.0/gio/gdbusproxy.h:133:NC */ extern const gchar *g_dbus_proxy_get_interface_name (GDBusProxy *); /* /usr/include/glib-2.0/gio/gdbusproxy.h:134:NC */ extern gint g_dbus_proxy_get_default_timeout (GDBusProxy *); /* /usr/include/glib-2.0/gio/gdbusproxy.h:135:NC */ extern void g_dbus_proxy_set_default_timeout (GDBusProxy *, gint); /* /usr/include/glib-2.0/gio/gdbusproxy.h:137:NC */ extern GDBusInterfaceInfo *g_dbus_proxy_get_interface_info (GDBusProxy *); /* /usr/include/glib-2.0/gio/gdbusproxy.h:138:NC */ extern void g_dbus_proxy_set_interface_info (GDBusProxy *, GDBusInterfaceInfo *); /* /usr/include/glib-2.0/gio/gdbusproxy.h:140:NC */ extern GVariant *g_dbus_proxy_get_cached_property (GDBusProxy *, const gchar *); /* /usr/include/glib-2.0/gio/gdbusproxy.h:142:NC */ extern void g_dbus_proxy_set_cached_property (GDBusProxy *, const gchar *, GVariant *); /* /usr/include/glib-2.0/gio/gdbusproxy.h:145:NC */ extern gchar **g_dbus_proxy_get_cached_property_names (GDBusProxy *); /* /usr/include/glib-2.0/gio/gdbusproxy.h:146:NC */ extern void g_dbus_proxy_call (GDBusProxy *, const gchar *, GVariant *, GDBusCallFlags, gint, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gdbusproxy.h:154:NC */ extern GVariant *g_dbus_proxy_call_finish (GDBusProxy *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gdbusproxy.h:157:NC */ extern GVariant *g_dbus_proxy_call_sync (GDBusProxy *, const gchar *, GVariant *, GDBusCallFlags, gint, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gdbusproxy.h:165:NC */ extern void g_dbus_proxy_call_with_unix_fd_list (GDBusProxy *, const gchar *, GVariant *, GDBusCallFlags, gint, GUnixFDList *, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gdbusproxy.h:174:NC */ extern GVariant *g_dbus_proxy_call_with_unix_fd_list_finish (GDBusProxy *, GUnixFDList **, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gdbusproxy.h:178:NC */ extern GVariant *g_dbus_proxy_call_with_unix_fd_list_sync (GDBusProxy *, const gchar *, GVariant *, GDBusCallFlags, gint, GUnixFDList *, GUnixFDList **, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gdbusserver.h:38:NC */ extern GType g_dbus_server_get_type (void); /* /usr/include/glib-2.0/gio/gdbusserver.h:39:NC */ extern GDBusServer *g_dbus_server_new_sync (const gchar *, GDBusServerFlags, const gchar *, GDBusAuthObserver *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gdbusserver.h:45:NC */ extern const gchar *g_dbus_server_get_client_address (GDBusServer *); /* /usr/include/glib-2.0/gio/gdbusserver.h:46:NC */ extern const gchar *g_dbus_server_get_guid (GDBusServer *); /* /usr/include/glib-2.0/gio/gdbusserver.h:47:NC */ extern GDBusServerFlags g_dbus_server_get_flags (GDBusServer *); /* /usr/include/glib-2.0/gio/gdbusserver.h:48:NC */ extern void g_dbus_server_start (GDBusServer *); /* /usr/include/glib-2.0/gio/gdbusserver.h:49:NC */ extern void g_dbus_server_stop (GDBusServer *); /* /usr/include/glib-2.0/gio/gdbusserver.h:50:NC */ extern gboolean g_dbus_server_is_active (GDBusServer *); /* /usr/include/glib-2.0/gio/gdbusutils.h:34:NC */ extern gboolean g_dbus_is_guid (const gchar *); /* /usr/include/glib-2.0/gio/gdbusutils.h:35:NC */ extern gchar *g_dbus_generate_guid (void); /* /usr/include/glib-2.0/gio/gdbusutils.h:37:NC */ extern gboolean g_dbus_is_name (const gchar *); /* /usr/include/glib-2.0/gio/gdbusutils.h:38:NC */ extern gboolean g_dbus_is_unique_name (const gchar *); /* /usr/include/glib-2.0/gio/gdbusutils.h:39:NC */ extern gboolean g_dbus_is_member_name (const gchar *); /* /usr/include/glib-2.0/gio/gdbusutils.h:40:NC */ extern gboolean g_dbus_is_interface_name (const gchar *); /* /usr/include/glib-2.0/gio/gdbusutils.h:42:NC */ extern void g_dbus_gvariant_to_gvalue (GVariant *, GValue *); /* /usr/include/glib-2.0/gio/gdbusutils.h:44:NC */ extern GVariant *g_dbus_gvalue_to_gvariant (const GValue *, const GVariantType *); /* /usr/include/glib-2.0/gio/gdrive.h:159:NC */ extern GType g_drive_get_type (void); /* /usr/include/glib-2.0/gio/gdrive.h:161:NC */ extern char *g_drive_get_name (GDrive *); /* /usr/include/glib-2.0/gio/gdrive.h:162:NC */ extern GIcon *g_drive_get_icon (GDrive *); /* /usr/include/glib-2.0/gio/gdrive.h:163:NC */ extern gboolean g_drive_has_volumes (GDrive *); /* /usr/include/glib-2.0/gio/gdrive.h:164:NC */ extern GList *g_drive_get_volumes (GDrive *); /* /usr/include/glib-2.0/gio/gdrive.h:165:NC */ extern gboolean g_drive_is_media_removable (GDrive *); /* /usr/include/glib-2.0/gio/gdrive.h:166:NC */ extern gboolean g_drive_has_media (GDrive *); /* /usr/include/glib-2.0/gio/gdrive.h:167:NC */ extern gboolean g_drive_is_media_check_automatic (GDrive *); /* /usr/include/glib-2.0/gio/gdrive.h:168:NC */ extern gboolean g_drive_can_poll_for_media (GDrive *); /* /usr/include/glib-2.0/gio/gdrive.h:169:NC */ extern gboolean g_drive_can_eject (GDrive *); /* /usr/include/glib-2.0/gio/gdrive.h:171:NC */ extern void g_drive_eject (GDrive *, GMountUnmountFlags, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gdrive.h:178:NC */ extern gboolean g_drive_eject_finish (GDrive *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gdrive.h:181:NC */ extern void g_drive_poll_for_media (GDrive *, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gdrive.h:185:NC */ extern gboolean g_drive_poll_for_media_finish (GDrive *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gdrive.h:188:NC */ extern char *g_drive_get_identifier (GDrive *, const char *); /* /usr/include/glib-2.0/gio/gdrive.h:190:NC */ extern char **g_drive_enumerate_identifiers (GDrive *); /* /usr/include/glib-2.0/gio/gdrive.h:192:NC */ extern GDriveStartStopType g_drive_get_start_stop_type (GDrive *); /* /usr/include/glib-2.0/gio/gdrive.h:194:NC */ extern gboolean g_drive_can_start (GDrive *); /* /usr/include/glib-2.0/gio/gdrive.h:195:NC */ extern gboolean g_drive_can_start_degraded (GDrive *); /* /usr/include/glib-2.0/gio/gdrive.h:196:NC */ extern void g_drive_start (GDrive *, GDriveStartFlags, GMountOperation *, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gdrive.h:202:NC */ extern gboolean g_drive_start_finish (GDrive *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gdrive.h:206:NC */ extern gboolean g_drive_can_stop (GDrive *); /* /usr/include/glib-2.0/gio/gdrive.h:207:NC */ extern void g_drive_stop (GDrive *, GMountUnmountFlags, GMountOperation *, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gdrive.h:213:NC */ extern gboolean g_drive_stop_finish (GDrive *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gdrive.h:217:NC */ extern void g_drive_eject_with_operation (GDrive *, GMountUnmountFlags, GMountOperation *, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gdrive.h:223:NC */ extern gboolean g_drive_eject_with_operation_finish (GDrive *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gdrive.h:227:NC */ extern const gchar *g_drive_get_sort_key (GDrive *); /* /usr/include/glib-2.0/gio/gicon.h:80:NC */ extern GType g_icon_get_type (void); /* /usr/include/glib-2.0/gio/gicon.h:82:NC */ extern guint g_icon_hash (gconstpointer); /* /usr/include/glib-2.0/gio/gicon.h:83:NC */ extern gboolean g_icon_equal (GIcon *, GIcon *); /* /usr/include/glib-2.0/gio/gicon.h:85:NC */ extern gchar *g_icon_to_string (GIcon *); /* /usr/include/glib-2.0/gio/gicon.h:86:NC */ extern GIcon *g_icon_new_for_string (const gchar *, GError **); /* /usr/include/glib-2.0/gio/gemblem.h:48:NC */ extern GType g_emblem_get_type (void); /* /usr/include/glib-2.0/gio/gemblem.h:50:NC */ extern GEmblem *g_emblem_new (GIcon *); /* /usr/include/glib-2.0/gio/gemblem.h:51:NC */ extern GEmblem *g_emblem_new_with_origin (GIcon *, GEmblemOrigin); /* /usr/include/glib-2.0/gio/gemblem.h:53:NC */ extern GIcon *g_emblem_get_icon (GEmblem *); /* /usr/include/glib-2.0/gio/gemblem.h:54:NC */ extern GEmblemOrigin g_emblem_get_origin (GEmblem *); /* /usr/include/glib-2.0/gio/gemblemedicon.h:65:NC */ extern GType g_emblemed_icon_get_type (void); /* /usr/include/glib-2.0/gio/gemblemedicon.h:67:NC */ extern GIcon *g_emblemed_icon_new (GIcon *, GEmblem *); /* /usr/include/glib-2.0/gio/gemblemedicon.h:69:NC */ extern GIcon *g_emblemed_icon_get_icon (GEmblemedIcon *); /* /usr/include/glib-2.0/gio/gemblemedicon.h:70:NC */ extern GList *g_emblemed_icon_get_emblems (GEmblemedIcon *); /* /usr/include/glib-2.0/gio/gemblemedicon.h:71:NC */ extern void g_emblemed_icon_add_emblem (GEmblemedIcon *, GEmblem *); /* /usr/include/glib-2.0/gio/gemblemedicon.h:73:NC */ extern void g_emblemed_icon_clear_emblems (GEmblemedIcon *); /* /usr/include/glib-2.0/gio/gfileattribute.h:63:NC */ extern GType g_file_attribute_info_list_get_type (void); /* /usr/include/glib-2.0/gio/gfileattribute.h:64:NC */ extern GFileAttributeInfoList *g_file_attribute_info_list_new (void); /* /usr/include/glib-2.0/gio/gfileattribute.h:65:NC */ extern GFileAttributeInfoList *g_file_attribute_info_list_ref (GFileAttributeInfoList *); /* /usr/include/glib-2.0/gio/gfileattribute.h:66:NC */ extern void g_file_attribute_info_list_unref (GFileAttributeInfoList *); /* /usr/include/glib-2.0/gio/gfileattribute.h:67:NC */ extern GFileAttributeInfoList *g_file_attribute_info_list_dup (GFileAttributeInfoList *); /* /usr/include/glib-2.0/gio/gfileattribute.h:68:NC */ extern const GFileAttributeInfo *g_file_attribute_info_list_lookup (GFileAttributeInfoList *, const char *); /* /usr/include/glib-2.0/gio/gfileattribute.h:70:NC */ extern void g_file_attribute_info_list_add (GFileAttributeInfoList *, const char *, GFileAttributeType, GFileAttributeInfoFlags); /* /usr/include/glib-2.0/gio/gfileenumerator.h:99:NC */ extern GType g_file_enumerator_get_type (void); /* /usr/include/glib-2.0/gio/gfileenumerator.h:101:NC */ extern GFileInfo *g_file_enumerator_next_file (GFileEnumerator *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gfileenumerator.h:104:NC */ extern gboolean g_file_enumerator_close (GFileEnumerator *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gfileenumerator.h:107:NC */ extern void g_file_enumerator_next_files_async (GFileEnumerator *, int, int, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gfileenumerator.h:113:NC */ extern GList *g_file_enumerator_next_files_finish (GFileEnumerator *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gfileenumerator.h:116:NC */ extern void g_file_enumerator_close_async (GFileEnumerator *, int, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gfileenumerator.h:121:NC */ extern gboolean g_file_enumerator_close_finish (GFileEnumerator *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gfileenumerator.h:124:NC */ extern gboolean g_file_enumerator_is_closed (GFileEnumerator *); /* /usr/include/glib-2.0/gio/gfileenumerator.h:125:NC */ extern gboolean g_file_enumerator_has_pending (GFileEnumerator *); /* /usr/include/glib-2.0/gio/gfileenumerator.h:126:NC */ extern void g_file_enumerator_set_pending (GFileEnumerator *, gboolean); /* /usr/include/glib-2.0/gio/gfileenumerator.h:128:NC */ extern GFile *g_file_enumerator_get_container (GFileEnumerator *); /* /usr/include/glib-2.0/gio/gfile.h:548:NC */ extern GType g_file_get_type (void); /* /usr/include/glib-2.0/gio/gfile.h:550:NC */ extern GFile *g_file_new_for_path (const char *); /* /usr/include/glib-2.0/gio/gfile.h:551:NC */ extern GFile *g_file_new_for_uri (const char *); /* /usr/include/glib-2.0/gio/gfile.h:552:NC */ extern GFile *g_file_new_for_commandline_arg (const char *); /* /usr/include/glib-2.0/gio/gfile.h:553:NC */ extern GFile *g_file_new_tmp (const char *, GFileIOStream **, GError **); /* /usr/include/glib-2.0/gio/gfile.h:556:NC */ extern GFile *g_file_parse_name (const char *); /* /usr/include/glib-2.0/gio/gfile.h:557:NC */ extern GFile *g_file_dup (GFile *); /* /usr/include/glib-2.0/gio/gfile.h:558:NC */ extern guint g_file_hash (gconstpointer); /* /usr/include/glib-2.0/gio/gfile.h:559:NC */ extern gboolean g_file_equal (GFile *, GFile *); /* /usr/include/glib-2.0/gio/gfile.h:561:NC */ extern char *g_file_get_basename (GFile *); /* /usr/include/glib-2.0/gio/gfile.h:562:NC */ extern char *g_file_get_path (GFile *); /* /usr/include/glib-2.0/gio/gfile.h:563:NC */ extern char *g_file_get_uri (GFile *); /* /usr/include/glib-2.0/gio/gfile.h:564:NC */ extern char *g_file_get_parse_name (GFile *); /* /usr/include/glib-2.0/gio/gfile.h:565:NC */ extern GFile *g_file_get_parent (GFile *); /* /usr/include/glib-2.0/gio/gfile.h:566:NC */ extern gboolean g_file_has_parent (GFile *, GFile *); /* /usr/include/glib-2.0/gio/gfile.h:568:NC */ extern GFile *g_file_get_child (GFile *, const char *); /* /usr/include/glib-2.0/gio/gfile.h:570:NC */ extern GFile *g_file_get_child_for_display_name (GFile *, const char *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:573:NC */ extern gboolean g_file_has_prefix (GFile *, GFile *); /* /usr/include/glib-2.0/gio/gfile.h:575:NC */ extern char *g_file_get_relative_path (GFile *, GFile *); /* /usr/include/glib-2.0/gio/gfile.h:577:NC */ extern GFile *g_file_resolve_relative_path (GFile *, const char *); /* /usr/include/glib-2.0/gio/gfile.h:579:NC */ extern gboolean g_file_is_native (GFile *); /* /usr/include/glib-2.0/gio/gfile.h:580:NC */ extern gboolean g_file_has_uri_scheme (GFile *, const char *); /* /usr/include/glib-2.0/gio/gfile.h:582:NC */ extern char *g_file_get_uri_scheme (GFile *); /* /usr/include/glib-2.0/gio/gfile.h:583:NC */ extern GFileInputStream *g_file_read (GFile *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:586:NC */ extern void g_file_read_async (GFile *, int, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gfile.h:591:NC */ extern GFileInputStream *g_file_read_finish (GFile *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:594:NC */ extern GFileOutputStream *g_file_append_to (GFile *, GFileCreateFlags, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:598:NC */ extern GFileOutputStream *g_file_create (GFile *, GFileCreateFlags, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:602:NC */ extern GFileOutputStream *g_file_replace (GFile *, const char *, gboolean, GFileCreateFlags, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:608:NC */ extern void g_file_append_to_async (GFile *, GFileCreateFlags, int, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gfile.h:614:NC */ extern GFileOutputStream *g_file_append_to_finish (GFile *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:617:NC */ extern void g_file_create_async (GFile *, GFileCreateFlags, int, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gfile.h:623:NC */ extern GFileOutputStream *g_file_create_finish (GFile *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:626:NC */ extern void g_file_replace_async (GFile *, const char *, gboolean, GFileCreateFlags, int, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gfile.h:634:NC */ extern GFileOutputStream *g_file_replace_finish (GFile *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:637:NC */ extern GFileIOStream *g_file_open_readwrite (GFile *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:640:NC */ extern void g_file_open_readwrite_async (GFile *, int, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gfile.h:645:NC */ extern GFileIOStream *g_file_open_readwrite_finish (GFile *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:648:NC */ extern GFileIOStream *g_file_create_readwrite (GFile *, GFileCreateFlags, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:652:NC */ extern void g_file_create_readwrite_async (GFile *, GFileCreateFlags, int, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gfile.h:658:NC */ extern GFileIOStream *g_file_create_readwrite_finish (GFile *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:661:NC */ extern GFileIOStream *g_file_replace_readwrite (GFile *, const char *, gboolean, GFileCreateFlags, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:667:NC */ extern void g_file_replace_readwrite_async (GFile *, const char *, gboolean, GFileCreateFlags, int, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gfile.h:675:NC */ extern GFileIOStream *g_file_replace_readwrite_finish (GFile *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:678:NC */ extern gboolean g_file_query_exists (GFile *, GCancellable *); /* /usr/include/glib-2.0/gio/gfile.h:680:NC */ extern GFileType g_file_query_file_type (GFile *, GFileQueryInfoFlags, GCancellable *); /* /usr/include/glib-2.0/gio/gfile.h:683:NC */ extern GFileInfo *g_file_query_info (GFile *, const char *, GFileQueryInfoFlags, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:688:NC */ extern void g_file_query_info_async (GFile *, const char *, GFileQueryInfoFlags, int, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gfile.h:695:NC */ extern GFileInfo *g_file_query_info_finish (GFile *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:698:NC */ extern GFileInfo *g_file_query_filesystem_info (GFile *, const char *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:702:NC */ extern void g_file_query_filesystem_info_async (GFile *, const char *, int, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gfile.h:708:NC */ extern GFileInfo *g_file_query_filesystem_info_finish (GFile *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:711:NC */ extern GMount *g_file_find_enclosing_mount (GFile *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:714:NC */ extern void g_file_find_enclosing_mount_async (GFile *, int, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gfile.h:719:NC */ extern GMount *g_file_find_enclosing_mount_finish (GFile *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:722:NC */ extern GFileEnumerator *g_file_enumerate_children (GFile *, const char *, GFileQueryInfoFlags, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:727:NC */ extern void g_file_enumerate_children_async (GFile *, const char *, GFileQueryInfoFlags, int, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gfile.h:734:NC */ extern GFileEnumerator *g_file_enumerate_children_finish (GFile *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:737:NC */ extern GFile *g_file_set_display_name (GFile *, const char *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:741:NC */ extern void g_file_set_display_name_async (GFile *, const char *, int, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gfile.h:747:NC */ extern GFile *g_file_set_display_name_finish (GFile *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:750:NC */ extern gboolean g_file_delete (GFile *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:753:NC */ extern gboolean g_file_trash (GFile *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:756:NC */ extern gboolean g_file_copy (GFile *, GFile *, GFileCopyFlags, GCancellable *, GFileProgressCallback, gpointer, GError **); /* /usr/include/glib-2.0/gio/gfile.h:763:NC */ extern void g_file_copy_async (GFile *, GFile *, GFileCopyFlags, int, GCancellable *, GFileProgressCallback, gpointer, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gfile.h:772:NC */ extern gboolean g_file_copy_finish (GFile *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:775:NC */ extern gboolean g_file_move (GFile *, GFile *, GFileCopyFlags, GCancellable *, GFileProgressCallback, gpointer, GError **); /* /usr/include/glib-2.0/gio/gfile.h:782:NC */ extern gboolean g_file_make_directory (GFile *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:785:NC */ extern gboolean g_file_make_directory_with_parents (GFile *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:788:NC */ extern gboolean g_file_make_symbolic_link (GFile *, const char *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:792:NC */ extern GFileAttributeInfoList *g_file_query_settable_attributes (GFile *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:795:NC */ extern GFileAttributeInfoList *g_file_query_writable_namespaces (GFile *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:798:NC */ extern gboolean g_file_set_attribute (GFile *, const char *, GFileAttributeType, gpointer, GFileQueryInfoFlags, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:805:NC */ extern gboolean g_file_set_attributes_from_info (GFile *, GFileInfo *, GFileQueryInfoFlags, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:810:NC */ extern void g_file_set_attributes_async (GFile *, GFileInfo *, GFileQueryInfoFlags, int, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gfile.h:817:NC */ extern gboolean g_file_set_attributes_finish (GFile *, GAsyncResult *, GFileInfo **, GError **); /* /usr/include/glib-2.0/gio/gfile.h:821:NC */ extern gboolean g_file_set_attribute_string (GFile *, const char *, const char *, GFileQueryInfoFlags, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:827:NC */ extern gboolean g_file_set_attribute_byte_string (GFile *, const char *, const char *, GFileQueryInfoFlags, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:833:NC */ extern gboolean g_file_set_attribute_uint32 (GFile *, const char *, guint32, GFileQueryInfoFlags, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:839:NC */ extern gboolean g_file_set_attribute_int32 (GFile *, const char *, gint32, GFileQueryInfoFlags, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:845:NC */ extern gboolean g_file_set_attribute_uint64 (GFile *, const char *, guint64, GFileQueryInfoFlags, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:851:NC */ extern gboolean g_file_set_attribute_int64 (GFile *, const char *, gint64, GFileQueryInfoFlags, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:857:NC */ extern void g_file_mount_enclosing_volume (GFile *, GMountMountFlags, GMountOperation *, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gfile.h:863:NC */ extern gboolean g_file_mount_enclosing_volume_finish (GFile *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:866:NC */ extern void g_file_mount_mountable (GFile *, GMountMountFlags, GMountOperation *, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gfile.h:872:NC */ extern GFile *g_file_mount_mountable_finish (GFile *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:876:NC */ extern void g_file_unmount_mountable (GFile *, GMountUnmountFlags, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gfile.h:883:NC */ extern gboolean g_file_unmount_mountable_finish (GFile *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:886:NC */ extern void g_file_unmount_mountable_with_operation (GFile *, GMountUnmountFlags, GMountOperation *, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gfile.h:892:NC */ extern gboolean g_file_unmount_mountable_with_operation_finish (GFile *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:896:NC */ extern void g_file_eject_mountable (GFile *, GMountUnmountFlags, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gfile.h:903:NC */ extern gboolean g_file_eject_mountable_finish (GFile *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:906:NC */ extern void g_file_eject_mountable_with_operation (GFile *, GMountUnmountFlags, GMountOperation *, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gfile.h:912:NC */ extern gboolean g_file_eject_mountable_with_operation_finish (GFile *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:916:NC */ extern gboolean g_file_copy_attributes (GFile *, GFile *, GFileCopyFlags, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:923:NC */ extern GFileMonitor *g_file_monitor_directory (GFile *, GFileMonitorFlags, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:927:NC */ extern GFileMonitor *g_file_monitor_file (GFile *, GFileMonitorFlags, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:931:NC */ extern GFileMonitor *g_file_monitor (GFile *, GFileMonitorFlags, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:936:NC */ extern void g_file_start_mountable (GFile *, GDriveStartFlags, GMountOperation *, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gfile.h:942:NC */ extern gboolean g_file_start_mountable_finish (GFile *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:945:NC */ extern void g_file_stop_mountable (GFile *, GMountUnmountFlags, GMountOperation *, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gfile.h:951:NC */ extern gboolean g_file_stop_mountable_finish (GFile *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:955:NC */ extern void g_file_poll_mountable (GFile *, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gfile.h:959:NC */ extern gboolean g_file_poll_mountable_finish (GFile *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:965:NC */ extern GAppInfo *g_file_query_default_handler (GFile *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:968:NC */ extern gboolean g_file_load_contents (GFile *, GCancellable *, char **, gsize *, char **, GError **); /* /usr/include/glib-2.0/gio/gfile.h:974:NC */ extern void g_file_load_contents_async (GFile *, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gfile.h:978:NC */ extern gboolean g_file_load_contents_finish (GFile *, GAsyncResult *, char **, gsize *, char **, GError **); /* /usr/include/glib-2.0/gio/gfile.h:984:NC */ extern void g_file_load_partial_contents_async (GFile *, GCancellable *, GFileReadMoreCallback, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gfile.h:989:NC */ extern gboolean g_file_load_partial_contents_finish (GFile *, GAsyncResult *, char **, gsize *, char **, GError **); /* /usr/include/glib-2.0/gio/gfile.h:995:NC */ extern gboolean g_file_replace_contents (GFile *, const char *, gsize, const char *, gboolean, GFileCreateFlags, char **, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gfile.h:1004:NC */ extern void g_file_replace_contents_async (GFile *, const char *, gsize, const char *, gboolean, GFileCreateFlags, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gfile.h:1013:NC */ extern gboolean g_file_replace_contents_finish (GFile *, GAsyncResult *, char **, GError **); /* /usr/include/glib-2.0/gio/gfile.h:1018:NC */ extern gboolean g_file_supports_thread_contexts (GFile *); /* /usr/include/glib-2.0/gio/gfileicon.h:48:NC */ extern GType g_file_icon_get_type (void); /* /usr/include/glib-2.0/gio/gfileicon.h:50:NC */ extern GIcon *g_file_icon_new (GFile *); /* /usr/include/glib-2.0/gio/gfileicon.h:52:NC */ extern GFile *g_file_icon_get_file (GFileIcon *); /* /usr/include/glib-2.0/gio/gfileinfo.h:821:NC */ extern GType g_file_info_get_type (void); /* /usr/include/glib-2.0/gio/gfileinfo.h:823:NC */ extern GFileInfo *g_file_info_new (void); /* /usr/include/glib-2.0/gio/gfileinfo.h:824:NC */ extern GFileInfo *g_file_info_dup (GFileInfo *); /* /usr/include/glib-2.0/gio/gfileinfo.h:825:NC */ extern void g_file_info_copy_into (GFileInfo *, GFileInfo *); /* /usr/include/glib-2.0/gio/gfileinfo.h:827:NC */ extern gboolean g_file_info_has_attribute (GFileInfo *, const char *); /* /usr/include/glib-2.0/gio/gfileinfo.h:829:NC */ extern gboolean g_file_info_has_namespace (GFileInfo *, const char *); /* /usr/include/glib-2.0/gio/gfileinfo.h:831:NC */ extern char **g_file_info_list_attributes (GFileInfo *, const char *); /* /usr/include/glib-2.0/gio/gfileinfo.h:833:NC */ extern gboolean g_file_info_get_attribute_data (GFileInfo *, const char *, GFileAttributeType *, gpointer *, GFileAttributeStatus *); /* /usr/include/glib-2.0/gio/gfileinfo.h:838:NC */ extern GFileAttributeType g_file_info_get_attribute_type (GFileInfo *, const char *); /* /usr/include/glib-2.0/gio/gfileinfo.h:840:NC */ extern void g_file_info_remove_attribute (GFileInfo *, const char *); /* /usr/include/glib-2.0/gio/gfileinfo.h:842:NC */ extern GFileAttributeStatus g_file_info_get_attribute_status (GFileInfo *, const char *); /* /usr/include/glib-2.0/gio/gfileinfo.h:844:NC */ extern gboolean g_file_info_set_attribute_status (GFileInfo *, const char *, GFileAttributeStatus); /* /usr/include/glib-2.0/gio/gfileinfo.h:847:NC */ extern char *g_file_info_get_attribute_as_string (GFileInfo *, const char *); /* /usr/include/glib-2.0/gio/gfileinfo.h:849:NC */ extern const char *g_file_info_get_attribute_string (GFileInfo *, const char *); /* /usr/include/glib-2.0/gio/gfileinfo.h:851:NC */ extern const char *g_file_info_get_attribute_byte_string (GFileInfo *, const char *); /* /usr/include/glib-2.0/gio/gfileinfo.h:853:NC */ extern gboolean g_file_info_get_attribute_boolean (GFileInfo *, const char *); /* /usr/include/glib-2.0/gio/gfileinfo.h:855:NC */ extern guint32 g_file_info_get_attribute_uint32 (GFileInfo *, const char *); /* /usr/include/glib-2.0/gio/gfileinfo.h:857:NC */ extern gint32 g_file_info_get_attribute_int32 (GFileInfo *, const char *); /* /usr/include/glib-2.0/gio/gfileinfo.h:859:NC */ extern guint64 g_file_info_get_attribute_uint64 (GFileInfo *, const char *); /* /usr/include/glib-2.0/gio/gfileinfo.h:861:NC */ extern gint64 g_file_info_get_attribute_int64 (GFileInfo *, const char *); /* /usr/include/glib-2.0/gio/gfileinfo.h:863:NC */ extern GObject *g_file_info_get_attribute_object (GFileInfo *, const char *); /* /usr/include/glib-2.0/gio/gfileinfo.h:865:NC */ extern char **g_file_info_get_attribute_stringv (GFileInfo *, const char *); /* /usr/include/glib-2.0/gio/gfileinfo.h:868:NC */ extern void g_file_info_set_attribute (GFileInfo *, const char *, GFileAttributeType, gpointer); /* /usr/include/glib-2.0/gio/gfileinfo.h:872:NC */ extern void g_file_info_set_attribute_string (GFileInfo *, const char *, const char *); /* /usr/include/glib-2.0/gio/gfileinfo.h:875:NC */ extern void g_file_info_set_attribute_byte_string (GFileInfo *, const char *, const char *); /* /usr/include/glib-2.0/gio/gfileinfo.h:878:NC */ extern void g_file_info_set_attribute_boolean (GFileInfo *, const char *, gboolean); /* /usr/include/glib-2.0/gio/gfileinfo.h:881:NC */ extern void g_file_info_set_attribute_uint32 (GFileInfo *, const char *, guint32); /* /usr/include/glib-2.0/gio/gfileinfo.h:884:NC */ extern void g_file_info_set_attribute_int32 (GFileInfo *, const char *, gint32); /* /usr/include/glib-2.0/gio/gfileinfo.h:887:NC */ extern void g_file_info_set_attribute_uint64 (GFileInfo *, const char *, guint64); /* /usr/include/glib-2.0/gio/gfileinfo.h:890:NC */ extern void g_file_info_set_attribute_int64 (GFileInfo *, const char *, gint64); /* /usr/include/glib-2.0/gio/gfileinfo.h:893:NC */ extern void g_file_info_set_attribute_object (GFileInfo *, const char *, GObject *); /* /usr/include/glib-2.0/gio/gfileinfo.h:896:NC */ extern void g_file_info_set_attribute_stringv (GFileInfo *, const char *, char **); /* /usr/include/glib-2.0/gio/gfileinfo.h:900:NC */ extern void g_file_info_clear_status (GFileInfo *); /* /usr/include/glib-2.0/gio/gfileinfo.h:903:NC */ extern GFileType g_file_info_get_file_type (GFileInfo *); /* /usr/include/glib-2.0/gio/gfileinfo.h:904:NC */ extern gboolean g_file_info_get_is_hidden (GFileInfo *); /* /usr/include/glib-2.0/gio/gfileinfo.h:905:NC */ extern gboolean g_file_info_get_is_backup (GFileInfo *); /* /usr/include/glib-2.0/gio/gfileinfo.h:906:NC */ extern gboolean g_file_info_get_is_symlink (GFileInfo *); /* /usr/include/glib-2.0/gio/gfileinfo.h:907:NC */ extern const char *g_file_info_get_name (GFileInfo *); /* /usr/include/glib-2.0/gio/gfileinfo.h:908:NC */ extern const char *g_file_info_get_display_name (GFileInfo *); /* /usr/include/glib-2.0/gio/gfileinfo.h:909:NC */ extern const char *g_file_info_get_edit_name (GFileInfo *); /* /usr/include/glib-2.0/gio/gfileinfo.h:910:NC */ extern GIcon *g_file_info_get_icon (GFileInfo *); /* /usr/include/glib-2.0/gio/gfileinfo.h:911:NC */ extern const char *g_file_info_get_content_type (GFileInfo *); /* /usr/include/glib-2.0/gio/gfileinfo.h:912:NC */ extern goffset g_file_info_get_size (GFileInfo *); /* /usr/include/glib-2.0/gio/gfileinfo.h:913:NC */ extern void g_file_info_get_modification_time (GFileInfo *, GTimeVal *); /* /usr/include/glib-2.0/gio/gfileinfo.h:915:NC */ extern const char *g_file_info_get_symlink_target (GFileInfo *); /* /usr/include/glib-2.0/gio/gfileinfo.h:916:NC */ extern const char *g_file_info_get_etag (GFileInfo *); /* /usr/include/glib-2.0/gio/gfileinfo.h:917:NC */ extern gint32 g_file_info_get_sort_order (GFileInfo *); /* /usr/include/glib-2.0/gio/gfileinfo.h:919:NC */ extern void g_file_info_set_attribute_mask (GFileInfo *, GFileAttributeMatcher *); /* /usr/include/glib-2.0/gio/gfileinfo.h:921:NC */ extern void g_file_info_unset_attribute_mask (GFileInfo *); /* /usr/include/glib-2.0/gio/gfileinfo.h:924:NC */ extern void g_file_info_set_file_type (GFileInfo *, GFileType); /* /usr/include/glib-2.0/gio/gfileinfo.h:926:NC */ extern void g_file_info_set_is_hidden (GFileInfo *, gboolean); /* /usr/include/glib-2.0/gio/gfileinfo.h:928:NC */ extern void g_file_info_set_is_symlink (GFileInfo *, gboolean); /* /usr/include/glib-2.0/gio/gfileinfo.h:930:NC */ extern void g_file_info_set_name (GFileInfo *, const char *); /* /usr/include/glib-2.0/gio/gfileinfo.h:932:NC */ extern void g_file_info_set_display_name (GFileInfo *, const char *); /* /usr/include/glib-2.0/gio/gfileinfo.h:934:NC */ extern void g_file_info_set_edit_name (GFileInfo *, const char *); /* /usr/include/glib-2.0/gio/gfileinfo.h:936:NC */ extern void g_file_info_set_icon (GFileInfo *, GIcon *); /* /usr/include/glib-2.0/gio/gfileinfo.h:938:NC */ extern void g_file_info_set_content_type (GFileInfo *, const char *); /* /usr/include/glib-2.0/gio/gfileinfo.h:940:NC */ extern void g_file_info_set_size (GFileInfo *, goffset); /* /usr/include/glib-2.0/gio/gfileinfo.h:942:NC */ extern void g_file_info_set_modification_time (GFileInfo *, GTimeVal *); /* /usr/include/glib-2.0/gio/gfileinfo.h:944:NC */ extern void g_file_info_set_symlink_target (GFileInfo *, const char *); /* /usr/include/glib-2.0/gio/gfileinfo.h:946:NC */ extern void g_file_info_set_sort_order (GFileInfo *, gint32); /* /usr/include/glib-2.0/gio/gfileinfo.h:949:NC */ extern GType g_file_attribute_matcher_get_type (void); /* /usr/include/glib-2.0/gio/gfileinfo.h:950:NC */ extern GFileAttributeMatcher *g_file_attribute_matcher_new (const char *); /* /usr/include/glib-2.0/gio/gfileinfo.h:951:NC */ extern GFileAttributeMatcher *g_file_attribute_matcher_ref (GFileAttributeMatcher *); /* /usr/include/glib-2.0/gio/gfileinfo.h:952:NC */ extern void g_file_attribute_matcher_unref (GFileAttributeMatcher *); /* /usr/include/glib-2.0/gio/gfileinfo.h:953:NC */ extern GFileAttributeMatcher *g_file_attribute_matcher_subtract (GFileAttributeMatcher *, GFileAttributeMatcher *); /* /usr/include/glib-2.0/gio/gfileinfo.h:955:NC */ extern gboolean g_file_attribute_matcher_matches (GFileAttributeMatcher *, const char *); /* /usr/include/glib-2.0/gio/gfileinfo.h:957:NC */ extern gboolean g_file_attribute_matcher_matches_only (GFileAttributeMatcher *, const char *); /* /usr/include/glib-2.0/gio/gfileinfo.h:959:NC */ extern gboolean g_file_attribute_matcher_enumerate_namespace (GFileAttributeMatcher *, const char *); /* /usr/include/glib-2.0/gio/gfileinfo.h:961:NC */ extern const char *g_file_attribute_matcher_enumerate_next (GFileAttributeMatcher *); /* /usr/include/glib-2.0/gio/gfileinfo.h:962:NC */ extern char *g_file_attribute_matcher_to_string (GFileAttributeMatcher *); /* /usr/include/glib-2.0/gio/gfileinputstream.h:94:NC */ extern GType g_file_input_stream_get_type (void); /* /usr/include/glib-2.0/gio/gfileinputstream.h:96:NC */ extern GFileInfo *g_file_input_stream_query_info (GFileInputStream *, const char *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gfileinputstream.h:100:NC */ extern void g_file_input_stream_query_info_async (GFileInputStream *, const char *, int, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gfileinputstream.h:106:NC */ extern GFileInfo *g_file_input_stream_query_info_finish (GFileInputStream *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gioerror.h:43:NC */ extern GQuark g_io_error_quark (void); /* /usr/include/glib-2.0/gio/gioerror.h:44:NC */ extern GIOErrorEnum g_io_error_from_errno (gint); /* /usr/include/glib-2.0/gio/giostream.h:86:NC */ extern GType g_io_stream_get_type (void); /* /usr/include/glib-2.0/gio/giostream.h:88:NC */ extern GInputStream *g_io_stream_get_input_stream (GIOStream *); /* /usr/include/glib-2.0/gio/giostream.h:89:NC */ extern GOutputStream *g_io_stream_get_output_stream (GIOStream *); /* /usr/include/glib-2.0/gio/giostream.h:91:NC */ extern void g_io_stream_splice_async (GIOStream *, GIOStream *, GIOStreamSpliceFlags, int, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/giostream.h:99:NC */ extern gboolean g_io_stream_splice_finish (GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/giostream.h:102:NC */ extern gboolean g_io_stream_close (GIOStream *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/giostream.h:106:NC */ extern void g_io_stream_close_async (GIOStream *, int, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/giostream.h:111:NC */ extern gboolean g_io_stream_close_finish (GIOStream *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/giostream.h:115:NC */ extern gboolean g_io_stream_is_closed (GIOStream *); /* /usr/include/glib-2.0/gio/giostream.h:116:NC */ extern gboolean g_io_stream_has_pending (GIOStream *); /* /usr/include/glib-2.0/gio/giostream.h:117:NC */ extern gboolean g_io_stream_set_pending (GIOStream *, GError **); /* /usr/include/glib-2.0/gio/giostream.h:119:NC */ extern void g_io_stream_clear_pending (GIOStream *); /* /usr/include/glib-2.0/gio/gfileiostream.h:99:NC */ extern GType g_file_io_stream_get_type (void); /* /usr/include/glib-2.0/gio/gfileiostream.h:101:NC */ extern GFileInfo *g_file_io_stream_query_info (GFileIOStream *, const char *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gfileiostream.h:105:NC */ extern void g_file_io_stream_query_info_async (GFileIOStream *, const char *, int, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gfileiostream.h:111:NC */ extern GFileInfo *g_file_io_stream_query_info_finish (GFileIOStream *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gfileiostream.h:114:NC */ extern char *g_file_io_stream_get_etag (GFileIOStream *); /* /usr/include/glib-2.0/gio/gfilemonitor.h:79:NC */ extern GType g_file_monitor_get_type (void); /* /usr/include/glib-2.0/gio/gfilemonitor.h:81:NC */ extern gboolean g_file_monitor_cancel (GFileMonitor *); /* /usr/include/glib-2.0/gio/gfilemonitor.h:82:NC */ extern gboolean g_file_monitor_is_cancelled (GFileMonitor *); /* /usr/include/glib-2.0/gio/gfilemonitor.h:83:NC */ extern void g_file_monitor_set_rate_limit (GFileMonitor *, gint); /* /usr/include/glib-2.0/gio/gfilemonitor.h:88:NC */ extern void g_file_monitor_emit_event (GFileMonitor *, GFile *, GFile *, GFileMonitorEvent); /* /usr/include/glib-2.0/gio/gfilenamecompleter.h:63:NC */ extern GType g_filename_completer_get_type (void); /* /usr/include/glib-2.0/gio/gfilenamecompleter.h:65:NC */ extern GFilenameCompleter *g_filename_completer_new (void); /* /usr/include/glib-2.0/gio/gfilenamecompleter.h:67:NC */ extern char *g_filename_completer_get_completion_suffix (GFilenameCompleter *, const char *); /* /usr/include/glib-2.0/gio/gfilenamecompleter.h:69:NC */ extern char **g_filename_completer_get_completions (GFilenameCompleter *, const char *); /* /usr/include/glib-2.0/gio/gfilenamecompleter.h:71:NC */ extern void g_filename_completer_set_dirs_only (GFilenameCompleter *, gboolean); /* /usr/include/glib-2.0/gio/gfileoutputstream.h:99:NC */ extern GType g_file_output_stream_get_type (void); /* /usr/include/glib-2.0/gio/gfileoutputstream.h:102:NC */ extern GFileInfo *g_file_output_stream_query_info (GFileOutputStream *, const char *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gfileoutputstream.h:106:NC */ extern void g_file_output_stream_query_info_async (GFileOutputStream *, const char *, int, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gfileoutputstream.h:112:NC */ extern GFileInfo *g_file_output_stream_query_info_finish (GFileOutputStream *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gfileoutputstream.h:115:NC */ extern char *g_file_output_stream_get_etag (GFileOutputStream *); /* /usr/include/glib-2.0/gio/ginetaddress.h:61:NC */ extern GType g_inet_address_get_type (void); /* /usr/include/glib-2.0/gio/ginetaddress.h:63:NC */ extern GInetAddress *g_inet_address_new_from_string (const gchar *); /* /usr/include/glib-2.0/gio/ginetaddress.h:65:NC */ extern GInetAddress *g_inet_address_new_from_bytes (const guint8 *, GSocketFamily); /* /usr/include/glib-2.0/gio/ginetaddress.h:68:NC */ extern GInetAddress *g_inet_address_new_loopback (GSocketFamily); /* /usr/include/glib-2.0/gio/ginetaddress.h:70:NC */ extern GInetAddress *g_inet_address_new_any (GSocketFamily); /* /usr/include/glib-2.0/gio/ginetaddress.h:72:NC */ extern gboolean g_inet_address_equal (GInetAddress *, GInetAddress *); /* /usr/include/glib-2.0/gio/ginetaddress.h:75:NC */ extern gchar *g_inet_address_to_string (GInetAddress *); /* /usr/include/glib-2.0/gio/ginetaddress.h:77:NC */ extern const guint8 *g_inet_address_to_bytes (GInetAddress *); /* /usr/include/glib-2.0/gio/ginetaddress.h:79:NC */ extern gsize g_inet_address_get_native_size (GInetAddress *); /* /usr/include/glib-2.0/gio/ginetaddress.h:81:NC */ extern GSocketFamily g_inet_address_get_family (GInetAddress *); /* /usr/include/glib-2.0/gio/ginetaddress.h:83:NC */ extern gboolean g_inet_address_get_is_any (GInetAddress *); /* /usr/include/glib-2.0/gio/ginetaddress.h:85:NC */ extern gboolean g_inet_address_get_is_loopback (GInetAddress *); /* /usr/include/glib-2.0/gio/ginetaddress.h:87:NC */ extern gboolean g_inet_address_get_is_link_local (GInetAddress *); /* /usr/include/glib-2.0/gio/ginetaddress.h:89:NC */ extern gboolean g_inet_address_get_is_site_local (GInetAddress *); /* /usr/include/glib-2.0/gio/ginetaddress.h:91:NC */ extern gboolean g_inet_address_get_is_multicast (GInetAddress *); /* /usr/include/glib-2.0/gio/ginetaddress.h:93:NC */ extern gboolean g_inet_address_get_is_mc_global (GInetAddress *); /* /usr/include/glib-2.0/gio/ginetaddress.h:95:NC */ extern gboolean g_inet_address_get_is_mc_link_local (GInetAddress *); /* /usr/include/glib-2.0/gio/ginetaddress.h:97:NC */ extern gboolean g_inet_address_get_is_mc_node_local (GInetAddress *); /* /usr/include/glib-2.0/gio/ginetaddress.h:99:NC */ extern gboolean g_inet_address_get_is_mc_org_local (GInetAddress *); /* /usr/include/glib-2.0/gio/ginetaddress.h:101:NC */ extern gboolean g_inet_address_get_is_mc_site_local (GInetAddress *); /* /usr/include/glib-2.0/gio/ginetaddressmask.h:56:NC */ extern GType g_inet_address_mask_get_type (void); /* /usr/include/glib-2.0/gio/ginetaddressmask.h:58:NC */ extern GInetAddressMask *g_inet_address_mask_new (GInetAddress *, guint, GError **); /* /usr/include/glib-2.0/gio/ginetaddressmask.h:62:NC */ extern GInetAddressMask *g_inet_address_mask_new_from_string (const gchar *, GError **); /* /usr/include/glib-2.0/gio/ginetaddressmask.h:64:NC */ extern gchar *g_inet_address_mask_to_string (GInetAddressMask *); /* /usr/include/glib-2.0/gio/ginetaddressmask.h:66:NC */ extern GSocketFamily g_inet_address_mask_get_family (GInetAddressMask *); /* /usr/include/glib-2.0/gio/ginetaddressmask.h:67:NC */ extern GInetAddress *g_inet_address_mask_get_address (GInetAddressMask *); /* /usr/include/glib-2.0/gio/ginetaddressmask.h:68:NC */ extern guint g_inet_address_mask_get_length (GInetAddressMask *); /* /usr/include/glib-2.0/gio/ginetaddressmask.h:70:NC */ extern gboolean g_inet_address_mask_matches (GInetAddressMask *, GInetAddress *); /* /usr/include/glib-2.0/gio/ginetaddressmask.h:72:NC */ extern gboolean g_inet_address_mask_equal (GInetAddressMask *, GInetAddressMask *); /* /usr/include/glib-2.0/gio/gsocketaddress.h:63:NC */ extern GType g_socket_address_get_type (void); /* /usr/include/glib-2.0/gio/gsocketaddress.h:65:NC */ extern GSocketFamily g_socket_address_get_family (GSocketAddress *); /* /usr/include/glib-2.0/gio/gsocketaddress.h:67:NC */ extern GSocketAddress *g_socket_address_new_from_native (gpointer, gsize); /* /usr/include/glib-2.0/gio/gsocketaddress.h:70:NC */ extern gboolean g_socket_address_to_native (GSocketAddress *, gpointer, gsize, GError **); /* /usr/include/glib-2.0/gio/gsocketaddress.h:75:NC */ extern gssize g_socket_address_get_native_size (GSocketAddress *); /* /usr/include/glib-2.0/gio/ginetsocketaddress.h:58:NC */ extern GType g_inet_socket_address_get_type (void); /* /usr/include/glib-2.0/gio/ginetsocketaddress.h:60:NC */ extern GSocketAddress *g_inet_socket_address_new (GInetAddress *, guint16); /* /usr/include/glib-2.0/gio/ginetsocketaddress.h:63:NC */ extern GInetAddress *g_inet_socket_address_get_address (GInetSocketAddress *); /* /usr/include/glib-2.0/gio/ginetsocketaddress.h:64:NC */ extern guint16 g_inet_socket_address_get_port (GInetSocketAddress *); /* /usr/include/glib-2.0/gio/ginetsocketaddress.h:66:NC */ extern guint32 g_inet_socket_address_get_flowinfo (GInetSocketAddress *); /* /usr/include/glib-2.0/gio/ginetsocketaddress.h:67:NC */ extern guint32 g_inet_socket_address_get_scope_id (GInetSocketAddress *); /* /usr/include/glib-2.0/gio/gioenumtypes.h:12:NC */ extern GType g_app_info_create_flags_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:14:NC */ extern GType g_converter_flags_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:16:NC */ extern GType g_converter_result_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:18:NC */ extern GType g_data_stream_byte_order_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:20:NC */ extern GType g_data_stream_newline_type_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:22:NC */ extern GType g_file_attribute_type_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:24:NC */ extern GType g_file_attribute_info_flags_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:26:NC */ extern GType g_file_attribute_status_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:28:NC */ extern GType g_file_query_info_flags_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:30:NC */ extern GType g_file_create_flags_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:32:NC */ extern GType g_mount_mount_flags_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:34:NC */ extern GType g_mount_unmount_flags_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:36:NC */ extern GType g_drive_start_flags_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:38:NC */ extern GType g_drive_start_stop_type_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:40:NC */ extern GType g_file_copy_flags_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:42:NC */ extern GType g_file_monitor_flags_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:44:NC */ extern GType g_file_type_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:46:NC */ extern GType g_filesystem_preview_type_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:48:NC */ extern GType g_file_monitor_event_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:50:NC */ extern GType g_io_error_enum_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:52:NC */ extern GType g_ask_password_flags_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:54:NC */ extern GType g_password_save_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:56:NC */ extern GType g_mount_operation_result_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:58:NC */ extern GType g_output_stream_splice_flags_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:60:NC */ extern GType g_io_stream_splice_flags_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:62:NC */ extern GType g_emblem_origin_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:64:NC */ extern GType g_resolver_error_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:66:NC */ extern GType g_resource_error_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:68:NC */ extern GType g_resource_flags_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:70:NC */ extern GType g_resource_lookup_flags_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:72:NC */ extern GType g_socket_family_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:74:NC */ extern GType g_socket_type_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:76:NC */ extern GType g_socket_msg_flags_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:78:NC */ extern GType g_socket_protocol_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:80:NC */ extern GType g_zlib_compressor_format_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:82:NC */ extern GType g_unix_socket_address_type_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:84:NC */ extern GType g_bus_type_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:86:NC */ extern GType g_bus_name_owner_flags_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:88:NC */ extern GType g_bus_name_watcher_flags_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:90:NC */ extern GType g_dbus_proxy_flags_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:92:NC */ extern GType g_dbus_error_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:94:NC */ extern GType g_dbus_connection_flags_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:96:NC */ extern GType g_dbus_capability_flags_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:98:NC */ extern GType g_dbus_call_flags_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:100:NC */ extern GType g_dbus_message_type_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:102:NC */ extern GType g_dbus_message_flags_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:104:NC */ extern GType g_dbus_message_header_field_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:106:NC */ extern GType g_dbus_property_info_flags_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:108:NC */ extern GType g_dbus_subtree_flags_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:110:NC */ extern GType g_dbus_server_flags_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:112:NC */ extern GType g_dbus_signal_flags_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:114:NC */ extern GType g_dbus_send_message_flags_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:116:NC */ extern GType g_credentials_type_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:118:NC */ extern GType g_dbus_message_byte_order_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:120:NC */ extern GType g_application_flags_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:122:NC */ extern GType g_tls_error_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:124:NC */ extern GType g_tls_certificate_flags_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:126:NC */ extern GType g_tls_authentication_mode_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:128:NC */ extern GType g_tls_rehandshake_mode_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:130:NC */ extern GType g_tls_password_flags_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:132:NC */ extern GType g_tls_interaction_result_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:134:NC */ extern GType g_dbus_interface_skeleton_flags_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:136:NC */ extern GType g_dbus_object_manager_client_flags_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:138:NC */ extern GType g_tls_database_verify_flags_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:140:NC */ extern GType g_tls_database_lookup_flags_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:142:NC */ extern GType g_io_module_scope_flags_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:144:NC */ extern GType g_socket_client_event_get_type (void); /* /usr/include/glib-2.0/gio/gioenumtypes.h:148:NC */ extern GType g_settings_bind_flags_get_type (void); /* /usr/include/glib-2.0/gmodule.h:61:NC */ extern gboolean g_module_supported (void); /* /usr/include/glib-2.0/gmodule.h:64:NC */ extern GModule *g_module_open (const gchar *, GModuleFlags); /* /usr/include/glib-2.0/gmodule.h:68:NC */ extern gboolean g_module_close (GModule *); /* /usr/include/glib-2.0/gmodule.h:71:NC */ extern void g_module_make_resident (GModule *); /* /usr/include/glib-2.0/gmodule.h:74:NC */ extern const gchar *g_module_error (void); /* /usr/include/glib-2.0/gmodule.h:77:NC */ extern gboolean g_module_symbol (GModule *, const gchar *, gpointer *); /* /usr/include/glib-2.0/gmodule.h:82:NC */ extern const gchar *g_module_name (GModule *); /* /usr/include/glib-2.0/gmodule.h:95:NC */ extern gchar *g_module_build_path (const gchar *, const gchar *); /* /usr/include/glib-2.0/gio/giomodule.h:37:NC */ extern GIOModuleScope *g_io_module_scope_new (GIOModuleScopeFlags); /* /usr/include/glib-2.0/gio/giomodule.h:38:NC */ extern void g_io_module_scope_free (GIOModuleScope *); /* /usr/include/glib-2.0/gio/giomodule.h:39:NC */ extern void g_io_module_scope_block (GIOModuleScope *, const gchar *); /* /usr/include/glib-2.0/gio/giomodule.h:56:NC */ extern GType g_io_module_get_type (void); /* /usr/include/glib-2.0/gio/giomodule.h:57:NC */ extern GIOModule *g_io_module_new (const gchar *); /* /usr/include/glib-2.0/gio/giomodule.h:59:NC */ extern void g_io_modules_scan_all_in_directory (const char *); /* /usr/include/glib-2.0/gio/giomodule.h:60:NC */ extern GList *g_io_modules_load_all_in_directory (const gchar *); /* /usr/include/glib-2.0/gio/giomodule.h:62:NC */ extern void g_io_modules_scan_all_in_directory_with_scope (const gchar *, GIOModuleScope *); /* /usr/include/glib-2.0/gio/giomodule.h:64:NC */ extern GList *g_io_modules_load_all_in_directory_with_scope (const gchar *, GIOModuleScope *); /* /usr/include/glib-2.0/gio/giomodule.h:67:NC */ extern GIOExtensionPoint *g_io_extension_point_register (const char *); /* /usr/include/glib-2.0/gio/giomodule.h:68:NC */ extern GIOExtensionPoint *g_io_extension_point_lookup (const char *); /* /usr/include/glib-2.0/gio/giomodule.h:69:NC */ extern void g_io_extension_point_set_required_type (GIOExtensionPoint *, GType); /* /usr/include/glib-2.0/gio/giomodule.h:71:NC */ extern GType g_io_extension_point_get_required_type (GIOExtensionPoint *); /* /usr/include/glib-2.0/gio/giomodule.h:72:NC */ extern GList *g_io_extension_point_get_extensions (GIOExtensionPoint *); /* /usr/include/glib-2.0/gio/giomodule.h:73:NC */ extern GIOExtension *g_io_extension_point_get_extension_by_name (GIOExtensionPoint *, const char *); /* /usr/include/glib-2.0/gio/giomodule.h:75:NC */ extern GIOExtension *g_io_extension_point_implement (const char *, GType, const char *, gint); /* /usr/include/glib-2.0/gio/giomodule.h:80:NC */ extern GType g_io_extension_get_type (GIOExtension *); /* /usr/include/glib-2.0/gio/giomodule.h:81:NC */ extern const char *g_io_extension_get_name (GIOExtension *); /* /usr/include/glib-2.0/gio/giomodule.h:82:NC */ extern gint g_io_extension_get_priority (GIOExtension *); /* /usr/include/glib-2.0/gio/giomodule.h:83:NC */ extern GTypeClass *g_io_extension_ref_class (GIOExtension *); /* /usr/include/glib-2.0/gio/giomodule.h:96:NC */ extern void g_io_module_load (GIOModule *); /* /usr/include/glib-2.0/gio/giomodule.h:106:NC */ extern void g_io_module_unload (GIOModule *); /* /usr/include/glib-2.0/gio/giomodule.h:140:NC */ extern char **g_io_module_query (void); /* /usr/include/glib-2.0/gio/gioscheduler.h:35:NC */ extern void g_io_scheduler_push_job (GIOSchedulerJobFunc, gpointer, GDestroyNotify, gint, GCancellable *); /* /usr/include/glib-2.0/gio/gioscheduler.h:40:NC */ extern void g_io_scheduler_cancel_all_jobs (void); /* /usr/include/glib-2.0/gio/gioscheduler.h:41:NC */ extern gboolean g_io_scheduler_job_send_to_mainloop (GIOSchedulerJob *, GSourceFunc, gpointer, GDestroyNotify); /* /usr/include/glib-2.0/gio/gioscheduler.h:45:NC */ extern void g_io_scheduler_job_send_to_mainloop_async (GIOSchedulerJob *, GSourceFunc, gpointer, GDestroyNotify); /* /usr/include/glib-2.0/gio/gloadableicon.h:78:NC */ extern GType g_loadable_icon_get_type (void); /* /usr/include/glib-2.0/gio/gloadableicon.h:80:NC */ extern GInputStream *g_loadable_icon_load (GLoadableIcon *, int, char **, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gloadableicon.h:85:NC */ extern void g_loadable_icon_load_async (GLoadableIcon *, int, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gloadableicon.h:90:NC */ extern GInputStream *g_loadable_icon_load_finish (GLoadableIcon *, GAsyncResult *, char **, GError **); /* /usr/include/glib-2.0/gio/gmemoryinputstream.h:70:NC */ extern GType g_memory_input_stream_get_type (void); /* /usr/include/glib-2.0/gio/gmemoryinputstream.h:71:NC */ extern GInputStream *g_memory_input_stream_new (void); /* /usr/include/glib-2.0/gio/gmemoryinputstream.h:72:NC */ extern GInputStream *g_memory_input_stream_new_from_data (const void *, gssize, GDestroyNotify); /* /usr/include/glib-2.0/gio/gmemoryinputstream.h:75:NC */ extern void g_memory_input_stream_add_data (GMemoryInputStream *, const void *, gssize, GDestroyNotify); /* /usr/include/glib-2.0/gio/gmemoryoutputstream.h:85:NC */ extern GType g_memory_output_stream_get_type (void); /* /usr/include/glib-2.0/gio/gmemoryoutputstream.h:87:NC */ extern GOutputStream *g_memory_output_stream_new (gpointer, gsize, GReallocFunc, GDestroyNotify); /* /usr/include/glib-2.0/gio/gmemoryoutputstream.h:91:NC */ extern gpointer g_memory_output_stream_get_data (GMemoryOutputStream *); /* /usr/include/glib-2.0/gio/gmemoryoutputstream.h:92:NC */ extern gsize g_memory_output_stream_get_size (GMemoryOutputStream *); /* /usr/include/glib-2.0/gio/gmemoryoutputstream.h:93:NC */ extern gsize g_memory_output_stream_get_data_size (GMemoryOutputStream *); /* /usr/include/glib-2.0/gio/gmemoryoutputstream.h:94:NC */ extern gpointer g_memory_output_stream_steal_data (GMemoryOutputStream *); /* /usr/include/glib-2.0/gio/gmount.h:164:NC */ extern GType g_mount_get_type (void); /* /usr/include/glib-2.0/gio/gmount.h:166:NC */ extern GFile *g_mount_get_root (GMount *); /* /usr/include/glib-2.0/gio/gmount.h:167:NC */ extern GFile *g_mount_get_default_location (GMount *); /* /usr/include/glib-2.0/gio/gmount.h:168:NC */ extern char *g_mount_get_name (GMount *); /* /usr/include/glib-2.0/gio/gmount.h:169:NC */ extern GIcon *g_mount_get_icon (GMount *); /* /usr/include/glib-2.0/gio/gmount.h:170:NC */ extern char *g_mount_get_uuid (GMount *); /* /usr/include/glib-2.0/gio/gmount.h:171:NC */ extern GVolume *g_mount_get_volume (GMount *); /* /usr/include/glib-2.0/gio/gmount.h:172:NC */ extern GDrive *g_mount_get_drive (GMount *); /* /usr/include/glib-2.0/gio/gmount.h:173:NC */ extern gboolean g_mount_can_unmount (GMount *); /* /usr/include/glib-2.0/gio/gmount.h:174:NC */ extern gboolean g_mount_can_eject (GMount *); /* /usr/include/glib-2.0/gio/gmount.h:177:NC */ extern void g_mount_unmount (GMount *, GMountUnmountFlags, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gmount.h:184:NC */ extern gboolean g_mount_unmount_finish (GMount *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gmount.h:189:NC */ extern void g_mount_eject (GMount *, GMountUnmountFlags, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gmount.h:196:NC */ extern gboolean g_mount_eject_finish (GMount *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gmount.h:200:NC */ extern void g_mount_remount (GMount *, GMountMountFlags, GMountOperation *, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gmount.h:206:NC */ extern gboolean g_mount_remount_finish (GMount *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gmount.h:210:NC */ extern void g_mount_guess_content_type (GMount *, gboolean, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gmount.h:215:NC */ extern gchar **g_mount_guess_content_type_finish (GMount *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gmount.h:218:NC */ extern gchar **g_mount_guess_content_type_sync (GMount *, gboolean, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gmount.h:223:NC */ extern gboolean g_mount_is_shadowed (GMount *); /* /usr/include/glib-2.0/gio/gmount.h:224:NC */ extern void g_mount_shadow (GMount *); /* /usr/include/glib-2.0/gio/gmount.h:225:NC */ extern void g_mount_unshadow (GMount *); /* /usr/include/glib-2.0/gio/gmount.h:227:NC */ extern void g_mount_unmount_with_operation (GMount *, GMountUnmountFlags, GMountOperation *, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gmount.h:233:NC */ extern gboolean g_mount_unmount_with_operation_finish (GMount *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gmount.h:237:NC */ extern void g_mount_eject_with_operation (GMount *, GMountUnmountFlags, GMountOperation *, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gmount.h:243:NC */ extern gboolean g_mount_eject_with_operation_finish (GMount *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gmount.h:247:NC */ extern const gchar *g_mount_get_sort_key (GMount *); /* /usr/include/glib-2.0/gio/gmountoperation.h:97:NC */ extern GType g_mount_operation_get_type (void); /* /usr/include/glib-2.0/gio/gmountoperation.h:98:NC */ extern GMountOperation *g_mount_operation_new (void); /* /usr/include/glib-2.0/gio/gmountoperation.h:100:NC */ extern const char *g_mount_operation_get_username (GMountOperation *); /* /usr/include/glib-2.0/gio/gmountoperation.h:101:NC */ extern void g_mount_operation_set_username (GMountOperation *, const char *); /* /usr/include/glib-2.0/gio/gmountoperation.h:103:NC */ extern const char *g_mount_operation_get_password (GMountOperation *); /* /usr/include/glib-2.0/gio/gmountoperation.h:104:NC */ extern void g_mount_operation_set_password (GMountOperation *, const char *); /* /usr/include/glib-2.0/gio/gmountoperation.h:106:NC */ extern gboolean g_mount_operation_get_anonymous (GMountOperation *); /* /usr/include/glib-2.0/gio/gmountoperation.h:107:NC */ extern void g_mount_operation_set_anonymous (GMountOperation *, gboolean); /* /usr/include/glib-2.0/gio/gmountoperation.h:109:NC */ extern const char *g_mount_operation_get_domain (GMountOperation *); /* /usr/include/glib-2.0/gio/gmountoperation.h:110:NC */ extern void g_mount_operation_set_domain (GMountOperation *, const char *); /* /usr/include/glib-2.0/gio/gmountoperation.h:112:NC */ extern GPasswordSave g_mount_operation_get_password_save (GMountOperation *); /* /usr/include/glib-2.0/gio/gmountoperation.h:113:NC */ extern void g_mount_operation_set_password_save (GMountOperation *, GPasswordSave); /* /usr/include/glib-2.0/gio/gmountoperation.h:115:NC */ extern int g_mount_operation_get_choice (GMountOperation *); /* /usr/include/glib-2.0/gio/gmountoperation.h:116:NC */ extern void g_mount_operation_set_choice (GMountOperation *, int); /* /usr/include/glib-2.0/gio/gmountoperation.h:118:NC */ extern void g_mount_operation_reply (GMountOperation *, GMountOperationResult); /* /usr/include/glib-2.0/gio/gvolumemonitor.h:133:NC */ extern GType g_volume_monitor_get_type (void); /* /usr/include/glib-2.0/gio/gvolumemonitor.h:135:NC */ extern GVolumeMonitor *g_volume_monitor_get (void); /* /usr/include/glib-2.0/gio/gvolumemonitor.h:136:NC */ extern GList *g_volume_monitor_get_connected_drives (GVolumeMonitor *); /* /usr/include/glib-2.0/gio/gvolumemonitor.h:137:NC */ extern GList *g_volume_monitor_get_volumes (GVolumeMonitor *); /* /usr/include/glib-2.0/gio/gvolumemonitor.h:138:NC */ extern GList *g_volume_monitor_get_mounts (GVolumeMonitor *); /* /usr/include/glib-2.0/gio/gvolumemonitor.h:139:NC */ extern GVolume *g_volume_monitor_get_volume_for_uuid (GVolumeMonitor *, const char *); /* /usr/include/glib-2.0/gio/gvolumemonitor.h:141:NC */ extern GMount *g_volume_monitor_get_mount_for_uuid (GVolumeMonitor *, const char *); /* /usr/include/glib-2.0/gio/gvolumemonitor.h:145:NC */ extern GVolume *g_volume_monitor_adopt_orphan_mount (GMount *); /* /usr/include/glib-2.0/gio/gnativevolumemonitor.h:58:NC */ extern GType g_native_volume_monitor_get_type (void); /* /usr/include/glib-2.0/gio/gnetworkaddress.h:56:NC */ extern GType g_network_address_get_type (void); /* /usr/include/glib-2.0/gio/gnetworkaddress.h:58:NC */ extern GSocketConnectable *g_network_address_new (const gchar *, guint16); /* /usr/include/glib-2.0/gio/gnetworkaddress.h:60:NC */ extern GSocketConnectable *g_network_address_parse (const gchar *, guint16, GError **); /* /usr/include/glib-2.0/gio/gnetworkaddress.h:63:NC */ extern GSocketConnectable *g_network_address_parse_uri (const gchar *, guint16, GError **); /* /usr/include/glib-2.0/gio/gnetworkaddress.h:66:NC */ extern const gchar *g_network_address_get_hostname (GNetworkAddress *); /* /usr/include/glib-2.0/gio/gnetworkaddress.h:67:NC */ extern guint16 g_network_address_get_port (GNetworkAddress *); /* /usr/include/glib-2.0/gio/gnetworkaddress.h:68:NC */ extern const gchar *g_network_address_get_scheme (GNetworkAddress *); /* /usr/include/glib-2.0/gio/gnetworkmonitor.h:69:NC */ extern GType g_network_monitor_get_type (void); /* /usr/include/glib-2.0/gio/gnetworkmonitor.h:70:NC */ extern GNetworkMonitor *g_network_monitor_get_default (void); /* /usr/include/glib-2.0/gio/gnetworkmonitor.h:72:NC */ extern gboolean g_network_monitor_get_network_available (GNetworkMonitor *); /* /usr/include/glib-2.0/gio/gnetworkmonitor.h:74:NC */ extern gboolean g_network_monitor_can_reach (GNetworkMonitor *, GSocketConnectable *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gnetworkmonitor.h:78:NC */ extern void g_network_monitor_can_reach_async (GNetworkMonitor *, GSocketConnectable *, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gnetworkmonitor.h:83:NC */ extern gboolean g_network_monitor_can_reach_finish (GNetworkMonitor *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gnetworkservice.h:56:NC */ extern GType g_network_service_get_type (void); /* /usr/include/glib-2.0/gio/gnetworkservice.h:58:NC */ extern GSocketConnectable *g_network_service_new (const gchar *, const gchar *, const gchar *); /* /usr/include/glib-2.0/gio/gnetworkservice.h:62:NC */ extern const gchar *g_network_service_get_service (GNetworkService *); /* /usr/include/glib-2.0/gio/gnetworkservice.h:63:NC */ extern const gchar *g_network_service_get_protocol (GNetworkService *); /* /usr/include/glib-2.0/gio/gnetworkservice.h:64:NC */ extern const gchar *g_network_service_get_domain (GNetworkService *); /* /usr/include/glib-2.0/gio/gnetworkservice.h:65:NC */ extern const gchar *g_network_service_get_scheme (GNetworkService *); /* /usr/include/glib-2.0/gio/gnetworkservice.h:66:NC */ extern void g_network_service_set_scheme (GNetworkService *, const gchar *); /* /usr/include/glib-2.0/gio/gpermission.h:84:NC */ extern GType g_permission_get_type (void); /* /usr/include/glib-2.0/gio/gpermission.h:85:NC */ extern gboolean g_permission_acquire (GPermission *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gpermission.h:88:NC */ extern void g_permission_acquire_async (GPermission *, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gpermission.h:92:NC */ extern gboolean g_permission_acquire_finish (GPermission *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gpermission.h:96:NC */ extern gboolean g_permission_release (GPermission *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gpermission.h:99:NC */ extern void g_permission_release_async (GPermission *, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gpermission.h:103:NC */ extern gboolean g_permission_release_finish (GPermission *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gpermission.h:107:NC */ extern gboolean g_permission_get_allowed (GPermission *); /* /usr/include/glib-2.0/gio/gpermission.h:108:NC */ extern gboolean g_permission_get_can_acquire (GPermission *); /* /usr/include/glib-2.0/gio/gpermission.h:109:NC */ extern gboolean g_permission_get_can_release (GPermission *); /* /usr/include/glib-2.0/gio/gpermission.h:111:NC */ extern void g_permission_impl_update (GPermission *, gboolean, gboolean, gboolean); /* /usr/include/glib-2.0/gio/gpollableinputstream.h:80:NC */ extern GType g_pollable_input_stream_get_type (void); /* /usr/include/glib-2.0/gio/gpollableinputstream.h:82:NC */ extern gboolean g_pollable_input_stream_can_poll (GPollableInputStream *); /* /usr/include/glib-2.0/gio/gpollableinputstream.h:84:NC */ extern gboolean g_pollable_input_stream_is_readable (GPollableInputStream *); /* /usr/include/glib-2.0/gio/gpollableinputstream.h:85:NC */ extern GSource *g_pollable_input_stream_create_source (GPollableInputStream *, GCancellable *); /* /usr/include/glib-2.0/gio/gpollableinputstream.h:88:NC */ extern gssize g_pollable_input_stream_read_nonblocking (GPollableInputStream *, void *, gsize, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gpollableinputstream.h:95:NC */ extern GSource *g_pollable_source_new (GObject *); /* /usr/include/glib-2.0/gio/gpollableoutputstream.h:80:NC */ extern GType g_pollable_output_stream_get_type (void); /* /usr/include/glib-2.0/gio/gpollableoutputstream.h:82:NC */ extern gboolean g_pollable_output_stream_can_poll (GPollableOutputStream *); /* /usr/include/glib-2.0/gio/gpollableoutputstream.h:84:NC */ extern gboolean g_pollable_output_stream_is_writable (GPollableOutputStream *); /* /usr/include/glib-2.0/gio/gpollableoutputstream.h:85:NC */ extern GSource *g_pollable_output_stream_create_source (GPollableOutputStream *, GCancellable *); /* /usr/include/glib-2.0/gio/gpollableoutputstream.h:88:NC */ extern gssize g_pollable_output_stream_write_nonblocking (GPollableOutputStream *, const void *, gsize, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gproxy.h:99:NC */ extern GType g_proxy_get_type (void); /* /usr/include/glib-2.0/gio/gproxy.h:101:NC */ extern GProxy *g_proxy_get_default_for_protocol (const gchar *); /* /usr/include/glib-2.0/gio/gproxy.h:103:NC */ extern GIOStream *g_proxy_connect (GProxy *, GIOStream *, GProxyAddress *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gproxy.h:109:NC */ extern void g_proxy_connect_async (GProxy *, GIOStream *, GProxyAddress *, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gproxy.h:116:NC */ extern GIOStream *g_proxy_connect_finish (GProxy *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gproxy.h:120:NC */ extern gboolean g_proxy_supports_hostname (GProxy *); /* /usr/include/glib-2.0/gio/gproxyaddress.h:58:NC */ extern GType g_proxy_address_get_type (void); /* /usr/include/glib-2.0/gio/gproxyaddress.h:60:NC */ extern GSocketAddress *g_proxy_address_new (GInetAddress *, guint16, const gchar *, const gchar *, guint16, const gchar *, const gchar *); /* /usr/include/glib-2.0/gio/gproxyaddress.h:68:NC */ extern const gchar *g_proxy_address_get_protocol (GProxyAddress *); /* /usr/include/glib-2.0/gio/gproxyaddress.h:69:NC */ extern const gchar *g_proxy_address_get_destination_hostname (GProxyAddress *); /* /usr/include/glib-2.0/gio/gproxyaddress.h:70:NC */ extern guint16 g_proxy_address_get_destination_port (GProxyAddress *); /* /usr/include/glib-2.0/gio/gproxyaddress.h:71:NC */ extern const gchar *g_proxy_address_get_username (GProxyAddress *); /* /usr/include/glib-2.0/gio/gproxyaddress.h:72:NC */ extern const gchar *g_proxy_address_get_password (GProxyAddress *); /* /usr/include/glib-2.0/gio/gsocketaddressenumerator.h:72:NC */ extern GType g_socket_address_enumerator_get_type (void); /* /usr/include/glib-2.0/gio/gsocketaddressenumerator.h:74:NC */ extern GSocketAddress *g_socket_address_enumerator_next (GSocketAddressEnumerator *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gsocketaddressenumerator.h:78:NC */ extern void g_socket_address_enumerator_next_async (GSocketAddressEnumerator *, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gsocketaddressenumerator.h:82:NC */ extern GSocketAddress *g_socket_address_enumerator_next_finish (GSocketAddressEnumerator *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gproxyaddressenumerator.h:71:NC */ extern GType g_proxy_address_enumerator_get_type (void); /* /usr/include/glib-2.0/gio/gproxyresolver.h:71:NC */ extern GType g_proxy_resolver_get_type (void); /* /usr/include/glib-2.0/gio/gproxyresolver.h:72:NC */ extern GProxyResolver *g_proxy_resolver_get_default (void); /* /usr/include/glib-2.0/gio/gproxyresolver.h:74:NC */ extern gboolean g_proxy_resolver_is_supported (GProxyResolver *); /* /usr/include/glib-2.0/gio/gproxyresolver.h:75:NC */ extern gchar **g_proxy_resolver_lookup (GProxyResolver *, const gchar *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gproxyresolver.h:79:NC */ extern void g_proxy_resolver_lookup_async (GProxyResolver *, const gchar *, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gproxyresolver.h:84:NC */ extern gchar **g_proxy_resolver_lookup_finish (GProxyResolver *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gresolver.h:104:NC */ extern GType g_resolver_get_type (void); /* /usr/include/glib-2.0/gio/gresolver.h:105:NC */ extern GResolver *g_resolver_get_default (void); /* /usr/include/glib-2.0/gio/gresolver.h:106:NC */ extern void g_resolver_set_default (GResolver *); /* /usr/include/glib-2.0/gio/gresolver.h:108:NC */ extern GList *g_resolver_lookup_by_name (GResolver *, const gchar *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gresolver.h:112:NC */ extern void g_resolver_lookup_by_name_async (GResolver *, const gchar *, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gresolver.h:117:NC */ extern GList *g_resolver_lookup_by_name_finish (GResolver *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gresolver.h:121:NC */ extern void g_resolver_free_addresses (GList *); /* /usr/include/glib-2.0/gio/gresolver.h:123:NC */ extern gchar *g_resolver_lookup_by_address (GResolver *, GInetAddress *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gresolver.h:127:NC */ extern void g_resolver_lookup_by_address_async (GResolver *, GInetAddress *, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gresolver.h:132:NC */ extern gchar *g_resolver_lookup_by_address_finish (GResolver *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gresolver.h:136:NC */ extern GList *g_resolver_lookup_service (GResolver *, const gchar *, const gchar *, const gchar *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gresolver.h:142:NC */ extern void g_resolver_lookup_service_async (GResolver *, const gchar *, const gchar *, const gchar *, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gresolver.h:149:NC */ extern GList *g_resolver_lookup_service_finish (GResolver *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gresolver.h:153:NC */ extern void g_resolver_free_targets (GList *); /* /usr/include/glib-2.0/gio/gresolver.h:163:NC */ extern GQuark g_resolver_error_quark (void); /* /usr/include/glib-2.0/gio/gresource.h:50:NC */ extern GQuark g_resource_error_quark (void); /* /usr/include/glib-2.0/gio/gresource.h:62:NC */ extern GType g_resource_get_type (void); /* /usr/include/glib-2.0/gio/gresource.h:63:NC */ extern GResource *g_resource_new_from_data (GBytes *, GError **); /* /usr/include/glib-2.0/gio/gresource.h:65:NC */ extern GResource *g_resource_ref (GResource *); /* /usr/include/glib-2.0/gio/gresource.h:66:NC */ extern void g_resource_unref (GResource *); /* /usr/include/glib-2.0/gio/gresource.h:67:NC */ extern GResource *g_resource_load (const gchar *, GError **); /* /usr/include/glib-2.0/gio/gresource.h:69:NC */ extern GInputStream *g_resource_open_stream (GResource *, const char *, GResourceLookupFlags, GError **); /* /usr/include/glib-2.0/gio/gresource.h:73:NC */ extern GBytes *g_resource_lookup_data (GResource *, const char *, GResourceLookupFlags, GError **); /* /usr/include/glib-2.0/gio/gresource.h:77:NC */ extern char **g_resource_enumerate_children (GResource *, const char *, GResourceLookupFlags, GError **); /* /usr/include/glib-2.0/gio/gresource.h:81:NC */ extern gboolean g_resource_get_info (GResource *, const char *, GResourceLookupFlags, gsize *, guint32 *, GError **); /* /usr/include/glib-2.0/gio/gresource.h:88:NC */ extern void g_resources_register (GResource *); /* /usr/include/glib-2.0/gio/gresource.h:89:NC */ extern void g_resources_unregister (GResource *); /* /usr/include/glib-2.0/gio/gresource.h:90:NC */ extern GInputStream *g_resources_open_stream (const char *, GResourceLookupFlags, GError **); /* /usr/include/glib-2.0/gio/gresource.h:93:NC */ extern GBytes *g_resources_lookup_data (const char *, GResourceLookupFlags, GError **); /* /usr/include/glib-2.0/gio/gresource.h:96:NC */ extern char **g_resources_enumerate_children (const char *, GResourceLookupFlags, GError **); /* /usr/include/glib-2.0/gio/gresource.h:99:NC */ extern gboolean g_resources_get_info (const char *, GResourceLookupFlags, gsize *, guint32 *, GError **); /* /usr/include/glib-2.0/gio/gresource.h:106:NC */ extern void g_static_resource_init (GStaticResource *); /* /usr/include/glib-2.0/gio/gresource.h:107:NC */ extern void g_static_resource_fini (GStaticResource *); /* /usr/include/glib-2.0/gio/gresource.h:108:NC */ extern GResource *g_static_resource_get_resource (GStaticResource *); /* /usr/include/glib-2.0/gio/gseekable.h:81:NC */ extern GType g_seekable_get_type (void); /* /usr/include/glib-2.0/gio/gseekable.h:83:NC */ extern goffset g_seekable_tell (GSeekable *); /* /usr/include/glib-2.0/gio/gseekable.h:84:NC */ extern gboolean g_seekable_can_seek (GSeekable *); /* /usr/include/glib-2.0/gio/gseekable.h:85:NC */ extern gboolean g_seekable_seek (GSeekable *, goffset, GSeekType, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gseekable.h:90:NC */ extern gboolean g_seekable_can_truncate (GSeekable *); /* /usr/include/glib-2.0/gio/gseekable.h:91:NC */ extern gboolean g_seekable_truncate (GSeekable *, goffset, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gsettingsschema.h:30:NC */ extern GType g_settings_schema_source_get_type (void); /* /usr/include/glib-2.0/gio/gsettingsschema.h:32:NC */ extern GSettingsSchemaSource *g_settings_schema_source_get_default (void); /* /usr/include/glib-2.0/gio/gsettingsschema.h:33:NC */ extern GSettingsSchemaSource *g_settings_schema_source_ref (GSettingsSchemaSource *); /* /usr/include/glib-2.0/gio/gsettingsschema.h:34:NC */ extern void g_settings_schema_source_unref (GSettingsSchemaSource *); /* /usr/include/glib-2.0/gio/gsettingsschema.h:36:NC */ extern GSettingsSchemaSource *g_settings_schema_source_new_from_directory (const gchar *, GSettingsSchemaSource *, gboolean, GError **); /* /usr/include/glib-2.0/gio/gsettingsschema.h:41:NC */ extern GSettingsSchema *g_settings_schema_source_lookup (GSettingsSchemaSource *, const gchar *, gboolean); /* /usr/include/glib-2.0/gio/gsettingsschema.h:46:NC */ extern GType g_settings_schema_get_type (void); /* /usr/include/glib-2.0/gio/gsettingsschema.h:48:NC */ extern GSettingsSchema *g_settings_schema_ref (GSettingsSchema *); /* /usr/include/glib-2.0/gio/gsettingsschema.h:49:NC */ extern void g_settings_schema_unref (GSettingsSchema *); /* /usr/include/glib-2.0/gio/gsettingsschema.h:51:NC */ extern const gchar *g_settings_schema_get_id (GSettingsSchema *); /* /usr/include/glib-2.0/gio/gsettingsschema.h:52:NC */ extern const gchar *g_settings_schema_get_path (GSettingsSchema *); /* /usr/include/glib-2.0/gio/gsettings.h:72:NC */ extern GType g_settings_get_type (void); /* /usr/include/glib-2.0/gio/gsettings.h:74:NC */ extern const gchar *const *g_settings_list_schemas (void); /* /usr/include/glib-2.0/gio/gsettings.h:75:NC */ extern const gchar *const *g_settings_list_relocatable_schemas (void); /* /usr/include/glib-2.0/gio/gsettings.h:76:NC */ extern GSettings *g_settings_new (const gchar *); /* /usr/include/glib-2.0/gio/gsettings.h:77:NC */ extern GSettings *g_settings_new_with_path (const gchar *, const gchar *); /* /usr/include/glib-2.0/gio/gsettings.h:79:NC */ extern GSettings *g_settings_new_with_backend (const gchar *, GSettingsBackend *); /* /usr/include/glib-2.0/gio/gsettings.h:81:NC */ extern GSettings *g_settings_new_with_backend_and_path (const gchar *, GSettingsBackend *, const gchar *); /* /usr/include/glib-2.0/gio/gsettings.h:84:NC */ extern GSettings *g_settings_new_full (GSettingsSchema *, GSettingsBackend *, const gchar *); /* /usr/include/glib-2.0/gio/gsettings.h:87:NC */ extern gchar **g_settings_list_children (GSettings *); /* /usr/include/glib-2.0/gio/gsettings.h:88:NC */ extern gchar **g_settings_list_keys (GSettings *); /* /usr/include/glib-2.0/gio/gsettings.h:89:NC */ extern GVariant *g_settings_get_range (GSettings *, const gchar *); /* /usr/include/glib-2.0/gio/gsettings.h:91:NC */ extern gboolean g_settings_range_check (GSettings *, const gchar *, GVariant *); /* /usr/include/glib-2.0/gio/gsettings.h:95:NC */ extern gboolean g_settings_set_value (GSettings *, const gchar *, GVariant *); /* /usr/include/glib-2.0/gio/gsettings.h:98:NC */ extern GVariant *g_settings_get_value (GSettings *, const gchar *); /* /usr/include/glib-2.0/gio/gsettings.h:101:NC */ extern gboolean g_settings_set (GSettings *, const gchar *, const gchar *, ...); /* /usr/include/glib-2.0/gio/gsettings.h:105:NC */ extern void g_settings_get (GSettings *, const gchar *, const gchar *, ...); /* /usr/include/glib-2.0/gio/gsettings.h:109:NC */ extern void g_settings_reset (GSettings *, const gchar *); /* /usr/include/glib-2.0/gio/gsettings.h:112:NC */ extern gint g_settings_get_int (GSettings *, const gchar *); /* /usr/include/glib-2.0/gio/gsettings.h:114:NC */ extern gboolean g_settings_set_int (GSettings *, const gchar *, gint); /* /usr/include/glib-2.0/gio/gsettings.h:117:NC */ extern guint g_settings_get_uint (GSettings *, const gchar *); /* /usr/include/glib-2.0/gio/gsettings.h:119:NC */ extern gboolean g_settings_set_uint (GSettings *, const gchar *, guint); /* /usr/include/glib-2.0/gio/gsettings.h:122:NC */ extern gchar *g_settings_get_string (GSettings *, const gchar *); /* /usr/include/glib-2.0/gio/gsettings.h:124:NC */ extern gboolean g_settings_set_string (GSettings *, const gchar *, const gchar *); /* /usr/include/glib-2.0/gio/gsettings.h:127:NC */ extern gboolean g_settings_get_boolean (GSettings *, const gchar *); /* /usr/include/glib-2.0/gio/gsettings.h:129:NC */ extern gboolean g_settings_set_boolean (GSettings *, const gchar *, gboolean); /* /usr/include/glib-2.0/gio/gsettings.h:132:NC */ extern gdouble g_settings_get_double (GSettings *, const gchar *); /* /usr/include/glib-2.0/gio/gsettings.h:134:NC */ extern gboolean g_settings_set_double (GSettings *, const gchar *, gdouble); /* /usr/include/glib-2.0/gio/gsettings.h:137:NC */ extern gchar **g_settings_get_strv (GSettings *, const gchar *); /* /usr/include/glib-2.0/gio/gsettings.h:139:NC */ extern gboolean g_settings_set_strv (GSettings *, const gchar *, const gchar *const *); /* /usr/include/glib-2.0/gio/gsettings.h:142:NC */ extern gint g_settings_get_enum (GSettings *, const gchar *); /* /usr/include/glib-2.0/gio/gsettings.h:144:NC */ extern gboolean g_settings_set_enum (GSettings *, const gchar *, gint); /* /usr/include/glib-2.0/gio/gsettings.h:147:NC */ extern guint g_settings_get_flags (GSettings *, const gchar *); /* /usr/include/glib-2.0/gio/gsettings.h:149:NC */ extern gboolean g_settings_set_flags (GSettings *, const gchar *, guint); /* /usr/include/glib-2.0/gio/gsettings.h:152:NC */ extern GSettings *g_settings_get_child (GSettings *, const gchar *); /* /usr/include/glib-2.0/gio/gsettings.h:155:NC */ extern gboolean g_settings_is_writable (GSettings *, const gchar *); /* /usr/include/glib-2.0/gio/gsettings.h:158:NC */ extern void g_settings_delay (GSettings *); /* /usr/include/glib-2.0/gio/gsettings.h:159:NC */ extern void g_settings_apply (GSettings *); /* /usr/include/glib-2.0/gio/gsettings.h:160:NC */ extern void g_settings_revert (GSettings *); /* /usr/include/glib-2.0/gio/gsettings.h:161:NC */ extern gboolean g_settings_get_has_unapplied (GSettings *); /* /usr/include/glib-2.0/gio/gsettings.h:162:NC */ extern void g_settings_sync (void); /* /usr/include/glib-2.0/gio/gsettings.h:248:NC */ extern void g_settings_bind (GSettings *, const gchar *, gpointer, const gchar *, GSettingsBindFlags); /* /usr/include/glib-2.0/gio/gsettings.h:253:NC */ extern void g_settings_bind_with_mapping (GSettings *, const gchar *, gpointer, const gchar *, GSettingsBindFlags, GSettingsBindGetMapping, GSettingsBindSetMapping, gpointer, GDestroyNotify); /* /usr/include/glib-2.0/gio/gsettings.h:262:NC */ extern void g_settings_bind_writable (GSettings *, const gchar *, gpointer, const gchar *, gboolean); /* /usr/include/glib-2.0/gio/gsettings.h:267:NC */ extern void g_settings_unbind (gpointer, const gchar *); /* /usr/include/glib-2.0/gio/gsettings.h:270:NC */ extern GAction *g_settings_create_action (GSettings *, const gchar *); /* /usr/include/glib-2.0/gio/gsettings.h:273:NC */ extern gpointer g_settings_get_mapped (GSettings *, const gchar *, GSettingsGetMapping, gpointer); /* /usr/include/glib-2.0/gio/gsimpleaction.h:39:NC */ extern GType g_simple_action_get_type (void); /* /usr/include/glib-2.0/gio/gsimpleaction.h:41:NC */ extern GSimpleAction *g_simple_action_new (const gchar *, const GVariantType *); /* /usr/include/glib-2.0/gio/gsimpleaction.h:44:NC */ extern GSimpleAction *g_simple_action_new_stateful (const gchar *, const GVariantType *, GVariant *); /* /usr/include/glib-2.0/gio/gsimpleaction.h:48:NC */ extern void g_simple_action_set_enabled (GSimpleAction *, gboolean); /* /usr/include/glib-2.0/gio/gsimpleaction.h:51:NC */ extern void g_simple_action_set_state (GSimpleAction *, GVariant *); /* /usr/include/glib-2.0/gio/gsimpleactiongroup.h:73:NC */ extern GType g_simple_action_group_get_type (void); /* /usr/include/glib-2.0/gio/gsimpleactiongroup.h:75:NC */ extern GSimpleActionGroup *g_simple_action_group_new (void); /* /usr/include/glib-2.0/gio/gsimpleactiongroup.h:77:NC */ extern GAction *g_simple_action_group_lookup (GSimpleActionGroup *, const gchar *); /* /usr/include/glib-2.0/gio/gsimpleactiongroup.h:80:NC */ extern void g_simple_action_group_insert (GSimpleActionGroup *, GAction *); /* /usr/include/glib-2.0/gio/gsimpleactiongroup.h:83:NC */ extern void g_simple_action_group_remove (GSimpleActionGroup *, const gchar *); /* /usr/include/glib-2.0/gio/gsimpleactiongroup.h:86:NC */ extern void g_simple_action_group_add_entries (GSimpleActionGroup *, const GActionEntry *, gint, gpointer); /* /usr/include/glib-2.0/gio/gsimpleasyncresult.h:49:NC */ extern GType g_simple_async_result_get_type (void); /* /usr/include/glib-2.0/gio/gsimpleasyncresult.h:51:NC */ extern GSimpleAsyncResult *g_simple_async_result_new (GObject *, GAsyncReadyCallback, gpointer, gpointer); /* /usr/include/glib-2.0/gio/gsimpleasyncresult.h:55:NC */ extern GSimpleAsyncResult *g_simple_async_result_new_error (GObject *, GAsyncReadyCallback, gpointer, GQuark, gint, const char *, ...); /* /usr/include/glib-2.0/gio/gsimpleasyncresult.h:62:NC */ extern GSimpleAsyncResult *g_simple_async_result_new_from_error (GObject *, GAsyncReadyCallback, gpointer, const GError *); /* /usr/include/glib-2.0/gio/gsimpleasyncresult.h:66:NC */ extern GSimpleAsyncResult *g_simple_async_result_new_take_error (GObject *, GAsyncReadyCallback, gpointer, GError *); /* /usr/include/glib-2.0/gio/gsimpleasyncresult.h:71:NC */ extern void g_simple_async_result_set_op_res_gpointer (GSimpleAsyncResult *, gpointer, GDestroyNotify); /* /usr/include/glib-2.0/gio/gsimpleasyncresult.h:74:NC */ extern gpointer g_simple_async_result_get_op_res_gpointer (GSimpleAsyncResult *); /* /usr/include/glib-2.0/gio/gsimpleasyncresult.h:76:NC */ extern void g_simple_async_result_set_op_res_gssize (GSimpleAsyncResult *, gssize); /* /usr/include/glib-2.0/gio/gsimpleasyncresult.h:78:NC */ extern gssize g_simple_async_result_get_op_res_gssize (GSimpleAsyncResult *); /* /usr/include/glib-2.0/gio/gsimpleasyncresult.h:80:NC */ extern void g_simple_async_result_set_op_res_gboolean (GSimpleAsyncResult *, gboolean); /* /usr/include/glib-2.0/gio/gsimpleasyncresult.h:82:NC */ extern gboolean g_simple_async_result_get_op_res_gboolean (GSimpleAsyncResult *); /* /usr/include/glib-2.0/gio/gsimpleasyncresult.h:86:NC */ extern void g_simple_async_result_set_check_cancellable (GSimpleAsyncResult *, GCancellable *); /* /usr/include/glib-2.0/gio/gsimpleasyncresult.h:88:NC */ extern gpointer g_simple_async_result_get_source_tag (GSimpleAsyncResult *); /* /usr/include/glib-2.0/gio/gsimpleasyncresult.h:89:NC */ extern void g_simple_async_result_set_handle_cancellation (GSimpleAsyncResult *, gboolean); /* /usr/include/glib-2.0/gio/gsimpleasyncresult.h:91:NC */ extern void g_simple_async_result_complete (GSimpleAsyncResult *); /* /usr/include/glib-2.0/gio/gsimpleasyncresult.h:92:NC */ extern void g_simple_async_result_complete_in_idle (GSimpleAsyncResult *); /* /usr/include/glib-2.0/gio/gsimpleasyncresult.h:93:NC */ extern void g_simple_async_result_run_in_thread (GSimpleAsyncResult *, GSimpleAsyncThreadFunc, int, GCancellable *); /* /usr/include/glib-2.0/gio/gsimpleasyncresult.h:97:NC */ extern void g_simple_async_result_set_from_error (GSimpleAsyncResult *, const GError *); /* /usr/include/glib-2.0/gio/gsimpleasyncresult.h:99:NC */ extern void g_simple_async_result_take_error (GSimpleAsyncResult *, GError *); /* /usr/include/glib-2.0/gio/gsimpleasyncresult.h:101:NC */ extern gboolean g_simple_async_result_propagate_error (GSimpleAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gsimpleasyncresult.h:103:NC */ extern void g_simple_async_result_set_error (GSimpleAsyncResult *, GQuark, gint, const char *, ...); /* /usr/include/glib-2.0/gio/gsimpleasyncresult.h:108:NC */ extern void g_simple_async_result_set_error_va (GSimpleAsyncResult *, GQuark, gint, const char *, __va_list_tag *); /* /usr/include/glib-2.0/gio/gsimpleasyncresult.h:113:NC */ extern gboolean g_simple_async_result_is_valid (GAsyncResult *, GObject *, gpointer); /* /usr/include/glib-2.0/gio/gsimpleasyncresult.h:117:NC */ extern void g_simple_async_report_error_in_idle (GObject *, GAsyncReadyCallback, gpointer, GQuark, gint, const char *, ...); /* /usr/include/glib-2.0/gio/gsimpleasyncresult.h:124:NC */ extern void g_simple_async_report_gerror_in_idle (GObject *, GAsyncReadyCallback, gpointer, const GError *); /* /usr/include/glib-2.0/gio/gsimpleasyncresult.h:128:NC */ extern void g_simple_async_report_take_gerror_in_idle (GObject *, GAsyncReadyCallback, gpointer, GError *); /* /usr/include/glib-2.0/gio/gsimplepermission.h:40:NC */ extern GType g_simple_permission_get_type (void); /* /usr/include/glib-2.0/gio/gsimplepermission.h:41:NC */ extern GPermission *g_simple_permission_new (gboolean); /* /usr/include/glib-2.0/gio/gsocketclient.h:73:NC */ extern GType g_socket_client_get_type (void); /* /usr/include/glib-2.0/gio/gsocketclient.h:75:NC */ extern GSocketClient *g_socket_client_new (void); /* /usr/include/glib-2.0/gio/gsocketclient.h:77:NC */ extern GSocketFamily g_socket_client_get_family (GSocketClient *); /* /usr/include/glib-2.0/gio/gsocketclient.h:78:NC */ extern void g_socket_client_set_family (GSocketClient *, GSocketFamily); /* /usr/include/glib-2.0/gio/gsocketclient.h:80:NC */ extern GSocketType g_socket_client_get_socket_type (GSocketClient *); /* /usr/include/glib-2.0/gio/gsocketclient.h:81:NC */ extern void g_socket_client_set_socket_type (GSocketClient *, GSocketType); /* /usr/include/glib-2.0/gio/gsocketclient.h:83:NC */ extern GSocketProtocol g_socket_client_get_protocol (GSocketClient *); /* /usr/include/glib-2.0/gio/gsocketclient.h:84:NC */ extern void g_socket_client_set_protocol (GSocketClient *, GSocketProtocol); /* /usr/include/glib-2.0/gio/gsocketclient.h:86:NC */ extern GSocketAddress *g_socket_client_get_local_address (GSocketClient *); /* /usr/include/glib-2.0/gio/gsocketclient.h:87:NC */ extern void g_socket_client_set_local_address (GSocketClient *, GSocketAddress *); /* /usr/include/glib-2.0/gio/gsocketclient.h:89:NC */ extern guint g_socket_client_get_timeout (GSocketClient *); /* /usr/include/glib-2.0/gio/gsocketclient.h:90:NC */ extern void g_socket_client_set_timeout (GSocketClient *, guint); /* /usr/include/glib-2.0/gio/gsocketclient.h:92:NC */ extern gboolean g_socket_client_get_enable_proxy (GSocketClient *); /* /usr/include/glib-2.0/gio/gsocketclient.h:93:NC */ extern void g_socket_client_set_enable_proxy (GSocketClient *, gboolean); /* /usr/include/glib-2.0/gio/gsocketclient.h:96:NC */ extern gboolean g_socket_client_get_tls (GSocketClient *); /* /usr/include/glib-2.0/gio/gsocketclient.h:97:NC */ extern void g_socket_client_set_tls (GSocketClient *, gboolean); /* /usr/include/glib-2.0/gio/gsocketclient.h:99:NC */ extern GTlsCertificateFlags g_socket_client_get_tls_validation_flags (GSocketClient *); /* /usr/include/glib-2.0/gio/gsocketclient.h:100:NC */ extern void g_socket_client_set_tls_validation_flags (GSocketClient *, GTlsCertificateFlags); /* /usr/include/glib-2.0/gio/gsocketclient.h:103:NC */ extern GSocketConnection *g_socket_client_connect (GSocketClient *, GSocketConnectable *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gsocketclient.h:107:NC */ extern GSocketConnection *g_socket_client_connect_to_host (GSocketClient *, const gchar *, guint16, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gsocketclient.h:112:NC */ extern GSocketConnection *g_socket_client_connect_to_service (GSocketClient *, const gchar *, const gchar *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gsocketclient.h:117:NC */ extern GSocketConnection *g_socket_client_connect_to_uri (GSocketClient *, const gchar *, guint16, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gsocketclient.h:122:NC */ extern void g_socket_client_connect_async (GSocketClient *, GSocketConnectable *, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gsocketclient.h:127:NC */ extern GSocketConnection *g_socket_client_connect_finish (GSocketClient *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gsocketclient.h:130:NC */ extern void g_socket_client_connect_to_host_async (GSocketClient *, const gchar *, guint16, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gsocketclient.h:136:NC */ extern GSocketConnection *g_socket_client_connect_to_host_finish (GSocketClient *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gsocketclient.h:140:NC */ extern void g_socket_client_connect_to_service_async (GSocketClient *, const gchar *, const gchar *, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gsocketclient.h:146:NC */ extern GSocketConnection *g_socket_client_connect_to_service_finish (GSocketClient *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gsocketclient.h:149:NC */ extern void g_socket_client_connect_to_uri_async (GSocketClient *, const gchar *, guint16, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gsocketclient.h:155:NC */ extern GSocketConnection *g_socket_client_connect_to_uri_finish (GSocketClient *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gsocketclient.h:158:NC */ extern void g_socket_client_add_application_proxy (GSocketClient *, const gchar *); /* /usr/include/glib-2.0/gio/gsocketconnectable.h:65:NC */ extern GType g_socket_connectable_get_type (void); /* /usr/include/glib-2.0/gio/gsocketconnectable.h:67:NC */ extern GSocketAddressEnumerator *g_socket_connectable_enumerate (GSocketConnectable *); /* /usr/include/glib-2.0/gio/gsocketconnectable.h:69:NC */ extern GSocketAddressEnumerator *g_socket_connectable_proxy_enumerate (GSocketConnectable *); /* /usr/include/glib-2.0/gio/gsocket.h:76:NC */ extern GType g_socket_get_type (void); /* /usr/include/glib-2.0/gio/gsocket.h:77:NC */ extern GSocket *g_socket_new (GSocketFamily, GSocketType, GSocketProtocol, GError **); /* /usr/include/glib-2.0/gio/gsocket.h:81:NC */ extern GSocket *g_socket_new_from_fd (gint, GError **); /* /usr/include/glib-2.0/gio/gsocket.h:83:NC */ extern int g_socket_get_fd (GSocket *); /* /usr/include/glib-2.0/gio/gsocket.h:84:NC */ extern GSocketFamily g_socket_get_family (GSocket *); /* /usr/include/glib-2.0/gio/gsocket.h:85:NC */ extern GSocketType g_socket_get_socket_type (GSocket *); /* /usr/include/glib-2.0/gio/gsocket.h:86:NC */ extern GSocketProtocol g_socket_get_protocol (GSocket *); /* /usr/include/glib-2.0/gio/gsocket.h:87:NC */ extern GSocketAddress *g_socket_get_local_address (GSocket *, GError **); /* /usr/include/glib-2.0/gio/gsocket.h:89:NC */ extern GSocketAddress *g_socket_get_remote_address (GSocket *, GError **); /* /usr/include/glib-2.0/gio/gsocket.h:91:NC */ extern void g_socket_set_blocking (GSocket *, gboolean); /* /usr/include/glib-2.0/gio/gsocket.h:93:NC */ extern gboolean g_socket_get_blocking (GSocket *); /* /usr/include/glib-2.0/gio/gsocket.h:94:NC */ extern void g_socket_set_keepalive (GSocket *, gboolean); /* /usr/include/glib-2.0/gio/gsocket.h:96:NC */ extern gboolean g_socket_get_keepalive (GSocket *); /* /usr/include/glib-2.0/gio/gsocket.h:97:NC */ extern gint g_socket_get_listen_backlog (GSocket *); /* /usr/include/glib-2.0/gio/gsocket.h:98:NC */ extern void g_socket_set_listen_backlog (GSocket *, gint); /* /usr/include/glib-2.0/gio/gsocket.h:100:NC */ extern guint g_socket_get_timeout (GSocket *); /* /usr/include/glib-2.0/gio/gsocket.h:101:NC */ extern void g_socket_set_timeout (GSocket *, guint); /* /usr/include/glib-2.0/gio/gsocket.h:104:NC */ extern guint g_socket_get_ttl (GSocket *); /* /usr/include/glib-2.0/gio/gsocket.h:105:NC */ extern void g_socket_set_ttl (GSocket *, guint); /* /usr/include/glib-2.0/gio/gsocket.h:108:NC */ extern gboolean g_socket_get_broadcast (GSocket *); /* /usr/include/glib-2.0/gio/gsocket.h:109:NC */ extern void g_socket_set_broadcast (GSocket *, gboolean); /* /usr/include/glib-2.0/gio/gsocket.h:112:NC */ extern gboolean g_socket_get_multicast_loopback (GSocket *); /* /usr/include/glib-2.0/gio/gsocket.h:113:NC */ extern void g_socket_set_multicast_loopback (GSocket *, gboolean); /* /usr/include/glib-2.0/gio/gsocket.h:115:NC */ extern guint g_socket_get_multicast_ttl (GSocket *); /* /usr/include/glib-2.0/gio/gsocket.h:116:NC */ extern void g_socket_set_multicast_ttl (GSocket *, guint); /* /usr/include/glib-2.0/gio/gsocket.h:118:NC */ extern gboolean g_socket_is_connected (GSocket *); /* /usr/include/glib-2.0/gio/gsocket.h:119:NC */ extern gboolean g_socket_bind (GSocket *, GSocketAddress *, gboolean, GError **); /* /usr/include/glib-2.0/gio/gsocket.h:123:NC */ extern gboolean g_socket_join_multicast_group (GSocket *, GInetAddress *, gboolean, const gchar *, GError **); /* /usr/include/glib-2.0/gio/gsocket.h:128:NC */ extern gboolean g_socket_leave_multicast_group (GSocket *, GInetAddress *, gboolean, const gchar *, GError **); /* /usr/include/glib-2.0/gio/gsocket.h:133:NC */ extern gboolean g_socket_connect (GSocket *, GSocketAddress *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gsocket.h:137:NC */ extern gboolean g_socket_check_connect_result (GSocket *, GError **); /* /usr/include/glib-2.0/gio/gsocket.h:140:NC */ extern gssize g_socket_get_available_bytes (GSocket *); /* /usr/include/glib-2.0/gio/gsocket.h:142:NC */ extern GIOCondition g_socket_condition_check (GSocket *, GIOCondition); /* /usr/include/glib-2.0/gio/gsocket.h:144:NC */ extern gboolean g_socket_condition_wait (GSocket *, GIOCondition, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gsocket.h:148:NC */ extern gboolean g_socket_condition_timed_wait (GSocket *, GIOCondition, gint64, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gsocket.h:153:NC */ extern GSocket *g_socket_accept (GSocket *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gsocket.h:156:NC */ extern gboolean g_socket_listen (GSocket *, GError **); /* /usr/include/glib-2.0/gio/gsocket.h:158:NC */ extern gssize g_socket_receive (GSocket *, gchar *, gsize, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gsocket.h:163:NC */ extern gssize g_socket_receive_from (GSocket *, GSocketAddress **, gchar *, gsize, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gsocket.h:169:NC */ extern gssize g_socket_send (GSocket *, const gchar *, gsize, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gsocket.h:174:NC */ extern gssize g_socket_send_to (GSocket *, GSocketAddress *, const gchar *, gsize, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gsocket.h:180:NC */ extern gssize g_socket_receive_message (GSocket *, GSocketAddress **, GInputVector *, gint, GSocketControlMessage ***, gint *, gint *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gsocket.h:189:NC */ extern gssize g_socket_send_message (GSocket *, GSocketAddress *, GOutputVector *, gint, GSocketControlMessage **, gint, gint, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gsocket.h:198:NC */ extern gboolean g_socket_close (GSocket *, GError **); /* /usr/include/glib-2.0/gio/gsocket.h:200:NC */ extern gboolean g_socket_shutdown (GSocket *, gboolean, gboolean, GError **); /* /usr/include/glib-2.0/gio/gsocket.h:204:NC */ extern gboolean g_socket_is_closed (GSocket *); /* /usr/include/glib-2.0/gio/gsocket.h:205:NC */ extern GSource *g_socket_create_source (GSocket *, GIOCondition, GCancellable *); /* /usr/include/glib-2.0/gio/gsocket.h:208:NC */ extern gboolean g_socket_speaks_ipv4 (GSocket *); /* /usr/include/glib-2.0/gio/gsocket.h:209:NC */ extern GCredentials *g_socket_get_credentials (GSocket *, GError **); /* /usr/include/glib-2.0/gio/gsocket.h:212:NC */ extern gssize g_socket_receive_with_blocking (GSocket *, gchar *, gsize, gboolean, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gsocket.h:218:NC */ extern gssize g_socket_send_with_blocking (GSocket *, const gchar *, gsize, gboolean, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gsocketconnection.h:73:NC */ extern GType g_socket_connection_get_type (void); /* /usr/include/glib-2.0/gio/gsocketconnection.h:75:NC */ extern gboolean g_socket_connection_is_connected (GSocketConnection *); /* /usr/include/glib-2.0/gio/gsocketconnection.h:76:NC */ extern gboolean g_socket_connection_connect (GSocketConnection *, GSocketAddress *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gsocketconnection.h:80:NC */ extern void g_socket_connection_connect_async (GSocketConnection *, GSocketAddress *, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gsocketconnection.h:85:NC */ extern gboolean g_socket_connection_connect_finish (GSocketConnection *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gsocketconnection.h:89:NC */ extern GSocket *g_socket_connection_get_socket (GSocketConnection *); /* /usr/include/glib-2.0/gio/gsocketconnection.h:90:NC */ extern GSocketAddress *g_socket_connection_get_local_address (GSocketConnection *, GError **); /* /usr/include/glib-2.0/gio/gsocketconnection.h:92:NC */ extern GSocketAddress *g_socket_connection_get_remote_address (GSocketConnection *, GError **); /* /usr/include/glib-2.0/gio/gsocketconnection.h:95:NC */ extern void g_socket_connection_factory_register_type (GType, GSocketFamily, GSocketType, gint); /* /usr/include/glib-2.0/gio/gsocketconnection.h:99:NC */ extern GType g_socket_connection_factory_lookup_type (GSocketFamily, GSocketType, gint); /* /usr/include/glib-2.0/gio/gsocketconnection.h:102:NC */ extern GSocketConnection *g_socket_connection_factory_create_connection (GSocket *); /* /usr/include/glib-2.0/gio/gsocketcontrolmessage.h:91:NC */ extern GType g_socket_control_message_get_type (void); /* /usr/include/glib-2.0/gio/gsocketcontrolmessage.h:92:NC */ extern gsize g_socket_control_message_get_size (GSocketControlMessage *); /* /usr/include/glib-2.0/gio/gsocketcontrolmessage.h:93:NC */ extern int g_socket_control_message_get_level (GSocketControlMessage *); /* /usr/include/glib-2.0/gio/gsocketcontrolmessage.h:94:NC */ extern int g_socket_control_message_get_msg_type (GSocketControlMessage *); /* /usr/include/glib-2.0/gio/gsocketcontrolmessage.h:95:NC */ extern void g_socket_control_message_serialize (GSocketControlMessage *, gpointer); /* /usr/include/glib-2.0/gio/gsocketcontrolmessage.h:97:NC */ extern GSocketControlMessage *g_socket_control_message_deserialize (int, int, gsize, gpointer); /* /usr/include/glib-2.0/gio/gsocketlistener.h:79:NC */ extern GType g_socket_listener_get_type (void); /* /usr/include/glib-2.0/gio/gsocketlistener.h:81:NC */ extern GSocketListener *g_socket_listener_new (void); /* /usr/include/glib-2.0/gio/gsocketlistener.h:83:NC */ extern void g_socket_listener_set_backlog (GSocketListener *, int); /* /usr/include/glib-2.0/gio/gsocketlistener.h:86:NC */ extern gboolean g_socket_listener_add_socket (GSocketListener *, GSocket *, GObject *, GError **); /* /usr/include/glib-2.0/gio/gsocketlistener.h:90:NC */ extern gboolean g_socket_listener_add_address (GSocketListener *, GSocketAddress *, GSocketType, GSocketProtocol, GObject *, GSocketAddress **, GError **); /* /usr/include/glib-2.0/gio/gsocketlistener.h:97:NC */ extern gboolean g_socket_listener_add_inet_port (GSocketListener *, guint16, GObject *, GError **); /* /usr/include/glib-2.0/gio/gsocketlistener.h:101:NC */ extern guint16 g_socket_listener_add_any_inet_port (GSocketListener *, GObject *, GError **); /* /usr/include/glib-2.0/gio/gsocketlistener.h:105:NC */ extern GSocket *g_socket_listener_accept_socket (GSocketListener *, GObject **, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gsocketlistener.h:109:NC */ extern void g_socket_listener_accept_socket_async (GSocketListener *, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gsocketlistener.h:113:NC */ extern GSocket *g_socket_listener_accept_socket_finish (GSocketListener *, GAsyncResult *, GObject **, GError **); /* /usr/include/glib-2.0/gio/gsocketlistener.h:119:NC */ extern GSocketConnection *g_socket_listener_accept (GSocketListener *, GObject **, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gsocketlistener.h:124:NC */ extern void g_socket_listener_accept_async (GSocketListener *, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gsocketlistener.h:129:NC */ extern GSocketConnection *g_socket_listener_accept_finish (GSocketListener *, GAsyncResult *, GObject **, GError **); /* /usr/include/glib-2.0/gio/gsocketlistener.h:134:NC */ extern void g_socket_listener_close (GSocketListener *); /* /usr/include/glib-2.0/gio/gsocketservice.h:78:NC */ extern GType g_socket_service_get_type (void); /* /usr/include/glib-2.0/gio/gsocketservice.h:80:NC */ extern GSocketService *g_socket_service_new (void); /* /usr/include/glib-2.0/gio/gsocketservice.h:81:NC */ extern void g_socket_service_start (GSocketService *); /* /usr/include/glib-2.0/gio/gsocketservice.h:82:NC */ extern void g_socket_service_stop (GSocketService *); /* /usr/include/glib-2.0/gio/gsocketservice.h:83:NC */ extern gboolean g_socket_service_is_active (GSocketService *); /* /usr/include/glib-2.0/gio/gsrvtarget.h:32:NC */ extern GType g_srv_target_get_type (void); /* /usr/include/glib-2.0/gio/gsrvtarget.h:35:NC */ extern GSrvTarget *g_srv_target_new (const gchar *, guint16, guint16, guint16); /* /usr/include/glib-2.0/gio/gsrvtarget.h:39:NC */ extern GSrvTarget *g_srv_target_copy (GSrvTarget *); /* /usr/include/glib-2.0/gio/gsrvtarget.h:40:NC */ extern void g_srv_target_free (GSrvTarget *); /* /usr/include/glib-2.0/gio/gsrvtarget.h:42:NC */ extern const gchar *g_srv_target_get_hostname (GSrvTarget *); /* /usr/include/glib-2.0/gio/gsrvtarget.h:43:NC */ extern guint16 g_srv_target_get_port (GSrvTarget *); /* /usr/include/glib-2.0/gio/gsrvtarget.h:44:NC */ extern guint16 g_srv_target_get_priority (GSrvTarget *); /* /usr/include/glib-2.0/gio/gsrvtarget.h:45:NC */ extern guint16 g_srv_target_get_weight (GSrvTarget *); /* /usr/include/glib-2.0/gio/gsrvtarget.h:47:NC */ extern GList *g_srv_target_list_sort (GList *); /* /usr/include/glib-2.0/gio/gtcpconnection.h:60:NC */ extern GType g_tcp_connection_get_type (void); /* /usr/include/glib-2.0/gio/gtcpconnection.h:62:NC */ extern void g_tcp_connection_set_graceful_disconnect (GTcpConnection *, gboolean); /* /usr/include/glib-2.0/gio/gtcpconnection.h:64:NC */ extern gboolean g_tcp_connection_get_graceful_disconnect (GTcpConnection *); /* /usr/include/glib-2.0/gio/gtcpwrapperconnection.h:60:NC */ extern GType g_tcp_wrapper_connection_get_type (void); /* /usr/include/glib-2.0/gio/gtcpwrapperconnection.h:62:NC */ extern GSocketConnection *g_tcp_wrapper_connection_new (GIOStream *, GSocket *); /* /usr/include/glib-2.0/gio/gtcpwrapperconnection.h:64:NC */ extern GIOStream *g_tcp_wrapper_connection_get_base_io_stream (GTcpWrapperConnection *); /* /usr/include/glib-2.0/gio/gthemedicon.h:48:NC */ extern GType g_themed_icon_get_type (void); /* /usr/include/glib-2.0/gio/gthemedicon.h:50:NC */ extern GIcon *g_themed_icon_new (const char *); /* /usr/include/glib-2.0/gio/gthemedicon.h:51:NC */ extern GIcon *g_themed_icon_new_with_default_fallbacks (const char *); /* /usr/include/glib-2.0/gio/gthemedicon.h:52:NC */ extern GIcon *g_themed_icon_new_from_names (char **, int); /* /usr/include/glib-2.0/gio/gthemedicon.h:54:NC */ extern void g_themed_icon_prepend_name (GThemedIcon *, const char *); /* /usr/include/glib-2.0/gio/gthemedicon.h:56:NC */ extern void g_themed_icon_append_name (GThemedIcon *, const char *); /* /usr/include/glib-2.0/gio/gthemedicon.h:59:NC */ extern const gchar *const *g_themed_icon_get_names (GThemedIcon *); /* /usr/include/glib-2.0/gio/gthreadedsocketservice.h:76:NC */ extern GType g_threaded_socket_service_get_type (void); /* /usr/include/glib-2.0/gio/gthreadedsocketservice.h:77:NC */ extern GSocketService *g_threaded_socket_service_new (int); /* /usr/include/glib-2.0/gio/gtlsbackend.h:75:NC */ extern GType g_tls_backend_get_type (void); /* /usr/include/glib-2.0/gio/gtlsbackend.h:77:NC */ extern GTlsBackend *g_tls_backend_get_default (void); /* /usr/include/glib-2.0/gio/gtlsbackend.h:79:NC */ extern GTlsDatabase *g_tls_backend_get_default_database (GTlsBackend *); /* /usr/include/glib-2.0/gio/gtlsbackend.h:81:NC */ extern gboolean g_tls_backend_supports_tls (GTlsBackend *); /* /usr/include/glib-2.0/gio/gtlsbackend.h:83:NC */ extern GType g_tls_backend_get_certificate_type (GTlsBackend *); /* /usr/include/glib-2.0/gio/gtlsbackend.h:84:NC */ extern GType g_tls_backend_get_client_connection_type (GTlsBackend *); /* /usr/include/glib-2.0/gio/gtlsbackend.h:85:NC */ extern GType g_tls_backend_get_server_connection_type (GTlsBackend *); /* /usr/include/glib-2.0/gio/gtlsbackend.h:86:NC */ extern GType g_tls_backend_get_file_database_type (GTlsBackend *); /* /usr/include/glib-2.0/gio/gtlscertificate.h:61:NC */ extern GType g_tls_certificate_get_type (void); /* /usr/include/glib-2.0/gio/gtlscertificate.h:63:NC */ extern GTlsCertificate *g_tls_certificate_new_from_pem (const gchar *, gssize, GError **); /* /usr/include/glib-2.0/gio/gtlscertificate.h:67:NC */ extern GTlsCertificate *g_tls_certificate_new_from_file (const gchar *, GError **); /* /usr/include/glib-2.0/gio/gtlscertificate.h:69:NC */ extern GTlsCertificate *g_tls_certificate_new_from_files (const gchar *, const gchar *, GError **); /* /usr/include/glib-2.0/gio/gtlscertificate.h:72:NC */ extern GList *g_tls_certificate_list_new_from_file (const gchar *, GError **); /* /usr/include/glib-2.0/gio/gtlscertificate.h:75:NC */ extern GTlsCertificate *g_tls_certificate_get_issuer (GTlsCertificate *); /* /usr/include/glib-2.0/gio/gtlscertificate.h:77:NC */ extern GTlsCertificateFlags g_tls_certificate_verify (GTlsCertificate *, GSocketConnectable *, GTlsCertificate *); /* /usr/include/glib-2.0/gio/gtlsconnection.h:76:NC */ extern GType g_tls_connection_get_type (void); /* /usr/include/glib-2.0/gio/gtlsconnection.h:79:NC */ extern void g_tls_connection_set_use_system_certdb (GTlsConnection *, gboolean); /* /usr/include/glib-2.0/gio/gtlsconnection.h:82:NC */ extern gboolean g_tls_connection_get_use_system_certdb (GTlsConnection *); /* /usr/include/glib-2.0/gio/gtlsconnection.h:84:NC */ extern void g_tls_connection_set_database (GTlsConnection *, GTlsDatabase *); /* /usr/include/glib-2.0/gio/gtlsconnection.h:86:NC */ extern GTlsDatabase *g_tls_connection_get_database (GTlsConnection *); /* /usr/include/glib-2.0/gio/gtlsconnection.h:88:NC */ extern void g_tls_connection_set_certificate (GTlsConnection *, GTlsCertificate *); /* /usr/include/glib-2.0/gio/gtlsconnection.h:90:NC */ extern GTlsCertificate *g_tls_connection_get_certificate (GTlsConnection *); /* /usr/include/glib-2.0/gio/gtlsconnection.h:92:NC */ extern void g_tls_connection_set_interaction (GTlsConnection *, GTlsInteraction *); /* /usr/include/glib-2.0/gio/gtlsconnection.h:94:NC */ extern GTlsInteraction *g_tls_connection_get_interaction (GTlsConnection *); /* /usr/include/glib-2.0/gio/gtlsconnection.h:96:NC */ extern GTlsCertificate *g_tls_connection_get_peer_certificate (GTlsConnection *); /* /usr/include/glib-2.0/gio/gtlsconnection.h:97:NC */ extern GTlsCertificateFlags g_tls_connection_get_peer_certificate_errors (GTlsConnection *); /* /usr/include/glib-2.0/gio/gtlsconnection.h:99:NC */ extern void g_tls_connection_set_require_close_notify (GTlsConnection *, gboolean); /* /usr/include/glib-2.0/gio/gtlsconnection.h:101:NC */ extern gboolean g_tls_connection_get_require_close_notify (GTlsConnection *); /* /usr/include/glib-2.0/gio/gtlsconnection.h:103:NC */ extern void g_tls_connection_set_rehandshake_mode (GTlsConnection *, GTlsRehandshakeMode); /* /usr/include/glib-2.0/gio/gtlsconnection.h:105:NC */ extern GTlsRehandshakeMode g_tls_connection_get_rehandshake_mode (GTlsConnection *); /* /usr/include/glib-2.0/gio/gtlsconnection.h:107:NC */ extern gboolean g_tls_connection_handshake (GTlsConnection *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gtlsconnection.h:111:NC */ extern void g_tls_connection_handshake_async (GTlsConnection *, int, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gtlsconnection.h:116:NC */ extern gboolean g_tls_connection_handshake_finish (GTlsConnection *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gtlsconnection.h:128:NC */ extern GQuark g_tls_error_quark (void); /* /usr/include/glib-2.0/gio/gtlsconnection.h:132:NC */ extern gboolean g_tls_connection_emit_accept_certificate (GTlsConnection *, GTlsCertificate *, GTlsCertificateFlags); /* /usr/include/glib-2.0/gio/gtlsclientconnection.h:45:NC */ extern GType g_tls_client_connection_get_type (void); /* /usr/include/glib-2.0/gio/gtlsclientconnection.h:47:NC */ extern GIOStream *g_tls_client_connection_new (GIOStream *, GSocketConnectable *, GError **); /* /usr/include/glib-2.0/gio/gtlsclientconnection.h:51:NC */ extern GTlsCertificateFlags g_tls_client_connection_get_validation_flags (GTlsClientConnection *); /* /usr/include/glib-2.0/gio/gtlsclientconnection.h:52:NC */ extern void g_tls_client_connection_set_validation_flags (GTlsClientConnection *, GTlsCertificateFlags); /* /usr/include/glib-2.0/gio/gtlsclientconnection.h:54:NC */ extern GSocketConnectable *g_tls_client_connection_get_server_identity (GTlsClientConnection *); /* /usr/include/glib-2.0/gio/gtlsclientconnection.h:55:NC */ extern void g_tls_client_connection_set_server_identity (GTlsClientConnection *, GSocketConnectable *); /* /usr/include/glib-2.0/gio/gtlsclientconnection.h:57:NC */ extern gboolean g_tls_client_connection_get_use_ssl3 (GTlsClientConnection *); /* /usr/include/glib-2.0/gio/gtlsclientconnection.h:58:NC */ extern void g_tls_client_connection_set_use_ssl3 (GTlsClientConnection *, gboolean); /* /usr/include/glib-2.0/gio/gtlsclientconnection.h:60:NC */ extern GList *g_tls_client_connection_get_accepted_cas (GTlsClientConnection *); /* /usr/include/glib-2.0/gio/gtlsdatabase.h:148:NC */ extern GType g_tls_database_get_type (void); /* /usr/include/glib-2.0/gio/gtlsdatabase.h:150:NC */ extern GTlsCertificateFlags g_tls_database_verify_chain (GTlsDatabase *, GTlsCertificate *, const gchar *, GSocketConnectable *, GTlsInteraction *, GTlsDatabaseVerifyFlags, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gtlsdatabase.h:159:NC */ extern void g_tls_database_verify_chain_async (GTlsDatabase *, GTlsCertificate *, const gchar *, GSocketConnectable *, GTlsInteraction *, GTlsDatabaseVerifyFlags, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gtlsdatabase.h:169:NC */ extern GTlsCertificateFlags g_tls_database_verify_chain_finish (GTlsDatabase *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gtlsdatabase.h:173:NC */ extern gchar *g_tls_database_create_certificate_handle (GTlsDatabase *, GTlsCertificate *); /* /usr/include/glib-2.0/gio/gtlsdatabase.h:176:NC */ extern GTlsCertificate *g_tls_database_lookup_certificate_for_handle (GTlsDatabase *, const gchar *, GTlsInteraction *, GTlsDatabaseLookupFlags, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gtlsdatabase.h:183:NC */ extern void g_tls_database_lookup_certificate_for_handle_async (GTlsDatabase *, const gchar *, GTlsInteraction *, GTlsDatabaseLookupFlags, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gtlsdatabase.h:191:NC */ extern GTlsCertificate *g_tls_database_lookup_certificate_for_handle_finish (GTlsDatabase *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gtlsdatabase.h:195:NC */ extern GTlsCertificate *g_tls_database_lookup_certificate_issuer (GTlsDatabase *, GTlsCertificate *, GTlsInteraction *, GTlsDatabaseLookupFlags, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gtlsdatabase.h:202:NC */ extern void g_tls_database_lookup_certificate_issuer_async (GTlsDatabase *, GTlsCertificate *, GTlsInteraction *, GTlsDatabaseLookupFlags, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gtlsdatabase.h:210:NC */ extern GTlsCertificate *g_tls_database_lookup_certificate_issuer_finish (GTlsDatabase *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gtlsdatabase.h:214:NC */ extern GList *g_tls_database_lookup_certificates_issued_by (GTlsDatabase *, GByteArray *, GTlsInteraction *, GTlsDatabaseLookupFlags, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gtlsdatabase.h:221:NC */ extern void g_tls_database_lookup_certificates_issued_by_async (GTlsDatabase *, GByteArray *, GTlsInteraction *, GTlsDatabaseLookupFlags, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gtlsdatabase.h:229:NC */ extern GList *g_tls_database_lookup_certificates_issued_by_finish (GTlsDatabase *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gtlsfiledatabase.h:49:NC */ extern GType g_tls_file_database_get_type (void); /* /usr/include/glib-2.0/gio/gtlsfiledatabase.h:51:NC */ extern GTlsDatabase *g_tls_file_database_new (const gchar *, GError **); /* /usr/include/glib-2.0/gio/gtlsinteraction.h:77:NC */ extern GType g_tls_interaction_get_type (void); /* /usr/include/glib-2.0/gio/gtlsinteraction.h:79:NC */ extern GTlsInteractionResult g_tls_interaction_invoke_ask_password (GTlsInteraction *, GTlsPassword *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gtlsinteraction.h:85:NC */ extern GTlsInteractionResult g_tls_interaction_ask_password (GTlsInteraction *, GTlsPassword *, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gtlsinteraction.h:90:NC */ extern void g_tls_interaction_ask_password_async (GTlsInteraction *, GTlsPassword *, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gtlsinteraction.h:96:NC */ extern GTlsInteractionResult g_tls_interaction_ask_password_finish (GTlsInteraction *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gtlsserverconnection.h:53:NC */ extern GType g_tls_server_connection_get_type (void); /* /usr/include/glib-2.0/gio/gtlsserverconnection.h:55:NC */ extern GIOStream *g_tls_server_connection_new (GIOStream *, GTlsCertificate *, GError **); /* /usr/include/glib-2.0/gio/gtlspassword.h:72:NC */ extern GType g_tls_password_get_type (void); /* /usr/include/glib-2.0/gio/gtlspassword.h:74:NC */ extern GTlsPassword *g_tls_password_new (GTlsPasswordFlags, const gchar *); /* /usr/include/glib-2.0/gio/gtlspassword.h:77:NC */ extern const guchar *g_tls_password_get_value (GTlsPassword *, gsize *); /* /usr/include/glib-2.0/gio/gtlspassword.h:79:NC */ extern void g_tls_password_set_value (GTlsPassword *, const guchar *, gssize); /* /usr/include/glib-2.0/gio/gtlspassword.h:82:NC */ extern void g_tls_password_set_value_full (GTlsPassword *, guchar *, gssize, GDestroyNotify); /* /usr/include/glib-2.0/gio/gtlspassword.h:87:NC */ extern GTlsPasswordFlags g_tls_password_get_flags (GTlsPassword *); /* /usr/include/glib-2.0/gio/gtlspassword.h:88:NC */ extern void g_tls_password_set_flags (GTlsPassword *, GTlsPasswordFlags); /* /usr/include/glib-2.0/gio/gtlspassword.h:91:NC */ extern const gchar *g_tls_password_get_description (GTlsPassword *); /* /usr/include/glib-2.0/gio/gtlspassword.h:92:NC */ extern void g_tls_password_set_description (GTlsPassword *, const gchar *); /* /usr/include/glib-2.0/gio/gtlspassword.h:95:NC */ extern const gchar *g_tls_password_get_warning (GTlsPassword *); /* /usr/include/glib-2.0/gio/gtlspassword.h:96:NC */ extern void g_tls_password_set_warning (GTlsPassword *, const gchar *); /* /usr/include/glib-2.0/gio/gvfs.h:108:NC */ extern GType g_vfs_get_type (void); /* /usr/include/glib-2.0/gio/gvfs.h:110:NC */ extern gboolean g_vfs_is_active (GVfs *); /* /usr/include/glib-2.0/gio/gvfs.h:111:NC */ extern GFile *g_vfs_get_file_for_path (GVfs *, const char *); /* /usr/include/glib-2.0/gio/gvfs.h:113:NC */ extern GFile *g_vfs_get_file_for_uri (GVfs *, const char *); /* /usr/include/glib-2.0/gio/gvfs.h:115:NC */ extern const gchar *const *g_vfs_get_supported_uri_schemes (GVfs *); /* /usr/include/glib-2.0/gio/gvfs.h:117:NC */ extern GFile *g_vfs_parse_name (GVfs *, const char *); /* /usr/include/glib-2.0/gio/gvfs.h:120:NC */ extern GVfs *g_vfs_get_default (void); /* /usr/include/glib-2.0/gio/gvfs.h:121:NC */ extern GVfs *g_vfs_get_local (void); /* /usr/include/glib-2.0/gio/gvolume.h:185:NC */ extern GType g_volume_get_type (void); /* /usr/include/glib-2.0/gio/gvolume.h:187:NC */ extern char *g_volume_get_name (GVolume *); /* /usr/include/glib-2.0/gio/gvolume.h:188:NC */ extern GIcon *g_volume_get_icon (GVolume *); /* /usr/include/glib-2.0/gio/gvolume.h:189:NC */ extern char *g_volume_get_uuid (GVolume *); /* /usr/include/glib-2.0/gio/gvolume.h:190:NC */ extern GDrive *g_volume_get_drive (GVolume *); /* /usr/include/glib-2.0/gio/gvolume.h:191:NC */ extern GMount *g_volume_get_mount (GVolume *); /* /usr/include/glib-2.0/gio/gvolume.h:192:NC */ extern gboolean g_volume_can_mount (GVolume *); /* /usr/include/glib-2.0/gio/gvolume.h:193:NC */ extern gboolean g_volume_can_eject (GVolume *); /* /usr/include/glib-2.0/gio/gvolume.h:194:NC */ extern gboolean g_volume_should_automount (GVolume *); /* /usr/include/glib-2.0/gio/gvolume.h:195:NC */ extern void g_volume_mount (GVolume *, GMountMountFlags, GMountOperation *, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gvolume.h:201:NC */ extern gboolean g_volume_mount_finish (GVolume *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gvolume.h:205:NC */ extern void g_volume_eject (GVolume *, GMountUnmountFlags, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gvolume.h:212:NC */ extern gboolean g_volume_eject_finish (GVolume *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gvolume.h:215:NC */ extern char *g_volume_get_identifier (GVolume *, const char *); /* /usr/include/glib-2.0/gio/gvolume.h:217:NC */ extern char **g_volume_enumerate_identifiers (GVolume *); /* /usr/include/glib-2.0/gio/gvolume.h:219:NC */ extern GFile *g_volume_get_activation_root (GVolume *); /* /usr/include/glib-2.0/gio/gvolume.h:221:NC */ extern void g_volume_eject_with_operation (GVolume *, GMountUnmountFlags, GMountOperation *, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gvolume.h:227:NC */ extern gboolean g_volume_eject_with_operation_finish (GVolume *, GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gvolume.h:231:NC */ extern const gchar *g_volume_get_sort_key (GVolume *); /* /usr/include/glib-2.0/gio/gzlibcompressor.h:49:NC */ extern GType g_zlib_compressor_get_type (void); /* /usr/include/glib-2.0/gio/gzlibcompressor.h:51:NC */ extern GZlibCompressor *g_zlib_compressor_new (GZlibCompressorFormat, int); /* /usr/include/glib-2.0/gio/gzlibcompressor.h:54:NC */ extern GFileInfo *g_zlib_compressor_get_file_info (GZlibCompressor *); /* /usr/include/glib-2.0/gio/gzlibcompressor.h:55:NC */ extern void g_zlib_compressor_set_file_info (GZlibCompressor *, GFileInfo *); /* /usr/include/glib-2.0/gio/gzlibdecompressor.h:49:NC */ extern GType g_zlib_decompressor_get_type (void); /* /usr/include/glib-2.0/gio/gzlibdecompressor.h:51:NC */ extern GZlibDecompressor *g_zlib_decompressor_new (GZlibCompressorFormat); /* /usr/include/glib-2.0/gio/gzlibdecompressor.h:53:NC */ extern GFileInfo *g_zlib_decompressor_get_file_info (GZlibDecompressor *); /* /usr/include/glib-2.0/gio/gdbusinterface.h:69:NC */ extern GType g_dbus_interface_get_type (void); /* /usr/include/glib-2.0/gio/gdbusinterface.h:70:NC */ extern GDBusInterfaceInfo *g_dbus_interface_get_info (GDBusInterface *); /* /usr/include/glib-2.0/gio/gdbusinterface.h:71:NC */ extern GDBusObject *g_dbus_interface_get_object (GDBusInterface *); /* /usr/include/glib-2.0/gio/gdbusinterface.h:72:NC */ extern void g_dbus_interface_set_object (GDBusInterface *, GDBusObject *); /* /usr/include/glib-2.0/gio/gdbusinterface.h:74:NC */ extern GDBusObject *g_dbus_interface_dup_object (GDBusInterface *); /* /usr/include/glib-2.0/gio/gdbusinterfaceskeleton.h:90:NC */ extern GType g_dbus_interface_skeleton_get_type (void); /* /usr/include/glib-2.0/gio/gdbusinterfaceskeleton.h:91:NC */ extern GDBusInterfaceSkeletonFlags g_dbus_interface_skeleton_get_flags (GDBusInterfaceSkeleton *); /* /usr/include/glib-2.0/gio/gdbusinterfaceskeleton.h:92:NC */ extern void g_dbus_interface_skeleton_set_flags (GDBusInterfaceSkeleton *, GDBusInterfaceSkeletonFlags); /* /usr/include/glib-2.0/gio/gdbusinterfaceskeleton.h:94:NC */ extern GDBusInterfaceInfo *g_dbus_interface_skeleton_get_info (GDBusInterfaceSkeleton *); /* /usr/include/glib-2.0/gio/gdbusinterfaceskeleton.h:95:NC */ extern GDBusInterfaceVTable *g_dbus_interface_skeleton_get_vtable (GDBusInterfaceSkeleton *); /* /usr/include/glib-2.0/gio/gdbusinterfaceskeleton.h:96:NC */ extern GVariant *g_dbus_interface_skeleton_get_properties (GDBusInterfaceSkeleton *); /* /usr/include/glib-2.0/gio/gdbusinterfaceskeleton.h:97:NC */ extern void g_dbus_interface_skeleton_flush (GDBusInterfaceSkeleton *); /* /usr/include/glib-2.0/gio/gdbusinterfaceskeleton.h:99:NC */ extern gboolean g_dbus_interface_skeleton_export (GDBusInterfaceSkeleton *, GDBusConnection *, const gchar *, GError **); /* /usr/include/glib-2.0/gio/gdbusinterfaceskeleton.h:103:NC */ extern void g_dbus_interface_skeleton_unexport (GDBusInterfaceSkeleton *); /* /usr/include/glib-2.0/gio/gdbusinterfaceskeleton.h:104:NC */ extern void g_dbus_interface_skeleton_unexport_from_connection (GDBusInterfaceSkeleton *, GDBusConnection *); /* /usr/include/glib-2.0/gio/gdbusinterfaceskeleton.h:107:NC */ extern GDBusConnection *g_dbus_interface_skeleton_get_connection (GDBusInterfaceSkeleton *); /* /usr/include/glib-2.0/gio/gdbusinterfaceskeleton.h:108:NC */ extern GList *g_dbus_interface_skeleton_get_connections (GDBusInterfaceSkeleton *); /* /usr/include/glib-2.0/gio/gdbusinterfaceskeleton.h:109:NC */ extern gboolean g_dbus_interface_skeleton_has_connection (GDBusInterfaceSkeleton *, GDBusConnection *); /* /usr/include/glib-2.0/gio/gdbusinterfaceskeleton.h:111:NC */ extern const gchar *g_dbus_interface_skeleton_get_object_path (GDBusInterfaceSkeleton *); /* /usr/include/glib-2.0/gio/gdbusobject.h:68:NC */ extern GType g_dbus_object_get_type (void); /* /usr/include/glib-2.0/gio/gdbusobject.h:69:NC */ extern const gchar *g_dbus_object_get_object_path (GDBusObject *); /* /usr/include/glib-2.0/gio/gdbusobject.h:70:NC */ extern GList *g_dbus_object_get_interfaces (GDBusObject *); /* /usr/include/glib-2.0/gio/gdbusobject.h:71:NC */ extern GDBusInterface *g_dbus_object_get_interface (GDBusObject *, const gchar *); /* /usr/include/glib-2.0/gio/gdbusobjectskeleton.h:77:NC */ extern GType g_dbus_object_skeleton_get_type (void); /* /usr/include/glib-2.0/gio/gdbusobjectskeleton.h:78:NC */ extern GDBusObjectSkeleton *g_dbus_object_skeleton_new (const gchar *); /* /usr/include/glib-2.0/gio/gdbusobjectskeleton.h:79:NC */ extern void g_dbus_object_skeleton_flush (GDBusObjectSkeleton *); /* /usr/include/glib-2.0/gio/gdbusobjectskeleton.h:80:NC */ extern void g_dbus_object_skeleton_add_interface (GDBusObjectSkeleton *, GDBusInterfaceSkeleton *); /* /usr/include/glib-2.0/gio/gdbusobjectskeleton.h:82:NC */ extern void g_dbus_object_skeleton_remove_interface (GDBusObjectSkeleton *, GDBusInterfaceSkeleton *); /* /usr/include/glib-2.0/gio/gdbusobjectskeleton.h:84:NC */ extern void g_dbus_object_skeleton_remove_interface_by_name (GDBusObjectSkeleton *, const gchar *); /* /usr/include/glib-2.0/gio/gdbusobjectskeleton.h:86:NC */ extern void g_dbus_object_skeleton_set_object_path (GDBusObjectSkeleton *, const gchar *); /* /usr/include/glib-2.0/gio/gdbusobjectproxy.h:71:NC */ extern GType g_dbus_object_proxy_get_type (void); /* /usr/include/glib-2.0/gio/gdbusobjectproxy.h:72:NC */ extern GDBusObjectProxy *g_dbus_object_proxy_new (GDBusConnection *, const gchar *); /* /usr/include/glib-2.0/gio/gdbusobjectproxy.h:74:NC */ extern GDBusConnection *g_dbus_object_proxy_get_connection (GDBusObjectProxy *); /* /usr/include/glib-2.0/gio/gdbusobjectmanager.h:80:NC */ extern GType g_dbus_object_manager_get_type (void); /* /usr/include/glib-2.0/gio/gdbusobjectmanager.h:81:NC */ extern const gchar *g_dbus_object_manager_get_object_path (GDBusObjectManager *); /* /usr/include/glib-2.0/gio/gdbusobjectmanager.h:82:NC */ extern GList *g_dbus_object_manager_get_objects (GDBusObjectManager *); /* /usr/include/glib-2.0/gio/gdbusobjectmanager.h:83:NC */ extern GDBusObject *g_dbus_object_manager_get_object (GDBusObjectManager *, const gchar *); /* /usr/include/glib-2.0/gio/gdbusobjectmanager.h:85:NC */ extern GDBusInterface *g_dbus_object_manager_get_interface (GDBusObjectManager *, const gchar *, const gchar *); /* /usr/include/glib-2.0/gio/gdbusobjectmanagerclient.h:87:NC */ extern GType g_dbus_object_manager_client_get_type (void); /* /usr/include/glib-2.0/gio/gdbusobjectmanagerclient.h:88:NC */ extern void g_dbus_object_manager_client_new (GDBusConnection *, GDBusObjectManagerClientFlags, const gchar *, const gchar *, GDBusProxyTypeFunc, gpointer, GDestroyNotify, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gdbusobjectmanagerclient.h:98:NC */ extern GDBusObjectManager *g_dbus_object_manager_client_new_finish (GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gdbusobjectmanagerclient.h:100:NC */ extern GDBusObjectManager *g_dbus_object_manager_client_new_sync (GDBusConnection *, GDBusObjectManagerClientFlags, const gchar *, const gchar *, GDBusProxyTypeFunc, gpointer, GDestroyNotify, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gdbusobjectmanagerclient.h:109:NC */ extern void g_dbus_object_manager_client_new_for_bus (GBusType, GDBusObjectManagerClientFlags, const gchar *, const gchar *, GDBusProxyTypeFunc, gpointer, GDestroyNotify, GCancellable *, GAsyncReadyCallback, gpointer); /* /usr/include/glib-2.0/gio/gdbusobjectmanagerclient.h:119:NC */ extern GDBusObjectManager *g_dbus_object_manager_client_new_for_bus_finish (GAsyncResult *, GError **); /* /usr/include/glib-2.0/gio/gdbusobjectmanagerclient.h:121:NC */ extern GDBusObjectManager *g_dbus_object_manager_client_new_for_bus_sync (GBusType, GDBusObjectManagerClientFlags, const gchar *, const gchar *, GDBusProxyTypeFunc, gpointer, GDestroyNotify, GCancellable *, GError **); /* /usr/include/glib-2.0/gio/gdbusobjectmanagerclient.h:130:NC */ extern GDBusConnection *g_dbus_object_manager_client_get_connection (GDBusObjectManagerClient *); /* /usr/include/glib-2.0/gio/gdbusobjectmanagerclient.h:131:NC */ extern GDBusObjectManagerClientFlags g_dbus_object_manager_client_get_flags (GDBusObjectManagerClient *); /* /usr/include/glib-2.0/gio/gdbusobjectmanagerclient.h:132:NC */ extern const gchar *g_dbus_object_manager_client_get_name (GDBusObjectManagerClient *); /* /usr/include/glib-2.0/gio/gdbusobjectmanagerclient.h:133:NC */ extern gchar *g_dbus_object_manager_client_get_name_owner (GDBusObjectManagerClient *); /* /usr/include/glib-2.0/gio/gdbusobjectmanagerserver.h:71:NC */ extern GType g_dbus_object_manager_server_get_type (void); /* /usr/include/glib-2.0/gio/gdbusobjectmanagerserver.h:72:NC */ extern GDBusObjectManagerServer *g_dbus_object_manager_server_new (const gchar *); /* /usr/include/glib-2.0/gio/gdbusobjectmanagerserver.h:73:NC */ extern GDBusConnection *g_dbus_object_manager_server_get_connection (GDBusObjectManagerServer *); /* /usr/include/glib-2.0/gio/gdbusobjectmanagerserver.h:74:NC */ extern void g_dbus_object_manager_server_set_connection (GDBusObjectManagerServer *, GDBusConnection *); /* /usr/include/glib-2.0/gio/gdbusobjectmanagerserver.h:76:NC */ extern void g_dbus_object_manager_server_export (GDBusObjectManagerServer *, GDBusObjectSkeleton *); /* /usr/include/glib-2.0/gio/gdbusobjectmanagerserver.h:78:NC */ extern void g_dbus_object_manager_server_export_uniquely (GDBusObjectManagerServer *, GDBusObjectSkeleton *); /* /usr/include/glib-2.0/gio/gdbusobjectmanagerserver.h:80:NC */ extern gboolean g_dbus_object_manager_server_unexport (GDBusObjectManagerServer *, const gchar *); /* /usr/include/glib-2.0/gio/gdbusactiongroup.h:46:NC */ extern GType g_dbus_action_group_get_type (void); /* /usr/include/glib-2.0/gio/gdbusactiongroup.h:48:NC */ extern GDBusActionGroup *g_dbus_action_group_get (GDBusConnection *, const gchar *, const gchar *); /* /usr/include/glib-2.0/gio/gremoteactiongroup.h:60:NC */ extern GType g_remote_action_group_get_type (void); /* /usr/include/glib-2.0/gio/gremoteactiongroup.h:62:NC */ extern void g_remote_action_group_activate_action_full (GRemoteActionGroup *, const gchar *, GVariant *, GVariant *); /* /usr/include/glib-2.0/gio/gremoteactiongroup.h:67:NC */ extern void g_remote_action_group_change_action_state_full (GRemoteActionGroup *, const gchar *, GVariant *, GVariant *); /* /usr/include/glib-2.0/gio/gmenumodel.h:92:NC */ extern GType g_menu_model_get_type (void); /* /usr/include/glib-2.0/gio/gmenumodel.h:94:NC */ extern gboolean g_menu_model_is_mutable (GMenuModel *); /* /usr/include/glib-2.0/gio/gmenumodel.h:95:NC */ extern gint g_menu_model_get_n_items (GMenuModel *); /* /usr/include/glib-2.0/gio/gmenumodel.h:97:NC */ extern GMenuAttributeIter *g_menu_model_iterate_item_attributes (GMenuModel *, gint); /* /usr/include/glib-2.0/gio/gmenumodel.h:99:NC */ extern GVariant *g_menu_model_get_item_attribute_value (GMenuModel *, gint, const gchar *, const GVariantType *); /* /usr/include/glib-2.0/gio/gmenumodel.h:103:NC */ extern gboolean g_menu_model_get_item_attribute (GMenuModel *, gint, const gchar *, const gchar *, ...); /* /usr/include/glib-2.0/gio/gmenumodel.h:108:NC */ extern GMenuLinkIter *g_menu_model_iterate_item_links (GMenuModel *, gint); /* /usr/include/glib-2.0/gio/gmenumodel.h:110:NC */ extern GMenuModel *g_menu_model_get_item_link (GMenuModel *, gint, const gchar *); /* /usr/include/glib-2.0/gio/gmenumodel.h:114:NC */ extern void g_menu_model_items_changed (GMenuModel *, gint, gint, gint); /* /usr/include/glib-2.0/gio/gmenumodel.h:147:NC */ extern GType g_menu_attribute_iter_get_type (void); /* /usr/include/glib-2.0/gio/gmenumodel.h:149:NC */ extern gboolean g_menu_attribute_iter_get_next (GMenuAttributeIter *, const gchar **, GVariant **); /* /usr/include/glib-2.0/gio/gmenumodel.h:152:NC */ extern gboolean g_menu_attribute_iter_next (GMenuAttributeIter *); /* /usr/include/glib-2.0/gio/gmenumodel.h:153:NC */ extern const gchar *g_menu_attribute_iter_get_name (GMenuAttributeIter *); /* /usr/include/glib-2.0/gio/gmenumodel.h:154:NC */ extern GVariant *g_menu_attribute_iter_get_value (GMenuAttributeIter *); /* /usr/include/glib-2.0/gio/gmenumodel.h:184:NC */ extern GType g_menu_link_iter_get_type (void); /* /usr/include/glib-2.0/gio/gmenumodel.h:186:NC */ extern gboolean g_menu_link_iter_get_next (GMenuLinkIter *, const gchar **, GMenuModel **); /* /usr/include/glib-2.0/gio/gmenumodel.h:189:NC */ extern gboolean g_menu_link_iter_next (GMenuLinkIter *); /* /usr/include/glib-2.0/gio/gmenumodel.h:190:NC */ extern const gchar *g_menu_link_iter_get_name (GMenuLinkIter *); /* /usr/include/glib-2.0/gio/gmenumodel.h:191:NC */ extern GMenuModel *g_menu_link_iter_get_value (GMenuLinkIter *); /* /usr/include/glib-2.0/gio/gmenu.h:44:NC */ extern GType g_menu_get_type (void); /* /usr/include/glib-2.0/gio/gmenu.h:45:NC */ extern GMenu *g_menu_new (void); /* /usr/include/glib-2.0/gio/gmenu.h:47:NC */ extern void g_menu_freeze (GMenu *); /* /usr/include/glib-2.0/gio/gmenu.h:49:NC */ extern void g_menu_insert_item (GMenu *, gint, GMenuItem *); /* /usr/include/glib-2.0/gio/gmenu.h:52:NC */ extern void g_menu_prepend_item (GMenu *, GMenuItem *); /* /usr/include/glib-2.0/gio/gmenu.h:54:NC */ extern void g_menu_append_item (GMenu *, GMenuItem *); /* /usr/include/glib-2.0/gio/gmenu.h:56:NC */ extern void g_menu_remove (GMenu *, gint); /* /usr/include/glib-2.0/gio/gmenu.h:59:NC */ extern void g_menu_insert (GMenu *, gint, const gchar *, const gchar *); /* /usr/include/glib-2.0/gio/gmenu.h:63:NC */ extern void g_menu_prepend (GMenu *, const gchar *, const gchar *); /* /usr/include/glib-2.0/gio/gmenu.h:66:NC */ extern void g_menu_append (GMenu *, const gchar *, const gchar *); /* /usr/include/glib-2.0/gio/gmenu.h:70:NC */ extern void g_menu_insert_section (GMenu *, gint, const gchar *, GMenuModel *); /* /usr/include/glib-2.0/gio/gmenu.h:74:NC */ extern void g_menu_prepend_section (GMenu *, const gchar *, GMenuModel *); /* /usr/include/glib-2.0/gio/gmenu.h:77:NC */ extern void g_menu_append_section (GMenu *, const gchar *, GMenuModel *); /* /usr/include/glib-2.0/gio/gmenu.h:81:NC */ extern void g_menu_insert_submenu (GMenu *, gint, const gchar *, GMenuModel *); /* /usr/include/glib-2.0/gio/gmenu.h:85:NC */ extern void g_menu_prepend_submenu (GMenu *, const gchar *, GMenuModel *); /* /usr/include/glib-2.0/gio/gmenu.h:88:NC */ extern void g_menu_append_submenu (GMenu *, const gchar *, GMenuModel *); /* /usr/include/glib-2.0/gio/gmenu.h:93:NC */ extern GType g_menu_item_get_type (void); /* /usr/include/glib-2.0/gio/gmenu.h:94:NC */ extern GMenuItem *g_menu_item_new (const gchar *, const gchar *); /* /usr/include/glib-2.0/gio/gmenu.h:97:NC */ extern GMenuItem *g_menu_item_new_submenu (const gchar *, GMenuModel *); /* /usr/include/glib-2.0/gio/gmenu.h:100:NC */ extern GMenuItem *g_menu_item_new_section (const gchar *, GMenuModel *); /* /usr/include/glib-2.0/gio/gmenu.h:103:NC */ extern void g_menu_item_set_attribute_value (GMenuItem *, const gchar *, GVariant *); /* /usr/include/glib-2.0/gio/gmenu.h:106:NC */ extern void g_menu_item_set_attribute (GMenuItem *, const gchar *, const gchar *, ...); /* /usr/include/glib-2.0/gio/gmenu.h:110:NC */ extern void g_menu_item_set_link (GMenuItem *, const gchar *, GMenuModel *); /* /usr/include/glib-2.0/gio/gmenu.h:113:NC */ extern void g_menu_item_set_label (GMenuItem *, const gchar *); /* /usr/include/glib-2.0/gio/gmenu.h:115:NC */ extern void g_menu_item_set_submenu (GMenuItem *, GMenuModel *); /* /usr/include/glib-2.0/gio/gmenu.h:117:NC */ extern void g_menu_item_set_section (GMenuItem *, GMenuModel *); /* /usr/include/glib-2.0/gio/gmenu.h:119:NC */ extern void g_menu_item_set_action_and_target_value (GMenuItem *, const gchar *, GVariant *); /* /usr/include/glib-2.0/gio/gmenu.h:122:NC */ extern void g_menu_item_set_action_and_target (GMenuItem *, const gchar *, const gchar *, ...); /* /usr/include/glib-2.0/gio/gmenu.h:126:NC */ extern void g_menu_item_set_detailed_action (GMenuItem *, const gchar *); /* /usr/include/glib-2.0/gio/gmenuexporter.h:30:NC */ extern guint g_dbus_connection_export_menu_model (GDBusConnection *, const gchar *, GMenuModel *, GError **); /* /usr/include/glib-2.0/gio/gmenuexporter.h:35:NC */ extern void g_dbus_connection_unexport_menu_model (GDBusConnection *, guint); /* /usr/include/glib-2.0/gio/gdbusmenumodel.h:37:NC */ extern GType g_dbus_menu_model_get_type (void); /* /usr/include/glib-2.0/gio/gdbusmenumodel.h:39:NC */ extern GDBusMenuModel *g_dbus_menu_model_get (GDBusConnection *, const gchar *, const gchar *); /* a.c:5:OF */ extern int main (void); /* () */