search for: gtkdoc

Displaying 20 results from an estimated 25 matches for "gtkdoc".

2017 Jul 07
3
[PATCH v3 0/3] gobject: Remove gtk-doc.
Another test, the same as before.
2017 Jul 07
3
[PATCH v4 0/3] gobject: Remove gtk-doc (RHBZ#1465665).
Best of .. 4?
2017 Jul 07
3
[PATCH v5 0/3] gobject: Remove gtk-doc (RHBZ#1465665).
After enabling procmail debugging ...
2017 Jul 07
3
[PATCH v2 0/3] Remove gtk-doc.
This is a repost so I can test my procmail script / automatic testing framework. The patch series is identical to v1. Rich.
2017 Jun 29
3
[PATCH 0/3] gobject: Remove gtk-doc and replace with guestfs-gobject(3) manual page.
Patch 1 cleans up the gobject tests. Patches 2 and 3 remote gtk-doc, which is slow and useless, and replace it with a simple manual page. https://bugzilla.redhat.com/show_bug.cgi?id=1465665 Rich.
2008 Mar 30
1
[PATCH 1/2] Add SECRET_TEST_CODE to AM_CONDITIONAL in configure.ac
Otherwise, automake will fail to process vivified/code/Makefile.am --- configure.ac | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index a3e186b..0e28374 100644 --- a/configure.ac +++ b/configure.ac @@ -300,6 +300,7 @@ else AC_MSG_NOTICE([Vivified was not enabled.]) fi AM_CONDITIONAL(HAVE_VIVI, [test "x$HAVE_VIVI" = xyes])
2012 Jul 24
11
[PATCH 01/12] configure: Add -nographic command line option to qemu.
Without this option, configure will fail when there is no display. Signed-off-by: Masami HIRATA <msmhrt at gmail.com> --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index de8a064..61d6f69 100644 --- a/configure.ac +++ b/configure.ac @@ -593,16 +593,16 @@ working. AC_MSG_FAILURE([$QEMU version must be >=
2012 Mar 27
16
[PATCH 01/16] generator: Fix unescaped '<' and '>' in api descriptions
--- generator/generator_actions.ml | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml index 68a7bf6..fcf363f 100644 --- a/generator/generator_actions.ml +++ b/generator/generator_actions.ml @@ -4664,7 +4664,7 @@ This creates an ext2/3/4 filesystem on C<device> with an external journal on
2012 Jan 26
1
[PATCH] gobject: Add a TODO list
...de 100644 gobject/TODO.txt diff --git a/gobject/TODO.txt b/gobject/TODO.txt new file mode 100644 index 0000000..7ac64da --- /dev/null +++ b/gobject/TODO.txt @@ -0,0 +1,9 @@ +Tasks required before the GObject bindings can be considered complete: + +* Fix the problem of inspect_get_type +* Build the gtkdoc and make it available to the developer +* Bind the libguestfs events API + +Tasks which would improve the usability of the GObject bindings: + +* Implement _async versions of all apis -- 1.7.7.5
2015 Feb 12
4
[PATCH 1/3] gobject: generate deprecation markers
Generate proper deprecation markers for API documentation and introspection annotations. --- generator/gobject.ml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/generator/gobject.ml b/generator/gobject.ml index 5b07edd..e563610 100644 --- a/generator/gobject.ml +++ b/generator/gobject.ml @@ -961,7 +961,8 @@ guestfs_session_close (GuestfsSession *session, GError **err)
2018 Jan 16
0
[ANNOUNCE] intel-gpu-tools 1.21
...igt/perf_pmu: Skip GEM checks for repeated spin_batch allocations lib/gem: Reset the global seqno at the start of each test Daniel Vetter (8): tests: remove kms_fbc_crc lib: Also copy vc4_packet.h automake: include drm-uapi headers in EXTRA_DIST lib: avoid < in gtkdoc comments meson: gtkdoc support meson: build a full dependency for lib_igt_perf build: make meson more official Revert "build: make meson more official" damage Daniele Ceraolo Spurio (1): tests: Drop gem_bad_length as redundant Dhinakaran Pandiyan (2):...
2012 Apr 26
1
[PATCH] gobject: Move headers into a subdirectory
...cs.sgml # gtk-doc will search all .c and .h files beneath these paths # for inline comments documenting functions and macros. # e.g. DOC_SOURCE_DIR=$(top_srcdir)/gtk $(top_srcdir)/gdk -DOC_SOURCE_DIR=$(srcdir)/.. +DOC_SOURCE_DIR=$(srcdir)/../src $(srcdir)/../include # Extra options to pass to gtkdoc-scangobj. Not normally needed. SCANGOBJ_OPTIONS= @@ -55,8 +55,8 @@ FIXXREF_OPTIONS= # Used for dependencies. The docs will be rebuilt if any of these change. # e.g. HFILE_GLOB=$(top_srcdir)/gtk/*.h # e.g. CFILE_GLOB=$(top_srcdir)/gtk/*.c -HFILE_GLOB=$(srcdir)/../*.h -CFILE_GLOB=$(srcdir)/../*.c...
2015 Sep 11
0
[ANNOUNCE] intel-gpu-tools 1.12
...ance stats: Add a way to retrieve the standard deviation tests/stats: Make sure we properly invalidate the cached mean stats: Zero the whole structure at init() time doc: Remove i-g-t/intel prefixes and capitalize section titles stats: Add header gards stats: Add gtkdoc section for igt_stats stats: Add a way to specify if the data set is a population or a sample stats: Add a getter for the population property stats: Add a note about the standard deviation derived from unbiased variance stats: Factor out a fixture to initialize stats s...
2007 Oct 11
0
12 commits - configure.ac doc/Makefile.am libswfdec/swfdec_as_frame.c libswfdec/swfdec_audio.c libswfdec/swfdec_audio_event.c libswfdec/swfdec_audio_event.h libswfdec/swfdec_shape_parser.c libswfdec/swfdec_sound.c test/sound
...2, cur2)) continue; swfdec_path_append (&style->draw->end_path, &cur2->path); diff-tree 54212e64a66984677c8ef86078f81cf004836971 (from 71b563ea2b5ecd10426d9ec1c035f904275c2b0c) Author: Benjamin Otte <otte at gnome.org> Date: Thu Oct 11 20:20:26 2007 +0200 gtkdoc-check can't handle builddir != srcdir and fails for make distcheck diff --git a/doc/Makefile.am b/doc/Makefile.am index bfe7279..44bf0e4 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -177,4 +177,4 @@ include $(top_srcdir)/gtk-doc.make EXTRA_DIST += # Comment this out if you want y...
2014 May 29
3
Re: libguestfs error
...in... no checking for Win::Hivex... no checking for Win::Hivex::Regedit... no configure: WARNING: some Perl modules required to compile the Perl virt-* tools are missing checking for GOBJECT... yes checking for GIO... yes checking for gjs... gjs checking for gobject-introspection... no checking for gtkdoc-check... no checking for gtkdoc-rebase... no checking for gtkdoc-mkpdf... no checking whether to build gtk-doc documentation... no checking for BASH_COMPLETION... yes checking for bash-completions directory... /usr/share/bash-completion/completions checking if we should run the GNUlib tests... yes...
2018 Aug 08
0
[ANNOUNCE] igt-gpu-tools 1.23
...ests/kms_getfb: Add test for getfb meson: Chamelium depends on GSL tests/kms_getfb: Test we reject CCS buffers tests/kms_getfb: Split property-ID get into helper tests/kms_getfb: Use fixtures and subtest groups Daniel Vetter (2): CONTRIBUTING: commit rights docs gtkdoc: Remove the build_by_default hack Dhinakaran Pandiyan (23): tools/vbt_decode: Print DRRS and PSR flags tests/psr: Print the reason for skipping when sink lacks PSR support tests/psr: Remove "psr_" prefix from basic and drrs subtests tests/psr: Rename psr_active()...
2007 Mar 27
0
15 commits - configure.ac doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt doc/swfdec.types libswfdec-gtk/.gitignore libswfdec-gtk/Makefile.am libswfdec-gtk/swfdec-gtk.h libswfdec-gtk/swfdec_gtk_player.c libswfdec-gtk/swfdec_gtk_player.h
...e@gnome.org> Date: Mon Mar 26 17:43:46 2007 +0200 hack to convince gtk-doc to read two subdirs for docs diff --git a/doc/Makefile.am b/doc/Makefile.am index d373503..d9700aa 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -33,7 +33,7 @@ SCAN_OPTIONS= # Extra options to supply to gtkdoc-mkdb. # e.g. MKDB_OPTIONS=--sgml-mode --output-format=xml -MKDB_OPTIONS=--sgml-mode --output-format=xml +MKDB_OPTIONS=--sgml-mode --output-format=xml --source-dir=../libswfdec-gtk # Extra options to supply to gtkdoc-mktmpl # e.g. MKTMPL_OPTIONS=--only-section-tmpl diff-tree 1eb5785b0e4e1440f9b...
2007 Apr 17
0
8 commits - configure.ac doc/Makefile.am libswfdec/jpeg libswfdec/swfdec_debug.h libswfdec/swfdec_image.c
...gtk_init(), since it fails if it can't find an X server diff --git a/doc/Makefile.am b/doc/Makefile.am index 4855ce8..558d819 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -25,7 +25,7 @@ DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sg DOC_SOURCE_DIR=../libswfdec # Extra options to pass to gtkdoc-scangobj. Not normally needed. -SCANGOBJ_OPTIONS=--type-init-func="swfdec_init(); gtk_init (NULL, NULL);" +SCANGOBJ_OPTIONS=--type-init-func="swfdec_init();" # Extra options to supply to gtkdoc-scan. # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED"...
2014 May 29
2
Re: libguestfs error
Hi Rich Yes Rich I have tried libguesftfs on powerpc and it was working fine.For some reason i had to format my hard disk and now when I'm again compiling it,I'm getting following error.... Below is the status of configure .. This is how we have configured the optional components for you today: Daemon .............................. yes Appliance ........................... yes QEMU
2017 Jul 07
4
[PATCH v6 0/3] gobject: Remove gtk-doc (RHBZ#1465665).
Hopefully this time ...