Documentation

2014-02-01 Thread Matthias Clasen
Hi, if you're following git, you may have noticed that Jon and me have quite a few commits that only touch documentation, recently. I thought I should explain here what we this is about: We are trying to improve the developer documentation for application developers. The reference document

Re: Documentation

2014-02-01 Thread Colin Walters
On Sat, Feb 1, 2014 at 10:08 AM, Matthias Clasen wrote: - Make the doc comments more readable by moving from clunky docbook markup to markdown. This will help both for reading and updating the documentation in the sources, and for limiting the scope of whar our documentation-generating

Re: Documentation

2014-02-01 Thread Matthias Clasen
On Sat, Feb 1, 2014 at 10:19 AM, Colin Walters wrote: > > Interesting. I'm in favor of Markdown. But does gtk-doc understand it at > all? > > I agree this would be a *really* useful endeavor, I just didn't have the > motivation to dive > in and translate Docbook to something else myself, but if

Re: Documentation

2014-02-01 Thread Emmanuele Bassi
hi; On 1 February 2014 15:19, Colin Walters wrote: > On Sat, Feb 1, 2014 at 10:08 AM, Matthias Clasen > wrote: > > > - Make the doc comments more readable by moving from clunky docbook markup > to markdown. This will help both for reading and updating the > documentati

Re: Documentation

2014-02-05 Thread Sriram Ramkrishna
On Feb 1, 2014 4:09 PM, "Matthias Clasen" wrote: > > Hi, > > if you're following git, you may have noticed that Jon and me have quite a few commits that only touch documentation, recently. I thought I should explain here what we this is about: We are trying to improve

Engines development documentation.

2006-01-17 Thread Alberto Ruiz
There is gtk-engines development documentation somwhere? I'm unable to find it on gtk.org. Regards, Alberto Ruiz ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Little documentation patch

2007-11-07 Thread Olivier Delhomme
Hello, Here is a little patch against gtk+ 2.12.1 documentation : gtknotebook.sgml : corrected some mistakes (noteobook -> notebook) and wrong references (gtk_notebook_enable_popup -> gtk_notebook_popup_enable) gtkradiobutton.sgml : changed @group to @radio_group_member where needed Plea

GObject documentation fixes

2007-11-11 Thread Adam Dingle
A couple of weeks back I wrote a bunch of GObject documentation fixes and created a Bugzilla bug for them (http://bugzilla.gnome.org/show_bug.cgi?id=490637) and attached my changes as a patch. The fixes address a couple of errors related to object construction and type macros, and also

GLib Reference Documentation

2009-01-07 Thread Valerio Messina
GLib Reference Documentation should mention that: 1 - 'error' must be initialized to NULL before call 'g_spawn_command_line_sync' 2 - 'standard_output' and 'standard_error' must be freed with 'g_free' after use. 3 - 'error' must be

gtk+ documentation wikified

2009-02-19 Thread Eugene Gorodinsky
Hi all Since you guys are discussing the redesign of the gtk+ website, I'd like to propose an idea that I have. I've seen quite a lot of comments saying gtk+ documentation isn't as good as qt's. What do you think of having a wiki that docum

API documentation, GtkTextBuffer signals

2005-09-19 Thread Søren Wedel Nielsen
Hi, I have written some documentation of the GtkTextBuffer signals. If this is useful I will try to find time to continue with more signals - they seems to be neglected in most of the documentation. I include a patch against 2.6.7 and would like to hear your comments/criticism. Is this

Patch: API documentation improvements

2005-11-03 Thread Hongli Lai
This patch documents GtkWidget's destroy-event, expose-event and configure-event's signals, and fixes the name for the grab-focus-event documentation. Index: gtk/gtkwidget.c === --- gtk/gtkwidget.c (revision 5) +++ gtk/g

Re: Engines development documentation.

2006-01-17 Thread Matthias Clasen
On 1/17/06, Alberto Ruiz <[EMAIL PROTECTED]> wrote: > There is gtk-engines development documentation somwhere? I'm unable to > find it on gtk.org. The only thing I know of is Owens old writeup: http://www.gtk.org/~otaylor/gtk/2.0/t

Re: Engines development documentation.

2006-01-17 Thread Kalle Vahlman
On 1/17/06, Matthias Clasen <[EMAIL PROTECTED]> wrote: > On 1/17/06, Alberto Ruiz <[EMAIL PROTECTED]> wrote: > > There is gtk-engines development documentation somwhere? I'm unable to > > find it on gtk.org. > > The only thing I know of is Owens old writeup: &

Re: Engines development documentation.

2006-01-17 Thread Alberto Ruiz
, because I interested in learning how to use cairo to perform an engine, so I walked through the code but I was unable to figure out the structure, so I was looking for more "formal" documentation. > A reference implementation with all the autotools and scanner magic > done for you and

Re: Engines development documentation.

2006-01-23 Thread Robert Staudinger
> how to use cairo to perform an engine, so I walked through the code but > I was unable to figure out the structure, so I was looking for more > "formal" documentation. > > > A reference implementation with all the autotools and scanner magic > > done for you and

Re: Engines development documentation.

2006-01-23 Thread Alberto Ruiz
perform an engine, so I walked through the code but I was unable to figure out the structure, so I was looking for more "formal" documentation. A reference implementation with all the autotools and scanner magic done for you and stub draw functions which call the parent (ie. default t

Re: Little documentation patch

2007-11-11 Thread Gian Mario Tagliaretti
2007/11/7, Olivier Delhomme <[EMAIL PROTECTED]>: Olivier, > Please let me know if anything is not as it should be in this > patch. You should open a bug into bugzilla and attach your patch in there, it's easier to review and you will be sure that the maintainers will read your message. cheers -

Re: Little documentation patch

2007-11-12 Thread Olivier Delhomme
2007/11/11, Gian Mario Tagliaretti : > > 2007/11/7, Olivier Delhomme : > > Olivier, > > > Please let me know if anything is not as it should be in this > > patch. > > You should open a bug into bugzilla and attach your patch in there, > it's easier to review and you will be sure that the maintainer

Re: GLib Reference Documentation

2009-01-07 Thread Ross Burton
On Wed, 2009-01-07 at 18:08 +0100, Valerio Messina wrote: > GLib Reference Documentation should mention that: > 1 - 'error' must be initialized to NULL before call > 'g_spawn_command_line_sync' > 3 - 'error' must be freed with: if (errorPtr) g_error_free (

Re: gtk+ documentation wikified

2009-02-19 Thread Dominic Lachowicz
That's hard-ish to do today. GTK+'s documentation is generated in large part by scanning comments in C code, which a program then turns into HTML. Any proposal would require a way to keep the Wiki and the C comments in-sync. On Thu, Feb 19, 2009 at 10:28 AM, Eugene Gorodinsky wrote

Fwd: gtk+ documentation wikified

2009-02-19 Thread Eugene Gorodinsky
Have there been cases where documentation for some function was changed after that function appeared in the stable version? 2009/2/19 Dominic Lachowicz : > That's hard-ish to do today. GTK+'s documentation is generated in > large part by scanning comments in C code, which a pr

Re: gtk+ documentation wikified

2009-02-19 Thread Dominic Lachowicz
Yes. The most common example I can think of is when a function is deprecated. On Thu, Feb 19, 2009 at 10:52 AM, Eugene Gorodinsky wrote: > Have there been cases where documentation for some function was > changed after that function appeared in the stable version? > > 2009/2/19 Domin

Re: gtk+ documentation wikified

2009-02-19 Thread Mathias Hasselmann
Am Donnerstag, den 19.02.2009, 10:33 -0500 schrieb Dominic Lachowicz: > That's hard-ish to do today. GTK+'s documentation is generated in > large part by scanning comments in C code, which a program then turns > into HTML. Any proposal would require a way to keep the Wiki and

Fwd: gtk+ documentation wikified

2009-02-19 Thread Eugene Gorodinsky
A way to overcome that, would be to put a warning on the wiki page whenever the documentation for a function is updated, so that the users could see the updated comment in the code and update the documentation accordingly. P.S. Sorry for sending the message twice 2009/2/19 Dominic Lachowicz

Re: gtk+ documentation wikified

2009-02-19 Thread Murray Cumming
On Thu, 2009-02-19 at 16:56 +0100, Mathias Hasselmann wrote: > Am Donnerstag, den 19.02.2009, 10:33 -0500 schrieb Dominic Lachowicz: > > That's hard-ish to do today. GTK+'s documentation is generated in > > large part by scanning comments in C code, which a program then

Re: gtk+ documentation wikified

2009-02-20 Thread Maciej Piechotka
Eugene Gorodinsky writes: > Hi all > > Since you guys are discussing the redesign of the gtk+ website, I'd > like to propose an idea that I have. I've seen quite a lot of comments > saying gtk+ documentation isn't as good as qt's. What do you think of > h

Re: gtk+ documentation wikified

2009-02-20 Thread Stefan Kost
hi, Maciej Piechotka schrieb: > Eugene Gorodinsky writes: > >> Hi all >> >> Since you guys are discussing the redesign of the gtk+ website, I'd >> like to propose an idea that I have. I've seen quite a lot of comments >> saying gtk+ documentati

Re: gtk+ documentation wikified

2009-02-20 Thread Eugene Gorodinsky
As I understood the way this thing would work is: after the gtk-doc tool genereates documentation a cgi is executed that would add the new version of the documentation to the wiki database, and whenever the documentation in the wiki gets modified, another cgi is executed that would change the

Re: gtk+ documentation wikified

2009-02-20 Thread Maciej Piechotka
Stefan Kost writes: > hi, > > Maciej Piechotka schrieb: >> Eugene Gorodinsky writes: >> >>> Hi all >>> >>> Since you guys are discussing the redesign of the gtk+ website, I'd >>> like to propose an idea that I have. I've seen

Re: gtk+ documentation wikified

2009-02-20 Thread Vincent Untz
Le vendredi 20 février 2009, à 14:32 +0200, Stefan Kost a écrit : > Would thank be enough for a GSoC project? I would mentor it, but I would > rather > juck hack with someone diretly on it? Who joins? I'd rather have the SoC project be the web interface that makes the doc editable. Maybe based on

Re: gtk+ documentation wikified

2009-02-22 Thread Steve Frécinaux
Mathias Hasselmann wrote: Am Donnerstag, den 19.02.2009, 10:33 -0500 schrieb Dominic Lachowicz: That's hard-ish to do today. GTK+'s documentation is generated in large part by scanning comments in C code, which a program then turns into HTML. Any proposal would require a way to kee

Re: gtk+ documentation wikified

2009-02-22 Thread Stefan Kost
d >>>> like to propose an idea that I have. I've seen quite a lot of comments >>>> saying gtk+ documentation isn't as good as qt's. What do you think of >>>> having a wiki that documents all of gtk+ api? >>> I'm not sure but I guess that it wo

Re: gtk+ documentation wikified

2009-02-22 Thread Maciej Piechotka
Stefan Kost writes: > Eugene, Maciej, > > I've have some concept for the gtk-doc side of things. For the server side > I've > ideas too, if you want to join, there is #gtkdoc on gimpnet irc. Lets discuss > there. Need to talk to the web-site hackers to come up with the easiest/best > way > to i

Re: gtk+ documentation wikified

2009-02-27 Thread Maciej Piechotka
at I have. I've seen quite a lot of comments > >> saying gtk+ documentation isn't as good as qt's. What do you think of > >> having a wiki that documents all of gtk+ api? > > > > I'm not sure but I guess that it would be possible to integrate

Re: gtk+ documentation wikified

2009-03-04 Thread Stefan Kost
iscussing the redesign of the gtk+ website, I'd >>>> like to propose an idea that I have. I've seen quite a lot of comments >>>> saying gtk+ documentation isn't as good as qt's. What do you think of >>>> having a wiki that documents all of gtk

Re: gtk+ documentation wikified

2009-03-04 Thread Frederic Peters
Stefan Kost wrote: > subtasks that I could need help with: > 1) start a basic cgi for library.gnome.org (if I do it its gonna be > perl, but I don't care so much) > * have a hasmap there docmodule->sourcedir > * implements a fast way to get from symbol to docblob > * when calling edit.cgi?do

Re: gtk+ documentation wikified

2009-03-04 Thread Eugene Gorodinsky
n of the gtk+ website, I'd >>>>> like to propose an idea that I have. I've seen quite a lot of comments >>>>> saying gtk+ documentation isn't as good as qt's. What do you think of >>>>> having a wiki that documents all of gtk+ api

Re: gtk+ documentation wikified

2009-03-09 Thread Maciej Piechotka
t; >>> > >>>> Hi all > >>>> > >>>> Since you guys are discussing the redesign of the gtk+ website, I'd > >>>> like to propose an idea that I have. I've seen quite a lot of comments > >>>> saying gtk+ doc

Documentation website throwing SSL errors

2013-06-25 Thread John Ralls
https://developer.gnome.org/ is failing to connect for me, reporting the following error: > Secure Connection Failed > > An error occurred during a connection to developer.gnome.org. > > SSL received a record that exceeded the maximum permissible length. > > (Error code: ssl_error_rx_record_too

g_app_info_remove_supports_type() needs better API documentation

2014-05-09 Thread Kip Warner
o something it was already capable of doing, but wasn't obvious from its API documentation. <https://bugzilla.gnome.org/show_bug.cgi?id=729892> I've submitted the above bug report and included a patch I wrote that appears to solve this. Please consider reviewing and

Re: API documentation, GtkTextBuffer signals

2005-09-20 Thread Matthias Clasen
On Mon, 2005-09-19 at 23:39 +0200, Søren Wedel Nielsen wrote: > Hi, > > I have written some documentation of the GtkTextBuffer signals. > > If this is useful I will try to find time to continue with more signals > - they seems to be neglected in most of the documentation

Re: API documentation, GtkTextBuffer signals

2005-09-20 Thread Søren Wedel Nielsen
tir, 20 09 2005 kl. 09:12 -0400, skrev Matthias Clasen: > On Mon, 2005-09-19 at 23:39 +0200, Søren Wedel Nielsen wrote: > > Hi, > > > > I have written some documentation of the GtkTextBuffer signals. > > > > If this is useful I will try to find time to cont

review of Filechooser dialog documentation

2006-03-17 Thread Joachim Noreiko
Now 2.14 has been released, I wonder whether anyone on the GTK team could review the documentation I wrote for the Open and Save dialogs. It's in the GNOME Desktop User Guide, under Desktop Overview/Applications: 2.5.3. Choosing a File to Open and 2.5.4. Saving a File. It was requested the

Some questions concerning ATK documentation

2007-04-24 Thread Eugene Shatokhin
concerning the atk documentation and will appreciate if the atk maintainers could give us comments on this matter. The questions below apply to both a non-changing version of the GTK+ 2.6 API documentation and newer GTK+ 2.x API Reference presented at gtk.org. 1. The API reference for some ATK

documentation or example for GObjectIntrospection

2009-01-08 Thread Andy Tai
Hi, I am interested in learning more about the internals of GObject Introspection and the steps to make a binding for a GObject based C libraries to some language. However, the current documentation is not very complete on how to go about this. Is there a good document, or a good example, on

Re: Fwd: gtk+ documentation wikified

2009-02-19 Thread Mathias Hasselmann
Am Donnerstag, den 19.02.2009, 17:52 +0200 schrieb Eugene Gorodinsky: > Have there been cases where documentation for some function was > changed after that function appeared in the stable version? Yes, this happens frequently: Spelling errors, explanations of limitations, code examples,

suggestion of documentation for new releases

2005-09-20 Thread Guillaume Cottenceau
Hi, I'm currently scanning the nice "Index of new symbols in 2.8" documents, and while they are immensely useful, I have noticed that they don't list new properties and new signals. For example, GdkEventGrabBroken is a new symbol of gdk, and grab-broken-event is a new signal of GtkWidget but the l

Re: review of Filechooser dialog documentation

2006-03-29 Thread Matthias Clasen
On 3/17/06, Joachim Noreiko <[EMAIL PROTECTED]> wrote: > Now 2.14 has been released, I wonder whether anyone on > the GTK team could review the documentation I wrote > for the Open and Save dialogs. > > It's in the GNOME Desktop User Guide, under Desktop > Overview/Ap

Re: review of Filechooser dialog documentation

2006-03-29 Thread Joachim Noreiko
--- Matthias Clasen <[EMAIL PROTECTED]> wrote: > On 3/17/06, Joachim Noreiko <[EMAIL PROTECTED]> > wrote: > > Now 2.14 has been released, I wonder whether > anyone on > > the GTK team could review the documentation I > wrote > > for the Open and Save

Re: documentation or example for GObjectIntrospection

2009-01-09 Thread Colin Walters
2009/1/8 Andy Tai : > Hi, I am interested in learning more about the internals of GObject > Introspection and the steps to make a binding for a GObject based C > libraries to some language. However, the current documentation is not very > complete on how to go about this. I&#x

Re: documentation or example for GObjectIntrospection

2009-01-12 Thread Colin Walters
On Fri, Jan 9, 2009 at 3:28 PM, Colin Walters wrote: > 2009/1/8 Andy Tai : >> Hi, I am interested in learning more about the internals of GObject >> Introspection and the steps to make a binding for a GObject based C >> libraries to some language. However, the current docum

Re: documentation or example for GObjectIntrospection

2009-01-12 Thread Alberto Ruiz
ries to some language. However, the current documentation is not very >>> complete on how to go about this. >> >> I'm working on a tutorial, hopefully will appear this weekend. > > Here's the first version: > > http://live.gnome.org/GObjectIntrospection/FromH

generating documentation in a printable format...

2009-06-23 Thread Manu
Hi, I would like to print the GTK+ documentation : http://www.gtk.org/documentation.html I successfully built GTK+ from sources with the following : ./configure --without-libtiff --without-libjasper --enable-gtk-doc && make The HTML documentation were generated successfully. Then I

GtkTextView documentation needs to be reviewed

2009-07-05 Thread Nicolò Chieffo
While I was reading the documentation of GtkTextView [1] I came up to an "error". I moved to the section about gtk_text_view_add_child_in_window [2] and read the help: ". a possible hack would be to update all child positions when the scroll adjustments change or the text buff

CSS documentation and non-breakable hyphens

2017-05-30 Thread Arnaud
Hey there, While browsing the GTK+ CSS documentation lately in my web browser, I noticed a weird phenomenon. If you do a research on 'font-' (for example), most of the 'font-' strings are left out of the search results. You can try it easily. Go on this page, and do a resear

Re: suggestion of documentation for new releases

2005-09-22 Thread Damon Chaplin
On Tue, 2005-09-20 at 20:26 +0200, Guillaume Cottenceau wrote: > Hi, > > I'm currently scanning the nice "Index of new symbols in 2.8" > documents, and while they are immensely useful, I have noticed that > they don't list new properties and new signals. For example, > GdkEventGrabBroken is a new

Re: generating documentation in a printable format...

2009-06-29 Thread Stefan Kost
Manu schrieb: > Hi, > > I would like to print the GTK+ documentation : > http://www.gtk.org/documentation.html > > I successfully built GTK+ from sources with the following : > ./configure --without-libtiff --without-libjasper --enable-gtk-doc && make > > Th

Re: generating documentation in a printable format...

2009-06-30 Thread Murray Cumming
murrayc.com/blog/permalink/2009/01/20/flumotion-documentation/ -- murr...@murrayc.com www.murrayc.com www.openismus.com ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: generating documentation in a printable format...

2009-06-30 Thread Stefan Kost
the bugs I found last time are now fixed. > http://www.murrayc.com/blog/permalink/2009/01/20/flumotion-documentation/ > I tried using various versions of fop, but get java backtraces for all of them. I filed bugs for those, but nothing happens there :/ Stefan __

Re: generating documentation in a printable format...

2009-06-30 Thread Simos Xenitellis
n use fop. And that's not as difficult as it >> once was. I think most of the bugs I found last time are now fixed. >> http://www.murrayc.com/blog/permalink/2009/01/20/flumotion-documentation/ >> > I tried using various versions of fop, but get java backtraces for all of > th

Re: generating documentation in a printable format...

2009-06-30 Thread Simos Xenitellis
se >>>> days. >>> >>> It's not that bad if you can use fop. And that's not as difficult as it >>> once was. I think most of the bugs I found last time are now fixed. >>> http://www.murrayc.com/blog/permalink/2009/01/20/flumotion-documentation/ &

Re: generating documentation in a printable format...

2009-07-01 Thread Stefan Kost
tunately the docbook to pdf chain is in terrible state these >>>>> days. >>>> It's not that bad if you can use fop. And that's not as difficult as it >>>> once was. I think most of the bugs I found last time are now fixed. >>>> http://www.murra

Re: generating documentation in a printable format...

2009-07-01 Thread Simos Xenitellis
once was. I think most of the bugs I found last time are now fixed. >>>>> http://www.murrayc.com/blog/permalink/2009/01/20/flumotion-documentation/ >>>>> >>>> I tried using various versions of fop, but get java backtraces for all of >>>> them. &

Re: GtkTextView documentation needs to be reviewed

2009-07-05 Thread Owen Taylor
On Sun, 2009-07-05 at 14:34 +0200, Nicolò Chieffo wrote: > While I was reading the documentation of GtkTextView [1] I came up to > an "error". I moved to the section about > gtk_text_view_add_child_in_window [2] and read the help: > ". a possible hack would be to

Re: GtkTextView documentation needs to be reviewed

2009-07-05 Thread Nicolò Chieffo
On Sun, Jul 5, 2009 at 11:56 PM, Owen Taylor wrote: > Why don't you think this problem is fixed? > > - Owen In my opinion it's not fixed because of 2 things: 1) the doc explains the absence of an API to detect scrolling events, and then cites bug number 64518 (which is marked fixed), but there's s

Re: generating documentation in a printable format...

2009-07-07 Thread Stefan Kost
; Unfortunately the docbook to pdf chain is in terrible state these >>>>>>> days. >>>>>>> >>>>>> It's not that bad if you can use fop. And that's not as difficult as it >>>>>> once was. I think m

Re: generating documentation in a printable format...

2009-07-07 Thread Stefan Kost
ook to pdf chain is in terrible state these >>>>>>>> days. >>>>>>>> >>>>>>>> >>>>>>> It's not that bad if you can use fop. And that's not as difficult as it >>

Re: generating documentation in a printable format...

2009-07-07 Thread Stefan Kost
;> Murray Cumming schrieb: >>>>>>> >>>>>>> >>>>>>> >>>>>>>> On Mon, 2009-06-29 at 22:23 +0300, Stefan Kost wrote: >>>>>>>> >>>>>>>>

Re: generating documentation in a printable format...

2009-07-07 Thread Sven Neumann
Hi, guys, your thread is impressing. Just look at the last post and enjoy how the quotation level raises to its maximum in the middle of this mail where the author replies to himself for the third time in a row, always quoting the full previous post. Brilliant. Thanks for this wonderful work. It w

Re: CSS documentation and non-breakable hyphens

2017-05-31 Thread Arnaud
now how it translates in our GTK XML documentation. We can use the element along with the 'role' attribute. Example with a table entry from the file css-properties.xml. -gtk-outline-bottom-left-radius In the generated HTML, it translates to: -gtk-outline-bottom-left-radius Onc

Re: CSS documentation and non-breakable hyphens

2017-06-02 Thread Stefan Sauer
be-broken > CSS:span.nobr { white-space: nowrap; } > > And this is now how it translates in our GTK XML documentation. We can > use the element along with the 'role' attribute. Example with a > table entry from the file css-properties.xml. > > role="nobr&qu

Slightly lacking documentation (was: Re: Problems with GtkPaned)

2005-03-24 Thread Tommi Komulainen
On Thu, 24 Mar 2005 07:58:19 -0500, Owen Taylor <[EMAIL PROTECTED]> wrote: > On Thu, 2005-03-24 at 13:09 +0100, Miroslav Rajcic wrote: > > > On Thu, 24 Mar 2005 11:40:35 +0100, Miroslav Rajcic <[EMAIL PROTECTED]> > > > > > > You can listen for changes to the "position" property on GtkPaned: > > > >

GTK-Docc setup: Documentation not generated for some functions

2008-07-05 Thread Saravanan Shanmugham (sarvi)
Hi, I am new the GTK-Doc tools. I am trying to add gtk-doc support to generate API documentation for the Upstart project(an open source Init replacement). The code seems to already be heavily commented for the GTK-Doc tool but the GTK-Doc tooling in the makefile did not exist and I am

Conflicting recommendations about using GTK_BIN(widget)->child in Gtk+ documentation

2006-01-03 Thread Kalle Vahlman
Hi all. I noticed that there is a conflict in what GtkBin docs say: http://developer.gnome.org/doc/API/2.0/gtk/GtkBin.html#GtkBin-struct " The GtkBin-struct struct contains the following fields. (These fields should be considered read-only. They should never be set by an application.) GtkWidget

Re: GTK-Docc setup: Documentation not generated for some functions

2008-07-11 Thread Stefan Kost
Hi, Saravanan Shanmugham (sarvi) schrieb: Hi, I am new the GTK-Doc tools. I am trying to add gtk-doc support to generate API documentation for the Upstart project(an open source Init replacement). The code seems to already be heavily commented for the GTK-Doc tool but the GTK-Doc

Re: Lack of documentation for custom GTK3 widgets in C

2016-03-29 Thread Matthias Clasen
> about the gap in documentation? > > Note: gtk-devel in the CC because the mailing list page indicates that > documentation improvements should be discussed on it. Apologies if this > is in error. https://wiki.gnome.org/HowDoI/CustomWidgets is my attempt at clo

Re: Conflicting recommendations about using GTK_BIN(widget)->child in Gtk+ documentation

2006-01-03 Thread Jean Bréfort
Le mardi 03 janvier 2006 à 12:00 +0200, Kalle Vahlman a écrit : > Hi all. > > I noticed that there is a conflict in what GtkBin docs say: > > http://developer.gnome.org/doc/API/2.0/gtk/GtkBin.html#GtkBin-struct > " > The GtkBin-struct struct contains the following fields. (These fields > should b

Re: Conflicting recommendations about using GTK_BIN(widget)->child in Gtk+ documentation

2006-01-03 Thread Brian J. Tarricone
these disagree. The GtkBin docs say you can access the child via the struct, but to consider it read-only. The GtkComboBoxEntry docs say you can access its GtkEntry by getting the child of the GtkBin via the struct, which doesn't IMO contradict the GtkBin documentation. > Considerati

Re: Conflicting recommendations about using GTK_BIN(widget)->child in Gtk+ documentation

2006-01-03 Thread Kalle Vahlman
child of the GtkBin via the struct, which doesn't IMO contradict the > GtkBin documentation. *slaps forehead* I totally carelessly misread the comment as the usual "considered private, do not touch". Sorry for the interruption, move along, nothing to see here :) -- Kalle V