GVariant: support serialising to GVariantVectors
[platform/upstream/glib.git] / glib / glib-private.c
index 41d1620..3c1dac6 100644 (file)
  * Lesser General Public License for more details.
  *
  * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  *
  * Author: Colin Walters <walters@verbum.org>
  */
 
-#include "gutils.h"
+#include "config.h"
+
 #include "glib-private.h"
 
 /**
@@ -37,9 +36,19 @@ glib__private__ (void)
     g_wakeup_free,
     g_wakeup_get_pollfd,
     g_wakeup_signal,
-    g_wakeup_acknowledge
+    g_wakeup_acknowledge,
+
+    g_get_worker_context,
+
+    g_check_setuid,
+    g_main_context_new_with_next_id,
+
+    g_dir_open_with_errno,
+    g_dir_new_from_dirp,
+
+    g_variant_to_vectors
   };
+
   return &table;
 }