Valadoc fixes.
This commit is contained in:
parent
308dee4232
commit
2b72b6b0b1
|
@ -1,7 +1,7 @@
|
|||
namespace LAview.Core.Plugins {
|
||||
using Gtk, LAview;
|
||||
|
||||
class ObjectExample.PreferencesDialog : Object {
|
||||
class ObjectExample.PreferencesDialog : GLib.Object {
|
||||
Dialog dialog;
|
||||
|
||||
public bool composed { get; private set; default = false; }
|
||||
|
|
|
@ -4,7 +4,7 @@ extern const string GETTEXT_PACKAGE;
|
|||
|
||||
namespace LAview.Core.Plugins {
|
||||
/**
|
||||
* Plugin of type A1.
|
||||
* Object Plugin Example.
|
||||
*/
|
||||
public class PluginObjectExample : PluginObject {
|
||||
|
||||
|
|
Loading…
Reference in New Issue